/* AURELION_PUBLIC_PREVIEW_V120_START */

:root {
  --bg: #f6fbff;
  --text: #0f172a;
  --muted: #63718a;
  --blue: #2563eb;
  --blue2: #3b82f6;
  --navy: #071226;
  --navy2: #0c1830;
  --line: rgba(148, 163, 184, 0.22);
  --soft: rgba(255, 255, 255, 0.82);
  --shadow: 0 22px 80px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.preview-v120 {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 11% 18%, rgba(59, 130, 246, 0.19), transparent 30rem),
    radial-gradient(circle at 87% 67%, rgba(34, 197, 94, 0.21), transparent 31rem),
    linear-gradient(135deg, #f7fbff 0%, #edf5fb 50%, #f9fcff 100%);
}

.preview-header-v120 {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 70px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(7, 18, 38, 0.98), rgba(8, 17, 34, 0.98));
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 16px 44px rgba(7, 18, 38, 0.20);
}

.preview-brand-v120 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.preview-brand-icon-v120 {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #ffffff;
  filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.72));
}

.preview-brand-icon-v120::before {
  content: "✦";
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(135deg, #8ec5ff, #2f74ff);
  -webkit-background-clip: text;
  color: transparent;
}

.preview-nav-v120 {
  display: flex;
  align-items: center;
  gap: 14px;
}

.preview-nav-v120 a,
.preview-nav-v120 button {
  min-height: 36px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.preview-nav-v120 a:hover,
.preview-nav-v120 button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.preview-nav-v120 .login-v120 {
  padding: 0 19px;
  color: #fff;
  background: linear-gradient(135deg, #2f7bff, #2563eb);
  border-color: rgba(59, 130, 246, 0.58);
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.30);
}

.preview-shell-v120 {
  width: min(1375px, calc(100% - 72px));
  margin: 0 auto;
}

.preview-home-v120 {
  min-height: calc(100vh - 70px - 82px);
  padding: 54px 0 22px;
}

.hero-v120 {
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(690px, 1.05fr);
  align-items: center;
  gap: 54px;
}

.badge-v120 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.08);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: -0.01em;
}

.badge-v120::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.72);
}

.hero-copy-v120 h1 {
  margin: 18px 0 18px;
  color: #0f172a;
  font-size: clamp(64px, 4.55vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.hero-copy-v120 p {
  max-width: 640px;
  margin: 0;
  color: #63718a;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.hero-actions-v120 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.btn-v120 {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 13px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.012em;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn-v120:hover {
  transform: translateY(-1px);
}

.btn-primary-v120 {
  color: #fff;
  border: 1px solid rgba(37, 99, 235, 0.58);
  background: linear-gradient(135deg, #2f7bff, #2563eb);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.30);
}

.btn-secondary-v120 {
  color: #10203a;
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(14px);
}

.stats-v120 {
  width: min(660px, 100%);
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.17);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.075);
}

.stat-v120 {
  min-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.stat-v120:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22%;
  right: 0;
  width: 1px;
  height: 56%;
  background: rgba(148, 163, 184, 0.13);
}

.stat-icon-v120 {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.11);
  font-size: 21px;
  font-weight: 900;
}

.stat-v120:nth-child(2) .stat-icon-v120 {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.12);
}

.stat-v120:nth-child(3) .stat-icon-v120 {
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.12);
}

.stat-v120 strong {
  display: block;
  color: #111827;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.stat-v120 span {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 11.7px;
  line-height: 1.05;
  font-weight: 720;
  white-space: nowrap;
}

.preview-window-v120 {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  border-radius: 26px;
  overflow: hidden;
  background: #071226;
  border: 12px solid #081426;
  box-shadow: 0 34px 95px rgba(7, 18, 38, 0.30);
}

.preview-window-top-v120 {
  height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0b1730;
  border-bottom: 1px solid rgba(148, 163, 184, 0.13);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 830;
}

.preview-window-dots-v120 {
  display: flex;
  gap: 8px;
}

.preview-window-dots-v120 i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.75);
}

