:root {
  --color-primary: #ee384e;
  --color-primary-rgb: 238, 56, 78;
  --color-primary-dark: #d42e43;
  --color-secondary: #00a651;
  --color-secondary-soft: #76c33b;
  --color-black: #111111;
  --color-text: #1f2328;
  --color-muted: #7a7f87;
  --color-border: #ededed;
  --color-soft: #fafafa;
  --radius: 18px;
  --radius-lg: 30px;
  --radius-pill: 50px;
  --shadow: 0 12px 40px rgba(17, 17, 17, 0.06);
  --shadow-red: 0 16px 40px rgba(238, 56, 78, 0.18);
  --container: 1240px;
  --isax-size: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  background: #fff;
  color: var(--color-text);
  direction: rtl;
  text-align: right;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }

.isax {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--isax-size);
  height: var(--isax-size);
  color: currentColor;
  flex-shrink: 0;
}
.isax svg { width: 100%; height: 100%; display: block; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  font-size: .92rem;
  cursor: pointer;
  transition: .22s ease;
  white-space: nowrap;
}
.btn .isax { --isax-size: 18px; }
.btn-sm { padding: 9px 16px; font-size: .82rem; }
.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), .28);
}
.btn-primary:hover { background: var(--color-primary-dark); transform: translateY(-1px); }
.btn-outline {
  background: #fff;
  color: var(--color-primary);
  border: 1.5px solid var(--color-primary);
}
.btn-outline:hover { background: rgba(var(--color-primary-rgb), .06); }
.btn-black { background: var(--color-black); color: #fff; }
.btn-black:hover { opacity: .92; transform: translateY(-1px); }
.btn-white { background: #fff; color: var(--color-primary); }
.btn-green {
  background: var(--color-secondary-soft);
  color: #fff;
  box-shadow: 0 12px 30px rgba(118, 195, 59, .35);
}
.btn-cta-dot { position: relative; padding-right: 34px; }
.btn-cta-dot .cta-dot {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), .2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 78px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(var(--color-primary-rgb), .25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 1.05rem; }
.brand-text small { color: var(--color-muted); font-size: .75rem; font-weight: 600; }
.nav-main {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-inline: auto;
  color: var(--color-muted);
  font-weight: 600;
  font-size: .9rem;
}
.nav-main a:hover { color: var(--color-primary); }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border: 0; border-radius: 12px;
  background: var(--color-soft);
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span { width: 16px; height: 2px; background: #111; border-radius: 2px; }

.hero {
  position: relative;
  padding: 48px 0 56px;
  overflow: hidden;
  background: #fff;
}
.hero-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 55%, rgba(255,182,193,.35), transparent 22%),
    radial-gradient(circle at 88% 40%, rgba(173,216,230,.35), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255,228,181,.2), transparent 30%);
}
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 400px) minmax(240px, 1fr);
  gap: 22px;
  align-items: stretch;
}
.hero-center {
  text-align: center;
  padding: 28px 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(var(--color-primary-rgb), .28);
}
.hero-badge img { width: 100%; height: 100%; object-fit: cover; }
.hero-center h1 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.3;
}
.hero-center .lead {
  margin: 0 auto 22px;
  max-width: 20rem;
  color: var(--color-muted);
  font-size: .98rem;
}

