:root {
  
    --color-primary:#fff;
  --color-primary-dark:#4338ca;
  --color-secondary:#7729d7;
  --color-accent:#fbbf24;
  
    --bg-primary:#141824;
  --bg-secondary:#241f2b;
  --bg-dark:#0D121D;
  --bg-card:#1e293b;
  --bg-card-hover:#334155;
  --bg-overlay:rgba(44, 49, 68, 0.35);
  
    --text-primary:#ffffff;
  --text-secondary:#e2e8f0;
  --text-muted:#d1d5db;
  --text-light:#9ca3af;
  --text-dark:#6b7280;
  --text-button:#fff;
  
    --border-primary:#1e293b;
  --border-secondary:#374151;
  --border-card:#475569;
  --border-overlay:rgba(71, 85, 105, 0.3);
  
    --gradient-primary:linear-gradient(90deg, #9A32C9 0%, var(--color-secondary) 100%);
  --gradient-text:linear-gradient(135deg, var(--text-primary) 0%, #c5c5c5 100%);
  --gradient-card:linear-gradient(135deg, var(--bg-card) 0%, var(--bg-card-hover) 100%);
  --gradient-bg:linear-gradient(90deg, #39265a, #372235);
  --gradient-cta:linear-gradient(90deg, #161623 0%, #2E1414 102.14%);
  --gradient-benefits:linear-gradient(90deg, #1a0d2e 0%, #2d1b4e 50%, #1a0d2e 100%);
  
    --shadow-primary:0 0 25px rgb(121 21 163);
  --shadow-secondary:rgba(0, 0, 0, 0.3);
  --shadow-card:rgba(0, 0, 0, 0.4);
  
    --status-new:#3b82f6;
  --status-jackpot:#fbbf24;
  --status-top:#10b981;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-family:'Montserrat', sans-serif;
  background-color:var(--bg-primary);
  color:var(--text-secondary);
  margin:0;
  padding:0;
}

main {
  padding: 0;
  background: var(--gradient-cta);
}

.ie9auc {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}

.fo3s0l61 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.u67cql {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:32px;
  font-weight:700;
  color:#ffffff;
}

.x9x0 {
  width: 4px;
  height: 40px;
  background: var(--status-top);
  border-radius: 2px;
}

.kw012ve {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:18px;
  font-weight:600;
  color:var(--status-top);
  text-decoration:none;
  transition:color 0.3s cubic-bezier(0.4, 0, 0.2, 1), gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change:color, gap;
}

.kw012ve:hover {
  color: #fff;
  gap: 12px;
}

.kw012ve svg {
  width:20px;
  height:20px;
}

.uyujge {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa2ggg {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pa2ggg:hover {
  transform: translateY(-8px) translateZ(0);
}

.sao8 {
  position:relative;
  width:100%;
  height:100%;
  min-height:360px;
  overflow:hidden;
  background:#0f0519;
  transform:translateZ(0);
  will-change:transform;
}

.ob2wwd {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform:translateZ(0) scale(1);
  will-change:transform;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

.pa2ggg:hover .ob2wwd {
  transform:translateZ(0) scale(1.05);
}


.nl9jly0 {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:50%;
  background:linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 100%);
  z-index:1;
  transform:translateZ(0);
  will-change:opacity;
}

.nb7zug1 {
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  transform:translateZ(0);
}

.l8cn {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateZ(0);
  will-change: transform;
}

.o98g {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:20px 16px 16px;
  z-index:2;
  transform:translateZ(0);
  will-change:transform;
}

.l1imdl {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
}

.mo1bc {
  font-size: 13px;
  color: #d1d5db;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
}


@media (max-width: 1200px) {
    .uyujge {
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:16px;
}
}

@media (max-width: 768px) {
    .fo3s0l61 {
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
}

    .u67cql {
  font-size: 24px;
}

    .x9x0 {
  height:32px;
}

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

    .l1imdl {
  font-size: 16px;
}

    .mo1bc {
  font-size: 12px;
}
}

@media (max-width: 480px) {
    .uyujge {
  grid-template-columns:repeat(2, 1fr);
}
}

.zm4osz {
  display:flex;
  position:relative;
  justify-content:flex-end;
  width:100%;
  margin:0 20px;
}

.zzh1ojw {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--color-text);
  cursor: pointer;
  padding: 8px;
}

.zm4osz ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.zm4osz ul li a {
  text-decoration: none;
  color: var(--color-text);
  transition: 0.3s;
  padding: 5px;
  display: block;
  border-radius: 6px;
  font-size: 13px;
}

.zm4osz ul li a:hover {
  color:var(--color-primary);
}

@media (max-width: 768px) {
    .zzh1ojw {
  display:block;
}

    .zm4osz ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg-secondary);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

    .zm4osz.active ul {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  width: 100%;
  align-items: center;
  margin-top: 10px;
}

    .zm4osz ul li a {
  padding:16px 20px;
  border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

    .zm4osz ul li:last-child a {
  border-bottom:none;
}
}


.zin0ag {
  background:var(--bg-secondary);
  border-bottom:1px solid var(--border-primary);
  padding:20px 0;
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(10px);
  box-shadow:0 4px 6px var(--shadow-secondary);
}

.zin0ag .br66 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.zin0ag .pbgpy001 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.zin0ag .cswu1a8x {
  flex-shrink:0;
}

.zin0ag .cswu1a8x img {
  height:50px;
  width:auto;
  display:block;
  filter:drop-shadow(0 0 10px var(--shadow-secondary));
  transition:transform 0.3s ease;
}

.zin0ag .cswu1a8x img:hover {
  transform:scale(1.05);
}

.zin0ag .wlcab {
  flex-shrink:0;
}

.zin0ag .lht8n3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: var(--gradient-primary);
  color: var(--text-button);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid transparent;
  box-shadow: var(--shadow-primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.zin0ag .lht8n3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zin0ag .lht8n3:hover {
  transform:translateY(-2px);
  box-shadow:0 0 35px rgb(121 21 163);
  border-color:var(--color-accent);
}

.zin0ag .lht8n3:hover::before {
  opacity: 1;
}

.zin0ag .lht8n3:active {
  transform:translateY(0);
}

.zin0ag .z1wxsdod {
  position:relative;
  z-index:1;
  letter-spacing:0.5px;
}

.zin0ag .lht8n3 svg {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.zin0ag .lht8n3:hover svg {
  transform:translateX(4px);
}


@media (max-width: 768px) {
    .zin0ag {
  padding:15px 0;
}

    .zin0ag .pbgpy001 {
  flex-wrap: wrap;
  justify-content: center;
}

    .zin0ag .cswu1a8x img {
  height: 40px;
}

    .zin0ag .lht8n3 {
  padding: 10px 24px;
  font-size: 14px;
}
}

@media (max-width: 480px) {
    .zin0ag .lht8n3 {
  padding: 10px 20px;
  font-size: 13px;
  gap: 8px;
}

    .zin0ag .lht8n3 svg {
  width:14px;
  height:14px;
}
}


@keyframes slideDown {
    from {
  opacity: 0;
  transform: translateY(-20px);
}
    to {
  opacity: 1;
  transform: translateY(0);
}
}

.zin0ag {
  animation:slideDown 0.5s ease-out;
}

.cyy7 {
  min-height:100vh;
  display:flex;
  align-items:center;
  background:var(--bg-dark);
  padding:80px 20px;
  position:relative;
  overflow:hidden;
}

.cyy7::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:60%;
  height:100%;
  background:var(--gradient-bg);
  clip-path:polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.nyy43h {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ont8oeh7 {
  max-width:550px;
}

.yii2c {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
}

.o0b2g2i {
  display:flex;
  gap:4px;
}

.o0b2g2i svg {
  width:20px;
  height:20px;
  color:var(--color-accent);
}

.bsunjxey {
  font-size:14px;
  color:var(--text-muted);
}

.jr33k8 {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 20px;
}

.sd5h {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 32px;
}

.w179u85 {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  padding: 24px;
  background: var(--bg-card);
  border-radius: 16px;
  border: 1px solid var(--border-primary);
}

.nubr71ov {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.taj5gx {
  font-size:28px;
  font-weight:800;
  color:var(--text-primary);
}

.zt396 {
  font-size:13px;
  color:var(--text-dark);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

.ljsoed {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.dbplk4 {
  display:inline-flex;
  align-items:center;
  padding:18px 40px;
  background:var(--gradient-primary);
  color:var(--text-button);
  font-size:17px;
  font-weight:700;
  border-radius:14px;
  text-decoration:none;
  transition:all 0.3s ease;
  box-shadow:var(--shadow-primary);
}

.dbplk4:hover {
  transform:translateY(-3px);
  box-shadow:0 0 40px var(--color-secondary);
}

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

.brce {
  display: flex;
}

.brce span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-button);
  border: 3px solid var(--bg-dark);
  margin-left: -10px;
}

.brce span:first-child {
  margin-left: 0;
}

.ti07u9 {
  font-size: 13px;
  color: var(--text-muted);
}

.htd6i21 {
  position: relative;
}

.exs3u35 {
  display:flex;
  flex-direction:column;
  gap:20px;
}

.bl014 {
  background:var(--bg-card);
  border:1px solid var(--border-card);
  border-radius:20px;
  padding:24px;
  transition:all 0.3s ease;
}

.bl014:hover {
  transform: translateX(-10px);
  border-color: var(--color-secondary);
}

.x7x2vghk {
  transform: translateX(0);
}
.nbvwc3 {
  transform:translateX(30px);
}
.e5fuz {
  transform:translateX(60px);
}

.x7x2vghk:hover {
  transform: translateX(-10px);
}
.nbvwc3:hover {
  transform:translateX(20px);
}
.e5fuz:hover {
  transform:translateX(50px);
}

.ew6dd {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.dzlzj5f {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-button);
}

.ig7zti2 {
  flex:1;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.g7a2pxg {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}

.h6vneb9 {
  font-size: 12px;
  color: var(--text-dark);
}

.jrzf4 {
  display: flex;
  gap: 2px;
}

.jrzf4 svg {
  width:14px;
  height:14px;
  color:var(--color-accent);
}

.wdxw {
  font-size:15px;
  color:var(--text-secondary);
  line-height:1.6;
  margin:0;
}

@media (max-width: 1024px) {
    .cyy7::before {
  display:none;
}

    .nyy43h {
  grid-template-columns: 1fr;
  gap: 40px;
}

    .ont8oeh7 {
  max-width:100%;
  text-align:center;
}

    .yii2c {
  justify-content:center;
}

    .w179u85 {
  justify-content:center;
}

    .ljsoed {
  justify-content:center;
}

    .x7x2vghk,
    .nbvwc3,
    .e5fuz {
  transform: translateX(0);
}

    .bl014:hover {
  transform: translateY(-5px);
}
}

@media (max-width: 768px) {
    .jr33k8 {
  font-size:32px;
}

    .w179u85 {
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

    .nubr71ov {
  align-items: center;
}

    .ljsoed {
  flex-direction: column;
  width: 100%;
}

    .dbplk4 {
  width: 100%;
  justify-content: center;
}

    .fzvc2a {
  flex-direction:column;
}
}

.lu0r63 {
  padding: 60px 0;
  background: var(--bg-secondary);
}

.lu0r63 .uul8pl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.yad2u {
  background: transparent;
  color: var(--text-muted);
}

.yad2u h1,
.yad2u h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 25px;
  line-height: 1.2;
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.yad2u h3 {
  font-size:26px;
  font-weight:600;
  color:var(--text-primary);
  margin:35px 0 18px;
  position:relative;
  padding-bottom:10px;
}

.yad2u h3::after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60px;
  height:3px;
  background:var(--gradient-primary);
  border-radius:2px;
}

.yad2u h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-secondary);
  margin: 28px 0 14px;
}

.yad2u p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.yad2u ul,
.yad2u ol {
  margin: 25px 0;
  padding-left: 35px;
}

.yad2u li {
  font-size:17px;
  line-height:1.8;
  color:var(--text-muted);
  margin-bottom:12px;
  position:relative;
}

.yad2u ul li::marker {
  color:var(--color-accent);
}

.yad2u a {
  color: var(--color-accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.yad2u a:hover {
  color:var(--text-primary);
  border-bottom-color:var(--color-accent);
}

.yad2u strong,
.yad2u b {
  color:var(--text-primary);
  font-weight:600;
}

.yad2u em,
.yad2u i {
  font-style:italic;
  color:var(--text-secondary);
}

.yad2u blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: var(--bg-card);
  border-left: 4px solid var(--color-accent);
  border-radius: 8px;
  font-style: italic;
  color: var(--text-secondary);
}

@media (max-width: 768px) {
    .lu0r63 {
  padding:40px 0;
}

    .yad2u h1,
    .yad2u h2 {
  font-size:26px;
}

    .yad2u h3 {
  font-size:22px;
}

    .yad2u h4 {
  font-size: 19px;
}

    .yad2u p,
    .yad2u li {
  font-size: 16px;
}

    .yad2u ul,
    .yad2u ol {
  padding-left: 25px;
}
}

.g6t1ps35 {
  background: var(--bg-dark);
  border-top: 1px solid var(--border-primary);
  padding: 24px 0;
}

.iy5jdl {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.i9g6i7 {
  display:flex;
  align-items:center;
  gap:16px;
}

.veavkl17 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-primary);
}

.cmb3a19h {
  font-size: 13px;
  color: var(--text-dark);
}

.s26ka {
  flex: 1;
  display: flex;
  justify-content: center;
}

.gebiik {
  display:flex;
  gap:8px;
}

.gebiik span {
  padding: 6px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-primary);
  border-radius: 6px;
  font-size: 12px;
  color: var(--text-muted);
}

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

.uoo6nil {
  font-size:13px;
  color:var(--text-dark);
  text-decoration:none;
  transition:color 0.2s;
}

.uoo6nil:hover {
  color:var(--text-primary);
}

.imdv {
  color: var(--border-secondary);
  font-size: 12px;
}

.tig279sq {
  padding: 4px 10px;
  border: 1px solid var(--border-secondary);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}

@media (max-width: 768px) {
    .iy5jdl {
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

    .i9g6i7 {
  flex-direction: column;
  gap: 8px;
}

    .s26ka {
  order: 1;
}
}