.preview-app-v120 {
  padding: 16px;
  background: linear-gradient(135deg, #f8fbff, #eef5fb);
}

.preview-app-head-v120 {
  height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
}

.preview-app-grid-v120 {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}

.preview-panel-v120 {
  min-height: 250px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.preview-panel-v120 h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
}

.preview-input-v120 {
  height: 38px;
  margin-bottom: 11px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #94a3b8;
  font-size: 12px;
  font-weight: 650;
}

.preview-green-btn-v120,
.preview-navy-btn-v120 {
  height: 38px;
  margin-bottom: 9px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 12px;
  font-weight: 850;
}

.preview-green-btn-v120 {
  background: #16a34a;
}

.preview-navy-btn-v120 {
  background: #071226;
}

.preview-note-v120 {
  margin-top: 14px;
  padding: 13px;
  border-radius: 12px;
  background: #f8fafc;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 650;
}

.result-box-v120 {
  min-height: 78px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(34, 197, 94, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.result-box-v120 b {
  display: block;
  color: #4338ca;
  font-size: 13px;
  margin-bottom: 7px;
}

.result-box-v120 span {
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}

.table-v120 {
  margin-top: 14px;
}

.table-title-v120 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  font-size: 13px;
  color: #0f172a;
  font-weight: 850;
}

.table-title-v120 button {
  border: 0;
  border-radius: 8px;
  height: 28px;
  padding: 0 10px;
  color: white;
  background: #071226;
  font-size: 10px;
  font-weight: 850;
}

.table-line-v120 {
  display: grid;
  grid-template-columns: 52px 1fr 1.1fr 52px;
  gap: 8px;
  min-height: 25px;
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  color: #64748b;
  font-size: 10.5px;
  font-weight: 650;
}

.section-v120 {
  margin-top: 26px;
}

.features-title-v120 {
  text-align: center;
  margin-bottom: 15px;
}

.features-title-v120 h2 {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 850;
}

.features-title-v120 p {
  max-width: 740px;
  margin: 7px auto 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 560;
}

.features-grid-v120 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.feature-card-v120 {
  min-height: 154px;
  padding: 17px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.83);
  border: 1px solid rgba(148, 163, 184, 0.17);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.feature-icon-v120 {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.11);
  font-size: 16px;
  font-weight: 900;
}

.feature-card-v120 h3 {
  margin: 0 0 8px;
  color: #101a2f;
  font-size: 14.3px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.feature-card-v120 p {
  margin: 0;
  color: #5f6f88;
  font-size: 12.1px;
  line-height: 1.44;
  font-weight: 520;
}

.faq-preview-v120 {
  margin-top: 17px;
}

.faq-head-v120 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.faq-head-v120 h2 {
  margin: 0;
  color: #0f172a;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 850;
}

.faq-head-v120 a {
  color: #2563eb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.faq-grid-v120 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 28px;
}

.faq-grid-v120 details {
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.16);
  overflow: hidden;
}

.faq-grid-v120 summary {
  min-height: 43px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #101a2f;
  font-size: 12.4px;
  line-height: 1.18;
  font-weight: 800;
}

.faq-grid-v120 summary::-webkit-details-marker {
  display: none;
}

.faq-grid-v120 summary::after {
  content: "⌄";
  color: #64748b;
  font-size: 15px;
}

.footer-v120 {
  height: 82px;
  min-height: 82px;
  background: linear-gradient(180deg, rgba(8, 17, 34, 0.98), rgba(7, 18, 38, 0.98));
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  color: rgba(226, 232, 240, 0.76);
}

.footer-inner-v120 {
  width: min(1375px, calc(100% - 72px));
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  align-items: center;
  gap: 34px;
}

.footer-brand-v120 {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.footer-brand-v120 i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.footer-brand-v120 i::before {
  content: "✦";
  font-size: 21px;
  line-height: 1;
  color: #3b82f6;
  filter: drop-shadow(0 0 12px rgba(59, 130, 246, 0.72));
}

.footer-left-v120 p {
  margin: 4px 0 0;
  color: rgba(226, 232, 240, 0.60);
  font-size: 12px;
  line-height: 1.28;
  font-weight: 580;
}

.footer-links-v120 {
  display: flex;
  align-items: center;
  gap: 38px;
}

.footer-links-v120 a {
  color: rgba(226, 232, 240, 0.78);
  text-decoration: none;
  font-size: 12.3px;
  font-weight: 750;
}

.footer-copy-v120 {
  justify-self: end;
  text-align: right;
  color: rgba(226, 232, 240, 0.62);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 580;
}

.footer-shield-v120 {
  display: inline-grid;
  place-items: center;
  margin-left: 18px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: rgba(226, 232, 240, 0.80);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.telegram-v120 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
}

.telegram-v120 a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  color: white;
  background: #229ed9;
  box-shadow: 0 16px 34px rgba(34, 158, 217, 0.30);
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.modal-v120 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-v120.is-open {
  display: flex;
}

.modal-backdrop-v120 {
  position: absolute;
  inset: 0;
  background: rgba(7, 18, 38, 0.58);
  backdrop-filter: blur(16px);
}

.modal-card-v120 {
  position: relative;
  width: min(820px, calc(100vw - 42px));
  border-radius: 26px;
  padding: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.14), transparent 20rem),
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.15), transparent 20rem),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 34px 110px rgba(7, 18, 38, 0.32);
}

