:root {
  --bg: #0C0B09;
  --surface: #13110D;
  --surface-2: #100E0A;
  --deep: #0B0A07;
  --border: #221F18;
  --border-2: #2C2820;
  --border-hi: #4A4232;
  --text: #EDE8DE;
  --head: #F5F0E6;
  --muted: #A79F8E;
  --dim: #6C6455;
  --dim-2: #8A8271;
  --bright: #CFC7B6;
  --accent: #F0B33C;
  --accent-hi: #FFD34D;
  --on-accent: #171106;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: 'Sora', sans-serif; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hi); }
::selection { background: rgba(240, 179, 60, 0.3); }
[hidden] { display: none !important; }

/* ── Кнопки ─────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  transition: background .18s, border-color .18s, color .18s;
  padding: 15px 28px;
}
.btn.accent {
  background: var(--accent);
  color: var(--on-accent);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
}
.btn.accent:hover { background: var(--accent-hi); color: var(--on-accent); }
.btn.ghost { border-color: var(--border-2); color: var(--text); background: transparent; }
.btn.ghost:hover { border-color: var(--border-hi); color: var(--accent-hi); }
.btn.sm { padding: 9px 20px; font-size: 14px; border-radius: 8px; }
.btn.lg { padding: 15px 32px; }
.btn.block { display: block; width: 100%; text-align: center; padding: 13px; font-size: 15px; font-weight: 700; }

/* ── Шапка ──────────────────────────────── */
.nav {
  position: relative;
  z-index: 5;
  max-width: 1140px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--head); }
.brand:hover { color: var(--head); }
.brand span {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .02em;
}
.brand.sm span { font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 400; color: var(--dim); }
.brand img { display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14.5px;
  font-weight: 600;
}
.nav-links > a:not(.btn) { color: var(--muted); }
.nav-links > a:not(.btn):hover { color: var(--head); }

.lang { display: flex; align-items: center; border: 1px solid var(--border-2); border-radius: 8px; overflow: hidden; }
.lang button {
  padding: 8px 12px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .03em;
}
.lang button.on { background: var(--accent); color: var(--on-accent); }
.lang-sep { width: 1px; align-self: stretch; background: var(--border-2); }

.burger {
  display: none;
  background: transparent;
  border: 1px solid var(--border-2);
  border-radius: 8px;
  color: var(--text);
  font-size: 18px;
  padding: 6px 12px;
  cursor: pointer;
}

/* ── Герой ──────────────────────────────── */
.hero {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 88px 32px 96px;
  text-align: center;
}
.hero-glow {
  position: absolute;
  top: -140px; left: 50%;
  transform: translateX(-50%);
  width: 720px; height: 480px;
  background: radial-gradient(closest-side, rgba(240,179,60,.3), rgba(240,179,60,.1) 55%, transparent);
  pointer-events: none;
}
.hero-logo { margin: 0 auto 32px; display: block; position: relative; }
.hero h1 {
  position: relative;
  font-weight: 800;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 auto 24px;
  max-width: 820px;
  color: var(--head);
  text-wrap: balance;
}
.hero-sub {
  position: relative;
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 40px;
  text-wrap: pretty;
}
.hero-cta { position: relative; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-note { position: relative; margin: 20px 0 0; font-size: 13px; color: var(--dim); }

/* Монеты и капли. Второй слой — подсветка сверху, маской. */
.float { position: absolute; pointer-events: none; }
.float img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.45)) brightness(.24) saturate(.88);
  animation: fm-drop 1s cubic-bezier(.34,1.4,.5,1) both;
}
.float img.lit { position: absolute; inset: 0; filter: none; }

.f1 { top: 104px; left: 4%; width: 132px; animation: fm-float 5.5s ease-in-out 1.1s infinite; }
.f1 img { animation-delay: .05s; }
.f1 img.lit { -webkit-mask-image: radial-gradient(circle 820px at 524px -4px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); mask-image: radial-gradient(circle 820px at 524px -4px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); }

.f2 { top: 298px; left: 0; width: 118px; animation: fm-float 6s ease-in-out 1.3s infinite; }
.f2 img { animation-delay: .28s; }
.f2 img.lit { -webkit-mask-image: radial-gradient(circle 820px at 571px -198px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); mask-image: radial-gradient(circle 820px at 571px -198px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); }

.f3 { top: 132px; right: 2%; width: 118px; animation: fm-float 5.2s ease-in-out 1.2s infinite; }
.f3 img { animation-delay: .17s; }
.f3 img.lit { -webkit-mask-image: radial-gradient(circle 820px at -429px -32px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); mask-image: radial-gradient(circle 820px at -429px -32px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); }

