:root {
  --bg: #06101f;
  --bg-2: #0a162c;
  --header: #06101f;
  --card: #121a2c;
  --card-2: #152036;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f6fb;
  --muted: #9aa3b5;
  --muted-2: #c5ccd8;
  --red: #e10600;
  --red-2: #ff2a22;
  --blue: #2563eb;
  --blue-2: #3b82f6;
  --navy: #06101f;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --font: "Noto Sans SC", "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font);
  background: #fff;
  color: #151920;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font-family: inherit;
}
img {
  max-width: 100%;
}
.wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  border-bottom: 0;
  background: transparent;
  font-size: 12px;
  color: var(--muted);
  position: relative;
  z-index: 31;
}
.topbar-inner {
  display: flex;
  justify-content: flex-end;
  height: 36px;
  align-items: center;
}
.topbar-right {
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
}
.text-btn,
.lang-btn {
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted-2);
}
.lang-flag {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.lang-menu {
  position: absolute;
  right: 0;
  top: 28px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  min-width: 140px;
  padding: 8px;
  box-shadow: var(--shadow);
  z-index: 40;
}
.lang-menu button,
.lang-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 8px;
  color: #111;
  box-sizing: border-box;
}
.lang-menu button:hover,
.lang-menu a:hover {
  background: #f3f5f8;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(6, 16, 31, 0.9);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(90, 150, 220, 0.12);
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 76px;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 2px;
}
.logo-mark {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--red);
  margin-right: 2px;
}
.logo-text {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-item {
  position: relative;
}
.nav-item button,
.nav-item > a,
.nav-link {
  background: none;
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 10px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-item svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  color: #151920;
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
}
.mega a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.mega a:hover {
  background: #f4f6f9;
}
.nav-item:hover .mega,
.nav-item:focus-within .mega {
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ghost-btn,
.cta-btn,
.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}
.ghost-btn {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: transparent;
}
.ghost-btn.light {
  border-color: rgba(255, 255, 255, 0.2);
}
.cta-btn {
  background: var(--red);
  color: #fff;
}
.cta-btn:hover {
  background: var(--red-2);
}
.cta-btn.dark {
  background: #12151c;
  color: #fff;
}
.cta-btn.dark:hover {
  background: #000;
}
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.hero-stage {
  position: relative;
  min-height: 100vh;
  background: var(--navy);
  color: var(--text);
  display: flex;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 50%;
  height: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  z-index: 0;
  filter: none;
  opacity: 0.45;
}
.hero {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 20px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: transparent;
}
.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.eyebrow {
  color: #d7deea;
  font-size: 15px;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.eyebrow strong {
  color: #fff;
  font-weight: 700;
}
.hero h1 {
  margin: 0;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e8edf6;
}
.lead {
  color: #c5cedd;
  margin: 16px auto 0;
  font-size: 18px;
  max-width: 560px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-actions .cta-btn,
.hero-actions .ghost-btn {
  height: 46px;
  padding: 0 22px;
  gap: 10px;
}
.hero-actions .win-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.hero-mid {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.promo-btn {
  background: #2f6bff;
  color: #fff;
  height: 56px;
  padding: 0 40px;
  border-radius: 14px;
  font-size: 18px;
  box-shadow: 0 12px 32px rgba(47, 107, 255, 0.38);
}
.promo-btn:hover {
  background: #4580ff;
}

.instruments {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: auto auto 0;
}
.instruments-label {
  text-align: center;
  color: #d0d7e4;
  margin: 0 0 12px;
  font-size: 14px;
}
.instrument-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.inst-card {
  width: 204px;
  flex: 0 0 204px;
  box-sizing: border-box;
  overflow: hidden;
  background: #161b27;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 12px 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.inst-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.inst-head > div {
  min-width: 0;
  flex: 1;
}
.inst-head strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.inst-head > div span {
  color: #9aa3b2;
  font-size: 11px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inst-quote {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.inst-quote em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: #5ee0a4;
  flex: 0 0 auto;
}
.inst-quote em.down {
  color: #ff6b7a;
}
.inst-quote b {
  font-size: 13px;
  font-weight: 600;
  color: #dce4f2;
  font-family: Inter, sans-serif;
  min-width: 0;
}
.inst-spark {
  width: 100%;
  height: 28px;
  display: block;
}
.inst-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
}
.flags {
  width: 48px;
}
.flag-eu,
.flag-us,
.flag-us-only {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.flag-eu {
  background: #003399;
  position: absolute;
  left: 0;
  top: 4px;
}
.flag-eu::after {
  content: "★";
  color: #fc0;
  font-size: 14px;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.flag-us {
  position: absolute;
  right: 0;
  top: 8px;
  background: repeating-linear-gradient(#fff 0 3px, #b22234 3px 6px);
}
.flag-us::before,
.flag-us-only::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 54%;
  background: #3c3b6e;
}
.flag-us-only {
  background: repeating-linear-gradient(#fff 0 3px, #b22234 3px 6px);
  position: relative;
}
.gold-bars {
  background: #1c1a14;
  display: grid;
  grid-template-columns: repeat(3, 6px);
  gap: 3px;
  place-content: center;
}
.gold-bars i {
  display: block;
  width: 6px;
  height: 16px;
  border-radius: 1px;
  background: linear-gradient(#f3d37a, #c9a227);
}
.coffee-bean {
  background: #1b1714;
  border-radius: 12px;
}
.coffee-bean::before {
  content: "";
  width: 16px;
  height: 20px;
  border-radius: 50%;
  background: #6b3a24;
  box-shadow: inset 7px 0 0 #3d2114;
}
.apple-logo {
  background: #f3f4f6;
  border-radius: 12px;
}

.awards {
  padding: 44px 0 28px;
  overflow: hidden;
  background: #fff;
  color: #4b5568;
}
.awards-track {
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.awards-inner {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  animation: marquee 42s linear infinite;
  color: #4b5568;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 0;
}
.award-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 18px 24px;
  min-height: 88px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
  font-weight: 600;
}
.award-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  flex: 0 0 56px;
  object-fit: contain;
  padding: 6px;
  box-sizing: border-box;
  background: #fff;
}
.award-logo.on-dark {
  background: #101828;
  padding: 5px;
}
.awards-caption {
  text-align: center;
  color: #6b7384;
  margin: 28px 0 0;
  font-size: 16px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 64px 0;
  background: #fff;
  color: #151920;
}
.section-head {
  max-width: 640px;
  margin-bottom: 40px;
}
.section-head h2,
.safety h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 14px;
  color: #151920;
}
.section-head p,
.safety p {
  color: #5b6474;
  margin: 0;
}

.why-choose {
  padding-top: 48px;
}
.why-head {
  max-width: none;
  margin-bottom: 32px;
}
.why-head h2 {
  font-size: 32px;
  color: #151920;
}
.why-head p {
  color: #5b6474;
  font-size: 15px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.why-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 32px 26px 28px;
  text-align: left;
  min-height: 240px;
  cursor: default;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.why-card:hover {
  transform: translateY(-8px);
  background: #f7faff;
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.12);
}
.why-icon {
  width: 56px;
  height: 56px;
  margin: 0 0 18px;
  color: #2563eb;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
  transition:
    color 0.22s ease,
    background 0.22s ease;
}
.why-card:hover .why-icon {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.14);
}
.why-icon svg {
  width: 32px;
  height: 32px;
}
.why-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #151920;
}
.why-card strong {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
}
.why-card:hover strong {
  color: #1d4ed8;
}
.why-card p {
  margin: 0;
  color: #5b6474;
  font-size: 14px;
  line-height: 1.7;
}
.why-card:hover p {
  color: #3d4654;
}
.product-grid,
.stat-grid,
.feature-grid,
.audience-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}
.product-grid {
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e6ebf2;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 16px 36px rgba(21, 25, 32, 0.1);
}
.product-visual {
  height: 168px;
  overflow: hidden;
  background: #0a101c;
}
.product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.product-card:hover .product-visual img {
  transform: scale(1.06);
}
.product-card h3 {
  margin: 18px 18px 6px;
  font-size: 18px;
  font-weight: 600;
  color: #151920;
}
.product-card p {
  margin: 0 18px 22px;
  color: #5b6474;
  font-size: 14px;
}

.stats {
  padding: 88px 0 96px;
  background: #0a0a0a;
  color: #fff;
}
.stats-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.stats-head h2 {
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
.stats-head p {
  color: #9aa3b2;
  font-size: 15px;
}
.stat-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: 0 auto 72px;
  gap: 20px;
  text-align: center;
}
.stat-grid article {
  background: none;
  border: 0;
  padding: 0;
}
.stat-grid h3 {
  font-size: clamp(44px, 6vw, 68px);
  margin: 0 0 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}
.stat-grid p {
  margin: 0;
  color: #c5ccd8;
  font-size: 14px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}
.feature-card {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 28px 24px 26px;
  min-height: 210px;
  text-align: left;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  background: #1c1c1c;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(110, 168, 255, 0.4);
  color: #8bb6ff;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
}
.feature-icon svg {
  width: 22px;
  height: 22px;
}
.feature-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.feature-card p {
  margin: 0;
  color: #9aa3b2;
  font-size: 14px;
  line-height: 1.65;
}

.safety {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 28px;
}
.safety-banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 28px;
  background: #0b1e3c;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 64px 28% 64px 48px;
}
.safety-wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.safety-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.safety-copy h2 {
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
}
.safety-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.badge-row li {
  border: 1px solid #d5dce6;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: #4b5568;
  background: #f7f9fc;
}

.audience {
  background: #fff;
  padding: 72px 0;
}
.audience-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.audience-head p {
  color: #8b93a3;
}
.audience-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.audience-card {
  border-radius: 28px;
  min-height: 280px;
  background: #fff;
  color: #151920;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border: 0;
  box-shadow: 0 12px 32px rgba(21, 25, 32, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(21, 25, 32, 0.12);
}
.audience-copy {
  padding: 36px 8px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}
.audience-visual {
  min-height: 240px;
  position: relative;
}
.audience-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.audience-card.dark {
  background: #0d1b2d;
  color: #fff;
}
.audience-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
}
.audience-card p {
  color: #5b6474;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
}
.audience-card.dark p {
  color: #c5cedd;
}
.audience-card span {
  font-weight: 600;
  color: var(--blue);
}
.audience-card.dark span {
  color: #3ee0a0;
}

.reviews {
  background: #fff;
}
.reviews-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.review-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 22px;
  padding: 26px 22px 22px;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.review-card:hover {
  transform: translateY(-6px);
  background: #f7faff;
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 16px 36px rgba(21, 25, 32, 0.1);
}
.review-stars {
  display: block;
  color: #2563eb;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 12px;
}
.review-card p {
  margin: 0 0 18px;
  color: #3d4654;
  font-size: 14px;
  line-height: 1.7;
  min-height: 108px;
}
.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 48px;
}
.review-user strong {
  display: block;
  font-size: 15px;
  color: #151920;
}
.review-user span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #6b7384;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-stat {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.about-stat b {
  display: block;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 700;
}
.about-stat span {
  color: #5b6474;
  font-size: 14px;
  line-height: 1.6;
}
.about-split .section-head {
  margin-bottom: 0;
}
.about-split .section-head p + p {
  margin-top: 16px;
}
.about-split .topic-pairs {
  margin-bottom: 0;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 12px;
  width: 2px;
  background: #e6ebf2;
}
.timeline li {
  position: relative;
  padding: 0 0 26px 32px;
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 3px #fff;
}
.timeline time {
  display: block;
  font-weight: 700;
  margin: 0 0 6px;
}
.timeline p {
  margin: 0;
  color: #5b6474;
  font-size: 15px;
  line-height: 1.7;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.help-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.help-card {
  display: block;
  width: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 24px 22px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.help-card:hover,
.help-card.is-on {
  border-color: rgba(37, 99, 235, 0.45);
  background: #f7faff;
}
.help-card .why-icon {
  width: 40px;
  height: 40px;
  margin: 0 0 14px;
}
.help-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.help-card p {
  margin: 0;
  color: #5b6474;
  font-size: 14px;
  line-height: 1.6;
}
.faq-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 22px;
}
.faq-search {
  flex: 1;
  min-width: 220px;
}
.faq-search input {
  width: 100%;
  height: 44px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  padding: 0 14px;
  font: inherit;
  background: #fff;
}
.faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.faq-cat {
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #e6ebf2;
  background: #fff;
  color: #5b6474;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.faq-cat.is-on {
  background: #eef4ff;
  color: #2563eb;
  border-color: #d7e4ff;
}
.faq-group-title {
  margin: 28px 0 0;
  padding: 16px 0 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a919c;
  font-weight: 700;
}
.faq-group-title[hidden],
.faq-item[hidden] {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.faq {
  background: #fff;
  padding: 96px 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: 108px;
}
.faq-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #8a919c;
  font-weight: 600;
}
.faq-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #111;
}
.faq-intro p {
  margin: 0;
  max-width: 320px;
  color: #6b7384;
  font-size: 15px;
  line-height: 1.8;
}
.faq-list {
  margin: 0;
  border-top: 1px solid #151920;
}
.faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eceff3;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: background 0.2s ease;
}
.faq-item[open] {
  background: #fafbfc;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 26px 44px 26px 4px;
  position: relative;
  color: #151920;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.faq-item summary span {
  flex: 0 0 auto;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #9aa3b2;
}
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #151920;
  border-bottom: 1.5px solid #151920;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.22s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.faq-item p {
  margin: 0;
  color: #5b6474;
  font-size: 15px;
  line-height: 1.85;
  padding: 0 48px 28px 42px;
  max-width: 560px;
}

