
:root{
  --bg:#f5f7fb;
  --card:#ffffff;
  --text:#151826;
  --muted:#5e657b;
  --line:#e8ebf3;
  --primary:#6f57ff;
  --primary-dark:#4e38d4;
  --accent:#f1efff;
  --success:#dff5ea;
  --success-text:#18794e;
  --shadow:0 18px 50px rgba(18,25,38,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:linear-gradient(180deg,#f7f8fc 0%, #eef2fb 100%);
  color:var(--text);
}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1160px;margin:0 auto;padding:0 20px}
.site-header{
  position:sticky;top:0;z-index:20;
  backdrop-filter: blur(10px);
  background:rgba(247,248,252,.82);
  border-bottom:1px solid rgba(232,235,243,.8);
}
.nav{
  height:76px;display:flex;align-items:center;justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.logo-dot{
  width:18px;height:18px;border-radius:50%;
  background:linear-gradient(135deg,var(--primary),#b29cff);
  box-shadow:0 0 0 6px rgba(111,87,255,.12);
}
.nav-links{display:flex;align-items:center;gap:22px}
.nav-btn{
  background:var(--text);color:#fff;padding:12px 16px;border-radius:14px;font-weight:700;
}
.nav-btn:hover{text-decoration:none;opacity:.94}
.hero{padding:72px 0 40px}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;
}
.eyebrow{
  display:inline-block;padding:8px 14px;border-radius:999px;
  background:var(--accent);color:var(--primary-dark);font-weight:700;font-size:14px;
}
h1{
  margin:18px 0 18px;font-size:58px;line-height:1.02;letter-spacing:-0.03em;
}
h2{font-size:36px;line-height:1.1;margin:12px 0 12px;letter-spacing:-0.02em}
h3{margin:0 0 10px;font-size:22px}
.hero-text,.section-title p,.feature-card p,.info-panel p,.legal-card p,.step p,.queue-item p,.footer-inner p{
  color:var(--muted);line-height:1.72;font-size:17px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 20px;border-radius:16px;font-weight:800;
}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff}
.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.trust-row{
  display:flex;gap:12px;flex-wrap:wrap;margin-top:28px
}
.trust-row span{
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:#475069;
  font-size:14px;font-weight:700;
}
.mockup-card{
  background:linear-gradient(180deg,#ffffff 0%, #f7f8ff 100%);
  border:1px solid #e8eaf5;border-radius:30px;padding:24px;box-shadow:var(--shadow)
}
.mockup-top{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}
.pill{
  padding:9px 12px;border-radius:999px;background:#eef1f8;color:#556079;font-size:13px;font-weight:700;
}
.pill.active{background:var(--accent);color:var(--primary-dark)}
.dashboard{display:grid;gap:18px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;
}
.stat-label{font-size:13px;color:#707891;font-weight:700}
.stat-value{margin-top:8px;font-size:30px;font-weight:900}
.queue-card,.connect-card,.feature-card,.info-panel,.legal-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;
}
.queue-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.queue-badge{background:var(--success);color:var(--success-text);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800}
.queue-list{display:grid;gap:12px}
.queue-item{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:14px;border:1px solid var(--line);border-radius:18px;background:#fbfcff;
}
.queue-item strong{display:block;margin-bottom:4px}
.queue-item p{margin:0;font-size:14px}
.tag{
  padding:8px 10px;border-radius:999px;font-size:12px;font-weight:900;
}
.ready{background:#e6f8ed;color:#18794e}
.scheduled{background:#eef1ff;color:#4b4fc7}
.draft{background:#f6f0dd;color:#8a6721}
.section{padding:52px 0}
.section.alt{background:rgba(255,255,255,.55);border-top:1px solid rgba(232,235,243,.8);border-bottom:1px solid rgba(232,235,243,.8)}
.section-title{max-width:740px;margin-bottom:26px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.two-col{display:grid;grid-template-columns:1fr 430px;gap:24px;align-items:start}
.steps{display:grid;gap:18px;margin-top:20px}
.step{
  display:grid;grid-template-columns:58px 1fr;gap:16px;background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:18px;
}
.step-num{
  width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--accent);color:var(--primary-dark);font-weight:900
}
.site-footer{padding:28px 0 40px}
.footer-inner{
  display:flex;justify-content:space-between;gap:20px;align-items:flex-start;
  border-top:1px solid var(--line);padding-top:24px;
}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.legal-wrap{max-width:920px}
@media (max-width: 1050px){
  h1{font-size:48px}
  .hero-grid,.two-col,.feature-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .nav{height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:14px}
  .nav-links{flex-wrap:wrap}
  h1{font-size:38px}
  h2{font-size:30px}
  .stats{grid-template-columns:1fr}
  .hero{padding-top:36px}
}
