

*,
*::after,
*::before {
  box-sizing: border-box;
}
ul,
ol[class] {
  padding: 0;
}

body {
  background: #010017;
  font-family: Verdana;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  max-width: 800px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.logo-container button {
  background: none;
}

.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}

.logoBuild .buttons {
  display: flex;
  gap: 10px;
}

.btn-basic {
  padding: 15px 44px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: .3s;
}

.btn-basic:hover {
  opacity: .8;
}

.btn-basic.btn-reg {
  background: rgba(103, 26, 245, 1);
  border: 1px rgba(103, 26, 245, 1) solid;
}

.btn-basic.btn-log {
  background: none;
  border: 1px rgba(245, 245, 245, 1) solid;
}

.logoBuild .burger {
  cursor: pointer;
}

.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 1);
}

#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@media (max-width: 1250px) {

  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    padding-top: q0px;
    max-width: 100%;
  }
}

.header--4 {
  height: 80px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (max-width: 1250px) {
  .header--4 {
  height: 60px;
  }
  .header-inner--4 {
  justify-content: center;
  }
}


    .footer--3 {
  padding: 16px 0;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--3 p {
  margin-bottom: 0;
  color: #fff;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}

.components {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.btn-content {
  color: #fff;
  background: #ff2400;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.general-link {
  color: rgba(16, 0, 251, 1);
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul li {
  padding-left: 20px;
  position: relative;
}

.general-ul li::before {
  background: rgba(16, 0, 251, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
  content: no-open-quote;
}

.general-ol li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol li::before {
  background: rgba(16, 0, 251, 1);
  color: #fff;
  width: 25px;
  left: 0px;
  top: 0px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.general-tr {
  background: linear-gradient(180deg, #020042 0%, #000001 100%);
}

.general-td {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(109, 108, 108, 0.5);
  box-shadow: 0px 0px 4px 3px rgba(109, 108, 108, 0.25);
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.faq-item {
  border: 1px solid rgba(109, 108, 108, 0.5);
  border-radius: 6px;
  position: relative;
  min-height: 54px;
  margin: 0 auto 20px;
  transition: 0.4s;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  top: 15px;
  padding-right: 25px;
  padding-left: 20px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 16px 0 22px;
  height: 0;
  top: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 24px;
  position: absolute;
  width: 24px;
  right: 16px;
  top: 16px;
  background: linear-gradient(to right, #0800FF, #C91AF5);
  border-radius: 50%;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 1px;
  right: 5px;
  top: 12px;
  width: 12px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 1px;
  right: 5px;
  top: 12px;
  width: 12px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: rgba(16, 0, 251, 1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}

  .general-h1 {
    font-size: 28px;
    background: #0026BF;
    padding: 12px 0;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .general-h2 {
    padding: 12px 0;
    font-size: 28px;
    border-top: 1px rgba(26, 70, 245, 1) solid;
    border-bottom: 1px rgba(26, 70, 245, 1) solid;
  }
  .general-h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .general-h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .general-h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  

.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background:rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}

.overlay[hidden] {
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
  display: block;
}

.mobileMenu[hidden] {
  right: -200%;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 111;
  background: linear-gradient(135deg, #272638 0, #1e1e24 100%);
  width: 100%;
  min-height: 100vh;
  max-width: 320px;
  padding: 10px;
  transition: right 0.8s;
}
.mobileMenu .buttons {
  display: block;
  margin-top: 32px;
}
.mobileMenu .buttons button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.mobileMenu .mobileMenuLinks a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.banner {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.banner > div {
  flex-grow: 1;
  width: 100%;
  height: 210px;
  padding: 32px 0 0 32px;
}

.banner .left {
  background: rgba(5, 6, 10, 1) url(/banner-1.webp)no-repeat;
  background-position: right center;
}

.banner .right {
  background: rgba(5, 6, 10, 1) url(/banner-right.png)no-repeat;
  background-position: right center;
}

.banner .text {
  max-width: 284px;
}

.banner .text p {
  margin-bottom: 24px;
  max-width: 184px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
}

.banner .text button {
  background: #fff;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
  text-transform: uppercase;
}

.fixedButtons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 12px;
  justify-content: center;
  gap: 10px;
  background: #000;
}

.fixedButtons button {
  flex-grow: 1;
  width: 49%;
  padding: 15px 0;
  font-size: 13px;
}

@media (max-width: 968px) {

  .header.header--4 {
    padding: 0 10px;
  }

  .header.header--4 img {
    max-height: 40px;
  }

  .banner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .header .buttons {
    display: none;
  }

  .fixedButtons {
    display: flex;
  }

    .banner .left {
  background: rgba(5, 6, 10, 1) url(/banner-left-mobile.webp)no-repeat;
  background-position: center center;
}
.cyber-header-actions {
  display: none;
}

}


@media (max-width: 480px) {

  .banner {
    margin-bottom: 24px;
  }

  .banner > div {
    padding: 20px 0 0 20px;
    border-radius: 8px;
  }

  .banner > div {
    height: 150px;
  }

  .banner .text p {
    max-width: 242px;
  }

  .components h1 {
    font-size: 24px;
  }

  .components h2 {
    font-size: 21px;
  }


  .banner .right {
    background: rgba(5, 6, 10, 1) url(/banner-right-mobile.png)no-repeat;
    background-position: right center;
  }

  .components p, .components span, .components li, .components a {
    font-size: 16px;
    line-height: 1.2;
  }

}

.toc.wrapper { 
    margin: 12px auto 32px;
    border: 1px solid rgba(103, 26, 245, 1);
    padding: 20px;
    width: 640px;
    max-width: 95%;
    border-radius: 8px;
}
.toc p.big { font-size: 18px; font-weight: bold; margin-bottom: 24px; }
.toc li { list-style: inside; list-style-type: disc; }
.toc li a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}
.toc li a:hover { color: rgba(103, 26, 245, 1); }

section {
  background-color: #262632;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}

:root {
            --bg-footer: #0c101b;
            --bg-surface: #171d2e;
            --bg-button: #1e263d;
            --bg-button-hover: #26314f;
            --text-primary: #ffffff;
            --text-secondary: #8a96b1;
            --accent-color: #00b4ff;
            --border-color: rgba(255, 255, 255, 0.06);
            --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        }

        /* Обнуление базовых отступов для интеграции */
        .site-footer, .site-footer * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: var(--font-main);
        }

        /* Основной контейнер футера */
        .site-footer {
            background-color: var(--bg-footer);
            padding: 60px 0 30px 0;
            border-top: 1px solid var(--border-color);
            color: var(--text-primary);
            font-size: 14px;
            line-height: 1.5;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Главная сетка */
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        @media (max-width: 992px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
        }

        @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Колонка бренда */
        .brand-logo {
            font-size: 24px;
            font-weight: 800;
            background: linear-gradient(90deg, #ffffff 0%, var(--accent-color) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
            display: inline-block;
            letter-spacing: 1px;
        }

        .footer-container .brand-desc {
            color: var(--text-secondary);
            margin-bottom: 25px;
            max-width: 300px;
            font-size: 13px;
        }

        /* Заголовки разделов */
        .footer-container .footer-title {
            color: var(--text-primary);
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 20px;
        }

        /* Списки ссылок внутренних страниц */
        .footer-links {
            list-style: none;
        }

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

        .footer-links a {
            color: var(--text-secondary);
            text-decoration: none;
            transition: color 0.2s ease, padding-left 0.2s ease;
            display: inline-block;
            font-size: 14px;
        }

        .footer-links a:hover {
            color: var(--accent-color);
            padding-left: 4px;
        }

        /* Стили кнопок мобильных приложений */
        .footer-container .apps-title {
            display: block;
            color: var(--text-primary);
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .apps-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: 220px;
        }

        .app-btn {
            display: flex;
            align-items: center;
            /* Изменено: Выравнивание текста по центру горизонтально */
            justify-content: center; 
            background-color: var(--bg-button);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 8px;
            /* Изменено: Увеличен отступ для лучшего вида без иконок */
            padding: 12px 16px; 
            color: var(--text-primary);
            text-decoration: none;
            transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
            /* Изменено: Центрирование текста внутри кнопки */
            text-align: center;
        }

        .app-btn:hover {
            background-color: var(--bg-button-hover);
            border-color: rgba(0, 180, 255, 0.3);
            transform: translateY(-1px);
        }

        /* Удалены стили .app-btn svg */

        .app-btn-text {
            display: flex;
            flex-direction: column;
        }

        .app-btn-text .btn-sub {
            font-size: 10px;
            color: var(--text-secondary);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }

        .app-btn-text .btn-main {
            font-size: 13px;
            font-weight: 600;
            line-height: 1.3;
            margin-top: 2px;
        }

        /* Блок службы поддержки */
        .support-box {
            background-color: rgba(23, 29, 46, 0.4);
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 20px;
        }

        .footer-container .support-label {
            color: var(--text-secondary);
            font-size: 13px;
            margin-bottom: 12px;
        }

        .footer-container .support-email {
            display: inline-flex;
            align-items: center;
            color: var(--accent-color);
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: opacity 0.2s ease;
        }

        .support-email:hover {
            text-decoration: underline;
            opacity: 0.9;
        }

        .support-email svg {
            width: 18px;
            height: 18px;
            margin-right: 8px;
            fill: currentColor;
        }

        /* Декоративный разделитель */
        .footer-divider {
            height: 1px;
            background-color: var(--border-color);
            margin: 40px 0 25px 0;
        }

        /* Блок юридической информации */
        .footer-legal {
            color: var(--text-secondary);
            font-size: 12px;
            line-height: 1.7;
        }

        .footer-legal .legal-paragraph {
            font-size: 12px;
            margin-bottom: 12px;
            text-align: justify;
        }

        .legal-paragraph:last-child {
            margin-bottom: 0;
        }

        .copyright-highlight {
            color: rgba(255, 255, 255, 0.85);
            font-weight: 500;
        }

    :root{
      --wrap-bg: #070a1a;
      --card-radius: 14px;
      --wrap-radius: 18px;
      --border: rgba(255,255,255,.10);
      --shadow: 0 12px 30px rgba(0,0,0,.45);
      --btn-radius: 10px;
      --blue-pill: #001EB7;
      --prize-yellow: #F0FF17;
    }


    .wc-banner{
      max-width: 1280px;
      height: 230px;
      margin: 0 auto 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      padding: 10px;
      border-radius: var(--wrap-radius);
    }

    .wc-left,
    .wc-right{
      position: relative;
      height: 230px;
      border-radius: var(--card-radius);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }

    .wc-left{
      background:
        linear-gradient(90deg,
          rgba(3, 10, 34, .94) 0%,
          rgba(3, 10, 34, .82) 38%,
          rgba(3, 10, 34, .25) 68%,
          rgba(3, 10, 34, 0) 100%
        ),
        url("banner-1.webp") right center / auto 100% no-repeat;
    }

    .wc-right{
      background:
        linear-gradient(90deg,
          rgba(0, 0, 0, .92) 0%,
          rgba(0, 0, 0, .68) 48%,
          rgba(0, 0, 0, .22) 78%,
          rgba(0, 0, 0, 0) 100%
        ),
        url("banner-right.png") right center / auto 100% no-repeat;
    }

    .wc-content{
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      max-width: 68%;
      gap: 0;
    }

    .wc-left .wc-content{
      padding: 15px 20px 10px 20px;
      justify-content: flex-start;
    }

    .wc-right .wc-content{
      padding: 18px 20px 18px 32px;
      justify-content: center;
      gap: 24px;
    }

    .wc-pill{
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: var(--blue-pill);
      padding: 8px 16px;
      border-radius: 0 99px 99px 0;
      box-shadow: 0 4px 12px rgba(0,0,0,.3);
      max-width: 233px;
      margin-left: -20px;
      margin-bottom: 15px;
    }

    .wc-pill p{
      margin: 0;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.3px;
    }

    .wc-subtitle{
      font-size: 18px;
      font-weight: 700;
      line-height: 1.15;
      color: #fff;
      margin: 0 0 6px 0;
    }

    .wc-prize{
      font-size: 34px;
      line-height: 1.05;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: var(--prize-yellow);
      margin: 0 0 11px 0;
    }

    .wc-unit{
      font-size: 0.85em;
      letter-spacing: 1px;
    }

    .wc-date{
      margin-top: 12px;
      font-size: 12px;
      line-height: 1.3;
      color: rgba(255,255,255,0.75);
      font-weight: 500;
    }

    .wc-right-text{
      font-size: 20px;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: 0.2px;
      color: #fff;
      margin: 0;
    }

    .wc-btn{
      border: 0;
      background: #fff;
      color: #0c0c0c;
      cursor: pointer;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      padding: 12px 16px;
      border-radius: var(--btn-radius);
      box-shadow: 0 10px 22px rgba(0,0,0,.28);
      white-space: nowrap;
      font-size: 15px;
      width: 100%;
      margin: 0;
      max-width: none;
    }

    .wc-btn-left{ max-width: 223px; }
    .wc-btn-right{ max-width: 248px; }

    .wc-btn:active{ transform: translateY(1px); }

    @media (max-width: 980px){
      .wc-banner{
        grid-template-columns: 1fr;
        gap: 14px;
        height: auto;
      }

      .wc-left{ height: 210px; }
      .wc-right{ height: 138px; }

      .wc-content{ max-width: 72%; }

      .wc-subtitle{ font-size: 16px; margin: 0 0 1px 0; }
      .wc-prize{ font-size: 28px; margin: 0 0 10px 0; }
      .wc-pill{ margin-bottom: 13px; }
      .wc-date{ margin-top: 10px; }

      .wc-right .wc-content{
        gap: 16px;
        padding: 15px 20px 16px 20px;
      }
    }

    @media (max-width: 520px){
      body{ padding: 12px; }

      .wc-banner{
        padding: 8px;
        border-radius: 16px;
      }

      .wc-left{
        height: 230px;
        border-radius: 12px;
      }

      .wc-right{
        height: 150px;
        border-radius: 12px;
      }

      .wc-date{ font-size: 11px; }

      .wc-pill{ margin-bottom: 15px; }

      .wc-right .wc-content{
        padding: 20px 20px 23px 20px;
      }

      .wc-left .wc-content{
        padding: 10px 15px 10px 15px;
      }

      .wc-content{
        max-width: 100%;
        width: 100%;
      }
    }

/* Design Tokens & CSS Variables */
:root {
  --bg-dark-base: #0b0e14;
  --bg-dark-card: rgba(18, 24, 38, 0.75);
  --bg-dark-card-hover: rgba(28, 38, 60, 0.85);
  --bg-glass-panel: rgba(22, 30, 46, 0.65);
  
  --color-primary-blue: #0075ff;
  --color-primary-glow: rgba(0, 117, 255, 0.4);
  --color-accent-gold: #ffb800;
  --color-accent-gold-glow: rgba(255, 184, 0, 0.35);
  --color-neon-cyan: #00f0ff;
  --color-neon-green: #00ff87;
  
  --text-main: #f0f4f8;
  --text-muted: #8a99ad;
  --text-dim: #5c6b7e;
  
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-active: rgba(0, 117, 255, 0.5);
  --border-gold: rgba(255, 184, 0, 0.4);
  
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 50px;
  
  --shadow-card: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  --shadow-glow: 0 0 20px rgba(0, 117, 255, 0.25);
  --shadow-gold: 0 0 20px rgba(255, 184, 0, 0.25);
  
  --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-family-mono: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

/* Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-dark-base);
  color: var(--text-main);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
}

body.cyber-body {
  min-height: 100vh;
  background: radial-gradient(circle at 50% 0%, #151d2a 0%, #0b0e14 70%);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Typography Base */
p.cyber-p {
  color: #c5d1e0;
  font-size: 1.025rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.cyber-h1 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 30%, var(--color-neon-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.cyber-h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 14px;
}

.cyber-h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 4px;
  background: linear-gradient(180deg, var(--color-primary-blue), var(--color-neon-cyan));
  border-radius: 4px;
  box-shadow: 0 0 8px var(--color-primary-blue);
}

.cyber-h3, h3.faq-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #f0f4f8;
  margin: 0;
}

/* Layout Container */
.cyber-app-container {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 90px; /* Space for mobile sticky bar */
}

/* ==========================================================================
   Header Component
   ========================================================================== */
.cyber-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(11, 14, 20, 0.85);
  border-bottom: 1px solid var(--border-subtle);
  margin: 0 -16px;
  padding: 12px 24px;
}

.cyber-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

.cyber-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.cyber-logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.cyber-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Pure CSS Burger Button */
.cyber-burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 101;
}

.burger-bar {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--text-main);
  border-radius: 3px;
}

/* Drawer CSS Pattern (checkbox hack) */
.cyber-drawer-checkbox {
  display: none;
}

.cyber-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cyber-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #121826;
  border-left: 1px solid var(--border-subtle);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  z-index: 201;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

/* Drawer open state */
.cyber-drawer-checkbox:checked ~ .cyber-drawer-backdrop {
  opacity: 1;
  visibility: visible;
}

.cyber-drawer-checkbox:checked ~ .cyber-drawer {
  right: 0;
}

.cyber-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-subtle);
}

.cyber-drawer-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyber-drawer-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cyber-drawer-link {
  color: var(--text-main);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
}

.cyber-drawer-link:hover {
  background: var(--color-primary-blue);
  color: #fff;
}

/* ==========================================================================
   Buttons UI System
   ========================================================================== */
.cyber-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.3px;
  outline: none;
}

.cyber-btn-primary {
  background: linear-gradient(135deg, #0075ff 0%, #0052cc 100%);
  box-shadow: 0 4px 14px var(--color-primary-glow);
}

.cyber-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-subtle);
}

.cyber-btn-accent {
  background: linear-gradient(135deg, #ffb800 0%, #ff8800 100%);
  color: #0b0e14;
  box-shadow: 0 4px 14px var(--color-accent-gold-glow);
}

.cyber-btn-outline {
  background: transparent;
  border: 1px solid var(--color-neon-cyan);
  color: var(--color-neon-cyan);
}

.cyber-btn-glow {
  background: linear-gradient(135deg, #0075ff 0%, #00d2ff 100%);
  padding: 14px 28px;
  font-size: 1.05rem;
  box-shadow: 0 0 25px rgba(0, 117, 255, 0.4);
}

/* ==========================================================================
   Hero Banners
   ========================================================================== */
.cyber-hero-banner {
  margin: 24px 0 32px 0;
}

.cyber-hero-grid-list {
  list-style: none;
  display: table;
  width: 100%;
  border-spacing: 16px 0;
  margin-left: -16px;
}

.cyber-hero-card {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.hero-card-bonus {
  background: radial-gradient(circle at top right, rgba(255, 184, 0, 0.25), transparent 70%),
              linear-gradient(135deg, #1a2333 0%, #0f1622 100%);
  border: 1px solid var(--border-gold);
}

.hero-card-spins {
  background: radial-gradient(circle at top right, rgba(0, 240, 255, 0.2), transparent 70%),
              linear-gradient(135deg, #162436 0%, #0f1724 100%);
  border: 1px solid var(--border-active);
}

.cyber-hero-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cyber-hero-text {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

/* Badges */
.cyber-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--radius-pill);
}

.cyber-badge-glow {
  background: rgba(255, 184, 0, 0.15);
  color: var(--color-accent-gold);
  border: 1px solid var(--color-accent-gold);
}

.cyber-badge-neon {
  background: rgba(0, 240, 255, 0.15);
  color: var(--color-neon-cyan);
  border: 1px solid var(--color-neon-cyan);
}

/* ==========================================================================
   Table of Contents Accordion
   ========================================================================== */
.cyber-toc-accordion {
  background: var(--bg-glass-panel);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  margin-bottom: 36px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.cyber-toc-summary {
  padding: 18px 24px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
}

.cyber-toc-summary::-webkit-details-marker {
  display: none;
}

.cyber-toc-title {
  font-size: 1.2rem;
  color: var(--color-accent-gold);
  letter-spacing: 0.5px;
}

.cyber-toc-icon::after {
  content: "▼";
  font-size: 0.8rem;
  color: var(--text-muted);
}

.cyber-toc-accordion[open] .cyber-toc-icon::after {
  content: "▲";
}

.cyber-toc-nav {
  padding: 12px 24px 24px 24px;
}

.cyber-toc-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 10px 20px;
}

.cyber-toc-link {
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
}

.cyber-toc-link:hover {
  background: rgba(0, 117, 255, 0.15);
  color: var(--color-neon-cyan);
}

.toc-emoji {
  font-size: 1rem;
}

/* ==========================================================================
   Content Sections General
   ========================================================================== */
.cyber-section {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-subtle);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: var(--shadow-card);
}

.cyber-cta-block {
  text-align: center;
  margin: 24px 0;
}

.cyber-media-figure {
  margin: 24px 0;
  text-align: center;
      display: flex;
    justify-content: center;
}

.cyber-img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

/* Horizontal Scroll Table Wrapper */
.cyber-table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.cyber-tech-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background: rgba(15, 20, 30, 0.6);
  min-width: 600px;
}

.cyber-td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

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

.cyber-tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.cyber-td-label {
  font-weight: 600;
  color: var(--text-main);
  width: 35%;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.cyber-td-val {
  color: var(--text-muted);
}

/* Feature Cards Grid (UL/LI) */
.cyber-feature-cards-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.cyber-feature-card-item {
  display: block;
}

.cyber-feature-card-inner {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
}

.cyber-feature-icon {
  font-size: 1.4rem;
  line-height: 1;
}

.cyber-feature-text {
  font-size: 0.95rem;
  color: var(--text-main);
}

/* Badge Cloud Pills (UL/LI) */
.cyber-badges-cloud-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.cyber-badge-cloud-item {
  display: inline-block;
}

.cyber-badge-pill {
  display: inline-block;
  background: rgba(0, 117, 255, 0.1);
  border: 1px solid rgba(0, 117, 255, 0.3);
  color: #d0e4ff;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
}

/* Step Workflow (OL/LI) */
.cyber-steps-list {
  list-style: none;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0;
}

.cyber-step-item {
  display: block;
}

.cyber-step-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px 20px;
}

.cyber-step-num {
  font-family: var(--font-family-mono);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-neon-cyan);
  background: rgba(0, 240, 255, 0.1);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0, 240, 255, 0.3);
}

.cyber-step-text {
  font-size: 0.95rem;
  color: var(--text-main);
}

/* Bullet Check List (UL/LI) */
.cyber-check-grid-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.cyber-check-item {
  position: relative;
  padding-left: 28px;
  color: #c5d1e0;
  font-size: 0.95rem;
}

.cyber-check-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-neon-green);
  font-weight: bold;
}

/* Sports Tags Cloud (UL/LI) */
.cyber-sports-cloud-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.cyber-sport-chip {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-weight: 600;
}

/* Platform App Cards Grid (UL/LI) */
.cyber-platforms-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.cyber-platform-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.platform-icon {
  font-size: 1.5rem;
}

.platform-name {
  font-weight: 700;
  font-size: 1rem;
}

/* Payment Methods Grid (UL/LI) */
.cyber-payment-methods-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.cyber-payment-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-icon {
  font-size: 1.4rem;
}

.payment-title {
  font-size: 0.95rem;
  font-weight: 600;
}

/* Review Cards Grid (UL/LI) */
.cyber-reviews-grid {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.cyber-review-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
}

.cyber-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.review-author {
  font-weight: 700;
  color: #fff;
}

.review-rating {
  color: var(--color-accent-gold);
  font-weight: bold;
}

.review-body {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ==========================================================================
   FAQ Accordion System
   ========================================================================== */
.cyber-faq-accordion-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.cyber-faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.cyber-faq-summary {
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cyber-faq-summary::-webkit-details-marker {
  display: none;
}

.faq-icon-indicator::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--color-primary-blue);
  font-weight: bold;
}

.cyber-faq-item[open] .faq-icon-indicator::after {
  content: "−";
  color: var(--color-accent-gold);
}

.cyber-faq-content {
  padding: 0 20px 20px 20px;
  color: var(--text-muted);
}

.cyber-faq-content .faq-answer {
  margin: 0;
  font-size: 0.95rem;
  color: #fff;
      opacity: 1;
      top: -11px;
          height: 100%;
}

/* Publisher Meta */
.cyber-publisher-meta {
  display: none;
}

/* ==========================================================================
   Footer Component
   ========================================================================== */
.cyber-footer {
  background: #07090e;
  border-top: 1px solid var(--border-subtle);
  margin: 40px -16px -90px -16px;
  padding: 48px 24px 120px 24px;
}

.cyber-footer-container {
  max-width: 1240px;
  margin: 0 auto;
}

.cyber-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr) 1.5fr;
  gap: 32px;
}

.brand-logo {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.brand-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.apps-title {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 10px;
}

.apps-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-btn {
  display: block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  text-decoration: none;
}

.app-btn-text {
  display: flex;
  flex-direction: column;
}

.btn-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
}

.btn-main {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #fff;
}

.support-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.support-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.support-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-neon-cyan);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.email-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 36px 0;
}

