:root {
  color-scheme: dark;
  --bg: #09090f;
  --surface: #13131e;
  --surface-2: #191927;
  --border: #2b2b40;
  --text: #f7f5ff;
  --muted: #aaa7bc;
  --brand: #9147ff;
  --brand-2: #6d28d9;
  --green: #2bd576;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 85% 8%, rgba(145, 71, 255, .18), transparent 28rem),
    radial-gradient(circle at 5% 55%, rgba(109, 40, 217, .11), transparent 26rem),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
}

a { color: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9, 9, 15, .84);
  backdrop-filter: blur(18px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; font-size: 1.14rem; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 10px 30px rgba(145,71,255,.28); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); }
.nav-links a { text-decoration: none; font-size: .94rem; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; gap: 10px; }
.language-switch { min-width: 48px; font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: 12px; border: 1px solid transparent; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; text-decoration: none; font-weight: 750; cursor: pointer; }
.button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.button.secondary { background: transparent; border-color: var(--border); color: var(--text); }
.button.large { min-height: 52px; padding-inline: 24px; }

.hero { padding: 96px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 7px 12px; border: 1px solid rgba(145,71,255,.35); border-radius: 999px; color: #cbb2ff; background: rgba(145,71,255,.08); font-weight: 700; font-size: .84rem; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
h1 { font-size: clamp(2.55rem, 6vw, 5.2rem); line-height: 1.02; margin: 22px 0; letter-spacing: -.055em; }
.gradient-text { background: linear-gradient(100deg, #b987ff, #7c3aed 58%, #5ee6a0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { color: var(--muted); font-size: 1.14rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin-top: 16px; color: #878498; font-size: .87rem; }

.product-preview { position: relative; padding: 16px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(150deg, rgba(34,34,52,.92), rgba(15,15,24,.96)); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-3deg); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 16px; color: #dcd8e9; font-size: .85rem; }
.preview-dots { display: flex; gap: 6px; }
.preview-dots i { width: 8px; height: 8px; border-radius: 50%; background: #4a4859; }
.preview-dots i:first-child { background: var(--brand); }
.preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.preview-card { min-height: 110px; padding: 15px; border: 1px solid #323148; border-radius: 16px; background: rgba(19,19,31,.9); }
.preview-card.wide { grid-column: 1 / -1; }
.preview-label { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .78rem; }
.status { color: var(--green); }
.preview-value { display: block; margin-top: 18px; font-size: 1.25rem; font-weight: 800; }
.preview-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.pill { padding: 6px 9px; border-radius: 8px; background: #242238; color: #cfcadd; font-size: .75rem; }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--border); }
.trust-item { padding: 20px; background: var(--surface); text-align: center; }
.trust-item strong { display: block; font-size: 1.25rem; }
.trust-item span { color: var(--muted); font-size: .85rem; }

.section { padding: 88px 0; }
.section-heading { max-width: 740px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 10px 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.035em; line-height: 1.1; }
.section-heading p { margin: 0; color: var(--muted); }
.kicker { color: #bd9aff; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 25px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(155deg, rgba(25,25,39,.95), rgba(15,15,24,.95)); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; background: rgba(145,71,255,.14); color: #c6a6ff; font-weight: 900; }
.feature-card h3 { margin: 0 0 8px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.workflow article { position: relative; padding: 28px; border-top: 1px solid var(--border); }
.workflow article::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 18px; color: #a976ff; font-size: 1.7rem; font-weight: 850; }
.workflow h3 { margin: 0 0 8px; }
.workflow p { color: var(--muted); margin: 0; }

.pricing-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.pricing-info, .pricing-card { padding: 34px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
.pricing-info p, .pricing-card p { color: var(--muted); }
.price { display: flex; gap: 8px; align-items: baseline; margin: 18px 0 6px; }
.price strong { font-size: 3.9rem; line-height: 1; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.checklist { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.checklist li::before { content: "✓"; color: var(--green); font-weight: 900; margin-inline-end: 10px; }
.pricing-card { border-color: rgba(145,71,255,.58); box-shadow: 0 20px 60px rgba(109,40,217,.13); }

.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { padding: 18px 20px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { color: var(--muted); margin-bottom: 0; }

.cta { padding: 62px 32px; border: 1px solid rgba(145,71,255,.45); border-radius: 26px; background: linear-gradient(135deg, rgba(145,71,255,.18), rgba(43,213,118,.06)); text-align: center; }
.cta h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); }
.cta p { color: var(--muted); margin: 0 auto 24px; max-width: 660px; }

.site-footer { margin-top: 70px; padding: 38px 0; border-top: 1px solid var(--border); color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--text); }

.legal-page { min-height: 100vh; }
.legal-header { padding: 26px 0; border-bottom: 1px solid var(--border); }
.legal-content { max-width: 860px; margin: 54px auto 90px; padding: 0 16px; }
.legal-content h1 { font-size: clamp(2.3rem, 6vw, 4rem); }
.legal-content h2 { margin-top: 38px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: #c8a7ff; }
.legal-meta { padding: 14px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--muted); }
.contact-card { padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }

[dir="rtl"] body { font-family: "Segoe UI", Tahoma, Arial, sans-serif; }
[dir="rtl"] .product-preview { transform: perspective(1200px) rotateY(3deg); }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-grid, .pricing-wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .product-preview { transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .nav-actions .secondary { display: none; }
  .hero { padding-top: 54px; }
  .feature-grid, .workflow { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .footer-grid { flex-direction: column; }
  .pricing-info, .pricing-card { padding: 24px; }
  .price strong { font-size: 3.1rem; }
}