.ghost-btn.ink {
  color: #151920;
  border-color: #d5dbe3;
  background: #fff;
  height: 42px;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 600;
}

.footer-cta {
  background: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 88px 0;
}
.footer-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.footer-cta h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}
.footer-cta p {
  color: #9aa3b2;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.7;
}
.footer-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-cta .cta-btn,
.footer-cta .ghost-btn {
  height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 15px;
}
.footer-cta .ghost-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 56px 0 28px;
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr 0.9fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.footer-brand .logo {
  margin-bottom: 16px;
}
.footer-brand .logo-text {
  color: #fff;
}
.footer-brand p {
  margin: 0;
  max-width: 420px;
  color: #9aa3b2;
  font-size: 14px;
  line-height: 1.75;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #c5ccd8;
  display: grid;
  place-items: center;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.footer-social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.footer h3 {
  font-size: 12px;
  margin: 6px 0 16px;
  color: #fff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.footer nav a {
  display: block;
  color: #9aa3b2;
  font-size: 14px;
  margin: 10px 0;
}
.footer nav a:hover {
  color: #fff;
}
.footer-legal {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #6b7384;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer-legal-copy {
  flex: 1;
  min-width: 0;
}
.footer-legal p {
  margin: 0;
}
.footer-legal strong {
  color: #9aa3b2;
  font-weight: 600;
}
.legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.footer .legal-links a {
  color: #9aa3b2;
}
.footer .legal-links a:hover {
  color: #fff;
}

.contact-wrap {
  max-width: 560px;
}
.contact-wrap h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
}
.contact-wrap h3 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
}
.contact-wrap > p {
  margin: 0 0 24px;
  color: #5b6474;
}
.contact-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  align-items: start;
}
.contact-split .section-head {
  margin-bottom: 0;
}
.contact-split .section-head p + p {
  margin-top: 16px;
}
.contact-form {
  display: grid;
  gap: 14px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #5b6474;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #e6ebf2;
  background: #fff;
  color: #151920;
  border-radius: 10px;
  padding: 0 12px;
  font: inherit;
}
.contact-form input {
  height: 44px;
}
.contact-form select {
  height: 44px;
}
.contact-form textarea {
  padding: 12px;
  resize: vertical;
  min-height: 140px;
}
.contact-form .cta-btn {
  height: 46px;
  width: fit-content;
}
.contact-ok {
  margin: 0;
  color: #1a7f4c;
  font-size: 14px;
}

