:root {
  --ink: #181a20;
  --muted: #707a8a;
  --soft: #f5f5f5;
  --line: #e6e8ea;
  --blue: #1e2329;
  --blue-dark: #181a20;
  --yellow: #f0b90b;
  --yellow-soft: #fff6d6;
  --green: #03a66d;
  --green-soft: #e8fff4;
  --red: #e43d45;
  --red-soft: #fff0f0;
  --surface: #ffffff;
  --wash: #fafafa;
  --shadow: 0 18px 44px rgba(24, 26, 32, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 86% 8%, rgba(240, 185, 11, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 42%, #ffffff 100%);
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.immersive-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(circle at calc(12% + var(--bg-x, 0px)) 8%, rgba(240, 185, 11, 0.18), transparent 25%),
    radial-gradient(circle at 78% calc(14% + var(--bg-y, 0px)), rgba(183, 187, 194, 0.18), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fafafa 44%, #fff 100%);
}

.particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.68;
}

.cursor-glow {
  position: absolute;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 18%);
  width: 430px;
  height: 430px;
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(240, 185, 11, 0.23), rgba(240, 185, 11, 0.08) 38%, transparent 68%);
  filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: left 220ms ease, top 220ms ease;
}

.orbital-ring {
  position: absolute;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(240, 185, 11, 0.22);
  border-radius: 999px;
  animation: orbitalBreath 9s ease-in-out infinite;
}

.ring-a {
  right: -230px;
  top: 90px;
}

.ring-b {
  left: -360px;
  bottom: 4%;
  width: 680px;
  height: 680px;
  border-color: rgba(171, 176, 186, 0.26);
  animation-delay: -3s;
}

.finance-grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(24, 26, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 26, 32, 0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, transparent, #000 10%, #000 70%, transparent);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 44px;
  padding: 8px 20px;
  color: var(--ink);
  background: #fff7d6;
  border-bottom: 1px solid #f2df9a;
  font-size: 13px;
  font-weight: 750;
}

.announcement-bar span,
.announcement-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.announcement-bar a {
  color: #9a7000;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 18px 52px 16px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230, 232, 234, 0);
  transition: border-color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-color: rgba(230, 232, 234, 0.9);
  box-shadow: 0 10px 28px rgba(24, 26, 32, 0.06);
}

.brand,
.header-actions,
.desktop-nav,
.language-control,
.button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 226px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 5px;
  border: 1px solid #ececef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(24, 26, 32, 0.08);
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-wordmark {
  display: block;
  width: 124px;
  height: auto;
  max-height: 24px;
  object-fit: contain;
  object-position: left center;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.desktop-nav {
  gap: 30px;
  color: #1e2329;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a {
  padding: 10px 0;
}

.desktop-nav a:hover {
  color: #c99400;
}

.header-actions {
  gap: 12px;
}

.language-control,
.icon-button {
  border: 0;
  background: transparent;
  color: var(--ink);
}

.language-control {
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 650;
  cursor: pointer;
}

.language-control select {
  width: 62px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 750;
  outline: 0;
  cursor: pointer;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.menu-button {
  display: none;
}

.button {
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 24px rgba(240, 185, 11, 0.28);
}

.button-blue {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 24px rgba(240, 185, 11, 0.28);
}

.button-light {
  color: var(--ink);
  background: #fff;
  border-color: #d4d6d8;
}

.button-large {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.mobile-nav {
  display: none;
}

main {
  overflow: hidden;
}

.hero,
.flow-demo,
.market-board,
.partner-strip,
.process,
.solutions,
.risk,
.security,
.cta {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.flow-demo {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px;
  padding: 18px 52px 42px;
}

.flow-copy,
.flow-stage,
.russia-map-panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 26, 32, 0.08);
}

.flow-copy {
  padding: 34px;
}

.flow-copy > span {
  display: block;
  margin-bottom: 12px;
  color: #c99400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-copy h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.flow-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.flow-copy .button {
  margin-top: 28px;
}

.flow-stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  min-height: 330px;
  padding: 34px;
  overflow: hidden;
}

.flow-stage::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 20%), rgba(240, 185, 11, 0.22), transparent 24%),
    radial-gradient(circle at 20% 80%, rgba(24, 26, 32, 0.05), transparent 24%);
  pointer-events: none;
  transition: background 180ms ease;
}

.flow-line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f7e3a2, #f0b90b, #f7e3a2);
  opacity: 0.55;
}

.flow-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 12px rgba(240, 185, 11, 0.18), 0 0 34px rgba(240, 185, 11, 0.8);
  transform: translate(-50%, -50%);
}

