* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #2a292e;
  color: #f0eff4;
  font: 400 15px/1.65 Montserrat, Arial, sans-serif;
}
.c9r2-wrap,
.hero-in {
  width: min(1120px, calc(100% - 32px));
  margin: auto;
}
a {
  color: #f8f7fb;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  color: #fff;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
h2 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  margin: 0 0 1.25rem;
}
section {
  padding: 3rem 0;
}
.hdr-box {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #2a292e;
  border-bottom: 1px solid #ffffff14;
}
.hdr-inner {
  max-width: 1120px;
  margin: auto;
  min-height: 68px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.hdr-left,
.hdr-nav,
.hdr-btns,
.online-cnt {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-img {
  display: block;
  height: auto;
  filter: brightness(1.25) contrast(1.05)
    drop-shadow(0 0 6px rgba(255, 215, 120, 0.35))
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}
.online-cnt {
  font-size: 0.72rem;
  white-space: nowrap;
}
.cnt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #53c05f;
  box-shadow: 0 0 9px #53c05f;
}
.hdr-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 18px;
  font-size: 0.8rem;
  font-weight: 700;
}
.hdr-nav a:hover,
.ftr-nav-col a:hover {
  color: #53c05f;
}
.btn,
.dl-btn,
.frm-btn,
.slot-btn,
.wdg-bar a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 9px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: 0.25s transform, 0.25s background;
}
.btn:hover,
.dl-btn:hover,
.frm-btn:hover,
.slot-btn:hover,
.wdg-bar a:hover {
  transform: translateY(-2px);
}
.btn-pri,
.frm-btn,
.slot-btn,
.wdg-bar a {
  background: #53c05f;
  color: #172219;
}
.btn-sec {
  background: #f8f7fb;
  color: #2a292e;
}
.burger-btn {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.burger-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-btn.open span:nth-child(2) { opacity: 0; }
.burger-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-nav-btns { display: none; }
.burger-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px;
  transition: 0.25s;
}
.mob-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2a292e;
  z-index: 1000;
  overflow-y: auto;
  padding: 70px 20px 32px;
  box-sizing: border-box;
}
.mob-menu.open {
  display: block;
}
.hero-x7k2 {
  min-height: 520px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, #19181ddd, #2a292e99),
    url("/winpalace.png") center/cover;
}
.hero-in {
  padding: 3rem 0;
}
.eyebrow {
  color: #53c05f;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.hero-lead {
  font-size: 1.1rem;
  max-width: 640px;
}
.promo-box {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.7rem 1rem;
  border: 1px dashed #53c05f;
  border-radius: 8px;
  background: #53c05f16;
  font-size: 1.05rem;
}
.promo-box strong {
  color: #53c05f;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 1rem 0;
}
.hero-in small {
  color: #d1cfd8;
}
.cnt-box > section {
  border-bottom: 1px solid #ffffff12;
}
.adv-grid,
.sec-grid,
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 80px;
}
.adv-card,
.sec-card,
.rev-card,
.author-box,
.rev-form-wrap,
.slot-machine {
  background: #35343a;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  padding: 20px;
  transition: 0.25s;
}
.adv-card:hover,
.sec-card:hover,
.rev-card:hover {
  transform: translateY(-4px);
  border-color: #53c05f55;
}
.adv-card {
  display: flex;
  gap: 14px;
}
.adv-card i,
.sec-card i {
  font-size: 1.8rem;
  font-style: normal;
}
.adv-card p,
.sec-card p {
  margin: 0.25rem 0 0;
  font-size: 0.84rem;
  color: #d8d6df;
}
.tbl-wrap {
  overflow: auto;
  border-radius: 12px;
  border: 1px solid #ffffff12;
}
.pay-tbl,
.info-tbl {
  border-collapse: collapse;
  width: 100%;
  min-width: 700px;
}
.pay-tbl th {
  background: #53c05f;
  color: #19241c;
}
.pay-tbl td,
.pay-tbl th,
.info-tbl td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ffffff12;
}
.pay-tbl tr:last-child td {
  border: 0;
}
.scr-slider {
  position: relative;
  overflow: hidden;
}
.scr-track {
  display: flex;
  transition: transform 0.45s ease;
}
.scr-slide {
  flex: 0 0 33.333%;
  padding: 8px;
}
.scr-slide img {
  width: 100%;
  border-radius: 14px;
  display: block;
}
.scr-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2a292edd;
  color: #fff;
  font-size: 2rem;
}
.scr-prev {
  left: 8px;
}
.scr-next {
  right: 8px;
}
.scr-dots {
  text-align: center;
}
.scr-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 9px;
  background: #777;
  margin: 8px 4px;
}
.scr-dots button.active {
  background: #53c05f;
  width: 22px;
}
.app-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
}
.info-tbl {
  min-width: 0;
  background: #35343a;
  border-radius: 12px;
  overflow: hidden;
}
.app-dl-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.dl-btn {
  background: #f8f7fb;
  color: #2a292e;
}
.dl-btn:nth-child(1) { background: #1c1c1e; color: #fff; }
.dl-btn:nth-child(2) { background: #53c05f; color: #172219; }
.dl-btn:nth-child(3) { background: #e8b84b; color: #1a1200; }
.slot-machine {
  text-align: center;
  max-width: 520px;
  margin: auto;
}
.slot-reels {
  display: flex;
  gap: 10px;
  padding: 15px;
  background: #202025;
  border-radius: 10px;
}
.reel-col {
  flex: 1;
  background: #f8f7fb;
  color: #222;
  border-radius: 8px;
  height: 100px;
  display: grid;
  place-items: center;
  font-size: 3rem;
}
.slot-result {
  min-height: 52px;
  padding: 12px;
}
.slot-result a {
  color: #53c05f;
  text-decoration: underline;
  font-weight: 800;
}
.author-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.author-box img {
  border-radius: 50%;
}
.author-box p {
  margin: 0.2rem 0;
}
.author-box a {
  color: #53c05f;
}
.review-content {
  max-width: 850px;
  margin: 1.5rem auto 0;
  background: #35343a;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  padding: 2rem 2.5rem;
}
.sec-card {
  text-align: center;
}
.faq-item {
  background: #35343a;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.25s border-color, 0.25s background;
}
.faq-item:hover {
  background: #3a393f;
  border-color: #53c05f55;
}
.faq-q {
  background: none;
  border: 0;
  color: #fff;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font: 700 1rem Montserrat;
  cursor: pointer;
}
.faq-q:after {
  content: "+";
  float: right;
  color: #53c05f;
}
.faq-q[aria-expanded="true"]:after {
  content: "−";
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s;
}
.faq-a > * {
  margin-top: 0;
}
.faq-a.open {
  max-height: 200px;
}
.rev-stars {
  color: #ffd700;
  margin: 0.5rem 0;
}
.rev-form {
  display: grid;
  gap: 13px;
}
.rev-form label {
  font-weight: 700;
}
.rev-form input,
.rev-form textarea {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px;
  background: #29282d;
  border: 1px solid #777;
  border-radius: 8px;
  color: #fff;
  font: inherit;
}
.ftr-wrap {
  padding: 3rem 0 7rem;
  background: #222126;
}
.ftr-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 30px;
}
.ftr-nav-col a {
  display: block;
  margin: 0.4rem 0;
}
.ftr-lic-badge {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #53c05f;
  border-radius: 8px;
  color: #53c05f;
  text-align: center;
}
.ftr-legal {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ffffff18;
  font-size: 0.78rem;
  color: #bbb8c2;
}
.wdg-bar {
  position: fixed;
  z-index: 19;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 56px 10px 16px;
  background: #201f24f5;
  border-top: 1px solid #53c05f;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.3s;
}
.wdg-bar.hide {
  transform: translateY(110%);
}
.info-content {
  padding: 2rem 2.5rem;
  max-width: 860px;
  margin: 2rem auto;
  background: #35343a;
  border: 1px solid #ffffff12;
  border-radius: 14px;
}
.info-content h2 {
  margin-top: 2rem;
}
.info-content a {
  color: #53c05f;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}
.fade-in.show {
  opacity: 1;
  transform: none;
}
@media(max-width:800px){.fade-in{opacity:1!important;transform:none!important}}
@media (max-width: 800px) {
  .hdr-nav-wrap,
  .hdr-btns {
    display: none;
  }
  .burger-btn {
    display: block;
  }
  .mob-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .mob-menu a {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid #ffffff12;
    font-size: 1rem;
    font-weight: 600;
  }
  .mob-nav-btns {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ffffff12;
  }
  .mob-nav-btns .btn-sec {
    flex: 1;
    justify-content: center;
    text-align: center;
    background: rgba(255,255,255,0.1);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .mob-nav-btns .btn-pri {
    flex: 1;
    justify-content: center;
    text-align: center;
    background: #53c05f;
    color: #172219 !important;
  }
  .adv-grid,
  .sec-grid,
  .rev-grid {
    grid-template-columns: 1fr 1fr;
  }
  .app-grid,
  .ftr-inner {
    grid-template-columns: 1fr;
  }
  .scr-slide {
    flex-basis: 50%;
  }
}
@media (max-width: 520px) {
  .online-cnt {
    display: none;
  }
  .hero-x7k2 {
    min-height: 470px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .adv-grid,
  .sec-grid,
  .rev-grid {
    grid-template-columns: 1fr;
  }
  .scr-slide {
    flex-basis: 100%;
  }
  section {
    padding: 2.2rem 0;
  }
  .wdg-bar {
    font-size: 0.78rem;
    gap: 8px;
    padding: 10px 44px 10px 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
  }
  .wdg-bar a {
    padding: 0.55rem;
  }
  .ftr-wrap {
    padding-bottom: 6rem;
  }
}

.wdg-close { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 1.3rem; cursor: pointer; padding: 4px 8px; line-height: 1; z-index: 20; }
.wdg-close:hover { color: #53c05f; }
