/* Azino777 Mobile Site Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
  --color-header: #090111;
  --color-btn-login: #0b80dc;
  --color-btn-signup: #a8c94e;
  --color-bg: #020100;
  --color-text: #e8e8e8;
  --color-accent: #ffd700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Helvetica, sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
}

.wp-site-blocks {
  display: block;
}

.elementor-section {
  position: relative;
}

.yoast-schema-graph {
  display: none;
}

.wrapper-x7k9 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hdr-9x2z {
  background: linear-gradient(135deg, var(--color-header) 0%, #1a0f2e 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.cnt-4m8p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hdr-inner-5k2l {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.logo-wrap-3n7j img {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo-wrap-3n7j img:hover {
  transform: scale(1.05);
}

.nav-menu-8p4x {
  display: flex;
  list-style: none;
  gap: 25px;
  justify-content: center;
}

.nav-menu-8p4x a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.nav-menu-8p4x a:hover {
  color: var(--color-btn-signup);
}

.hdr-actions-2q9w {
  display: flex;
  align-items: center;
  gap: 15px;
}

.online-count-7h3k {
  background: rgba(168, 201, 78, 0.1);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid var(--color-btn-signup);
  white-space: nowrap;
}

.online-count-7h3k .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-btn-signup);
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse-anim 2s infinite;
}

@keyframes pulse-anim {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.btn-6t5r {
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-login-4w8n {
  background: var(--color-btn-login);
  color: #fff;
}

.btn-login-4w8n:hover {
  background: #0967b8;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(11, 128, 220, 0.4);
}

.btn-signup-9k2m {
  background: var(--color-btn-signup);
  color: #000;
}

.btn-signup-9k2m:hover {
  background: #95b445;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(168, 201, 78, 0.4);
}

.burger-menu-5l8p {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
}

.burger-line-2x9q {
  width: 25px;
  height: 3px;
  background: var(--color-text);
  transition: all 0.3s ease;
}

.hero-section-3m7k {
  background: linear-gradient(135deg, #1a0527 0%, #2d1045 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.hero-grid-8n4p {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  align-items: center;
}

.hero-banner-6w2l {
  background: url('/hero-banner.jpg') center/cover;
  min-height: 400px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-banner-6w2l::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(2,1,0,0.8) 0%, rgba(9,1,17,0.6) 100%);
  border-radius: 15px;
}

.hero-content-9p3x {
  position: relative;
  z-index: 1;
}

.hero-content-9p3x h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-content-9p3x p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.promo-card-4k7m {
  background: linear-gradient(135deg, #1f1535 0%, #2a1b3d 100%);
  padding: 30px;
  border-radius: 15px;
  border: 2px solid var(--color-btn-signup);
  box-shadow: 0 10px 40px rgba(168, 201, 78, 0.2);
}

.promo-label-5n8w {
  font-size: 14px;
  color: var(--color-btn-signup);
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.promo-code-wrap-2m9k {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  border: 1px dashed var(--color-accent);
}

.promo-code-text-7p3l {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.promo-actions-6w9n {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.promo-actions-6w9n .btn-6t5r {
  flex: 1;
  text-align: center;
  font-size: 13px;
  padding: 12px;
}

.promo-status-8k4m {
  display: inline-block;
  background: rgba(168, 201, 78, 0.2);
  color: var(--color-btn-signup);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  margin-top: 10px;
}

.content-section-9l2p {
  padding: 60px 0;
}

.block-wrapper-3x8k {
  background: linear-gradient(135deg, #140a1f 0%, #1f1535 100%);
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  border: 1px solid rgba(168, 201, 78, 0.1);
}

.block-title-4n7m {
  font-size: 32px;
  margin-bottom: 25px;
  color: var(--color-text);
  border-bottom: 3px solid var(--color-btn-signup);
  padding-bottom: 15px;
}

.mirror-table-5w9p {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow-x: auto;
  display: block;
}

.mirror-table-5w9p table {
  width: 100%;
  border-collapse: collapse;
}

.mirror-table-5w9p th,
.mirror-table-5w9p td {
  padding: 15px 20px;
  text-align: left;
  border: 1px solid rgba(168, 201, 78, 0.2);
}

.mirror-table-5w9p th {
  background: var(--color-header);
  color: var(--color-btn-signup);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.mirror-table-5w9p td {
  background: rgba(0,0,0,0.3);
}

.mirror-table-5w9p tr:hover td {
  background: rgba(168, 201, 78, 0.05);
}

.mirror-table-5w9p a {
  color: var(--color-btn-login);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.mirror-table-5w9p a:hover {
  color: var(--color-btn-signup);
}

.update-time-2k8l {
  font-size: 13px;
  color: var(--color-btn-signup);
  margin-top: 15px;
  font-style: italic;
}

.winners-grid-7m3n {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.winner-card-9p6w {
  background: rgba(0,0,0,0.4);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid var(--color-accent);
  transition: transform 0.3s ease;
}

.winner-card-9p6w:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

.winner-name-4l8k {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--color-text);
}

.winner-amount-3n9m {
  font-size: 22px;
  color: var(--color-accent);
  font-weight: 700;
}

.app-info-table-6w2k {
  width: 100%;
  margin-bottom: 30px;
}

.app-info-table-6w2k td {
  padding: 12px 15px;
  border: 1px solid rgba(168, 201, 78, 0.2);
}

.app-info-table-6w2k td:first-child {
  font-weight: 600;
  background: rgba(0,0,0,0.4);
  width: 40%;
}

.app-info-table-6w2k td:last-child {
  background: rgba(0,0,0,0.2);
}

.app-download-btns-8k3l {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.store-btn-5m9p {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 2px solid var(--color-btn-login);
}

.store-btn-5m9p:hover {
  background: var(--color-btn-login);
  transform: scale(1.05);
}

.slot-game-7n4w {
  background: linear-gradient(135deg, #0f0818 0%, #1a0f2e 100%);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}

.slot-reels-3k8m {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}

.slot-reel-9p2l {
  background: #000;
  width: 100px;
  height: 120px;
  border-radius: 10px;
  border: 3px solid var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
}

.slot-reel-9p2l.spinning {
  animation: spin-reel 0.1s infinite;
}

@keyframes spin-reel {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.slot-btn-4w7n {
  background: linear-gradient(135deg, var(--color-btn-signup) 0%, #7a9436 100%);
  color: #000;
  padding: 15px 50px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(168, 201, 78, 0.4);
}

.slot-btn-4w7n:hover:not(:disabled) {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(168, 201, 78, 0.6);
}

.slot-btn-4w7n:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slot-result-6k9m {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.slot-result-6k9m.win {
  color: var(--color-accent);
}

.faq-section-8l3p {
  margin-top: 20px;
}

.faq-item-2n9k {
  background: rgba(0,0,0,0.3);
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(168, 201, 78, 0.1);
}

.faq-question-5w7m {
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  user-select: none;
}

.faq-question-5w7m:hover {
  background: rgba(168, 201, 78, 0.05);
}

.faq-icon-3k8l {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item-2n9k.active .faq-icon-3k8l {
  transform: rotate(180deg);
}

.faq-answer-9m4p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item-2n9k.active .faq-answer-9m4p {
  max-height: 500px;
}

.faq-answer-content-7n2k {
  padding: 20px 25px;
  line-height: 1.8;
  color: rgba(232, 232, 232, 0.9);
}

.footer-9x4l {
  background: linear-gradient(135deg, var(--color-header) 0%, #0d0819 100%);
  padding: 50px 0 20px;
  margin-top: auto;
}

.footer-grid-3m8k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section-7n2p {
  
}

.footer-title-5k9w {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-btn-signup);
}

.footer-links-4w8m {
  list-style: none;
}

.footer-links-4w8m li {
  margin-bottom: 12px;
}

.footer-links-4w8m a {
  color: rgba(232, 232, 232, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-links-4w8m a:hover {
  color: var(--color-btn-signup);
}

.payment-icons-8l3n {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.payment-icon-2m9k {
  width: 50px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

.provider-icons-6w4l {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.provider-logo-3n7k {
  width: 80px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: rgba(232, 232, 232, 0.7);
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-9k2l {
  border-top: 1px solid rgba(168, 201, 78, 0.2);
  padding-top: 30px;
  text-align: center;
}

.copyright-5w8n {
  font-size: 13px;
  color: rgba(232, 232, 232, 0.6);
  margin-bottom: 15px;
}

.legal-links-7m3p {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.legal-links-7m3p a {
  color: rgba(232, 232, 232, 0.6);
  text-decoration: none;
  font-size: 12px;
}

.widget-fixed-4n8k {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--color-btn-signup) 0%, #7a9436 100%);
  padding: 15px 20px;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.widget-text-6l9m {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.widget-btn-3k7w {
  background: #000;
  color: var(--color-accent);
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid var(--color-accent);
  white-space: nowrap;
}

.widget-btn-3k7w:hover {
  background: var(--color-accent);
  color: #000;
  transform: scale(1.05);
}

.content-inner-text-9p4l h2,
.content-inner-text-9p4l h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--color-text);
}

.content-inner-text-9p4l p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.content-inner-text-9p4l ul,
.content-inner-text-9p4l ol {
  margin: 20px 0;
  padding-left: 30px;
}

.content-inner-text-9p4l li {
  margin-bottom: 10px;
  line-height: 1.7;
}

.content-inner-text-9p4l table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}

.content-inner-text-9p4l table th,
.content-inner-text-9p4l table td {
  padding: 12px 15px;
  border: 1px solid rgba(168, 201, 78, 0.2);
  text-align: left;
}

.content-inner-text-9p4l table th {
  background: rgba(0,0,0,0.4);
  font-weight: 600;
}

.content-inner-text-9p4l a {
  color: var(--color-btn-login);
  text-decoration: underline;
}

.content-inner-text-9p4l a:hover {
  color: var(--color-btn-signup);
}

/* Unused WordPress-like styles */
.wp-block-group { display: block; }
.wp-block-column { flex-basis: 100%; }
.elementor-widget-wrap { display: block; }
.has-text-align-center { text-align: center; }
.wp-element-button { cursor: pointer; }