.flow-stage.is-playing .flow-pulse {
  animation: flowPulse 3.2s cubic-bezier(.2,.7,.2,1) forwards;
}

.flow-node {
  position: relative;
  z-index: 1;
  min-height: 164px;
  padding: 20px;
  border: 1px solid #ececef;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(0) scale(1);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.flow-node i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 12px;
  color: var(--ink);
  background: var(--yellow-soft);
}

.flow-node strong,
.flow-node span {
  display: block;
}

.flow-node strong {
  font-size: 17px;
  line-height: 1.2;
}

.flow-node span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.38;
}

.flow-node.is-active {
  border-color: #f0d36b;
  background: linear-gradient(180deg, #fff9df, #ffffff);
  box-shadow: 0 18px 38px rgba(240, 185, 11, 0.18);
  transform: translateY(-8px) scale(1.02);
}

.flow-caption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 24px;
  z-index: 2;
  min-height: 42px;
  padding: 12px 16px;
  border: 1px solid #f0d36b;
  border-radius: 14px;
  color: #7a5b00;
  background: rgba(255, 246, 214, 0.92);
  font-size: 13px;
  font-weight: 800;
}

.russia-map-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(240, 185, 11, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.russia-map-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  background-image:
    linear-gradient(rgba(24, 26, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 26, 32, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 56%, transparent 78%);
  pointer-events: none;
}

.russia-map {
  position: relative;
  width: 100%;
  aspect-ratio: 2362 / 1299;
  margin-top: 0;
}

.russia-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  filter: drop-shadow(0 22px 34px rgba(24, 26, 32, 0.08));
}

.city-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.city-node span,
.city-node::before,
.city-node::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
}

.city-node span {
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(240, 185, 11, 0.18), 0 0 24px rgba(240, 185, 11, 0.7);
}

.city-node::before {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(240, 185, 11, 0.72);
}

.city-node::after {
  width: 34px;
  height: 34px;
  background: rgba(240, 185, 11, 0.14);
  animation: cityPulse 2.4s ease-out infinite;
}

.city-node:hover span,
.city-node:focus-visible span,
.city-node.is-active span {
  background: #181a20;
  box-shadow: 0 0 0 6px rgba(240, 185, 11, 0.22), 0 0 30px rgba(240, 185, 11, 0.92);
}

.city-tooltip {
  position: absolute;
  left: 22%;
  top: 56.1%;
  z-index: 5;
  min-width: 138px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 26, 32, 0.14);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 34px rgba(24, 26, 32, 0.12);
  font-size: 13px;
  font-weight: 800;
  transform: translate(14px, -120%);
  pointer-events: none;
  transition: left 180ms ease, top 180ms ease, opacity 180ms ease;
}

.map-legend {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(24, 26, 32, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.map-legend i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(240, 185, 11, 0.14);
}

@keyframes cityPulse {
  0% { opacity: 0.58; transform: translate(-50%, -50%) scale(0.72); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.45); }
}

@keyframes flowPulse {
  0% { left: 0; }
  28% { left: 33%; }
  62% { left: 66%; }
  100% { left: 100%; }
}

.market-board {
  padding: 18px 52px 42px;
}

