:root {
  color-scheme: dark;
  --bg: #18161f;
  --panel: rgba(26, 24, 34, 0.92);
  --panel-strong: rgba(22, 20, 31, 0.98);
  --text: #f7f4ff;
  --muted: #b8b2ca;
  --soft: #8f879f;
  --accent: #dd4646;
  --accent-2: #ff7c66;
  --line: rgba(255, 255, 255, 0.09);
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { view-transition-name: none; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(155, 104, 255, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 124, 102, 0.16), transparent 30%),
    linear-gradient(180deg, #211b2c 0%, var(--bg) 18%, #14121a 100%);
  color: var(--text);
  opacity: 1;
  transition: opacity 0.34s ease, transform 0.34s ease;
}
body.page-enter { opacity: 0; transform: translateY(14px) scale(0.995); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 90%);
  opacity: 0.35;
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 300ms;
  animation-timing-function: ease;
}
a { color: inherit; }
.shell { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; padding: 22px 0 40px; }
.topbar {
  position: sticky; top: 12px; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 76px; padding: 12px 18px; margin-bottom: 18px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(20, 18, 27, 0.78); box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1 1 auto; }
.brand-icon {
  width: 42px; height: 42px; display: block; border-radius: 13px; flex: none;
  box-shadow: 0 14px 26px rgba(221, 70, 70, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.brand-copy { min-width: 0; }
.brand-eyebrow { display: block; color: var(--soft); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.brand-title { display: block; font-weight: 700; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex: none; }
.lang-toggle {
  display: inline-flex; gap: 6px; padding: 4px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 255, 255, 0.03); flex: none;
}
.lang-toggle button, .cta-link { appearance: none; border: 0; cursor: pointer; text-decoration: none; color: inherit; }
.lang-toggle button {
  width: 48px; height: 36px; border-radius: 999px; background: transparent; color: var(--muted);
  font-weight: 700; font-size: 13px; transition: 0.2s ease;
}
.lang-toggle button.active { background: rgba(255, 255, 255, 0.1); color: var(--text); }
.cta-link {
  display: inline-flex; align-items: center; justify-content: center; min-width: 98px; height: 44px; padding: 0 16px;
  border-radius: 999px; background: rgba(221, 70, 70, 0.14); color: #ffd8d8; font-weight: 700; font-size: 14px; white-space: nowrap;
}
.hero {
  position: relative; overflow: hidden; padding: 40px 28px 28px; border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 124, 102, 0.22), transparent 28%),
    radial-gradient(circle at top left, rgba(145, 93, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(42, 37, 58, 0.95), rgba(24, 22, 31, 0.98));
  box-shadow: var(--shadow);
}
.hero::after {
  content: ""; position: absolute; inset: auto -40px -60px auto; width: 240px; height: 240px; border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 70, 70, 0.22), transparent 68%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 22px; align-items: stretch; }
.hero-panel { position: relative; z-index: 1; }
.pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: #fbd7d7;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
}
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px rgba(221, 70, 70, 0.9); }
h1 { margin: 18px 0 0; max-width: 12ch; font-size: clamp(44px, 8vw, 84px); line-height: 0.92; letter-spacing: -0.055em; }
.hero-copy { margin: 20px 0 0; max-width: 42rem; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-note {
  margin-top: 22px; padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07); color: var(--muted); font-size: 15px; line-height: 1.6;
}
.hero-cards { display: grid; gap: 14px; }
.stat-card, .section, .legal-card { background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat-card { border-radius: 24px; padding: 20px; backdrop-filter: blur(8px); }
.stat-label { color: var(--soft); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.stat-value { margin-top: 12px; font-size: 26px; font-weight: 800; letter-spacing: -0.04em; }
.stat-copy { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 18px; margin-top: 18px; }
.stack { display: grid; gap: 18px; }
.section, .legal-card { border-radius: 28px; padding: 28px 24px; }
.section-title { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -0.045em; }
.section-copy { margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.divider { height: 1px; margin: 24px 0; background: var(--line); }
.contact-mail {
  display: inline-flex; margin-top: 14px; padding: 12px 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07); color: var(--text); font-weight: 700; word-break: break-word;
}
.faq-list { display: grid; gap: 14px; margin-top: 18px; }
.faq-item { border-radius: 20px; background: var(--panel-strong); border: 1px solid rgba(255, 255, 255, 0.06); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 18px 18px 20px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; font-size: 17px; font-weight: 750;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { color: var(--accent-2); font-size: 24px; line-height: 1; transition: transform 0.2s ease; flex: none; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-body { padding: 0 20px 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.faq-body p, .faq-body ul { margin: 0; }
.faq-body ul { padding-left: 20px; margin-top: 8px; }
.faq-body li + li { margin-top: 6px; }
.faq-follow { margin-top: 12px !important; }
.sidebar { display: grid; gap: 18px; align-self: start; position: sticky; top: 92px; }
.mini-title { margin: 0; font-size: 13px; letter-spacing: 0.11em; text-transform: uppercase; color: var(--soft); }
.side-list { display: grid; gap: 10px; margin-top: 14px; }
.side-link {
  display: block; padding: 12px 14px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03); color: var(--muted); text-decoration: none; font-weight: 600; transition: 0.2s ease;
}
.side-link:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.legal-grid { display: grid; gap: 18px; margin-top: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.legal-card h3 { margin: 0; font-size: 24px; letter-spacing: -0.03em; }
.legal-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.legal-link {
  display: inline-flex; margin-top: 16px; padding: 12px 14px; border-radius: 16px; background: rgba(221, 70, 70, 0.12);
  color: #ffd4d4; text-decoration: none; font-weight: 700;
}
.foot { margin-top: 18px; padding: 20px 24px 34px; color: var(--soft); text-align: center; font-size: 14px; }
@media (max-width: 980px) {
  .hero-grid, .content-grid, .legal-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 720px) {
  .topbar { min-height: 68px; padding: 10px 12px; gap: 10px; }
  .brand { gap: 10px; }
  .brand-icon { width: 38px; height: 38px; border-radius: 12px; }
  .brand-eyebrow { display: none; }
  .brand-title {
    font-size: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.05;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .topbar-actions { gap: 8px; }
  .cta-link {
    min-width: 74px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .lang-toggle { gap: 4px; padding: 3px; }
  .lang-toggle button {
    width: 42px;
    height: 34px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 20px), var(--container)); padding-top: 14px; }
  .topbar { top: 8px; border-radius: 22px; }
  .hero, .section, .legal-card { padding: 22px 18px; border-radius: 22px; }
  h1 { max-width: 100%; }
  .section-title { font-size: 28px; }
}
@media (max-width: 440px) {
  .topbar {
    min-height: 64px;
    padding: 8px 10px;
    gap: 8px;
  }
  .brand { gap: 8px; }
  .brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }
  .brand-title {
    font-size: 14px;
    line-height: 1.02;
  }
  .topbar-actions { gap: 6px; }
  .cta-link {
    min-width: 64px;
    padding: 0 10px;
    font-size: 12px;
  }
  .lang-toggle button {
    width: 38px;
    height: 32px;
  }
}