@media (max-width: 992px) {
  .hdr-inner-5k2l {
    grid-template-columns: auto 1fr auto;
  }
  
  .nav-menu-8p4x {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-header);
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  
  .nav-menu-8p4x.active {
    display: flex;
  }
  
  .burger-menu-5l8p {
    display: flex;
  }
  
  .hero-grid-8n4p {
    grid-template-columns: 1fr;
  }
  
  .footer-grid-3m8k {
    grid-template-columns: 1fr;
  }
  
  .winners-grid-7m3n {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  
  .widget-fixed-4n8k {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-content-9p3x h1 {
    font-size: 28px;
  }
  
  .block-title-4n7m {
    font-size: 24px;
  }
  
  .slot-reels-3k8m {
    gap: 5px;
  }
  
  .slot-reel-9p2l {
    width: 70px;
    height: 90px;
    font-size: 36px;
  }
  
  .app-download-btns-8k3l {
    flex-direction: column;
  }
}

/* =========================
   PLUS container (article)
   ========================= */

.container.plus{
    width: 100%;
    max-width: 980px;
    margin: 26px auto 56px;
    padding: 30px 30px;

    background: linear-gradient(135deg, rgba(9,1,17,.72) 0%, rgba(11,128,220,.10) 55%, rgba(168,201,78,.08) 100%);
    border: 1px solid rgba(168,201,78,.16);
    border-radius: 18px;
    box-shadow: 0 16px 60px rgba(0,0,0,.45);

    color: #e8e8e8;
    font-size: 16px;
    line-height: 1.9;

    overflow-wrap: anywhere;
    word-break: break-word;
}

/* text */
.container.plus p{
    margin: 0 0 16px;
    color: rgba(232,232,232,.86);
}

/* headings */
.container.plus h1,
.container.plus h2,
.container.plus h3{
    line-height: 1.25;
    margin: 28px 0 12px;
}

.container.plus h1{
    font-size: 40px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.container.plus h2{
    font-size: 28px;
    color: #a8c94e;
    position: relative;
    padding-bottom: 10px;
}

.container.plus h2::after{
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin-top: 10px;
    background: linear-gradient(90deg, rgba(168,201,78,1) 0%, rgba(168,201,78,0) 100%);
}

.container.plus h3{
    font-size: 20px;
    color: #0b80dc;
}

/* links */
.container.plus a{
    color: #0b80dc;
    text-decoration: none;
    border-bottom: 1px dashed rgba(11,128,220,.55);
    transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}
.container.plus a:hover{
    color: #a8c94e;
    border-bottom-color: rgba(168,201,78,.75);
}

/* lists */
.container.plus ul,
.container.plus ol{
    margin: 10px 0 18px 22px;
    color: rgba(232,232,232,.86);
}

.container.plus li{
    margin: 0 0 10px;
    line-height: 1.8;
}

.container.plus ul li::marker{ color: #a8c94e; }
.container.plus ol li::marker{ color: #0b80dc; font-weight: 900; }

/* strong / emphasis */
.container.plus strong{ color: #fff; }

/* nice separators for long content */
.container.plus h2 + p{
    margin-top: 10px;
}

/* optional: make “FAQ” Q/A pop a bit */
.container.plus h3 + p{
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.07);
    padding: 14px 14px;
    border-radius: 14px;
}

/* tables if appear */
.container.plus table{
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(168,201,78,.16);
    border-radius: 12px;
    overflow: hidden;
}
.container.plus th,
.container.plus td{
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.08);
    text-align: left;
}
.container.plus th{
    background: rgba(168,201,78,.10);
    color: #a8c94e;
    font-weight: 900;
}

/* =========================
   Mobile adaptation
   ========================= */

@media (max-width: 1024px){
    .container.plus{
        max-width: 920px;
        margin: 22px auto 50px;
    }
}

@media (max-width: 768px){
    .container.plus{
        margin: 16px 12px 44px;
        padding: 18px 16px;
        border-radius: 14px;
        font-size: 15.5px;
        line-height: 1.85;
    }

    .container.plus h1{ font-size: 30px; }
    .container.plus h2{ font-size: 22px; }
    .container.plus h3{ font-size: 18px; }

    .container.plus ul,
    .container.plus ol{ margin-left: 18px; }

    .container.plus h3 + p{
        padding: 12px 12px;
        border-radius: 12px;
    }
}

@media (max-width: 480px){
    .container.plus{
        margin: 14px 10px 40px;
        padding: 16px 14px;
        border-radius: 12px;
        font-size: 15px;
    }

    .container.plus h1{ font-size: 26px; }
    .container.plus h2{ font-size: 20px; }
    .container.plus h2::after{ width: 58px; }

    /* tiny screens: table scroll */
    .container.plus table{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}



:root{
    --bg:#090111;
    --text:#e8e8e8;
    --muted:rgba(232,232,232,.75);
    --login:#0b80dc;
    --signup:#a8c94e;
}

.site-header{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(135deg, var(--bg) 0%, #1a0f2e 100%);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-header__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.site-header__logo img{
    height: 46px;
    width: auto;
    display: block;
}

.site-header__actions{
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,.10);
    white-space: nowrap;
}

.btn--login{ background: var(--login); color:#fff; }
.btn--signup{ background: var(--signup); color:#000; }

.site-nav{
    display: block;
}

.site-nav__list{
    display: flex;
    list-style: none;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.site-nav__list a{
    color: var(--text);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    opacity: .92;
}

.site-nav__list a:hover{ color: var(--signup); }

.burger{
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    cursor: pointer;
    padding: 10px;
}

.burger span{
    display:block;
    height: 2px;
    background: var(--text);
    margin: 6px 0;
    transition: transform .25s ease, opacity .25s ease;
}

.nav-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9998;
}

/* ===== MOBILE ===== */
@media (max-width: 992px){
    .site-nav{
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        width: min(86vw, 360px);
        background: linear-gradient(180deg, rgba(9,1,17,.98) 0%, rgba(26,15,46,.98) 100%);
        border-left: 1px solid rgba(255,255,255,.10);
        box-shadow: -20px 0 60px rgba(0,0,0,.55);
        transform: translateX(110%);
        transition: transform .28s ease;
        z-index: 9999;

        padding: 80px 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .site-nav__list{
        flex-direction: column;
        gap: 10px;
    }

    .site-nav__list a{
        display: block;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.08);
    }

    .site-header__actions .btn{ display:none; } /* кнопки сховаємо з хедера */
    .burger{ display:block; }

    .site-nav__mobile-actions{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 6px;
    }

    body.menu-open .site-nav{ transform: translateX(0); }
    body.menu-open .nav-overlay{ opacity: 1; pointer-events: auto; }
    body.menu-open{ overflow: hidden; }

    /* burger -> X */
    body.menu-open .burger span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
    body.menu-open .burger span:nth-child(2){ opacity: 0; }
    body.menu-open .burger span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }
}

@media (max-width: 480px){
    .site-header__logo img{ height: 40px; }
}
/* --- Кнопки Войти/Рег в ряд (і на десктопі теж) --- */
.site-nav{
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-nav__mobile-actions{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 0 !important;
    flex: 0 0 auto;
}

.site-nav__mobile-actions .btn{
    flex: 0 0 auto;        /* НЕ розтягуємо */
    min-width: 160px;      /* щоб виглядали як на скріні */
    text-align: center;
    justify-content: center;
}

/* щоб список не розпирало */
.site-nav__list{
    flex: 1 1 auto;
    justify-content: center;
}
/* DESKTOP */
@media (min-width: 993px){
    .site-nav{
        display:flex;
        align-items:center;
        gap:16px;
    }
    .site-nav__list{ flex: 1 1 auto; justify-content:center; }
    .site-nav__mobile-actions{ display:flex; gap:12px; margin:0; }
}

/* MOBILE OFF-CANVAS */
@media (max-width: 992px){
    .site-nav{
        display:flex !important;
        flex-direction: column;
        align-items: stretch;          /* важливо: НЕ center */
        justify-content: flex-start;   /* важливо: НЕ center */
        gap: 14px;

        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        width: min(86vw, 360px);
        padding: 72px 16px 16px;

        background: linear-gradient(180deg, rgba(9,1,17,.98) 0%, rgba(26,15,46,.98) 100%);
        transform: translateX(110%);
        transition: transform .28s ease;
        z-index: 9999;
    }

    body.menu-open .site-nav{ transform: translateX(0); }

    .site-nav__list{
        display:flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
        flex: 1 1 auto;               /* займає весь простір */
        justify-content: flex-start;  /* меню зверху */
    }

    .site-nav__list a{
        display:block;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.08);
    }

    /* КНОПКИ ВНИЗУ, але акуратно */
    .site-nav__mobile-actions{
        display:flex !important;
        gap: 10px;
        margin-top: 10px;
        padding-top: 12px;
        border-top: 1px solid rgba(255,255,255,.08);
        flex: 0 0 auto;
    }

    .site-nav__mobile-actions .btn{
        flex: 1;               /* в ряд і рівні */
        min-width: 0;
    }
}