.market-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.market-heading span {
  display: block;
  margin-bottom: 7px;
  color: #c99400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-heading h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}

.route-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.route-table article {
  min-height: 174px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 26, 32, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.route-table article:hover {
  transform: translateY(-3px);
  border-color: #f0d36b;
  box-shadow: 0 20px 42px rgba(24, 26, 32, 0.1);
}

.route-name,
.route-table strong,
.route-table em,
.route-table small {
  display: block;
}

.route-name {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.route-table strong {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.16;
}

.route-table em {
  width: fit-content;
  margin-top: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #0e6f4c;
  background: var(--green-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.route-table small {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(600px, 1.08fr);
  gap: 52px;
  padding: 76px 52px 44px;
}

.hero-copy {
  padding-top: 22px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 9px 13px;
  border: 1px solid #f2d16a;
  border-radius: 10px;
  color: #7a5b00;
  background: var(--yellow-soft);
  font-size: 13px;
  font-weight: 750;
}

.status-pill span {
  color: #5a7a70;
  font-weight: 650;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 32px;
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: 1;
  letter-spacing: 0;
  max-width: 760px;
}

h1 span,
.section-heading span,
.security-copy > span {
  color: #c99400;
}

.hero-lede {
  max-width: 640px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.binance-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.binance-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 26, 32, 0.05);
}

.binance-stats strong,
.binance-stats span {
  display: block;
}

.binance-stats strong {
  font-size: 30px;
  line-height: 1;
}

.binance-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.hero-points div {
  min-width: 0;
}

.hero-points i,
.security-list i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  padding: 10px;
  color: var(--ink);
  background: var(--yellow-soft);
  border-radius: 10px;
}

.hero-points strong,
.hero-points span {
  display: block;
}

.hero-points strong {
  font-size: 15px;
  line-height: 1.3;
}

.hero-points span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.trust-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: #7a5b00;
  font-size: 14px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.map-field {
  position: absolute;
  inset: 0 0 auto auto;
  width: 52%;
  height: 310px;
  opacity: 0.84;
  background:
    radial-gradient(circle at 72% 34%, rgba(240, 185, 11, 0.5) 0 2px, transparent 3px) 0 0 / 18px 18px,
    radial-gradient(circle at 78% 42%, rgba(240, 185, 11, 0.14), transparent 42%);
  clip-path: polygon(18% 6%, 94% 0, 100% 86%, 58% 100%, 8% 70%);
}

.map-field::after {
  content: "";
  position: absolute;
  left: 8%;
  top: 58%;
  width: 82%;
  height: 2px;
  border-top: 2px dashed rgba(240, 185, 11, 0.65);
  transform: rotate(-11deg);
}

.route-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(240, 185, 11, 0.16);
}

.dot-a {
  left: 18%;
  top: 63%;
}

.dot-b {
  right: 18%;
  top: 42%;
}

.route-label {
  position: absolute;
  right: 8%;
  top: 35%;
  color: #7a5b00;
  font-size: 17px;
  font-weight: 800;
}

.dashboard-card,
.floating-card,
.monitoring-strip,
.solution-card,
.security,
.cta,
.modal {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.main-dashboard {
  position: absolute;
  left: 0;
  top: 24px;
  display: grid;
  grid-template-columns: 78px 1fr;
  width: 560px;
  min-height: 570px;
  border-radius: 18px;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: #f5f5f5;
  border-radius: 18px 0 0 18px;
}

.dashboard-sidebar span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #708098;
}

.dashboard-sidebar .active {
  color: var(--ink);
  background: var(--yellow);
}

.dashboard-body {
  padding: 24px;
}

.dashboard-top,
.floating-card div,
.partner-strip,
.route-steps,
.monitoring-strip,
.mini-flow,
.cta {
  display: flex;
  align-items: center;
}

.dashboard-top {
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 750;
}

.dashboard-top button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: var(--yellow-soft);
  font-size: 12px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.metric-grid div {
  padding: 14px;
  border: 1px solid #ececef;
  border-radius: 14px;
  background: #fff;
}

.metric-grid span,
.check-panel p,
.route-panel p,
.floating-card p,
.floating-card span,
.partner-strip span,
.process-track span,
.solution-card p,
.solution-card li,
.risk p,
.risk li,
.security-copy p,
.proof-grid span {
  color: var(--muted);
}

.metric-grid span,
.metric-grid em {
  display: block;
  font-size: 11px;
  font-style: normal;
}

.metric-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.2;
}

.metric-grid em {
  margin-top: 7px;
  color: #0e9f6e;
  font-weight: 800;
}

.check-panel,
.route-panel {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #f2df9a;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff9df, #ffffff);
}

.check-panel h3,
.route-panel h3 {
  margin-bottom: 14px;
  font-size: 15px;
}

.check-panel p {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  font-size: 13px;
}

.check-panel span {
  margin-left: auto;
  color: #0e9f6e;
  font-weight: 750;
}

.route-steps {
  gap: 10px;
  flex-wrap: wrap;
}

.route-steps span,
.mini-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.route-panel p {
  margin-top: 14px;
  font-size: 13px;
}

.route-panel strong {
  color: #0e9f6e;
}

.floating-card {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 275px;
  padding: 18px;
  border-radius: 16px;
}

.license-card {
  top: 150px;
}

.payout-card {
  top: 376px;
}

.floating-card div {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.floating-card strong {
  font-size: 14px;
}

.floating-card div span {
  color: #0e9f6e;
  font-size: 12px;
  font-weight: 800;
}

.floating-card p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  font-size: 12px;
}

.license-card p {
  display: block;
  margin: 12px 0 3px;
}

.license-card b {
  display: block;
  font-size: 13px;
}

.monitoring-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 16px;
}

.monitoring-strip span {
  font-weight: 800;
}

.monitoring-strip b {
  color: var(--blue-dark);
  font-size: 22px;
}

