/* martin53j.cfd - Martin.
   Signal ledger: dark editorial variant,
   graphite sheets, warm copper accents and ink cards. */

:root {
  --bg: #0b1016;
  --bg-2: #111822;
  --paper: #121922;
  --paper-2: #18202b;
  --line: #2a3542;
  --line-strong: #8f6a43;
  --txt: #f2ece2;
  --txt-d: #c5c0b8;
  --txt-dd: #8f979f;
  --acc: #89a38f;
  --acc-deep: #6c866f;
  --cta: #d07a52;
  --cta-d: #b96841;
  --warn: #e1b065;
  --good: #85a787;
  --ink: #111822;
  --ink-2: #1f2c3c;
  --on-cta: #fff6ef;
  --sans: "Public Sans", "Segoe UI", Arial, sans-serif;
  --head: "DM Serif Display", Georgia, serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, .28);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, .18);
  --r-xl: 34px;
  --r-l: 26px;
  --r: 18px;
  --r-s: 12px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.72 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(820px 420px at 100% 0%, rgba(137, 163, 143, .14) 0%, transparent 58%),
    radial-gradient(760px 420px at 0% 12%, rgba(208, 122, 82, .14) 0%, transparent 56%),
    linear-gradient(180deg, #0d131a 0%, #0a0f15 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .35;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px, 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent 95%);
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--cta); text-decoration: none }
a:hover { text-decoration: underline }
.hl,
.acc { color: var(--warn) }

.skip {
  position: absolute;
  top: -44px;
  left: 12px;
  padding: 10px 13px;
  background: var(--cta);
  color: var(--on-cta);
  border-radius: 10px;
  z-index: 100;
  font-weight: 700;
}
.skip:focus { top: 12px }

.bar {
  width: calc(100% - 44px);
  max-width: 1280px;
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border: 1px solid rgba(208, 122, 82, .18);
  border-radius: 26px;
  background: rgba(14, 19, 26, .9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 10px;
  z-index: 50;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--txt);
}
.logo:hover { text-decoration: none }
.logo__svg {
  width: 38px;
  height: 38px;
  flex: none;
  filter: drop-shadow(0 6px 12px rgba(208, 122, 82, .18));
}
.logo__t {
  font-family: var(--head);
  font-size: 25px;
  line-height: .95;
  letter-spacing: -.4px;
}
.logo__sub {
  display: block;
  margin-top: 7px;
  color: var(--txt-dd);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  flex-wrap: wrap;
}
.nav a {
  color: var(--txt-d);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .18s, border-color .18s;
}
.nav a:hover {
  color: var(--txt);
  border-bottom-color: var(--cta);
  text-decoration: none;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .16s, box-shadow .18s, background .18s, border-color .18s, color .18s;
  cursor: pointer;
}
.cta:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.cta--small {
  background: transparent;
  color: var(--txt);
  border-color: var(--line);
}
.cta--small:hover {
  border-color: var(--cta);
  box-shadow: 0 12px 24px rgba(208, 122, 82, .12);
}
.cta--big {
  padding: 17px 32px;
  font-size: 16px;
}
.cta--hot {
  background: var(--cta);
  color: var(--on-cta);
  border-color: var(--cta);
  box-shadow: 0 18px 36px rgba(208, 122, 82, .18);
}
.cta--hot:hover {
  background: var(--cta-d);
  border-color: var(--cta-d);
  box-shadow: 0 20px 40px rgba(208, 122, 82, .24);
}
.cta--ghost {
  background: rgba(255, 255, 255, .03);
  color: var(--txt);
  border-color: var(--line);
}
.cta--ghost:hover {
  border-color: var(--acc);
  color: var(--txt);
}