.f4 { top: 312px; right: 0; width: 104px; animation: fm-float 5.8s ease-in-out 1.45s infinite; }
.f4 img { animation-delay: .4s; }
.f4 img.lit { -webkit-mask-image: radial-gradient(circle 820px at -466px -212px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); mask-image: radial-gradient(circle 820px at -466px -212px, #fff 0%, rgba(255,255,255,.74) 52%, rgba(255,255,255,.12) 100%); }

@keyframes fm-drop {
  0%   { opacity: 0; transform: translateY(-460px) scale(.9); }
  62%  { opacity: 1; transform: translateY(14px) scale(1.02); }
  80%  { transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes fm-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ── Секции ─────────────────────────────── */
.section { max-width: 1140px; margin: 0 auto; padding: 32px 32px 96px; }
.section.wide { max-width: 1240px; padding-top: 0; }
.section h2 {
  font-weight: 700;
  font-size: clamp(26px, 4vw, 32px);
  letter-spacing: -.01em;
  margin: 0 0 12px;
  color: var(--head);
}
.section h2.center, .section-sub.center { text-align: center; }
.section-sub { margin: 0 0 44px; font-size: 16px; color: var(--muted); max-width: 520px; }
.section-sub.center { margin-left: auto; margin-right: auto; }
.section-sub.narrow { max-width: 440px; }

[data-reveal] { opacity: 0; }

/* ── Возможности ────────────────────────── */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 16px; }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 26px;
  transition: border-color .2s;
}
.card:hover { border-color: #39321F; }
.card .num {
  width: 40px; height: 40px;
  border-radius: 9px;
  background: rgba(240,179,60,.09);
  border: 1px solid rgba(240,179,60,.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  font-family: 'Sora', sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--accent);
}
.card h3 { font-weight: 600; font-size: 17.5px; margin: 0 0 10px; color: var(--head); }
.card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); text-wrap: pretty; }

/* ── Карусель ───────────────────────────── */
.carousel { position: relative; }
.carousel-mask {
  overflow: hidden;
  padding: 0 2px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
}
.carousel-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
  touch-action: pan-y;
}
.carousel-track.dragging { transition: none; }
.slide { flex: 0 0 84%; padding: 0 8px; opacity: .42; transition: opacity .4s; }
.slide.on { opacity: 1; }
.slide-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  height: 460px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border-2);
  background: #0F0D09;
}
.slide-media { min-width: 0; overflow: hidden; background: #000; position: relative; }
.slide-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide-ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; padding: 24px; text-align: center;
  background: #000;
  color: var(--dim);
  font: 600 14px/1.4 'Manrope', system-ui, sans-serif;
}
.slide-ph svg { stroke: var(--dim); }
.slide-ph svg path { fill: var(--dim); }

/* Ролик есть и вот-вот подгрузится — просто чёрный кадр без подписи,
   чтобы не мигать текстом на долю секунды. */
.slide-ph.loading svg,
.slide-ph.loading span { display: none; }
.slide-body {
  min-width: 0;
  padding: 40px 36px;
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #141109, #0C0B07);
}
.slide-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 23px; line-height: 1.2; color: var(--head); margin-bottom: 16px; }
.slide-body p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--muted); text-wrap: pretty; }
.slide-tag {
  margin-top: auto;
  display: flex; align-items: center; gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--accent);
}
.slide-tag i { width: 8px; height: 8px; border-radius: 2px; background: var(--accent); display: inline-block; }