.monitoring-strip small {
  color: var(--muted);
  font-weight: 650;
}

.partner-strip {
  justify-content: space-between;
  gap: 28px;
  padding: 34px 52px;
  border-top: 1px solid #ececef;
  border-bottom: 1px solid #ececef;
  background: #fff;
}

.partner-strip p {
  max-width: 210px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.partner-strip div {
  min-width: 126px;
}

.partner-logo-card {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 68px;
}

.partner-logo-card img {
  display: block;
  width: auto;
  max-width: 148px;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.partner-logo-card:nth-of-type(4) img {
  height: 34px;
}

.partner-logo-card:nth-of-type(5) img {
  height: 36px;
}

.partner-strip strong,
.partner-strip span {
  display: block;
}

.partner-strip strong {
  font-size: 19px;
}

.partner-strip span {
  margin-top: 5px;
  font-size: 12px;
}

.partner-strip button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  color: #c99400;
  background: transparent;
  font-weight: 800;
}

.process,
.risk {
  padding: 74px 52px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading span,
.security-copy > span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2,
.security h2,
.cta h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.6;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 26, 32, 0.04);
}

.process-track article {
  position: relative;
  min-height: 142px;
  padding: 18px 12px;
  text-align: center;
}

.process-track article + article::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 24px;
  border-top: 1px dashed #d7d9dd;
}

.process-track i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  padding: 12px;
  color: var(--ink);
  border: 1px solid #f0d36b;
  border-radius: 12px;
  background: var(--yellow-soft);
}

.process-track strong,
.process-track span {
  display: block;
}

.process-track strong {
  font-size: 14px;
  line-height: 1.35;
}

.process-track span {
  margin-top: 7px;
  font-size: 12px;
}

.solutions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0 52px 74px;
}

.solution-card {
  padding: 42px;
  min-height: 600px;
}

.solution-card:first-child {
  border-radius: 18px 0 0 18px;
}

.solution-card:last-child {
  border-left: 0;
  border-radius: 0 18px 18px 0;
}

.solution-card.blue {
  background: linear-gradient(180deg, #ffffff, #fffdf4);
}

.solution-badge {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 38px;
  border: 1px solid #f0d36b;
  border-radius: 9px;
  color: var(--ink);
  font-weight: 900;
  background: var(--yellow-soft);
}

.blue .solution-badge {
  border-color: #f0d36b;
  color: var(--ink);
  background: var(--yellow-soft);
}

.solution-card h2 {
  margin-top: 20px;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.15;
}

.solution-card h2 span {
  color: var(--muted);
}

.solution-card p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.62;
}

.solution-card ul,
.risk ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.solution-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0;
  font-size: 15px;
  line-height: 1.45;
}

.solution-card li i,
.good h3 i,
.bad h3 i {
  flex: 0 0 auto;
}

.solution-card li i,
.good h3 i {
  color: #c99400;
}

.mini-flow {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.risk {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 60%, rgba(255, 45, 70, 0.24), transparent 30%),
    radial-gradient(circle at 86% 60%, rgba(240, 185, 11, 0.28), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
}

.risk::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(1180px, 86vw);
  height: 220px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 65, 80, 0.22), rgba(24, 26, 32, 0.08), rgba(240, 185, 11, 0.28));
  filter: blur(54px);
  transform: translate(-50%, -50%);
  opacity: 0.92;
  pointer-events: none;
}

.risk .section-heading {
  position: relative;
  z-index: 1;
}

.comparison {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  isolation: isolate;
}

.comparison::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  z-index: -1;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 65, 80, 0.78), rgba(255, 255, 255, 0.28), rgba(240, 185, 11, 0.88));
  box-shadow:
    0 0 30px rgba(255, 65, 80, 0.28),
    0 0 40px rgba(240, 185, 11, 0.28);
  transform: translateY(-50%);
}

.comparison::after {
  content: "";
  position: absolute;
  inset: -34px 7%;
  z-index: -2;
  border-radius: 28px;
  background:
    linear-gradient(115deg, transparent 0 47%, rgba(24, 26, 32, 0.08) 47% 53%, transparent 53% 100%),
    linear-gradient(90deg, rgba(255, 65, 80, 0.08), transparent 46%, rgba(240, 185, 11, 0.09));
  pointer-events: none;
}

.comparison article {
  position: relative;
  min-height: 372px;
  padding: 38px;
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 28px 90px rgba(24, 26, 32, 0.16);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.comparison article:hover {
  transform: translateY(-8px) scale(1.01);
}

.comparison article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.92;
}