.metr {
  width: calc(100% - 44px);
  max-width: 1280px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16, 23, 32, .92);
  box-shadow: var(--shadow-soft);
}
.metr__cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  border-right: 1px dashed var(--line);
}
.metr__cell:last-child { border-right: 0 }
.metr__num {
  font-family: var(--head);
  font-size: 26px;
  line-height: 1;
  color: var(--txt);
}
.metr__lbl {
  color: var(--txt-dd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

main { padding-bottom: 42px }
section {
  max-width: 1280px;
  margin: 24px auto 0;
  position: relative;
}
section:not(.hero) {
  padding: 38px 34px 40px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, rgba(18, 25, 34, .98), rgba(14, 20, 28, .98));
  box-shadow: var(--shadow);
  overflow: hidden;
}
section:not(.hero)::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  width: 110px;
  height: 4px;
  background: linear-gradient(90deg, var(--cta), var(--warn));
  border-radius: 0 0 999px 999px;
}

.hero {
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}
.hero__lead {
  position: relative;
  padding: 42px 38px 38px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, rgba(19, 27, 36, .98), rgba(14, 20, 28, .98));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero__lead::before {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 150px;
  height: 150px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(137, 163, 143, .18), rgba(137, 163, 143, 0));
  transform: rotate(14deg);
}
.hero__lead::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 24px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}
.hero__chip,
.ovrline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(208, 122, 82, .18);
  background: rgba(208, 122, 82, .09);
  color: var(--warn);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
h1, h2, h3, .foot__name {
  font-family: var(--head);
  margin: 0;
  letter-spacing: -.5px;
}
h1 {
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.04;
  margin-bottom: 18px;
  color: var(--txt);
}
h2 {
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.12;
  margin-bottom: 16px;
  color: var(--txt);
}
h3 {
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.26;
  margin: 28px 0 10px;
  color: var(--txt);
}
p { margin: 0 0 14px }
.hero__sub,
.lead,
.foot__legal,
.faq details p,
.author p,
.final p { color: var(--txt-d) }
.lead {
  max-width: 860px;
  font-size: 17px;
}
.hero__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 28px;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.hero__tile,
.wbox,
.sbox,
.card,
.lvbox,
.lbox,
.pay__box,
.rbox {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-l);
  background: #151d27;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.hero__tile {
  min-height: 94px;
  padding: 14px 12px 12px;
}
.hero__tile::before,
.wbox::before,
.pay__box::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--cta), var(--warn));
}
.hero__tile-k,
.wbox__step,
.lbox__h,
.sbox__head,
.pay__k,
.rbox__name,
.prov__title {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.hero__tile-k,
.wbox__step,
.prov__title { color: var(--warn) }
.hero__tile-v,
.wbox__pct,
.sbox__num {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--head);
  font-size: 20px;
  line-height: 1;
  color: var(--txt);
}
.hero__tile p,
.wbox__sub,
.sbox p,
.lbox p,
.pay__box p,
.rbox p,
.card p,
.lvbox__s,
.lvbox__m,
.lvbox__p { color: var(--txt-d) }

.hero__pic {
  margin: 0;
  padding: 24px;
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, #111822 0%, #1f2c3c 100%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
  color: rgba(255, 255, 255, .82);
  position: relative;
  overflow: hidden;
}
.hero__pic::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -46px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .14);
}
.hero__pic::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 84px;
  height: 84px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(208, 122, 82, .20), rgba(225, 176, 101, .06));
  transform: rotate(10deg);
}
.hero__pic-svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(6px);
}
.hero__pic figcaption {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
}

.welcome,
.author,
.final {
  background: linear-gradient(180deg, rgba(18, 25, 34, .99), rgba(14, 20, 28, .98));
}
.welcome__grid,
.steps3__grid,
.loy__grid,
.pay__grid,
.reviews__grid,
.slots .grid,
.live__grid,
.tour__kpi,
.foot__cols {
  display: grid;
  gap: 16px;
}
.welcome__grid { grid-template-columns: repeat(4, 1fr); margin: 26px 0 26px }
.steps3__grid { grid-template-columns: repeat(3, 1fr); margin-top: 24px }
.loy__grid { grid-template-columns: repeat(4, 1fr); margin-top: 24px }
.pay__grid { grid-template-columns: repeat(3, 1fr); margin-top: 24px }
.reviews__grid { grid-template-columns: repeat(3, 1fr); margin-top: 22px }

