/* zzdevi download */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a3e 50%, #0d0d2b 100%);
  color: #e8e8f0;
  line-height: 1.65;
  min-height: 100vh;
}
a { color: #a5b4fc; }
a:hover { color: #c4b5fd; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10, 10, 26, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(138, 99, 255, 0.15);
}
.header-inner {
  min-height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: #fff; font-weight: 700; font-size: 15px;
}
.logo img { border-radius: 8px; }
.nav { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; align-items: center; }
.nav a { text-decoration: none; color: #b7b7d8; font-size: 14px; }
.nav a:hover, .nav a.active { color: #8a63ff; }
.nav .site-home {
  color: #d4d4e8;
  border: 1px solid rgba(138, 99, 255, 0.35);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}
.nav .site-home:hover { color: #fff; border-color: rgba(138, 99, 255, 0.6); }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 10px; text-decoration: none;
  font-weight: 600; font-size: 15px;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #8a63ff 0%, #6b4fd4 100%);
}
.btn-primary:hover { filter: brightness(1.08); color: #fff; }
.btn-ghost {
  color: #d8d8f0;
  border: 1px solid rgba(138, 99, 255, 0.35);
  background: rgba(30, 30, 63, 0.5);
}
.hero { padding: 64px 0 40px; text-align: center; }
.hero-icon { margin-bottom: 16px; border-radius: 22px; box-shadow: 0 12px 40px rgba(138, 99, 255, 0.25); }
.hero h1 {
  font-size: clamp(34px, 5vw, 58px); line-height: 1.08; margin-bottom: 16px;
  background: linear-gradient(135deg, #fff 0%, #d8ccff 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero .badge {
  display: inline-block; margin-bottom: 14px; padding: 6px 12px;
  border-radius: 999px; font-size: 12px; font-weight: 600;
  color: #c4b5fd; border: 1px solid rgba(138, 99, 255, 0.35);
  background: rgba(138, 99, 255, 0.12);
}
.hero p { color: #a8a8c0; font-size: 18px; max-width: 720px; margin: 0 auto 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.section { padding: 48px 0; }
.section h2 { font-size: clamp(24px, 3.5vw, 36px); margin-bottom: 12px; }
.section .sub { color: #a8a8c0; margin-bottom: 28px; max-width: 640px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.card {
  border: 1px solid rgba(138, 99, 255, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(30, 30, 63, 0.55), rgba(18, 18, 44, 0.55));
  padding: 20px;
}
.card h3 { font-size: 17px; margin-bottom: 8px; color: #fff; }
.card p { color: #b5b5cf; font-size: 14px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 24px 0; }
.pill {
  padding: 8px 14px; border-radius: 999px; font-size: 13px;
  color: #d4d4e8; border: 1px solid rgba(138, 99, 255, 0.25);
  background: rgba(20, 20, 48, 0.6);
}
.steps { display: grid; gap: 20px; }
.step {
  display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start;
  padding: 20px; border-radius: 14px;
  border: 1px solid rgba(138, 99, 255, 0.18);
  background: rgba(22, 22, 50, 0.5);
}
.step-num {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #c4b5fd;
  background: rgba(138, 99, 255, 0.18);
}
.step h3 { margin-bottom: 6px; font-size: 18px; }
.step p { color: #b5b5cf; font-size: 14px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 12px; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(138, 99, 255, 0.15); }
th { color: #c4b5fd; font-weight: 600; }
td { color: #d0d0e4; }
.yes { color: #86efac; }
.prose { max-width: 760px; }
.prose h1 {
  font-size: clamp(28px, 4vw, 42px); margin: 16px 0;
  background: linear-gradient(135deg, #fff, #d8ccff);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.prose h2 { margin: 32px 0 12px; font-size: 22px; color: #fff; }
.prose p, .prose li { color: #b8b8d0; margin-bottom: 12px; }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 16px; }
.faq details {
  border: 1px solid rgba(138, 99, 255, 0.18); border-radius: 12px;
  padding: 14px 18px; margin-bottom: 10px; background: rgba(20, 20, 48, 0.45);
}
.faq summary { cursor: pointer; font-weight: 600; color: #fff; }
.faq p { margin-top: 10px; color: #b5b5cf; font-size: 14px; }
footer {
  margin-top: 48px; border-top: 1px solid rgba(138, 99, 255, 0.12);
  padding: 28px 0 40px; color: #8f8faf; font-size: 14px;
}
footer .links { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 12px; }
footer a { color: #9ca3af; text-decoration: none; }
footer a:hover { color: #8a63ff; }
.back { margin: 24px 0 0; font-size: 14px; }
.back a { text-decoration: none; }

/* pricing */
.pricing-hero { padding: 56px 0 32px; text-align: center; }
.pricing-hero h1 { font-size: clamp(30px, 4.5vw, 48px); margin-bottom: 12px; }
.pricing-hero p { color: #a8a8c0; max-width: 640px; margin: 0 auto; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.price-card {
  border: 1px solid rgba(138, 99, 255, 0.22);
  border-radius: 16px;
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(30, 30, 63, 0.6), rgba(18, 18, 44, 0.55));
  display: flex; flex-direction: column; gap: 10px;
}
.price-card.featured {
  border-color: rgba(138, 99, 255, 0.65);
  box-shadow: 0 0 32px rgba(138, 99, 255, 0.18);
}
.price-badge {
  align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 8px; border-radius: 6px;
  background: rgba(138, 99, 255, 0.25); color: #d8ccff;
}
.price-card h3 { font-size: 14px; color: #b5b5cf; text-transform: uppercase; letter-spacing: 0.06em; }
.price-card .amount { font-size: 36px; font-weight: 800; color: #fff; line-height: 1; }
.price-card .amount span { font-size: 16px; font-weight: 500; color: #a8a8c0; }
.price-card .note { font-size: 13px; color: #9ca3af; flex: 1; }
.promo-box {
  margin: 40px auto 0;
  max-width: 520px;
  border: 1px solid rgba(138, 99, 255, 0.28);
  border-radius: 16px;
  padding: 24px;
  background: rgba(22, 22, 50, 0.55);
}
.promo-box h2 { font-size: 20px; margin-bottom: 8px; color: #fff; }
.promo-box p { font-size: 14px; color: #b5b5cf; margin-bottom: 16px; }
.promo-form { display: grid; gap: 10px; }
.promo-form input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(138, 99, 255, 0.3);
  background: rgba(10, 10, 26, 0.8);
  color: #fff;
  font: inherit;
}
.promo-form input:focus { outline: none; border-color: #8a63ff; }
.promo-result {
  margin-top: 16px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(134, 239, 172, 0.08);
  border: 1px solid rgba(134, 239, 172, 0.25);
  font-size: 14px;
  color: #d1fae5;
  word-break: break-all;
}
.promo-error {
  margin-top: 12px;
  color: #fca5a5;
  font-size: 14px;
}
.key-mono {
  display: block;
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0,0,0,0.35);
  font-family: ui-monospace, monospace;
  font-size: 13px;
  color: #e8e8f0;
}

/* ——— pricing page ——— */
.page-pricing { position: relative; overflow-x: hidden; }
.bg-glow {
  position: fixed; inset: -20% 0 auto; height: 70vh; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(138, 99, 255, 0.22), transparent 70%);
}
.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.35;
  background-image: linear-gradient(rgba(138,99,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138,99,255,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
}
.pricing-main { position: relative; z-index: 1; padding-bottom: 64px; }
.badge-glow { box-shadow: 0 0 24px rgba(138, 99, 255, 0.25); }
.text-gradient {
  background: linear-gradient(135deg, #fff, #c4b5fd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-hero h1 { line-height: 1.1; margin-bottom: 16px; }
.pricing-layout {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 28px;
  align-items: start;
  margin: 40px 0 48px;
}
@media (max-width: 860px) {
  .pricing-layout { grid-template-columns: 1fr; }
}
.pricing-features {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(138, 99, 255, 0.2);
  background: rgba(22, 22, 50, 0.5);
}
.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #8a63ff; margin-bottom: 16px;
}
.check-list { list-style: none; display: grid; gap: 12px; }
.check-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: #d0d0e4;
}
.check-icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #86efac;
  background: rgba(134, 239, 172, 0.12);
}
.pricing-layout .pricing-grid {
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .pricing-layout .pricing-grid { grid-template-columns: 1fr; }
}
.price-card { position: relative; min-height: 220px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(138, 99, 255, 0.15); }
.price-card.featured { transform: scale(1.02); }
.price-card.featured:hover { transform: scale(1.02) translateY(-4px); }
.price-card-top { margin-bottom: 8px; }
.price-card .currency { font-size: 28px; }
.price-card .period { font-size: 14px; color: #9ca3af; margin-left: 4px; }
.price-badge-alt { background: rgba(196, 181, 253, 0.15); }
.btn-block { width: 100%; justify-content: center; margin-top: auto; }
.btn-lg { padding: 14px 28px; font-size: 16px; }
.features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .features-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .features-row { grid-template-columns: 1fr; }
}
.feature-card {
  padding: 22px 18px;
  border-radius: 14px;
  border: 1px solid rgba(138, 99, 255, 0.18);
  background: rgba(22, 22, 50, 0.45);
  transition: border-color 0.2s, background 0.2s;
}
.feature-card:hover { border-color: rgba(138, 99, 255, 0.4); background: rgba(30, 30, 63, 0.55); }
.feature-icon { font-size: 28px; margin-bottom: 10px; }
.feature-card h3 { font-size: 16px; color: #fff; margin-bottom: 8px; }
.feature-card p { font-size: 13px; color: #a8a8c0; line-height: 1.5; }
.telegram-cta {
  position: relative;
  margin: 0 auto 48px;
  max-width: 640px;
  border-radius: 20px;
  border: 1px solid rgba(138, 99, 255, 0.35);
  overflow: hidden;
  text-align: center;
}
.telegram-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(138, 99, 255, 0.2), transparent 60%);
  pointer-events: none;
}
.telegram-inner { position: relative; padding: 36px 28px; }
.telegram-inner h2 { font-size: 24px; color: #fff; margin: 12px 0 10px; }
.telegram-inner p { color: #b5b5cf; font-size: 15px; margin-bottom: 20px; max-width: 480px; margin-left: auto; margin-right: auto; }
.btn-telegram { display: inline-flex; }
.setup-steps { text-align: center; margin-bottom: 24px; }
.setup-steps h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 28px; color: #fff; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  text-align: left;
}
@media (max-width: 800px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .steps-grid { grid-template-columns: 1fr; }
}
.setup-step {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(138, 99, 255, 0.15);
  background: rgba(20, 20, 48, 0.4);
}
.setup-num {
  display: inline-flex; width: 28px; height: 28px; border-radius: 8px;
  align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; color: #c4b5fd;
  background: rgba(138, 99, 255, 0.2); margin-bottom: 10px;
}
.setup-step p { font-size: 14px; color: #b5b5cf; }
.setup-more { margin-top: 24px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }
.reveal-d5 { transition-delay: 0.4s; }