.modal-close-v120 {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 13px;
  color: white;
  background: #ef4444;
  cursor: pointer;
  font-size: 25px;
  font-weight: 900;
}

.modal-card-v120 h2 {
  max-width: 640px;
  margin: 16px 0 12px;
  color: #0f172a;
  font-size: 42px;
  line-height: .98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.modal-card-v120 .lead {
  max-width: 720px;
  margin: 0 0 22px;
  color: #66758f;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 550;
}

.modal-grid-v120 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.modal-grid-v120 section {
  min-height: 150px;
  padding: 19px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.modal-grid-v120 h3 {
  margin: 0 0 9px;
  color: #101a2f;
  font-size: 17px;
  font-weight: 850;
}

.modal-grid-v120 p {
  margin: 0;
  color: #66758f;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 550;
}

@media (max-width: 1300px) {
  body.preview-v120 {
    overflow-y: auto;
  }

  .preview-home-v120 {
    padding: 44px 0 32px;
  }

  .hero-v120,
  .features-grid-v120,
  .faq-grid-v120 {
    grid-template-columns: 1fr;
  }

  .preview-window-v120 {
    max-width: 100%;
  }

  .footer-v120,
  .footer-inner-v120 {
    height: auto;
    min-height: 110px;
  }

  .footer-inner-v120 {
    padding: 18px 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-copy-v120 {
    justify-self: start;
    text-align: left;
  }
}

/* AURELION_PUBLIC_PREVIEW_V120_END */

/* AURELION_FAQ_CLEAN_V122_START */

body.faq-clean-v122 {
  min-height: 100vh;
  overflow-y: auto;
}

.faq-shell-v122 {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 70px;
}

.faq-hero-v122 {
  text-align: center;
  margin-bottom: 42px;
}

.faq-hero-v122 .badge-v120 {
  min-height: 46px;
  padding: 0 23px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.faq-hero-v122 p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #63718a;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 540;
}

.faq-grid-clean-v122 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item-v122 {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.faq-item-v122 summary {
  min-height: 70px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  cursor: pointer;
  color: #101a2f;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.018em;
}

.faq-item-v122 summary::-webkit-details-marker {
  display: none;
}

.faq-item-v122 summary::after {
  content: "⌄";
  flex: 0 0 auto;
  color: #64748b;
  font-size: 18px;
  transition: transform .16s ease;
}

.faq-item-v122[open] summary::after {
  transform: rotate(180deg);
}

.faq-item-v122 p {
  margin: 0;
  padding: 0 22px 22px;
  color: #5f6f88;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.faq-bottom-note-v122 {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 30%, rgba(34, 197, 94, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.17);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.055);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq-bottom-note-v122 b {
  display: block;
  color: #101a2f;
  font-size: 16px;
  font-weight: 850;
  margin-bottom: 4px;
}

.faq-bottom-note-v122 span {
  color: #64748b;
  font-size: 13px;
  font-weight: 580;
}

.faq-bottom-note-v122 a {
  flex: 0 0 auto;
}

body.faq-clean-v122 .footer-v120 {
  margin-top: 0;
}

@media (max-width: 900px) {
  .faq-shell-v122 {
    width: min(100% - 34px, 720px);
    padding: 48px 0 44px;
  }

  .faq-grid-clean-v122 {
    grid-template-columns: 1fr;
  }

  .faq-bottom-note-v122 {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* AURELION_FAQ_CLEAN_V122_END */
