@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #18181B;
  --bg-soft: #1f2025;
  --bg-card: rgba(47, 45, 53, 0.8);
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --text: #F7F5ED;
  --muted: #d8d3c7;
  --primary: #7144F2;
  --primary-strong: #5A32D1;
  --primary-soft: #B5A8F8;
  --accent: #D9FC50;
  --accent-soft: #46F8A3;
  --shadow: 0 24px 60px rgba(113, 68, 242, 0.28);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: radial-gradient(circle at top left, rgba(113,68,242,0.28), transparent 22%),
              radial-gradient(circle at right center, rgba(217,252,80,0.12), transparent 18%),
              linear-gradient(180deg, #18181B 0%, #1b1c22 100%);
  color: var(--text);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(24, 24, 27, 0.7);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}
.brand {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.brand span { color: var(--accent); }
.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}
.site-nav a { transition: color 0.2s ease; }
.site-nav a:hover { color: var(--text); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #b9ef2d);
  color: #171717;
  box-shadow: 0 18px 30px rgba(217,252,80,0.18);
}
.btn-secondary {
  background: rgba(255,255,255,0.04);
  border-color: var(--line);
  color: var(--text);
}
.hero { padding: 72px 0 18px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-soft);
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(217,252,80,.8);
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: 'Archivo', Arial, sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
h1 {
  margin-top: 18px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}
.lead {
  margin: 18px 0 24px;
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-size: 0.94rem;
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
}
.hero-visual { position: relative; min-height: 540px; }
.visual-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: #121317;
  box-shadow: var(--shadow);
}
.visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,24,27,0.1), rgba(24,24,27,0.5));
}
.floating-card {
  position: absolute;
  right: 16px;
  bottom: 16px;
  min-width: 210px;
  background: rgba(16,19,23,0.9);
  border: 1px solid rgba(113,68,242,0.4);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.12rem;
}
.rating span { color: var(--accent); letter-spacing: 0.12em; }
.floating-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}
.stats-bar { padding: 16px 0 20px; }
.stats-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.stat-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 16px;
  text-align: center;
}
.stat-box strong {
  display: block;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  color: var(--text);
}
.stat-box span { color: var(--muted); font-size: 0.9rem; }
.section { padding: 42px 0 12px; }
.section-head { max-width: 700px; margin-bottom: 22px; }
.kicker {
  margin: 0 0 10px;
  color: var(--primary-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-head h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.feature-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 36px rgba(15, 19, 33, 0.12);
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(113,68,242,.18), rgba(217,252,80,.06));
  border: 1px solid rgba(113,68,242,.25);
  font-size: 1.55rem;
  margin-bottom: 18px;
}
.feature-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.feature-card p { margin: 0; color: var(--muted); }
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}
.copy-panel {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
}
.copy-panel h3 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
}
.copy-panel p, .copy-panel li {
  color: var(--muted);
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 18px;
}
.image-panel {
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-section { padding-bottom: 28px; }
.faq-grid { display: grid; gap: 16px; }
.faq-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
}
.faq-item h4 { margin-bottom: 8px; font-size: 1.04rem; }
.faq-item p { margin: 0; color: var(--muted); }
.cta-band { padding: 18px 0 60px; }
.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, rgba(113,68,242,0.18), rgba(217,252,80,0.08));
  border: 1px solid rgba(113,68,242,0.28);
  border-radius: 28px;
  padding: 28px 30px;
}
.cta-card h3 { font-size: clamp(1.6rem, 2vw, 2.2rem); }
.cta-card p { margin-top: 8px; color: var(--muted); }
.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 44px;
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr;
  gap: 24px;
}
.footer h4 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 1rem;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer p, .footer li, .footer a { color: var(--muted); }
.footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}
@media (max-width: 860px) {
  .hero-grid, .two-col, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .nav { flex-wrap: wrap; justify-content: center; }
  .hero-visual { min-height: 420px; }
  .cta-card { flex-direction: column; align-items: flex-start; }
  .stats-wrap { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .stats-wrap { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .site-nav { width: 100%; justify-content: center; }
  h1 { font-size: 2.5rem; }
}