.footer-legal {
  color: var(--text-dim);
  font-size: 0.8rem;
  line-height: 1.6;
}

.legal-paragraph {
  margin-bottom: 10px;
}

.copyright-highlight {
  color: var(--text-muted);
}

/* ==========================================================================
   Mobile Sticky Action Bar
   ========================================================================== */
.mobile-sticky-action-bar {
  display: none; /* Desktop hidden */
}

/* ==========================================================================
   Media Queries & Mobile Optimization
   ========================================================================== */
@media (max-width: 1024px) {
  .cyber-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cyber-h1 {
    font-size: 1.6rem;
  }
  
  .cyber-h2 {
    font-size: 1.3rem;
  }

  .cyber-hero-grid-list {
    display: block;
    border-spacing: 0;
    margin-left: 0;
  }

  .cyber-hero-card {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }

  .cyber-section {
    padding: 20px 16px;
  }

  .cyber-footer-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile Sticky Action Bar Visible */
  .mobile-sticky-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    background: rgba(11, 14, 20, 0.95);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--border-subtle);
    padding: 12px 16px;
    gap: 12px;
    box-shadow: 0 -5px 25px rgba(0,0,0,0.5);
  }

  .mobile-sticky-action-bar .cyber-btn {
    flex: 1;
  }
}
@media (max-width: 968px) {
.cyber-header-actions {
  display: none;
}
}