.comparison article::after {
  content: "";
  position: absolute;
  right: -82px;
  top: -92px;
  width: 250px;
  height: 250px;
  border-radius: 999px;
  pointer-events: none;
}

.comparison .bad {
  border-color: rgba(255, 65, 80, 0.55);
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 65, 80, 0.36), transparent 30%),
    linear-gradient(135deg, #33070d 0%, #61101b 48%, #160609 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 28px 90px rgba(115, 12, 26, 0.24);
}

.comparison .bad:hover {
  border-color: rgba(255, 65, 80, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 34px 110px rgba(255, 65, 80, 0.34);
}

.comparison .bad::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 16px),
    linear-gradient(90deg, rgba(255, 65, 80, 0.38) 0 6px, transparent 6px),
    radial-gradient(circle at 14% 110%, rgba(255, 65, 80, 0.34), transparent 34%);
  animation: riskPanelSweep 5.6s linear infinite;
}

.comparison .bad::after {
  border: 1px solid rgba(255, 118, 128, 0.28);
  background:
    radial-gradient(circle, rgba(255, 65, 80, 0.24), transparent 60%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.09) 0 3px, transparent 3px 14px);
}

.comparison .good {
  border-color: rgba(240, 185, 11, 0.78);
  background:
    radial-gradient(circle at 88% 12%, rgba(240, 185, 11, 0.38), transparent 30%),
    linear-gradient(135deg, #121417 0%, #211a08 52%, #050505 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 90px rgba(161, 118, 0, 0.22);
}

.comparison .good:hover {
  border-color: rgba(240, 185, 11, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 110px rgba(240, 185, 11, 0.34);
}

.comparison .good::before {
  background:
    linear-gradient(90deg, rgba(240, 185, 11, 0.76) 0 6px, transparent 6px),
    linear-gradient(rgba(240, 185, 11, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 185, 11, 0.06) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  animation: riskPanelSweep 7s linear infinite reverse;
}

.comparison .good::after {
  border: 1px solid rgba(240, 185, 11, 0.34);
  background:
    radial-gradient(circle, rgba(240, 185, 11, 0.24), transparent 60%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 12px);
}

.comparison h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #fff;
}

.bad h3 {
  color: #ff5666;
  text-shadow: 0 0 22px rgba(255, 65, 80, 0.34);
}

.good h3 {
  color: #fff7d7;
  text-shadow: 0 0 24px rgba(240, 185, 11, 0.34);
}

.comparison h3 i {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 999px;
}

.bad h3 i {
  background: rgba(255, 65, 80, 0.18);
  box-shadow: 0 0 0 6px rgba(255, 65, 80, 0.08), 0 0 26px rgba(255, 65, 80, 0.34);
}

.good h3 i {
  background: rgba(240, 185, 11, 0.18);
  box-shadow: 0 0 0 6px rgba(240, 185, 11, 0.10), 0 0 28px rgba(240, 185, 11, 0.35);
}

.risk li {
  position: relative;
  z-index: 1;
  margin: 16px 0;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
  transition: transform 180ms ease, color 180ms ease;
}

.comparison article:hover li {
  color: rgba(255, 255, 255, 0.94);
}

.risk li:nth-child(1) { animation-delay: 0ms; }
.risk li:nth-child(2) { animation-delay: 80ms; }
.risk li:nth-child(3) { animation-delay: 160ms; }
.risk li:nth-child(4) { animation-delay: 240ms; }
.risk li:nth-child(5) { animation-delay: 320ms; }

.comparison article:hover li {
  transform: translateX(3px);
}

.risk li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(24, 26, 32, 0.04);
}

.bad li::before {
  color: #ff4150;
  box-shadow:
    0 0 0 6px rgba(255, 65, 80, 0.12),
    0 0 20px rgba(255, 65, 80, 0.64);
}

.good li::before {
  color: #f0b90b;
  box-shadow:
    0 0 0 6px rgba(240, 185, 11, 0.14),
    0 0 22px rgba(240, 185, 11, 0.62);
}

.versus {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    radial-gradient(circle at 50% 50%, #151515 0 46%, transparent 47%),
    conic-gradient(from 90deg, #ff4150, #f0b90b, #ff4150);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.72),
    0 20px 70px rgba(24, 26, 32, 0.22),
    0 0 42px rgba(255, 65, 80, 0.32),
    0 0 54px rgba(240, 185, 11, 0.32);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0;
  animation: versusPulse 2.6s ease-in-out infinite;
}

.versus::before,
.versus::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 185, 11, 0.56));
}