.car-btn {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 76px;
  cursor: pointer;
  border-radius: 10px;
  background: rgba(12,11,7,.82);
  border: 1px solid var(--border-2);
  color: var(--text);
  font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
  transition: background .18s, color .18s, border-color .18s;
}
.car-btn:hover { background: #161206; color: var(--accent-hi); border-color: var(--border-hi); }
.car-btn.prev { left: -6px; }
.car-btn.next { right: -6px; }

.dots { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
.dots button {
  width: 8px; height: 8px;
  border-radius: 99px;
  cursor: pointer; padding: 0; border: none;
  background: #3A342A;
  transition: all .3s;
}
.dots button.on { width: 26px; background: var(--accent); }

/* ── Тарифы ─────────────────────────────── */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}
.tier {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}
.tier.featured { background: #161206; border-color: rgba(240,179,60,.35); }
.tier h3 { font-weight: 600; font-size: 18px; margin: 0 0 6px; color: var(--head); }
.tier h3.accent-text { color: var(--accent); }
.price { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 40px; color: var(--head); margin-bottom: 4px; }
.price small { font-size: 16px; font-weight: 600; color: var(--dim); }
.tier .feats { margin-top: 20px; }
.sub-price { font-size: 13px; color: var(--dim); }
.feats { display: flex; flex-direction: column; gap: 12px; font-size: 14.5px; color: var(--muted); margin-bottom: 32px; }
.feats.bright { color: var(--bright); }
.tier .btn { margin-top: auto; }
.badge {
  position: absolute; top: -11px; right: 24px;
  padding: 4px 12px;
  border-radius: 99px;
  background: var(--accent);
  color: var(--on-accent);
  font-size: 11.5px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}

/* ── Подвал ─────────────────────────────── */
.download { border-top: 1px solid #1C1913; }
.dl-inner { max-width: 1140px; margin: 0 auto; padding: 80px 32px 40px; text-align: center; }
.dl-inner .hero-cta { margin-bottom: 64px; }
.dl-inner .section-sub { margin-bottom: 36px; }
.dl-inner footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #1C1913;
  font-size: 13px; color: var(--dim);
  text-align: left;
}

/* ── Модалка оплаты ─────────────────────── */
.backdrop {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(6,5,3,.78);
  backdrop-filter: blur(6px);
  padding: 16px;
  display: flex; align-items: center; justify-content: center;
  animation: fm-overlay-in .24s ease;
}
.backdrop.closing { animation: fm-overlay-out .22s ease forwards; }
.modal {
  width: 100%; max-width: 1020px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #0C0B08;
  border: 1px solid var(--border);
  border-radius: 18px;
  margin: auto;
  animation: fm-modal-in .3s cubic-bezier(.22,1,.36,1);
}
.backdrop.closing .modal { animation: fm-modal-out .22s ease forwards; }

@keyframes fm-overlay-in  { from { opacity: 0 } to { opacity: 1 } }
@keyframes fm-overlay-out { from { opacity: 1 } to { opacity: 0 } }
@keyframes fm-modal-in    { from { opacity: 0; transform: translateY(16px) scale(.97) } to { opacity: 1; transform: none } }
@keyframes fm-modal-out   { from { opacity: 1; transform: none } to { opacity: 0; transform: translateY(12px) scale(.98) } }

.modal-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; padding: 18px 26px 14px;
  border-bottom: 1px solid #1C1913;
}
.modal-head .row { display: flex; align-items: center; gap: 9px; margin-bottom: 4px; }
.modal-head .row span { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: var(--head); }
.modal-head p { margin: 0; font-size: 13px; color: var(--muted); }
.x-btn {
  flex: 0 0 auto; width: 32px; height: 32px;
  border-radius: 8px; border: 1px solid var(--border-2);
  background: transparent; color: var(--muted);
  font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.x-btn:hover { color: var(--head); border-color: var(--border-hi); }

.modal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; padding: 16px 26px 22px; }
.col { display: flex; flex-direction: column; gap: 14px; }
.panel { background: var(--surface-2); border: 1px solid var(--border); border-radius: 14px; padding: 18px 20px; }
.step {
  font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 4px;
}
.panel h4 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; color: var(--head); margin: 0 0 12px; }
.panel h5 { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: var(--head); margin: 0 0 4px; }
.panel > p.hint { margin: 0 0 12px; font-size: 12px; color: var(--dim-2); line-height: 1.5; }

.pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pick {
  text-align: left; cursor: pointer;
  border-radius: 11px; padding: 12px 13px;
  background: var(--deep);
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 3px;
  font-family: inherit; color: inherit;
}
.pick.on { background: #161206; border-color: var(--accent); }
.pick .top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.pick .name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: var(--head); }
.pick .cost { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; color: var(--head); white-space: nowrap; }
.pick.on .cost { color: var(--accent); }
.pick .days { font-size: 12px; color: var(--dim-2); }
.pick .sel { margin-top: 2px; font-size: 11.5px; font-weight: 700; color: var(--accent); }
.pick .mdesc { font-size: 11.5px; line-height: 1.35; color: var(--dim-2); text-wrap: pretty; }
.pick .mname { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--head); margin-bottom: 3px; }