.download-stage {
  min-height: auto;
}
.download-hero {
  min-height: 280px;
  justify-content: center;
  padding: 48px 0 72px;
}
.download-list {
  background: #fff;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.download-list .section-head {
  max-width: 760px;
}
.download-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 24px;
  padding: 28px 26px 24px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
  display: flex;
  flex-direction: column;
}
.download-ico {
  width: 36px;
  height: 36px;
  margin: 0 0 16px;
  color: #151920;
}
.download-ico svg {
  width: 28px;
  height: 28px;
}
.download-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #151920;
  line-height: 1.3;
}
.download-card > p {
  color: #5b6474;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
}
.download-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.download-card li {
  position: relative;
  padding: 0 0 10px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #3d4654;
}
.download-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #151920;
}
.dl-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  align-items: center;
}
.dl-btns .cta-btn,
.dl-chip {
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}
.btn-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.dl-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7dde6;
  color: #151920;
  background: #fff;
  text-decoration: none;
}
.dl-chip:hover {
  border-color: #151920;
}
.dl-btns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dl-btns-grid .cta-btn,
.dl-btns-grid .dl-chip {
  width: 100%;
}
.dl-btns-row {
  flex-wrap: nowrap;
}
.dl-btns-row .cta-btn {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
  font-size: 13px;
  white-space: nowrap;
}
.dl-stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.dl-stores a {
  display: inline-flex;
  line-height: 0;
}
.dl-stores img {
  height: 44px;
  width: auto;
  display: block;
}
.download-compare {
  overflow-x: auto;
}
.download-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.download-compare th,
.download-compare td {
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid #eceff3;
  font-size: 14px;
  color: #3d4654;
  vertical-align: middle;
}
.download-compare th {
  font-size: 15px;
  font-weight: 700;
  color: #151920;
  background: #f7f8fb;
}
.download-compare td:first-child,
.download-compare th:first-child {
  font-weight: 600;
  color: #151920;
}
.download-compare th,
.download-compare td:first-child {
  white-space: nowrap;
}
.cmp-ico {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
}
.cmp-ico svg {
  width: 16px;
  height: 16px;
}
.topic-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0 12px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
}
.topic-ico svg {
  width: 22px;
  height: 22px;
}
.download-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.download-step {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.download-step b {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #2563eb;
  margin-bottom: 10px;
}
.download-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.download-step p {
  margin: 0;
  color: #5b6474;
  font-size: 14px;
  line-height: 1.7;
}
.download-hero .hero-mid {
  margin-top: 8px;
}
#mt4,
#mt5,
#app,
#web,
#win-mt5,
#platforms,
#compare,
#devices,
#showcase {
  scroll-margin-top: 88px;
}
.dl-showcase {
  background: #fff;
  padding: 40px 0 56px;
}
.dl-showcase-stage {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 48px;
  aspect-ratio: 1310 / 512;
}
.dl-showcase-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.dl-showcase-stage img.is-on {
  opacity: 1;
}
.dl-showcase-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.dl-showcase-points button {
  appearance: none;
  background: none;
  border: 0;
  border-top: 3px solid #e8ecf2;
  padding: 22px 12px 8px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: block;
  width: 100%;
  text-align: center;
}
.dl-showcase-points button.is-on {
  border-top-color: #2563eb;
}
.dl-showcase-title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #8b93a3;
}
.dl-showcase-points button.is-on .dl-showcase-title {
  color: #2563eb;
}
.dl-showcase-desc {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #8b93a3;
  line-height: 1.7;
}
@media (max-width: 980px) {
  .dl-showcase-points {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .download-steps {
    grid-template-columns: 1fr;
  }
}

.fx-tabs {
  margin-bottom: 16px;
}
.fx-tabbar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.fx-tabbar button {
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #e6ebf2;
  background: #fff;
  color: #5b6474;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.fx-tabbar button.is-on {
  background: #151920;
  border-color: #151920;
  color: #fff;
}
.pair-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #151920;
  white-space: nowrap;
}
.pair-flags {
  position: relative;
  width: 38px;
  height: 24px;
  flex-shrink: 0;
}
.pair-flags img,
.pair-flags .coin-ico,
.pair-flags .sym-ico {
  position: absolute;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(21, 25, 32, 0.18);
  background: #fff;
}
.pair-flags > :first-child {
  left: 0;
  z-index: 1;
}
.pair-flags > :last-child {
  left: 14px;
  z-index: 2;
}
.coin-ico {
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
  font-family: Inter, sans-serif;
  color: #fff;
  letter-spacing: -0.04em;
}
.coin-ico.btc {
  background: #f7931a;
}
.coin-ico.eth {
  background: #627eea;
}
.coin-ico.sol {
  background: #9945ff;
}
.coin-ico.xrp {
  background: #23292f;
}
.coin-ico.ada {
  background: #0033ad;
}
.coin-ico.doge {
  background: #c2a633;
}
.coin-ico.ltc {
  background: #345d9d;
}
.coin-ico.bnb {
  background: #f3ba2f;
  color: #1a1204;
}
.coin-ico.link {
  background: #2a5ada;
}
.coin-ico.avax {
  background: #e84142;
}
.fx-note {
  margin: 16px 0 0;
  color: #8a93a3;
  font-size: 13px;
}
.dl-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.dl-link:hover {
  color: #1d4ed8;
}
.fx-why {
  grid-template-columns: repeat(2, 1fr);
}
.hero h1 .hero-break {
  display: block;
  font-style: normal;
}
.asset-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  width: min(980px, 100%);
  margin: 40px auto 0;
}
.asset-chip {
  height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #c5cedd;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.asset-chip:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.asset-chip.is-on {
  background: #fff;
  color: #2563eb;
  border-color: #fff;
  font-weight: 600;
}
.sym-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 800;
  font-family: Inter, sans-serif;
  color: #fff;
  letter-spacing: -0.04em;
}
.sym-ico.s1 {
  background: #1c1c1e;
}
.sym-ico.s2 {
  background: #cc0000;
}
.sym-ico.s3 {
  background: #76b900;
}
.sym-ico.s4 {
  background: #ff9900;
}
.sym-ico.s5 {
  background: #00a4ef;
}
.sym-ico.s6 {
  background: #0668e1;
}
.sym-ico.s7 {
  background: #4285f4;
}
.sym-ico.s8 {
  background: #e50914;
}
.sym-ico.s9 {
  background: #ff6a00;
}
.sym-ico.s10 {
  background: #0b1d51;
}
.sym-ico.gold {
  background: #c9a227;
  color: #1a1404;
}
.sym-ico.silver {
  background: #8b95a1;
}
.sym-ico.oil {
  background: #2c2416;
}
.sym-ico.gas {
  background: #1b6b93;
}
.fx-hours {
  margin: -12px 0 22px;
  color: #5b6474;
  font-size: 15px;
}
.fx-hours a {
  color: #2563eb;
  font-weight: 600;
}
.why-foot {
  margin-top: 28px;
}
.mid-cta {
  padding: 72px 0;
  background: #f4f7fb;
  text-align: center;
}
.mid-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 500;
}
.mid-cta p {
  margin: 0 auto 28px;
  max-width: 560px;
  color: #5b6474;
  font-size: 16px;
}
.topic-intro {
  max-width: 720px;
  margin: 0 0 40px;
}
.topic-intro h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
}
.topic-intro p {
  margin: 0;
  color: #5b6474;
}
.legal-article {
  max-width: 760px;
}
.legal-article h2 {
  margin: 32px 0 12px;
  font-size: 22px;
  font-weight: 600;
  scroll-margin-top: 96px;
}
.legal-article h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #151920;
}
.legal-article p {
  margin: 0 0 14px;
  color: #5b6474;
  font-size: 15px;
  line-height: 1.8;
}
.legal-article a {
  color: #2563eb;
  font-weight: 600;
}
.legal-doc {
  max-width: none;
  width: 100%;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 48px 56px 44px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.doc-toc {
  position: sticky;
  top: 88px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.doc-toc p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #151920;
}
.doc-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-toc a {
  display: block;
  padding: 7px 8px;
  margin: 0 -8px;
  border-radius: 8px;
  color: #5b6474;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
.doc-toc a:hover,
.doc-toc a.is-on {
  color: #2563eb;
  background: #f7faff;
}
.legal-doc > h2:first-of-type {
  margin-top: 0;
}
.legal-doc ul {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  color: #5b6474;
  font-size: 15px;
  line-height: 1.8;
}
.legal-doc li {
  margin: 0 0 6px;
}
.doc-cta {
  max-width: none;
  margin: 0 auto;
  padding-top: 8px;
}
.doc-cta .cta-btn {
  height: 48px;
  padding: 0 28px;
  width: fit-content;
}
@media (max-width: 980px) {
  .doc-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .doc-toc {
    position: static;
  }
}
@media (max-width: 640px) {
  .legal-doc {
    padding: 28px 22px;
  }
}
.topic-pairs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.topic-pair {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 8px 24px rgba(21, 25, 32, 0.04);
}
.topic-pair strong,
.topic-pair h3 {
  display: block;
  font-size: 20px;
  margin: 0 0 6px;
  font-weight: 700;
}
.topic-pair span {
  color: #5b6474;
  font-size: 14px;
  line-height: 1.6;
}
.topic-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 980px) {
  .topic-pairs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 980px) {
  .download-grid {
    grid-template-columns: 1fr;
  }
}
.modal[hidden] {
  display: none;
}
.modal-card {
  width: min(420px, 100%);
  background: #fff;
  color: #151920;
  border-radius: 20px;
  padding: 28px;
  position: relative;
}
.modal-card .close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
.modal-card form {
  display: grid;
  gap: 12px;
}
.modal-card label {
  display: grid;
  gap: 6px;
  font-size: 13px;
}
.modal-card input {
  height: 42px;
  border-radius: 10px;
  border: 1px solid #d5dbe4;
  padding: 0 12px;
}

@media (max-width: 980px) {
  .nav {
    display: none;
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    background: #06101f;
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .header-inner {
    grid-template-columns: auto auto;
  }
  .why-grid,
  .fx-why {
    grid-template-columns: 1fr;
  }
  .product-grid,
  .feature-grid,
  .audience-grid,
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .inst-card {
    width: 188px;
    flex-basis: 188px;
  }
  .hero-bg {
    object-position: center 80%;
  }
  .safety-banner {
    padding: 56px 30% 56px 36px;
  }
  .audience-card {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-intro {
    position: static;
  }
  .help-grid {
    grid-template-columns: 1fr;
  }
  .about-stats,
  .about-split,
  .contact-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .product-grid,
  .feature-grid,
  .audience-grid,
  .stat-grid,
  .why-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-legal {
    flex-direction: column;
  }
  .legal-links {
    align-items: flex-start;
  }
  .header-actions .ghost-btn {
    display: none;
  }
  .inst-card {
    width: min(100%, 280px);
    flex-basis: min(100%, 280px);
  }
  .hero h1 {
    font-size: 36px;
  }
  .safety-banner {
    padding: 48px 20px 52px;
  }
  .audience-copy {
    padding: 28px 24px 8px;
  }
}

.page-404 {
  min-height: 52vh;
  padding: 72px 0 96px;
  background: #fff;
}
.page-404 h1 {
  margin: 0 0 12px;
  font-size: 40px;
  letter-spacing: -0.03em;
}
.page-404 p {
  margin: 0 0 28px;
  color: #5b6574;
  max-width: 36em;
}
.page-404 .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