.versus::before {
  right: 100%;
  transform: translateY(-50%);
}

.versus::after {
  left: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.security {
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  margin-bottom: 70px;
  padding: 48px;
  border-radius: 20px;
}

.security-copy p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.62;
}

.security-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.security-list p {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  margin: 0;
}

.security-list i {
  grid-row: span 2;
  margin: 0;
}

.security-list strong,
.security-list span {
  grid-column: 2;
  display: block;
}

.security-list span {
  margin-top: 4px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-grid article {
  position: relative;
  min-height: 142px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 18%, rgba(240, 185, 11, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff, #fffdf6);
  box-shadow: 0 14px 32px rgba(24, 26, 32, 0.05);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-grid article:hover {
  border-color: rgba(240, 185, 11, 0.45);
  box-shadow: 0 22px 42px rgba(24, 26, 32, 0.1);
  transform: translateY(-3px);
}

.proof-grid article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(24, 26, 32, 0.06);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(240, 185, 11, 0.10), rgba(255, 255, 255, 0.0)),
    repeating-linear-gradient(0deg, rgba(24, 26, 32, 0.05) 0 1px, transparent 1px 12px);
  transform: rotate(12deg);
}

.proof-grid article > i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  padding: 9px;
  border-radius: 12px;
  color: var(--ink);
  background: var(--yellow-soft);
}

.proof-grid strong,
.proof-grid span {
  position: relative;
  z-index: 1;
  display: block;
}

.proof-grid strong {
  color: #c99400;
  font-size: 22px;
}

.proof-grid span {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.cta {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 64px;
  padding: 34px 42px;
  border-radius: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.38), transparent 34%),
    linear-gradient(135deg, #f0b90b, #f6d35d 58%, #ffeaa4);
}

.cta span {
  color: #7a5b00;
  font-weight: 800;
}

.cta h2 {
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 42px);
}

.cta .button {
  min-width: 190px;
  white-space: nowrap;
}

.experience-showcase,
.case-carousel,
.site-footer {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 74px 52px;
}

.experience-showcase .section-heading {
  max-width: 840px;
}

.section-heading p,
.case-copy p {
  max-width: 760px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.showcase-card {
  position: relative;
  min-height: 326px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(240, 185, 11, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 236, 0.78)),
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 0%), rgba(240, 185, 11, 0.3), transparent 36%);
  box-shadow: 0 22px 58px rgba(24, 26, 32, 0.08);
  backdrop-filter: blur(20px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.showcase-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(240, 185, 11, 0.62);
  box-shadow: 0 28px 74px rgba(24, 26, 32, 0.12);
}

.showcase-card.is-wide {
  grid-column: span 2;
}

.showcase-card.gold {
  color: #171717;
  background:
    radial-gradient(circle at 72% 10%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(135deg, #f0b90b, #f8d86d 62%, #fff1b0);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9a7000;
  font-size: 13px;
  font-weight: 900;
}

.card-topline i {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  color: #181a20;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(24, 26, 32, 0.08);
}

.showcase-card h3 {
  max-width: 460px;
  margin-top: 42px;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.05;
}

.showcase-card p {
  max-width: 520px;
  margin-top: 14px;
  color: #596171;
  font-size: 15px;
  line-height: 1.55;
}

.mini-console {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(24, 26, 32, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.mini-console span {
  height: 52px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(24, 26, 32, 0.08), rgba(240, 185, 11, 0.38)),
    #fff;
}

.mini-console b {
  color: #1e2329;
  font-size: 12px;
}

.route-orbit,
.risk-radar {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 168px;
  height: 168px;
  border-radius: 999px;
  border: 1px solid rgba(240, 185, 11, 0.3);
}

.route-orbit span,
.risk-radar span {
  position: absolute;
  border-radius: 999px;
}

.route-orbit span:nth-child(1) {
  inset: 20px;
  border: 1px dashed rgba(240, 185, 11, 0.62);
  animation: spinRoute 8s linear infinite;
}

.route-orbit span:nth-child(2) {
  left: 28px;
  top: 72px;
  width: 14px;
  height: 14px;
  background: var(--yellow);
  box-shadow: 0 0 0 10px rgba(240, 185, 11, 0.16);
}

.route-orbit span:nth-child(3) {
  right: 30px;
  top: 52px;
  width: 12px;
  height: 12px;
  background: #b6bac2;
}

.risk-radar {
  background: repeating-radial-gradient(circle, rgba(240, 185, 11, 0.18) 0 1px, transparent 1px 28px);
}

.risk-radar span:nth-child(1) {
  inset: 50%;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), transparent);
  transform-origin: left center;
  animation: radarSweep 3.8s linear infinite;
}

.risk-radar span:nth-child(2),
.risk-radar span:nth-child(3) {
  width: 8px;
  height: 8px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(3, 166, 109, 0.12);
}

.risk-radar span:nth-child(2) {
  left: 44px;
  top: 58px;
}

.risk-radar span:nth-child(3) {
  right: 48px;
  bottom: 46px;
}

.cockpit-bars {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin-top: 30px;
}

.cockpit-bars span {
  height: 12px;
  border-radius: 999px;
  background: rgba(24, 26, 32, 0.18);
  overflow: hidden;
}

.cockpit-bars span::after {
  content: "";
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: #181a20;
  animation: barBreathe 3.2s ease-in-out infinite;
}

.cockpit-bars span:nth-child(2)::after {
  width: 48%;
  animation-delay: -0.8s;
}

.cockpit-bars span:nth-child(3)::after {
  width: 88%;
  animation-delay: -1.4s;
}

.cockpit-bars span:nth-child(4)::after {
  width: 64%;
  animation-delay: -2s;
}

.case-carousel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  align-items: center;
}

