:root {
  --bg: #070b12;
  --bg-soft: #0d121b;
  --panel: #0b1018;
  --line: rgba(213, 168, 103, 0.14);
  --text: #e8e2d7;
  --muted: #9a9489;
  --gold: #d6a763;
  --gold-2: #efc785;
  --gold-dark: #8b6532;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  --radius: 16px;
  --container: 1040px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top center, rgba(214, 167, 99, 0.06), transparent 22%),
    linear-gradient(180deg, #06090f 0%, #090d14 48%, #05080d 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.ylxxeuopxdol {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.twmizmwrfgam {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(5, 9, 14, 0.82);
  border-bottom: 1px solid rgba(214, 167, 99, 0.08);
}

.crkjnyrlqksq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
}

.nzuhflajxufe {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.xqhawsfggzrx {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  color: var(--white);
}

.eqpasukpjzlm {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.xqhawsfggzrx span {
  font-size: 20px;
}

.ciwygjbqcobh {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #c7b79a;
  font-size: 14px;
}

.ciwygjbqcobh a:hover {
  color: var(--gold-2);
}

.kwbnurozyixl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 100%);
  color: #18130d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 24px rgba(120, 83, 29, 0.22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.kwbnurozyixl:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(120, 83, 29, 0.3);
  filter: brightness(1.02);
}

.kiuohfjcwsrx {
  padding: 54px 0 28px;
}

.xzddqvhraqvw {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005));
}

.lotpurndjvif {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
  align-items: start;
}

.phone-frame {
  position: relative;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(180deg, #0e131c 0%, #05070b 100%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255,255,255,.18);
  z-index: 2;
}

.screen {
  aspect-ratio: 9 / 19.5;
  border-radius: 22px;
  overflow: hidden;
  background: #090d13;
  border: 1px solid rgba(255,255,255,.05);
  position: relative;
}

.screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

h1, h2, h3 {
  margin: 0 0 14px;
  line-height: 1.2;
  color: #f3e6cf;
}

h1 {
  font-size: clamp(28px, 4.1vw, 42px);
  max-width: 760px;
}

h2 {
  font-size: clamp(22px, 3vw, 30px);
}

p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
}

.lead {
  max-width: 760px;
  font-size: 16px;
}

.arafbasukswm {
  margin-top: 20px;
}

.jrzpwodqzbpa {
  padding: 22px 0;
}

.rvucvnmhzoqq {
  min-width: 0;
}

.dqqcmcakmonk {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
}

.cta-center {
  margin-top: 22px;
}

.hgnspetjgugs {
  padding: 44px 0 34px;
}

.xoxlbkcrxoxy {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  overflow: hidden;
}

summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  color: #f4e6cb;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-2);
  font-size: 24px;
  font-weight: 400;
}

details[open] summary::after {
  content: "−";
}

.ykghpcnevwad {
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 14px;
}

.hipplpeiwgfe {
  margin-top: 24px;
  padding: 26px 0 18px;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.005));
}

.jhjmbuhvelrm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #bea989;
  font-size: 14px;
}

.ixqkfzaiiigd {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.mcserygmvoio {
  min-height: 52px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: rgba(255,255,255,.02);
  overflow: hidden;
}

.mcserygmvoio img {
  display: block;
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pswjcisxqqmj {
  padding: 24px 0 38px;
  color: #7e7a72;
  font-size: 12px;
  text-align: center;
}

.sticky-help {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(214,167,99,.45);
  color: var(--gold-2);
  background: rgba(7, 11, 18, .9);
  display: grid;
  place-items: center;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0,0,0,.25);
}

@media (max-width: 920px) {
  .crkjnyrlqksq {
    flex-wrap: wrap;
  }

  .ciwygjbqcobh {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
  }

  .lotpurndjvif {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: center;
  }

  .kiuohfjcwsrx {
    padding-top: 34px;
  }

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

@media (max-width: 640px) {
  .ylxxeuopxdol {
    width: min(var(--container), calc(100% - 24px));
  }

  .crkjnyrlqksq {
    min-height: 64px;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }

  .ciwygjbqcobh {
    gap: 12px;
    font-size: 13px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nzuhflajxufe {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .xqhawsfggzrx span {
    font-size: 18px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .kwbnurozyixl {
    width: 100%;
    max-width: 280px;
  }

  .xzddqvhraqvw {
    padding: 20px;
  }

  .lotpurndjvif {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .phone-frame {
    max-width: 170px;
  }

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

  .jhjmbuhvelrm {
    align-items: flex-start;
    flex-direction: column;
  }
}
.utlgjcrtekar {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
}

.utlgjcrtekar table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  color: #e8e2d7;
  font-size: 14px;
}

.utlgjcrtekar thead {
  background: linear-gradient(180deg, rgba(239,199,133,.14), rgba(214,167,99,.08));
}

.utlgjcrtekar th {
  padding: 16px 18px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #f3e6cf;
  border-bottom: 1px solid rgba(255,255,255,.08);
  white-space: nowrap;
}

.utlgjcrtekar td {
  padding: 15px 18px;
  color: #bdb4a7;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.utlgjcrtekar tbody tr {
  transition: background .2s ease;
}

.utlgjcrtekar tbody tr:hover {
  background: rgba(255,255,255,.03);
}

.utlgjcrtekar tbody tr:last-child td {
  border-bottom: none;
}

.utlgjcrtekar td strong {
  color: #ffffff;
  font-weight: 700;
}

.utlgjcrtekar td a {
  color: #efc785;
  text-decoration: none;
}

.utlgjcrtekar td a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .utlgjcrtekar {
    margin: 20px 0;
    border-radius: 12px;
  }

  .utlgjcrtekar table {
    min-width: 620px;
    font-size: 13px;
  }

  .utlgjcrtekar th,
  .utlgjcrtekar td {
    padding: 13px 14px;
  }
}