.hero-panel {
  background: #f1f2f4;
  border-radius: 28px;
  padding: 16px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mini-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mini-feature {
  background: #fff;
  border-radius: 18px;
  padding: 14px 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  box-shadow: 0 8px 24px rgba(17,17,17,.04);
}
.mini-feature .isax { --isax-size: 22px; color: var(--color-primary); margin-top: 2px; }
.mini-feature strong { display: block; font-size: .86rem; margin-bottom: 2px; }
.mini-feature span { display: block; font-size: .74rem; color: var(--color-muted); line-height: 1.5; }

.notes-box {
  background: #fff;
  border-radius: 20px;
  padding: 14px;
  display: grid;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(17,17,17,.04);
  margin-top: auto;
}
.notes-copy h3 { margin: 0 0 6px; font-size: .92rem; }
.notes-copy p { margin: 0 0 12px; color: var(--color-muted); font-size: .8rem; }
.notes-preview {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 8px;
  background: #f8f9fb;
  border-radius: 14px;
  padding: 10px;
  min-height: 92px;
}
.np-side { border-radius: 8px; background: #e8eaef; }
.np-main { display: grid; gap: 8px; }
.np-chart {
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe4ea, #e8f8ee 55%, #eef2ff);
}
.np-rows { display: grid; gap: 5px; }
.np-rows i { display: block; height: 8px; border-radius: 6px; background: #e5e7eb; }
.np-rows i:nth-child(1){ width: 90%; }
.np-rows i:nth-child(2){ width: 70%; }
.np-rows i:nth-child(3){ width: 80%; }

.dark-preview {
  background: #17191f;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(17,17,17,.18);
  flex: 1;
  min-height: 250px;
}
.dp-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: 100%;
  min-height: 210px;
}
.dp-col {
  background: rgba(255,255,255,.04);
  border-radius: 12px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.dp-col .check {
  width: 18px; height: 18px; border-radius: 50%;
  background: #22c55e;
  position: relative;
}
.dp-col .check::after {
  content: "";
  position: absolute;
  left: 5px; top: 3px;
  width: 5px; height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dp-col i {
  display: block;
  width: 100%;
  height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.compat {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(17,17,17,.04);
}
.compat .isax { --isax-size: 20px; color: var(--color-primary); margin-top: 2px; }
.compat strong { display: block; font-size: .9rem; }
.compat span { display: block; font-size: .78rem; color: var(--color-muted); }

.phone { border-radius: 34px; padding: 9px; background: linear-gradient(160deg, #2a2a2e, #111); }
.phone-screen { border-radius: 26px; overflow: hidden; min-height: 240px; background: #fff; padding: 12px; }
.ph-bar { height: 38px; border-radius: 12px; background: linear-gradient(90deg, #ffe4ea, #fff); margin-bottom: 10px; }
.ph-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ph-grid i { display:block; height: 60px; border-radius: 14px; }
.ph-grid i:nth-child(1){background:#ffe4ea}
.ph-grid i:nth-child(2){background:#e8f8ee}
.ph-grid i:nth-child(3){background:#fff3e0}
.ph-grid i:nth-child(4){background:#eef2ff}
.ph-row { height: 48px; border-radius: 12px; background: #f3f4f8; margin-top: 8px; }


/* ========== SECTIONS ========== */
.section { padding: 70px 0; }
.section.soft { background: var(--color-soft); }
.section-head { text-align: center; margin-bottom: 36px; }
.section-head .eyebrow {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: 8px;
}
.section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
}
.section-head p { margin: 0; color: var(--color-muted); }

/* Feature cards — Landingo attr-bigger (6 square cards) */
.features-attr-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
}
.features-attr-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}
.features-attr-card {
  border-radius: 37px;
  padding: 12px;
  height: 200px;
  background: transparent;
  transition: transform .25s ease, box-shadow .25s ease;
}
.features-attr-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 12px;
  background: #fff;
  border-radius: 27px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
}
.features-attr-card:hover {
  transform: translateY(-6px);
}
.features-attr-card:hover .features-attr-inner {
  box-shadow: 0 18px 44px rgba(0, 0, 0, .1);
}
.features-attr-inner img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}
.features-attr-inner span {
  font-size: 14px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .features-attr-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .features-attr-card { height: 180px; border-radius: 28px; }
  .features-attr-inner { border-radius: 20px; gap: 14px; }
}
@media (max-width: 640px) {
  .features-attr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .features-attr-card { height: 160px; padding: 8px; border-radius: 22px; }
  .features-attr-inner { border-radius: 16px; padding: 14px 8px; gap: 12px; }
  .features-attr-inner img { width: 52px; height: 52px; }
  .features-attr-inner span { font-size: 12px; }
}

/* legacy feature-card kept for safety if reused */
.feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  box-shadow: var(--shadow);
  position: relative;
  transition: .2s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(17,17,17,.08); }
.feature-card .new {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--color-primary);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: var(--radius-pill);
}
.feature-card .ico {
  width: 52px; height: 52px;
  border-radius: 16px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  background: #fff0f2;
  color: var(--color-primary);
}
.feature-card .ico .isax { --isax-size: 26px; }
.feature-card:nth-child(2) .ico { background: #eaf8f0; color: var(--color-secondary); }
.feature-card:nth-child(3) .ico { background: #fff6e8; color: #e67e22; }
.feature-card:nth-child(4) .ico { background: #eef2ff; color: #4f46e5; }
.feature-card h3 { margin: 0 0 6px; font-size: 1.02rem; }
.feature-card p { margin: 0; color: var(--color-muted); font-size: .88rem; }

/* Promo bar */
.promo-bar {
  margin-top: 28px;
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  box-shadow: var(--shadow-red);
}
.promo-bar p { margin: 0; font-weight: 800; font-size: 1.02rem; }

/* Dashboard */
.dash-wrap { position: relative; padding: 20px 0; }
.dash-blobs {
  position: absolute;
  inset: -30px;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 40%, rgba(255,188,125,.35), transparent 22%),
    radial-gradient(circle at 90% 25%, rgba(118,195,59,.22), transparent 24%),
    radial-gradient(circle at 70% 85%, rgba(238,56,78,.14), transparent 26%);
}
.dash-window {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(17,17,17,.08);
  overflow: hidden;
}
.dash-top {
  height: 44px;
  background: var(--color-soft);
  border-bottom: 1px solid var(--color-border);
  display: flex; align-items: center; gap: 6px; padding: 0 14px;
}
.dash-top i { width: 10px; height: 10px; border-radius: 50%; display:block; }
.dash-top i:nth-child(1){background:#ff5f57}
.dash-top i:nth-child(2){background:#febc2e}
.dash-top i:nth-child(3){background:#28c840}
.dash-body { display: grid; grid-template-columns: 68px 1fr; min-height: 300px; }
.dash-side {
  background: #15171c;
  color: #fff;
  display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 18px 0;
}
.dash-side .isax { --isax-size: 18px; opacity: .85; }
.dash-main { padding: 18px; background: var(--color-soft); }
.dash-tiles { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.dash-tile {
  aspect-ratio: 1;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--color-border);
  display: grid; place-items: center;
}
.dash-tile .isax { --isax-size: 22px; }
.dash-tile:nth-child(8n+1){color:var(--color-primary)}
.dash-tile:nth-child(8n+2){color:#4f46e5}
.dash-tile:nth-child(8n+3){color:var(--color-secondary)}
.dash-tile:nth-child(8n+4){color:#e67e22}
.dash-tile:nth-child(8n+5){color:#0891b2}
.dash-tile:nth-child(8n+6){color:#db2777}
.dash-tile:nth-child(8n+7){color:#7c3aed}
.dash-tile:nth-child(8n+8){color:#0ea5e9}

/* Why Cirilla */
.why-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
}
.why-lead {
  margin: 0 0 32px;
  text-align: center;
  color: #444;
  font-size: 15px;
  font-weight: 600;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.why-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px 22px;
  box-shadow: 0 12px 36px rgba(0,0,0,.05);
  text-align: center;
  transition: transform .2s ease;
}
.why-card:hover { transform: translateY(-4px); }
.why-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: #f6f6f6;
  color: var(--color-primary);
  display: grid;
  place-items: center;
}
.why-ico .isax { --isax-size: 28px; }
.why-card:nth-child(2) .why-ico { color: #00a651; }
.why-card:nth-child(3) .why-ico { color: #e67e22; }
.why-card:nth-child(4) .why-ico { color: #4f46e5; }
.why-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: #000;
}
.why-card p {
  margin: 0;
  color: #555;
  font-size: .88rem;
  line-height: 1.8;
  font-weight: 500;
}

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.price-card.hot {
  border-color: transparent;
  background: linear-gradient(180deg, #fff0f2, #fff);
  box-shadow: var(--shadow-red);
  transform: translateY(-10px);
}
.tag {
  display: inline-block;
  width: fit-content;
  background: var(--color-primary);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.tag.muted { background: #94a3b8; }
.tag.dark { background: #111; }
.price-card h3 { margin: 0 0 8px; }
.price-card .amount { font-size: 1.9rem; font-weight: 800; margin-bottom: 14px; }
.price-card .amount small { font-size: .85rem; color: var(--color-muted); font-weight: 500; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 20px; color: var(--color-muted); flex: 1; }
.price-card li { margin-bottom: 8px; padding-right: 12px; position: relative; }
.price-card li::before {
  content: ""; position: absolute; right: 0; top: 11px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary);
}
.price-card .btn { width: 100%; margin-top: auto; }

/* FAQ — Landingo vertical tabs */
.faq-section-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 18px;
  align-items: stretch;
}
.faq-tabs-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
}
.faq-tabs {
  list-style: none;
  margin: 0;
  padding: 0 4px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 430px;
  overflow-y: auto;
  scrollbar-width: none;
}
.faq-tabs::-webkit-scrollbar { display: none; }
.faq-tab {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.faq-tab-label {
  flex: 1;
  line-height: 1.5;
}
.faq-tab-icon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  border: 2px solid #292d32;
  flex-shrink: 0;
  position: relative;
  background: transparent;
}
.faq-tab-icon::before,
.faq-tab-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background: #292d32;
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.faq-tab-icon::before {
  width: 8px;
  height: 2px;
}
.faq-tab-icon::after {
  width: 2px;
  height: 8px;
}
.faq-tab.is-active {
  background: #111;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}
.faq-tab.is-active .faq-tab-icon {
  border-color: #fff;
}
.faq-tab.is-active .faq-tab-icon::before,
.faq-tab.is-active .faq-tab-icon::after {
  background: #fff;
}
.faq-tab.is-active .faq-tab-icon::before {
  transform: rotate(45deg);
  width: 10px;
}
.faq-tab.is-active .faq-tab-icon::after {
  transform: rotate(45deg);
  height: 10px;
  width: 2px;
}
.faq-tabs-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #9ca3af;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.faq-panel {
  position: relative;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
  padding: 36px 40px 48px;
  min-height: 430px;
  overflow: hidden;
}
.faq-panel-item { display: none; }
.faq-panel-item.is-active { display: block; }
.faq-panel h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  line-height: 1.6;
}
.faq-panel-body {
  max-height: 300px;
  overflow: auto;
  padding-left: 8px;
  padding-bottom: 40px;
  scrollbar-width: thin;
}
.faq-panel-body p {
  margin: 0 0 14px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  text-align: justify;
}
.faq-panel-body p:last-child { margin-bottom: 0; }
.faq-blob {
  position: absolute;
  left: -30px;
  bottom: -50px;
  width: 160px;
  height: 160px;
  border-radius: 48px;
  background: linear-gradient(145deg, #ff4d63, #ee384e 55%, #c81e36);
  transform: rotate(-18deg);
  opacity: .95;
  pointer-events: none;
  z-index: 0;
}
.faq-blob::before {
  content: '';
  position: absolute;
  right: -36px;
  top: 28px;
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ff7a8a, #ee384e);
  transform: rotate(24deg);
}
.faq-panel-item { position: relative; z-index: 1; }

@media (max-width: 980px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-tabs-wrap { min-height: auto; }
  .faq-tabs { max-height: 260px; padding-bottom: 24px; }
  .faq-panel {
    min-height: auto;
    padding: 24px 20px 56px;
    border-radius: 20px;
  }
  .faq-panel h3 { font-size: 16px; margin-bottom: 12px; }
  .faq-panel-body { max-height: 220px; }
  .faq-panel-body p { line-height: 2; font-size: 13px; }
  .faq-blob { width: 110px; height: 110px; left: -20px; bottom: -40px; }
}

/* legacy video/faq */
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.video-box {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.video-thumb {
  aspect-ratio: 16/10;
  display: grid; place-items: center;
  background:
    linear-gradient(135deg, rgba(238,56,78,.55), rgba(17,17,17,.45)),
    radial-gradient(circle at 40% 40%, #ee384e, #15171e);
}
.play {
  width: 72px; height: 72px; border-radius: 50%;
  border: 0; background: #fff; color: var(--color-primary);
  display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow);
}
.play .isax { --isax-size: 28px; }
.video-box h3, .video-box p { padding: 0 18px; }
.video-box h3 { margin: 16px 0 4px; }
.video-box p { margin: 0 0 18px; color: var(--color-muted); }
.faq details {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 10px;
  box-shadow: var(--shadow);
}
.faq summary { cursor: pointer; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 8px 0 0; color: var(--color-muted); }

/* Testimonials — Landingo horizontal cards */
.testimonials-section {
  overflow: hidden;
  padding-bottom: 20px;
}
.testimonials-title {
  margin: 0 0 40px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
  letter-spacing: -0.02em;
}
.testimonials-slider {
  position: relative;
  width: 100%;
}
.testimonials-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px max(20px, calc((100vw - 1100px) / 2 + 20px));
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonials-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.testimonial-card {
  flex: 0 0 min(437px, 82vw);
  max-width: 437px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border-radius: 60px;
  padding: 56px 48px;
  scroll-snap-align: center;
  box-sizing: border-box;
}
.testimonial-text {
  margin: 0 0 24px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.testimonial-who {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.testimonial-who strong {
  font-size: 15px;
  font-weight: 800;
  color: #000;
}
.testimonial-who span {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.testimonial-logo {
  max-height: 38px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .testimonials-title { margin-bottom: 24px; }
  .testimonial-card {
    flex-basis: min(300px, 86vw);
    max-width: 300px;
    min-height: 300px;
    border-radius: 24px;
    padding: 28px 22px;
  }
  .testimonial-text {
    font-size: 13px;
    line-height: 1.9;
    -webkit-line-clamp: 7;
  }
}

/* Download dark banner + final CTA */
.download {
  direction: ltr;
  background: #0a0a0a;
  border-radius: 40px;
  padding: 36px 42px;
  color: #fff;
  display: grid;
  grid-template-columns: 160px 1fr 140px;
  gap: 28px;
  align-items: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  margin-bottom: 18px;
}
.download-phone {
  display: flex;
  justify-content: center;
}
.download-phone-body {
  width: 118px;
  height: 190px;
  border-radius: 28px;
  background: #fff;
  padding: 10px 9px 14px;
  transform: rotate(-12deg);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.download-phone-screen {
  height: 100%;
  border-radius: 20px;
  background: #f4f4f4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px 10px;
}
.download-phone-screen span {
  border-radius: 14px;
  display: block;
}
.download-phone-screen span:nth-child(1) { background: #c8f0c8; }
.download-phone-screen span:nth-child(2) { background: #f7c4d4; }
.download-phone-screen span:nth-child(3) { background: #d7d0f7; }
.download-phone-screen span:nth-child(4) { background: #cfe8f8; }

.download-copy {
  direction: rtl;
  text-align: right;
}
.download-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.6;
}
.download-copy p {
  margin: 0 0 18px;
  color: #a8a8a8;
  font-size: .95rem;
  line-height: 1.9;
}
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease;
}
.store-btn:hover {
  transform: translateY(-2px);
  color: #111;
}

.download-qr {
  direction: rtl;
  text-align: center;
  color: #b0b0b0;
  font-size: .82rem;
  font-weight: 600;
}
.download-qr .qr {
  width: 112px;
  height: 112px;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
  box-sizing: border-box;
}

.final {
  background: #0a0a0a;
  border-radius: 28px;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
}
.final-copy h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  font-weight: 800;
}
.final-copy p {
  margin: 0;
  color: #9ca3af;
  font-size: .88rem;
}
.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #76c33b;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 0 0 6px rgba(118,195,59,.22), 0 10px 28px rgba(118,195,59,.35);
  text-decoration: none;
  white-space: nowrap;
}
.final-btn:hover { filter: brightness(1.05); color: #fff !important; }
.final-btn-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}

/* Changelog — Landingo log-version */
.changelog-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
}
.changelog-box {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 12px;
  align-items: stretch;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.changelog-sidebar {
  position: relative;
  padding: 8px 4px 28px;
}
.changelog-versions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 440px;
  overflow: auto;
  scrollbar-width: none;
}
.changelog-versions::-webkit-scrollbar { display: none; }
.changelog-ver {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  cursor: pointer;
  transition: .2s ease;
}
.changelog-ver .cl-ver-meta {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.changelog-ver.is-upcoming .cl-ver-meta { color: #444; }
.changelog-ver.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.changelog-ver.is-active .cl-ver-meta { color: #ddd; }
.changelog-ver .cl-fire,
.changelog-ver .cl-bolt,
.changelog-ver .cl-cal { font-size: 14px; line-height: 1; }
.changelog-ver .cl-ver-label { white-space: nowrap; }
.changelog-more {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: #9ca3af;
  pointer-events: none;
}
.changelog-main {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  min-height: 420px;
  overflow: hidden;
  background: #fff;
}
.changelog-panel { display: none; }
.changelog-panel.is-active { display: block; }
.changelog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  border-bottom: 1px solid #f1f1f1;
  flex-wrap: wrap;
}
.changelog-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  line-height: 1.8;
}
.changelog-head h3 span { padding: 0 4px; }
.changelog-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.cl-legend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.changelog-list {
  list-style: none;
  margin: 0;
  padding: 22px 28px;
  max-height: 300px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.changelog-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 2;
}
.cl-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
}
.cl-ico--new {
  background: #5fca6f;
  color: #fff;
  border-radius: 5px;
}
.cl-ico--request,
.cl-ico--fix,
.cl-ico--improve {
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
}

@media (max-width: 980px) {
  .changelog-box { grid-template-columns: 1fr; }
  .changelog-versions {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .changelog-ver {
    min-width: 220px;
    font-size: 15px;
    padding: 14px 16px;
  }
  .changelog-sidebar { padding-bottom: 8px; }
  .changelog-more { display: none; }
  .changelog-head { padding: 16px; }
  .changelog-list { padding: 16px; max-height: 260px; }
}

/* Tutorials video player */
.tutorials-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #000;
}
.tutorials-lead {
  margin: 0 0 28px;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: 600;
}
.tutorials-player {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.tutorials-stages { position: relative; }
.tutorials-stage {
  position: relative;
  display: none;
  height: min(650px, 72vw);
  background: #0b0b0b;
}
.tutorials-stage.is-active { display: block; }
.tutorials-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
  background: #111;
}
.tutorials-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.35) 70%, rgba(0,0,0,.55));
  transition: opacity .25s ease;
}
.tutorials-stage.is-playing .tutorials-overlay {
  opacity: 0;
  pointer-events: none;
}
.tutorials-duration {
  position: absolute;
  top: 36px;
  left: 42px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.tutorials-play {
  pointer-events: auto;
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 50%;
  background: #ee384e;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(238,56,78,.45);
  transition: transform .2s ease;
}
.tutorials-play:hover { transform: scale(1.05); }
.tutorials-play svg { margin-right: -2px; }
.tutorials-stage-title {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.1rem, 2.8vw, 2.1rem);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
  max-width: 90%;
}
.tutorials-caption {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 8px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.tutorials-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 36px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 42px;
  direction: ltr;
}
.tutorials-arrow {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,.15);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.tutorials-tabs-wrap {
  flex: 1;
  overflow: hidden;
}
.tutorials-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  direction: rtl;
}
.tutorials-tabs::-webkit-scrollbar { display: none; }
.tutorials-tab {
  flex: 1 0 auto;
  min-width: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  transition: background .2s ease;
}
.tutorials-tab-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.85);
  display: grid;
  place-items: center;
}
.tutorials-tab.is-active {
  background: #ee384e;
}
.tutorials-tab.is-active .tutorials-tab-ico {
  border-color: #fff;
  background: rgba(255,255,255,.18);
}

@media (max-width: 980px) {
  .tutorials-player { border-radius: 20px; }
  .tutorials-stage { height: min(420px, 78vw); }
  .tutorials-play { width: 64px; height: 64px; }
  .tutorials-duration { top: 14px; left: 14px; font-size: 12px; }
  .tutorials-caption { bottom: 86px; }
  .tutorials-nav { bottom: 12px; padding: 0 10px; gap: 8px; }
  .tutorials-arrow { width: 36px; height: 36px; border-radius: 12px; }
  .tutorials-tab { min-width: 130px; padding: 10px 14px; font-size: 12px; }
}

/* Footer — light Landingo style */
.site-footer {
  margin-top: 48px;
  background: #fff;
  border-top: 1px solid #efefef;
  color: #111;
}
.footer-inner {
  padding: 28px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer .brand-text strong { color: #111; font-size: 1.15rem; }
.site-footer .brand-text small { color: #555; }
.site-footer .brand-icon {
  box-shadow: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
}
.footer-links a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.footer-links a:hover { color: var(--color-primary); }
.footer-copy {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.footer-copy p { margin: 0; }




/* ========== SAFARI GALLERY (Landingo UI) ========== */
.safari-gallery {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
.safari-window {
  flex: 1;
  background: #fff;
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 20px 60px rgba(17,17,17,.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.safari-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
}
.safari-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 110px;
}
.safari-actions--end { justify-content: flex-end; }
.sf-ico {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #d4d4d4;
  opacity: .85;
}
.safari-url {
  position: relative;
  flex: 1;
  max-width: 340px;
  background: rgba(0,0,0,.05);
  border-radius: 8px;
  padding: 8px 28px;
  text-align: center;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.safari-lock,
.safari-refresh {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #9e9e9e;
  flex-shrink: 0;
}
.safari-refresh {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid #797979;
  background: transparent;
}
.safari-refresh::after {
  content: "";
  position: absolute;
  top: -2px; right: -1px;
  width: 5px; height: 5px;
  border-top: 1.5px solid #797979;
  border-right: 1.5px solid #797979;
  transform: rotate(20deg);
}
.safari-typewriter.is-typing {
  animation: blink-caret .8s step-end infinite;
}
@keyframes blink-caret {
  50% { opacity: .35; }
}
.safari-nav { display: flex; gap: 8px; }
.sf-arrow {
  width: 12px; height: 12px;
  border-right: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
  transform: rotate(-45deg);
}
.sf-arrow:last-child {
  border-color: #737373;
  transform: rotate(135deg);
}
.safari-dots { display: flex; gap: 6px; }
.safari-dots i {
  width: 12px; height: 12px; border-radius: 50%;
  display: block; border: .3px solid transparent;
}
.safari-dots .red { background: #ee6a5f; border-color: #ce5347; }
.safari-dots .yellow { background: #f5c451; border-color: #d6a243; }
.safari-dots .green { background: #61c454; border-color: #58a942; }

.safari-viewport {
  position: relative;
  height: 470px;
  border-radius: 18px;
  overflow: hidden;
  background: #fafafa;
}
.safari-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  display: grid;
  place-items: center;
}
.safari-slide.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.safari-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.safari-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 420px;
  max-width: 420px;
  flex-shrink: 0;
}
.safari-thumb {
  width: 100%;
  height: 133px;
  border: 0;
  padding: 10px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17,17,17,.06);
  cursor: pointer;
  overflow: hidden;
  transition: .2s ease;
}
.safari-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.safari-thumb:hover { transform: translateY(-2px); }
.safari-thumb.is-active {
  box-shadow: 0 0 0 2px #ee384e, 0 12px 30px rgba(238,56,78,.18);
}

@media (max-width: 1100px) {
  .safari-gallery { flex-direction: column; }
  .safari-thumbs {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, 1fr);
  }
  .safari-thumb { height: 100px; padding: 6px; }
  .safari-viewport { height: 360px; }
  .safari-actions { display: none; }
  .safari-chrome { justify-content: center; }
}
@media (max-width: 640px) {
  .safari-window { border-radius: 16px; padding: 8px; }
  .safari-viewport { height: 220px; }
  .safari-thumbs { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .safari-thumb { height: 70px; border-radius: 10px; padding: 4px; }
}

@media (max-width: 1100px) {
  .hero-stage { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .hero-panel { min-height: auto; }
  .header-actions .btn-outline { display: none; }
}
@media (max-width: 980px) {
  .nav-main { display: none; }
  .nav-main.open {
    display: flex; flex-direction: column;
    position: absolute; top: 78px; right: 16px; left: 16px;
    background: #fff; border: 1px solid var(--color-border);
    border-radius: 16px; padding: 14px; box-shadow: var(--shadow);
  }
  .nav-toggle { display: inline-flex; margin-right: auto; }
  .feature-row, .pricing, .split, .download, .final {
    grid-template-columns: 1fr;
  }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.hot { transform: none; }
  .download {
    text-align: center;
    padding: 28px 20px;
    border-radius: 28px;
    justify-items: center;
  }
  .download-copy { text-align: center; }
  .download-actions { justify-content: center; }
  .final {
    flex-direction: column;
    text-align: center;
    border-radius: 22px;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .promo-bar { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
  .why-grid { grid-template-columns: 1fr; }
  .mini-features { grid-template-columns: 1fr; }
}