.case-copy > span {
  color: #c99400;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-copy h2 {
  margin-top: 12px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
}

.case-stack {
  position: relative;
  min-height: 390px;
  perspective: 1200px;
}

.case-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border: 1px solid rgba(240, 185, 11, 0.24);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(240, 185, 11, 0.42), transparent 30%),
    linear-gradient(145deg, rgba(24, 26, 32, 0.96), rgba(6, 8, 12, 0.92));
  box-shadow: 0 30px 80px rgba(24, 26, 32, 0.25);
  opacity: 0;
  transform: translateX(34px) rotateY(-10deg) scale(0.96);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.8,.2,1);
}

.case-card.is-active {
  opacity: 1;
  transform: translateX(0) rotateY(0) scale(1);
}

.case-card span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card h3 {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.06;
}

.case-card p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.65;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  border: 1px solid rgba(240, 185, 11, 0.24);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(240, 185, 11, 0.28), transparent 28%),
    linear-gradient(135deg, #181a20, #06070a);
  box-shadow: 0 28px 80px rgba(24, 26, 32, 0.2);
}

.footer-brand img {
  display: block;
  width: 172px;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(240, 185, 11, 0.24));
}

.footer-brand p {
  max-width: 440px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.footer-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

@keyframes orbitalBreath {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.38; }
  50% { transform: scale(1.06) rotate(8deg); opacity: 0.64; }
}

@keyframes spinRoute {
  to { transform: rotate(360deg); }
}

@keyframes radarSweep {
  to { transform: rotate(360deg); }
}

@keyframes barBreathe {
  0%, 100% { transform: translateX(-8%); opacity: 0.82; }
  50% { transform: translateX(18%); opacity: 1; }
}

@keyframes versusPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 8px rgba(255, 255, 255, 0.72),
      0 20px 70px rgba(24, 26, 32, 0.22),
      0 0 42px rgba(255, 65, 80, 0.32),
      0 0 54px rgba(240, 185, 11, 0.32);
  }
  50% {
    transform: scale(1.08);
    box-shadow:
      0 0 0 12px rgba(255, 255, 255, 0.82),
      0 26px 88px rgba(24, 26, 32, 0.28),
      0 0 58px rgba(255, 65, 80, 0.46),
      0 0 72px rgba(240, 185, 11, 0.48);
  }
}

@keyframes riskPanelSweep {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 120px 0, 64px 64px, 64px 64px; }
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 12, 31, 0.42);
  backdrop-filter: blur(8px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(100%, 540px);
  padding: 34px;
  border-radius: 20px;
}

.modal-logo {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  object-fit: contain;
}

.modal > span {
  color: #c99400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal h2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.15;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.modal label {
  display: grid;
  gap: 8px;
  color: #273551;
  font-size: 13px;
  font-weight: 800;
}

.modal input,
.modal select,
.modal textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  outline: 0;
}

.modal input,
.modal select {
  height: 48px;
  padding: 0 14px;
}

.modal textarea {
  min-height: 96px;
  resize: vertical;
  padding: 12px 14px;
}

