:root {
  --bg: #050b12;
  --bg-soft: #08131f;
  --panel: rgba(11, 27, 42, .9);
  --panel-strong: #0d2133;
  --line: rgba(126, 221, 255, .16);
  --text: #eef7fb;
  --muted: #91a9b8;
  --cyan: #28d8f2;
  --cyan-strong: #00bddd;
  --green: #54e6ab;
  --yellow: #ffd166;
  --red: #ff7385;
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background:
  radial-gradient(circle at 10% 0%, rgba(0,189,221,.15), transparent 34rem),
  radial-gradient(circle at 95% 36%, rgba(40,216,242,.08), transparent 30rem),
  var(--bg); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(5,11,18,.82); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy span, .brand-copy small { display: block; }
.brand-copy small { color: var(--muted); font-size: .7rem; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav > a { padding: 10px 12px; color: var(--muted); font-size: .9rem; border-radius: 10px; }
.nav > a:hover { color: var(--text); background: rgba(40,216,242,.08); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 18px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #001219; background: linear-gradient(135deg, var(--cyan), #85edff); box-shadow: 0 12px 34px rgba(40,216,242,.2); }
.button.secondary { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.035); }
.button.discord { color: white; background: #5865f2; }
.button.large { min-height: 55px; padding: 14px 24px; }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 900; }
.hero { padding: 54px 0 48px; }
.hero-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(155deg, #06121d, #071b2a); box-shadow: var(--shadow); }
.hero-media { width: 100%; padding: 18px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 45%, rgba(40,216,242,.13), transparent 35rem), #030910; }
.hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 1800 / 635; object-fit: contain; object-position: center; border-radius: 16px; }
.hero-content { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); align-items: center; gap: clamp(28px,5vw,70px); padding: clamp(30px,5vw,56px); }
.hero-copy { min-width: 0; }
h1 { margin: 14px 0 20px; font-size: clamp(2.55rem, 5.2vw, 4.9rem); line-height: .96; letter-spacing: -.052em; }
.hero-copy > p { margin: 0; max-width: 760px; color: #bad0dc; font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.72; }
.hero-cta { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 0; }
.hero-cta .button { width: 100%; }
.hero-note { margin: 17px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.language-link { min-width: 42px; text-align: center; color: var(--cyan) !important; border: 1px solid var(--line); font-weight: 900; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 18px; }
.trust-strip article { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.trust-strip strong { display: block; color: var(--cyan); font-size: 1.15rem; }
.trust-strip span { display: block; color: var(--muted); font-size: .78rem; margin-top: 5px; }
.section { padding: 76px 0; }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4.2vw, 3.5rem); letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: rgba(40,216,242,.1); font-size: 1.4rem; }
.feature-card h3 { margin: 18px 0 9px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .92rem; }
.dashboard-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.dashboard-window { border: 1px solid var(--line); border-radius: 22px; padding: 18px; background: linear-gradient(160deg, rgba(13,33,51,.95), rgba(5,14,23,.95)); box-shadow: var(--shadow); }
.window-bar { display: flex; gap: 7px; margin-bottom: 15px; }
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--muted); opacity: .5; }
.window-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.window-grid article { min-height: 120px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.window-grid strong { display: block; color: var(--cyan); font-size: 1.7rem; }
.window-grid span { color: var(--muted); font-size: .8rem; }
.showcase-copy h2 { font-size: clamp(2rem,4vw,3.5rem); margin: 12px 0 16px; letter-spacing: -.045em; }
.showcase-copy p { color: var(--muted); line-height: 1.75; }
.check-list { display: grid; gap: 10px; padding: 0; list-style: none; margin: 22px 0 28px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.price-card.pro { border-color: rgba(40,216,242,.45); box-shadow: 0 20px 70px rgba(40,216,242,.12); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 6px 10px; color: #001219; border-radius: 999px; background: var(--cyan); font-size: .72rem; font-weight: 900; }
.price-card h3 { margin: 0 0 8px; font-size: 1.45rem; }
.price { display: flex; align-items: end; gap: 7px; margin: 18px 0; }
.price strong { font-size: 3.2rem; letter-spacing: -.055em; }
.price span { color: var(--muted); padding-bottom: 8px; }
.price-card p { color: var(--muted); line-height: 1.6; }
.price-card ul { padding: 0; list-style: none; display: grid; gap: 11px; margin: 24px 0; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.faq { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; background: var(--panel); }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }
.launch-config { padding: 24px; border: 1px solid rgba(255,209,102,.32); border-radius: 17px; background: rgba(255,209,102,.06); }
.launch-config code { color: var(--yellow); }
.cta { padding: 60px 0 90px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(28px,5vw,52px); border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(140deg, rgba(13,33,51,.95), rgba(6,19,31,.95)); }
.cta-card h2 { margin: 0 0 10px; font-size: clamp(2rem,4vw,3.3rem); }
.cta-card p { margin: 0; color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: .85rem; }
.legal-page { padding: 54px 0 90px; }
.legal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.legal-header h1 { font-size: clamp(2.5rem,6vw,4.5rem); }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.language-switch button { padding: 7px 10px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; }
.language-switch button.active { background: var(--cyan); color: #001219; font-weight: 900; }
.legal-content { padding: clamp(24px,4vw,42px); border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.legal-content h2 { margin-top: 34px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #b5cad6; line-height: 1.75; }
.legal-content a { color: var(--cyan); text-decoration: underline; }
.notice { padding: 14px 16px; border-left: 4px solid var(--yellow); background: rgba(255,209,102,.07); color: #d7e6ee; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #07131f; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav .button { width: 100%; }
  .trust-strip, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .dashboard-showcase { grid-template-columns: 1fr; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-cta { padding: 18px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 26px,1180px); }
  .brand-copy small { display: none; }
  .hero { padding-top: 24px; }
  .hero-media { padding: 8px; }
  .hero-media img { border-radius: 11px; }
  .hero-content { padding: 28px 22px; }
  .hero-actions .button { width: 100%; }
  .trust-strip, .feature-grid, .pricing-grid, .window-grid { grid-template-columns: 1fr; }
  .cta-card, .footer-inner, .legal-header { flex-direction: column; }
  .cta-card .button { width: 100%; }
}
