html, body { margin: 0; padding: 0; }
body { background: #05070d; }
.riq-landing, .riq-landing * { box-sizing: border-box; }
.riq-landing {
  --bg: #05070d;
  --panel: #0c1018;
  --line: rgba(255,255,255,0.08);
  --text: #e6edf3;
  --muted: #8b98a9;
  --green: #34d399;
  --blue: #60a5fa;
  --cyan: #22d3ee;
  --red: #f87171;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(1100px 520px at 78% -8%, rgba(52,211,153,0.12), transparent 60%),
    radial-gradient(900px 480px at 8% 4%, rgba(56,189,248,0.10), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.riq-landing a { color: inherit; text-decoration: none; }

/* Nav */
.riq-nav { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(10px);
  background: rgba(5,7,13,0.72); border-bottom: 1px solid var(--line); }
.riq-nav-inner, .riq-hero, .riq-section, .riq-stats, .riq-footer-inner {
  max-width: 1120px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.riq-nav-inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.riq-brand { display: inline-flex; align-items: center; gap: 10px; }
.riq-brand-name { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.riq-nav-links { display: flex; gap: 26px; margin-left: auto; font-size: 14px; color: var(--muted); }
.riq-nav-links a { cursor: pointer; }
.riq-nav-links a:hover { color: var(--text); }

/* Install cue (decorative, non-link) + real buttons */
.riq-install { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 10px; font-size: 15px; font-weight: 600; user-select: none;
  color: #04120c; background: linear-gradient(135deg, #34d399, #10b981);
  box-shadow: 0 8px 26px rgba(16,185,129,0.30); cursor: default; }
.riq-install--sm { padding: 9px 15px; font-size: 14px; box-shadow: 0 6px 18px rgba(16,185,129,0.24); }
.riq-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer;
  border: 1px solid transparent; transition: transform .12s ease, box-shadow .2s ease, background .2s ease; }
.riq-btn--ghost { color: var(--text); background: rgba(255,255,255,0.04); border-color: var(--line); }
.riq-btn--ghost:hover { background: rgba(255,255,255,0.09); }
.riq-install-note { color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.riq-install-note--center { text-align: center; margin-top: 22px; }

/* Hero */
.riq-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center;
  padding-top: 74px; padding-bottom: 74px; }
.riq-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: var(--green); padding: 7px 14px; border-radius: 999px;
  background: rgba(52,211,153,0.10); border: 1px solid rgba(52,211,153,0.25); }
.riq-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 10px var(--green); }
.riq-h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.03em;
  font-weight: 800; margin: 22px 0 0; }
.riq-grad { background: linear-gradient(100deg, #38bdf8, #60a5fa 55%, #818cf8);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.riq-lead { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 520px; margin: 22px 0 0; }
.riq-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }

/* Hero visual */
.riq-visual {
  position: relative;
  min-height: 420px;
  padding: 8px 0 24px;
  overflow: visible;
}
.riq-panel {
  position: relative;
  z-index: 1;
  margin: 52px 0 0 6%;
  background: linear-gradient(180deg, #10151f, #0a0e16);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 24px 56px rgba(0,0,0,0.45);
}
.riq-panel-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.riq-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.riq-panel-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: #cdd7e3; }
.riq-panel-tag { margin-left: auto; font-size: 10px; letter-spacing: 0.12em; color: #556172; }
.riq-chart { width: 100%; height: 150px; display: block; }
.riq-card {
  position: absolute;
  z-index: 2;
  background: #0f141c;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.42);
  min-width: 158px;
}
.riq-card-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.riq-card-value { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.riq-card-sub { font-size: 11px; color: var(--muted); line-height: 1.35; }
.riq-card--green {
  top: 0;
  right: 0;
  z-index: 3;
  border-color: rgba(52,211,153,0.45);
  box-shadow: 0 14px 36px rgba(0,0,0,0.42), 0 0 0 1px rgba(52,211,153,0.12);
}
.riq-card--green .riq-card-value { color: var(--green); }
.riq-card--blue {
  bottom: 36px;
  right: 4px;
  border-color: rgba(96,165,250,0.38);
  box-shadow: 0 14px 36px rgba(0,0,0,0.42), 0 0 0 1px rgba(96,165,250,0.10);
}
.riq-card--blue .riq-card-value { color: var(--blue); }
.riq-card--red {
  bottom: 0;
  left: 0;
  border-color: rgba(248,113,113,0.38);
  box-shadow: 0 14px 36px rgba(0,0,0,0.42), 0 0 0 1px rgba(248,113,113,0.10);
}
.riq-card--red .riq-card-value { color: var(--red); }

/* Stats strip */
.riq-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  padding: 26px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.riq-stat { display: flex; flex-direction: column; gap: 4px; }
.riq-stat-value { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.riq-stat-label { font-size: 13px; color: var(--muted); }

/* Sections */
.riq-section { padding-top: 84px; padding-bottom: 12px; scroll-margin-top: 84px; }
.riq-section-head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.riq-h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.025em; margin: 0; line-height: 1.12; }
.riq-sub { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 14px 0 0; }

.riq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.riq-feature { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.riq-feature-bar { position: absolute; top: 0; left: 0; height: 3px; width: 100%; opacity: 0.85; }
.riq-feature-title { font-size: 19px; font-weight: 700; margin: 6px 0 10px; }
.riq-feature-body { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }

.riq-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.riq-step { background: rgba(255,255,255,0.02); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.riq-step-n { font-size: 13px; font-weight: 800; letter-spacing: 0.1em; color: var(--green); }
.riq-step-title { font-size: 18px; font-weight: 700; margin: 12px 0 8px; }
.riq-step-body { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }

/* Pricing */
.riq-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 20px; justify-content: center; }
.riq-plan { position: relative; background: rgba(255,255,255,0.02); border: 1px solid var(--line);
  border-radius: 18px; padding: 30px; display: flex; flex-direction: column; gap: 8px; }
.riq-plan--pro { border-color: rgba(52,211,153,0.45);
  background: linear-gradient(180deg, rgba(52,211,153,0.08), rgba(255,255,255,0.02)); box-shadow: 0 20px 60px rgba(16,185,129,0.12); }
.riq-plan-badge { position: absolute; top: -12px; right: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  color: #04120c; background: linear-gradient(135deg, #34d399, #10b981); padding: 5px 12px; border-radius: 999px; }
.riq-plan-name { font-size: 15px; font-weight: 700; color: var(--muted); }
.riq-plan-price { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; }
.riq-plan-price small { font-size: 16px; font-weight: 600; color: var(--muted); }
.riq-plan-list { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.riq-plan-list li { position: relative; padding-left: 26px; font-size: 15px; color: #c6d0dc; }
.riq-plan-list li::before { content: ""; position: absolute; left: 4px; top: 7px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(52,211,153,0.6); }

/* CTA band */
.riq-band { max-width: 900px; margin: 96px auto 0; text-align: center; padding: 56px 24px;
  border-top: 1px solid var(--line); }
.riq-band-cta { display: flex; justify-content: center; margin-top: 26px; }

/* Footer */
.riq-footer { margin-top: 40px; border-top: 1px solid var(--line); }
.riq-footer-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 26px; padding-bottom: 40px; }
.riq-footer-links { display: flex; gap: 22px; font-size: 14px; color: var(--muted); }
.riq-footer-links a:hover { color: var(--text); }
.riq-footer-copy { margin-left: auto; font-size: 13px; color: var(--muted); }

@media (max-width: 860px) {
  .riq-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; padding-bottom: 40px; }
  .riq-visual { min-height: 380px; padding-bottom: 16px; }
  .riq-panel { margin-top: 64px; max-width: 100%; }
  .riq-card { min-width: 140px; padding: 12px 14px; }
  .riq-card--green { top: 4px; right: 0; }
  .riq-card--blue { bottom: 28px; right: 0; }
  .riq-card--red { bottom: 0; left: 0; }
  .riq-nav-links { display: none; }
  .riq-stats { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .riq-grid, .riq-steps { grid-template-columns: 1fr; }
  .riq-plans { grid-template-columns: 1fr; }
  .riq-footer-copy { margin-left: 0; width: 100%; }
}