.note { border: 1px solid var(--border); border-radius: 11px; padding: 15px 16px; background: var(--deep); }
.note.plain { font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.addr-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.addr-head strong { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--head); display: block; }
.addr-head .net { font-size: 11.5px; color: var(--dim); }
.copy-btn {
  flex: 0 0 auto; cursor: pointer;
  padding: 6px 13px; border-radius: 8px;
  border: 1px solid var(--border-2);
  background: transparent; color: var(--text);
  font-size: 12px; font-weight: 700; font-family: inherit;
}
.copy-btn:hover { border-color: var(--border-hi); color: var(--accent-hi); }
.addr {
  font-family: monospace; font-size: 13px;
  /* Двойной клик выделяет адрес целиком — на случай, если
     копирование недоступно и его придётся брать вручную. */
  user-select: all; -webkit-user-select: all; cursor: text;
  color: var(--accent); word-break: break-all;
  padding: 10px 12px; border-radius: 8px;
  background: var(--surface-2); border: 1px solid var(--border);
}
.addr-hint { margin-top: 11px; font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.addr-hint b { color: var(--head); }

.sum { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.sum .row { display: flex; justify-content: space-between; gap: 12px; }
.sum .row span:first-child { color: var(--dim-2); }
.sum .row span:last-child { color: var(--head); font-weight: 700; }
.sum .sep { height: 1px; background: #1C1913; margin: 1px 0; }
.sum .total span:last-child { font-family: 'Sora', sans-serif; color: var(--accent); font-weight: 800; font-size: 20px; }

.panel label { display: block; font-size: 12px; font-weight: 700; color: var(--bright); margin-bottom: 6px; }
.panel label small { color: var(--dim); font-weight: 500; }
.panel input {
  width: 100%; box-sizing: border-box;
  padding: 10px 13px; border-radius: 9px;
  border: 1px solid var(--border-2);
  background: var(--deep); color: var(--text);
  font-family: 'Manrope', sans-serif; font-size: 13.5px;
  margin-bottom: 12px;
}
.panel input:focus { outline: none; border-color: var(--accent); }
.panel .btn.block { font-family: 'Sora', sans-serif; font-size: 14.5px; }
.contacts { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.panel .switch-crypto { font-size: 13.5px; }

.toast {
  position: fixed; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  background: var(--surface-2);
  border: 1px solid var(--border-2);
  border-radius: 8px;
  padding: 11px 18px; z-index: 80;
  box-shadow: 0 6px 20px rgba(0,0,0,.5);
  font-size: 14px;
}
.toast.ok { border-color: #23503c; }
.toast.err { border-color: #4a2b2a; }

/* ── Адаптив ────────────────────────────── */
@media (max-width: 900px) {
  .slide-inner { grid-template-columns: 1fr; height: auto; }
  .slide-media { height: 220px; }
  .slide-body { padding: 24px 22px; }
  .slide-tag { margin-top: 18px; }
}
@media (max-width: 760px) {
  .burger { display: block; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 16px; right: 16px;
    flex-direction: column; align-items: stretch;
    gap: 14px; padding: 18px;
    background: var(--surface);
    border: 1px solid var(--border-2);
    border-radius: 12px;
  }
  .nav-links.open { display: flex; }
  .lang { align-self: flex-start; }
  .float { display: none; }
  /* На узком экране свечение шире вьюпорта и растягивает страницу вбок. */
  .hero-glow { width: 100%; height: 320px; top: -90px; }
  .hero { padding: 48px 20px 64px; }
  .section { padding: 24px 20px 64px; }
  .slide { flex: 0 0 100%; }
  .carousel-mask { -webkit-mask-image: none; mask-image: none; }

  /* Крупные стрелки закрывали бы кадр на узком экране: ужимаем и
     выносим к самому краю. Основной способ листания здесь — свайп. */
  .car-btn {
    width: 26px; height: 44px;
    font-size: 15px; border-radius: 6px;
    background: rgba(12,11,7,.55);
  }
  .car-btn.prev { left: -14px; }
  .car-btn.next { right: -14px; }
  .modal-grid { padding: 14px 16px 18px; }
  .modal-head { padding: 16px 16px 12px; }
  .dl-inner { padding: 56px 20px 32px; }
  .dl-inner footer { justify-content: center; text-align: center; }
}
@media (max-width: 420px) {
  .pick-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .float img, .float { animation: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* Результат заявки — под блоком оплаты, вместо всплывашки:
   окно остаётся открытым, и человек видит, что с его платежом. */
.claim-result {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.5;
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--muted);
}
.claim-result.ok {
  border-color: #23503c;
  background: #10201a;
  color: #8fd6b4;
}
.claim-result.err {
  border-color: #4a2b2a;
  background: #1e1211;
  color: #e79a94;
}