.modal input:focus,
.modal select:focus,
.modal textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(240, 185, 11, 0.18);
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 28px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-grid;
  }

  .mobile-nav {
    position: sticky;
    top: 75px;
    z-index: 19;
    display: none;
    grid-template-columns: repeat(5, auto);
    gap: 18px;
    justify-content: center;
    padding: 14px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    font-size: 13px;
    font-weight: 800;
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-inline: 28px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .main-dashboard {
    left: 50%;
    transform: translateX(-50%);
  }

  .license-card {
    right: 20px;
  }

  .payout-card {
    right: 30px;
  }

  .partner-strip,
  .flow-demo,
  .market-board,
  .process,
  .solutions,
  .risk {
    padding-inline: 28px;
  }

  .partner-strip {
    flex-wrap: wrap;
  }

  .process-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .route-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-demo {
    grid-template-columns: 1fr;
  }

  .process-track article + article::before {
    display: none;
  }

  .security,
  .cta {
    margin-inline: 28px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand small,
  .language-control,
  .header-actions .button {
    display: none;
  }

  .brand {
    min-width: auto;
  }

  .brand-wordmark {
    width: 96px;
  }

  .mobile-nav.is-open {
    grid-template-columns: 1fr;
    top: 72px;
    text-align: center;
  }

  .hero {
    padding: 44px 18px 28px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-points,
  .binance-stats,
  .solutions,
  .security {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 870px;
  }

  .main-dashboard {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
  }

  .dashboard-sidebar {
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 18px 18px 0 0;
  }

  .metric-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .floating-card,
  .monitoring-strip {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .monitoring-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .map-field {
    display: none;
  }

  .partner-strip {
    align-items: flex-start;
    padding: 28px 18px;
  }

  .announcement-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .market-board {
    padding: 12px 18px 36px;
  }

  .flow-demo {
    padding: 12px 18px 36px;
  }

  .flow-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }

  .russia-map-panel {
    min-height: 360px;
    padding: 18px;
  }

  .russia-map {
    height: 280px;
  }

  .flow-line {
    left: 45px;
    right: auto;
    top: 44px;
    bottom: 44px;
    width: 4px;
    height: auto;
  }

  .flow-stage.is-playing .flow-pulse {
    animation: flowPulseMobile 3.2s cubic-bezier(.2,.7,.2,1) forwards;
  }

  .flow-node {
    min-height: 138px;
    padding-left: 74px;
  }

  .flow-node i {
    position: absolute;
    left: 18px;
    top: 20px;
  }

  .flow-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 4px;
  }

  .city-tooltip {
    min-width: 124px;
    font-size: 12px;
    transform: translate(10px, -118%);
  }

  .market-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .route-table {
    grid-template-columns: 1fr;
  }

  .partner-strip p,
  .partner-strip div,
  .partner-strip button {
    width: 100%;
  }

  .process,
  .risk {
    padding: 56px 18px;
  }

  .process-track {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .solutions {
    padding: 0 18px 56px;
  }

  .solution-card {
    min-height: auto;
    padding: 28px;
  }

  .solution-card:first-child,
  .solution-card:last-child {
    border-radius: 18px;
    border: 1px solid var(--line);
  }

  .solution-card:last-child {
    margin-top: 18px;
  }

  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison::before,
  .comparison::after {
    display: none;
  }

  .comparison article {
    min-height: auto;
  }

  .versus {
    justify-self: center;
  }

  .versus::before,
  .versus::after {
    display: none;
  }

  .security,
  .cta {
    margin: 0 18px 56px;
    padding: 28px;
  }

  .security-list p {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: stretch;
    flex-direction: column;
  }

  .modal {
    padding: 28px 20px;
  }
}

@media (max-width: 1180px) {
  .experience-showcase,
  .case-carousel,
  .site-footer {
    padding-inline: 28px;
  }

  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .cursor-glow {
    width: 280px;
    height: 280px;
  }

  .orbital-ring {
    opacity: 0.3;
  }

  .experience-showcase,
  .case-carousel {
    padding: 56px 18px;
  }

  .showcase-grid,
  .case-carousel {
    grid-template-columns: 1fr;
  }

  .showcase-card,
  .showcase-card.is-wide {
    grid-column: auto;
    min-height: 300px;
  }

  .mini-console {
    grid-template-columns: 1fr;
  }

  .route-orbit,
  .risk-radar {
    width: 132px;
    height: 132px;
    opacity: 0.7;
  }

  .case-stack {
    min-height: 440px;
  }

  .case-card {
    padding: 26px;
  }

  .site-footer {
    margin-inline: 18px;
    padding: 30px 22px;
  }

  .footer-links,
  .footer-social {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@keyframes flowPulseMobile {
  0% { left: 0; top: 0; }
  28% { left: 0; top: 33%; }
  62% { left: 0; top: 66%; }
  100% { left: 0; top: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