.wbox,
.sbox,
.lbox,
.pay__box,
.rbox {
  padding: 16px 13px 13px;
}
.wbox__title {
  font-weight: 800;
  font-size: 14px;
  color: var(--txt);
  margin-bottom: 8px;
}

.ladder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.ladder__step {
  padding: 12px 11px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(160deg, #111822, #263449);
  color: #f7f2e8;
  text-align: center;
  box-shadow: 0 16px 28px rgba(0, 0, 0, .22);
}
.ladder__name {
  display: block;
  font-family: var(--head);
  font-size: 20px;
  letter-spacing: -.3px;
}
.ladder__cb {
  display: block;
  margin-top: 8px;
  color: #d7c39d;
  font-size: 13px;
}

.slots .grid { grid-template-columns: repeat(5, 1fr); margin-top: 24px }
.live__grid { grid-template-columns: repeat(3, 1fr); margin-top: 24px }

.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.card__cover,
.lvbox__cover {
  display: grid;
  place-items: center;
  min-height: 100px;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: #fff8ed;
  font-family: var(--head);
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: -.4px;
  position: relative;
  overflow: hidden;
}
.card__cover::after,
.lvbox__cover::after {
  content: "";
  position: absolute;
  inset: auto -34px -34px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
}
.cv-1, .cv-6, .cv-11 { background: linear-gradient(145deg, #32445d, #536d8f); }
.cv-2, .cv-7, .cv-12 { background: linear-gradient(145deg, #485f51, #7f9b84); }
.cv-3, .cv-8, .cv-13 { background: linear-gradient(145deg, #734739, #b56f55); }
.cv-4, .cv-9, .cv-14 { background: linear-gradient(145deg, #6f5832, #a8864f); }
.cv-5, .cv-10, .cv-15 { background: linear-gradient(145deg, #3c5268, #627d98); }
.lv-1, .lv-4 { background: linear-gradient(145deg, #7a4f43, #ba7a61); }
.lv-2, .lv-5 { background: linear-gradient(145deg, #4f6757, #7f9b84); }
.lv-3, .lv-6 { background: linear-gradient(145deg, #324965, #587496); }

.card h3 {
  margin: 12px 12px 5px;
  font-size: 16px;
}
.card p {
  margin: 0 12px 10px;
  font-size: 13px;
}
.card__btn {
  display: inline-flex;
  align-self: flex-start;
  margin: auto 12px 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--txt);
  font-weight: 800;
  font-size: 14px;
}
.card__btn:hover {
  text-decoration: none;
  border-color: var(--cta);
  color: var(--warn);
}

.prov {
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(143, 106, 67, .34);
  border-radius: 24px;
  background: rgba(255, 255, 255, .02);
}
.prov__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.prov__list span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #18212d;
  color: var(--txt-d);
  font-size: 14px;
}

.tour {
  background: linear-gradient(155deg, #111822 0%, #243347 100%);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
}
.tour::before {
  background: linear-gradient(90deg, #f1c985, #f3e5cc);
}
.tour h2,
.tour p,
.tour .lead,
.tour .tour__kpi > div > span:first-child,
.tour .tour__kpi .b {
  color: #fff7ea;
}
.tour .ovrline {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #f0cf95;
}
.tour .lead,
.tour__kpi i { color: rgba(255, 255, 255, .74) }
.tour__kpi {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}
.tour__kpi div {
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(6px);
}
.tour__kpi span { display: block }
.tour__kpi > div > span:first-child {
  font-family: var(--head);
  font-size: 19px;
  line-height: 1;
  margin-bottom: 6px;
}
.tour__kpi .b {
  font-weight: 700;
  margin-bottom: 6px;
}
.tour__kpi i {
  font-style: normal;
  font-size: 13px;
}
.tour__btns {
  margin-top: 30px;
}

.lvbox { display: flex; flex-direction: column }
.lvbox__b { padding: 12px }
.lvbox__t {
  font-family: var(--head);
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--txt);
}
.lvbox__s,
.lvbox__m,
.lvbox__p { font-size: 14px; margin-bottom: 6px }
.lvbox__live {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(137, 163, 143, .24);
  background: rgba(137, 163, 143, .10);
  color: #b9ceb7;
  font-size: 12px;
  font-weight: 800;
}

.pay__k {
  color: var(--warn);
  margin-bottom: 8px;
}
.pay__v {
  display: block;
  margin-bottom: 10px;
  font-family: var(--head);
  font-size: 14px;
  letter-spacing: -.3px;
  color: var(--txt);
}

.rbox p {
  font-style: italic;
  font-size: 13px;
}

.author p:last-child {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(208, 122, 82, .14);
}

.final::before {
  background: linear-gradient(90deg, var(--acc), var(--cta));
}
.steps3__cta {
  margin-top: 24px;
}
.final {
  text-align: center;
}
.final p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.final .cta {
  margin-top: 16px;
}

.faq details {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #141c25;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}
.faq summary {
  cursor: pointer;
  color: var(--txt);
  font-weight: 800;
}
.faq details p { margin-top: 12px }

.foot {
  margin-top: 28px;
  background: linear-gradient(180deg, #0d141d 0%, #091018 100%);
  color: rgba(255, 255, 255, .88);
}
.foot__top,
.foot__bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 22px;
}
.foot__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.foot__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.foot__name {
  display: block;
  font-size: 27px;
  line-height: .94;
  color: #fff9ef;
}
.foot__brand > div:last-child,
.foot__logo span:last-child {
  color: rgba(255, 255, 255, .74);
}
.foot__legal {
  max-width: 760px;
  color: rgba(255, 255, 255, .72);
}
.foot__cols {
  grid-template-columns: repeat(3, 1fr);
}
.foot__col h4 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.foot__col h4 a {
  color: #fff8ed;
}
.foot__col h4 a:hover {
  color: #f2c277;
  text-decoration: none;
}
.foot__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.foot__col li { margin: 0 }
.foot__col a {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}
.foot__col a:hover {
  color: #fff8ed;
  border-color: rgba(242, 194, 119, .42);
  text-decoration: none;
}
.foot__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .hero,
  .foot__top {
    grid-template-columns: 1fr;
  }
  .welcome__grid,
  .slots .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .loy__grid,
  .tour__kpi,
  .live__grid,
  .pay__grid,
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ladder { grid-template-columns: repeat(3, 1fr) }
}

@media (max-width: 760px) {
  .bar {
    width: calc(100% - 24px);
    padding: 14px 16px;
    flex-wrap: wrap;
    top: 6px;
  }
  .nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    gap: 14px;
  }
  .metr {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .metr__cell:nth-child(2n) { border-right: 0 }
  .hero {
    padding: 0 12px;
    grid-template-columns: 1fr;
  }
  .hero__lead,
  section:not(.hero) {
    padding: 30px 20px;
  }
  section:not(.hero)::before {
    left: 20px;
  }
  .welcome__grid,
  .steps3__grid,
  .loy__grid,
  .slots .grid,
  .live__grid,
  .pay__grid,
  .reviews__grid,
  .tour__kpi,
  .foot__cols,
  .hero__grid,
  .ladder {
    grid-template-columns: 1fr;
  }
  .hero__btns,
  .foot__bottom {
    flex-direction: column;
  }
  h1 { font-size: 30px }
  h2 { font-size: 24px }
  .card__cover,
  .lvbox__cover { min-height: 92px; font-size: 17px }
}
