/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@500;600;700&display=swap");

:root {
  --aw-bg-header: #020818;
  --aw-bg-page: #01040c;
  --aw-accent: #ff6e00;
  --aw-text-main: #ffffff;
  --aw-text-muted: #9ca3af;
  --aw-btn-primary: #ff6e00;
  --aw-btn-primary-hover: #ff8a2a;
  --aw-btn-outline-border: #384152;
  --aw-radius-pill: 999px;
  --aw-transition-fast: 0.2s ease;
  --aw-header-height: 64px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: var(--aw-bg-page);
  color: var(--aw-text-main);
}

.ydrekkmblejw {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.pfzbapwdclrr {
  position: sticky;
  top: 0;
  z-index: 50;
  background: radial-gradient(circle at top, #071736 0, #020818 55%, #020617 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}

.wowaqtrulmrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--aw-header-height);
}

.qfrjkcvwvauv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.qfrjkcvwvauv img {
  height: 46px;
  width: auto;
  display: block;
}

.avmsjqwlebdo {
  margin-left: 40px;
  flex: 1 1 auto;
}

.iekfgitjmbhv {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}

.dwgiirgonmlg {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--aw-text-main);
  padding: 6px 14px;
  border-radius: 999px;
  transition:
    background var(--aw-transition-fast),
    color var(--aw-transition-fast),
    transform var(--aw-transition-fast);
}

.dwgiirgonmlg:hover,
.dwgiirgonmlg:focus {
  color: var(--aw-text-main);
  background: rgba(255, 110, 0, 0.18);
}

.aw-nav__link--active {
  color: var(--aw-text-main);
  background: #ff6e00;
}

.vdrotowuwhap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.vdrotowuwhap a{
  text-decoration: none;
}

.gllswhdojwmv {
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--aw-radius-pill);
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background var(--aw-transition-fast),
    border-color var(--aw-transition-fast),
    transform var(--aw-transition-fast),
    box-shadow var(--aw-transition-fast);
}

.mtgoydjpqqeh {
  background: var(--aw-btn-primary);
  color: #03120a;
  box-shadow: 0 0 18px rgba(255, 110, 0, 0.4);
}

.mtgoydjpqqeh:hover {
  background: var(--aw-btn-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(255, 138, 42, 0.6);
}

.fzyifkoxsbyh {
  background: transparent;
  color: var(--aw-text-main);
  border: 1px solid var(--aw-btn-outline-border);
}

.fzyifkoxsbyh:hover {
  border-color: var(--aw-accent);
}

.aw-btn--full {
  width: 100%;
}

.pvtwgocrzzpr {
  display: none;
  position: relative;
  width: 32px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.8);
  padding: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition:
    border-color var(--aw-transition-fast),
    background var(--aw-transition-fast),
    transform var(--aw-transition-fast);
}

.pvtwgocrzzpr span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform var(--aw-transition-fast),
    opacity var(--aw-transition-fast),
    top var(--aw-transition-fast),
    bottom var(--aw-transition-fast);
}

.pvtwgocrzzpr span:nth-child(1) {
  top: 10px;
}

.pvtwgocrzzpr span:nth-child(2) {
  top: 15px;
}

.pvtwgocrzzpr span:nth-child(3) {
  bottom: 10px;
}

.aw-burger--active span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}

.aw-burger--active span:nth-child(2) {
  opacity: 0;
}

.aw-burger--active span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}

.hygaxiickmqa {
  position: fixed;
  inset: var(--aw-header-height) 0 0 0;
  background: radial-gradient(circle at top, #071736 0, #020818 60%, #020617 100%);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  z-index: 40;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 230px;
}

.aw-mobile-menu--open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ttntyjeuarzn ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.ttntyjeuarzn li + li {
  margin-top: 8px;
}

.ttntyjeuarzn a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: var(--aw-text-main);
  text-decoration: none;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.ttntyjeuarzn a:hover {
  color: var(--aw-accent);
}

.jkmjkahvpkba {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jkmjkahvpkba a{
text-decoration: none;
}

.aw-no-scroll {
  overflow: hidden;
}

.sijgkwvzkryp {
  padding: 12px 0 32px;
  background: #02040b;
}

.jgqhtocjxljq {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #020818;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}

.yvhxqelvtjex {
  position: relative;
  width: 100%;
  height: min(340px, 32vw);
  background: #020818;
}

.wxuofvrrhjth {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mwbtkjmrkkrc {
  opacity: 1;
  pointer-events: auto;
}

.fsrdoaefzjas {
  display: block;
  width: 100%;
  height: 100%;
}

.wxuofvrrhjth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@keyframes hotPulse {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(255, 110, 0, 0.4),
                    0 0 0 0 rgba(255, 110, 0, 0.4);
    }
    50% {
        box-shadow: 0 8px 25px rgba(255, 110, 0, 0.6),
                    0 0 0 15px rgba(255, 110, 0, 0);
    }
}

/* Постоянная пульсация + дополнительные эффекты */
.gllswhdojwmv.mtgoydjpqqeh {
    animation: hotPulse 2s infinite !important;
}

.gllswhdojwmv.mtgoydjpqqeh:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 12px 35px rgba(255, 110, 0, 0.7) !important;
    background: linear-gradient(45deg, #ff6e00, #ff8a2a) !important;
}

.gllswhdojwmv.mtgoydjpqqeh:active {
    transform: translateY(0) scale(0.98) !important;
}

.zslpiqwjwufs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 23, 42, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  z-index: 5;
}

.zslpiqwjwufs span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.bdrpmjttbcbc {
  left: 18px;
}

.wneuneztddud {
  right: 18px;
}

.zslpiqwjwufs:hover {
  border-color: #ffffff;
  background: rgba(15, 23, 42, 0.95);
  transform: translateY(-50%) scale(1.05);
}

.vubhtknfrbca {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.dkxikhpjwnww {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.8);
  cursor: pointer;
  padding: 0;
  outline: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.mzmykuiklvti {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.15);
}

.gllypawrmbii {
  background: #050b18;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.gvoahqfhypbg {
  display: none;
  padding: 8px 0 0;
}

.tbdviilfgbof {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 14px;
  border: 1px solid #1e293b;
  background: linear-gradient(90deg, #0b1220 0%, #020617 100%);
  color: var(--aw-text-main);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.7);
}

.fogauyglufug {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fogauyglufug::before {
  content: "⚙";
  font-size: 14px;
}

.nwswdlmcrglr {
  width: 16px;
  height: 16px;
  position: relative;
}

.nwswdlmcrglr::before,
.nwswdlmcrglr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}

.nwswdlmcrglr::before {
  top: 4px;
}

.nwswdlmcrglr::after {
  bottom: 4px;
}

.aw-filters--open .nwswdlmcrglr::before {
  top: 7px;
  transform: rotate(45deg);
}

.aw-filters--open .nwswdlmcrglr::after {
  bottom: 7px;
  transform: rotate(-45deg);
}

.rsbzzkvmayoo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.rsbzzkvmayoo::-webkit-scrollbar {
  height: 6px;
}

.rsbzzkvmayoo::-webkit-scrollbar-track {
  background: #020617;
}

.rsbzzkvmayoo::-webkit-scrollbar-thumb {
  background: #1f2937;
  border-radius: 999px;
}

.qlzfazliorwq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #151a26;
  background: #050b18;
  color: #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background var(--aw-transition-fast),
    border-color var(--aw-transition-fast),
    transform var(--aw-transition-fast),
    box-shadow var(--aw-transition-fast),
    color var(--aw-transition-fast);
  text-decoration: none;
}

.jecxuoacpytn {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.jecxuoacpytn::before {
  content: "";
}

.zosltaydckjj .jecxuoacpytn::before {
  content: "🔍";
}

.owvcxesujcoi .jecxuoacpytn::before {
  content: "◆";
}

.nlxpivsomftj .jecxuoacpytn::before {
  content: "≡";
}

.focrvqaemjjs .jecxuoacpytn::before {
  content: "🎮";
}

.thxsahveupfc .jecxuoacpytn::before {
  content: "❤";
}

.omfhbuolpdhy .jecxuoacpytn::before {
  content: "👍";
}

.lxqoitjxwckp .jecxuoacpytn::before {
  content: "★";
}

.qesseqsyshzj .jecxuoacpytn::before {
  content: "NEW";
  font-size: 8px;
  font-weight: 700;
}

.huuepsvltvfz .jecxuoacpytn::before {
  content: "7";
}

.kxghsgelmlsk .jecxuoacpytn::before {
  content: "%";
}

.tspdioxdcdcv .jecxuoacpytn::before {
  content: "🎁";
}

.bubqnphuoiwn .jecxuoacpytn::before {
  content: "☘";
}

.ypvumdljfnxj .jecxuoacpytn::before {
  content: "💰";
}

.uwmdbeozlkul .jecxuoacpytn::before {
  content: "⚡";
}

.qlzfazliorwq:hover {
  background: #0b1020;
  border-color: #1f2a3a;
  transform: translateY(-1px);
}

.agjefifquhcq {
  background: #ff6e00;
  border-color: #ff6e00;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(255, 110, 0, 0.6);
}

@media (max-width: 1024px) {
  .avmsjqwlebdo {
    display: none;
  }

  .vdrotowuwhap {
    display: none;
  }

  .pvtwgocrzzpr {
    display: inline-flex;
  }

  .qfrjkcvwvauv img {
    height: 35px;
  }

  .wowaqtrulmrl {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .wowaqtrulmrl {
    height: 56px;
  }

  .gvoahqfhypbg {
    display: flex;
  }

  .rsbzzkvmayoo {
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.25s ease, padding 0.25s ease;
  }

  .aw-filters--open .rsbzzkvmayoo {
    max-height: 260px;
    overflow-y: auto;
    padding: 20px;
  }

  .qlzfazliorwq {
    flex: 0 0 calc(50% - 4px);
    justify-content: flex-start;
  }
}

.vbvrplypkrae {
  padding: 24px 0 40px;
  background: #02040b;
}

.yxcidbhuxrhl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.fwznnbovbnnc {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lapoqwmyrjzr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
  text-decoration: none;
  cursor: pointer;
}

.nskjuvhunysf {
  font-size: 16px;
  transform: translateY(-1px);
}

.lapoqwmyrjzr:hover {
  color: #ffffff;
}

.ervwbszcmafc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 12px;
}

.jweudocuynmk {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  background: #020818;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.jweudocuynmk:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.9);
}

.xhzhmwnwybue {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cpdljeustjkq {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ff6e00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}

.oukbvsrnoerx {
  background: linear-gradient(90deg, #ff6e00, #ff9a3d);
}

.fglvvbkekeer {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 2;
}

.fglvvbkekeer::before {
  content: "♡";
  color: #e5e7eb;
}

.vfbxydnuwonx {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.94) 55%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.jweudocuynmk:hover .vfbxydnuwonx {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whwsvzullmuv {
  width: 100%;
  max-width: 136px;
  border-radius: 999px;
  border: none;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.iboamjpdhxzj {
  background: #ff6e00;
  color: #020617;
  box-shadow: 0 0 16px rgba(255, 110, 0, 0.6);
}

.iboamjpdhxzj:hover {
  background: #ff8a2a;
  transform: translateY(-1px);
}

.pqowlhhxqxoj {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.pqowlhhxqxoj:hover {
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .ervwbszcmafc {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media (max-width: 768px) {
  .vbvrplypkrae {
    padding: 20px 0 28px;
  }

  .yxcidbhuxrhl {
    margin-bottom: 12px;
  }

  .fwznnbovbnnc {
    font-size: 20px;
  }

  .ervwbszcmafc {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .ervwbszcmafc::-webkit-scrollbar {
    height: 5px;
  }

  .ervwbszcmafc::-webkit-scrollbar-track {
    background: #020617;
  }

  .ervwbszcmafc::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .jweudocuynmk {
    flex: 0 0 176px;
    scroll-snap-align: start;
  }

  .cevdlfmsxtdw {
    width: 176px;
    height: 176px;
  }
}

@media (max-width: 480px) {
  .fwznnbovbnnc {
    font-size: 18px;
  }

  .lapoqwmyrjzr {
    font-size: 11px;
  }
}

.aw-highlights {
  padding: 20px 0 40px;
  background: #02040b;
}

.aw-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.aw-highlight {
  position: relative;
  border-radius: 16px;
  padding: 16px 16px 18px;
  background: radial-gradient(circle at top left, #111827 0, #020617 55%, #02040b 100%);
  border: 1px solid rgba(31, 41, 55, 0.9);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.aw-highlight::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(
    circle at top right,
    rgba(255, 110, 0, 0.16),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.aw-highlight:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 110, 0, 0.8);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.95);
}

.aw-highlight:hover::before {
  opacity: 1;
}

.aw-highlight__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
  box-shadow: 0 0 16px rgba(15, 23, 42, 0.9);
}

.aw-highlight__icon--bonus {
  background: linear-gradient(135deg, #ff6e00, #ff9a3d);
}

.aw-highlight__icon--tournament {
  background: linear-gradient(135deg, #ff6e00, #ff9a3d);
}

.aw-highlight__icon--cashback {
  background: linear-gradient(135deg, #ff6e00, #ff9a3d);
}

.aw-highlight__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.aw-highlight__text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5f5;
}

.aw-highlight__link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ff6e00;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.aw-highlight__link::after {
  content: "›";
  font-size: 14px;
  transform: translateY(-1px);
}

.aw-highlight__link:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .aw-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .aw-highlights {
    padding: 16px 0 28px;
  }

  .aw-highlights__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .aw-highlights__grid::-webkit-scrollbar {
    height: 5px;
  }

  .aw-highlights__grid::-webkit-scrollbar-track {
    background: #020617;
  }

  .aw-highlights__grid::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .aw-highlight {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .aw-highlight {
    flex: 0 0 240px;
  }
}

.esadqueckugh {
  background: #050815;
  border-top: 1px solid #0b1120;
  padding: 32px 0 18px;
  color: #e5e7eb;
  position: relative;
}

.wragotnihbpq {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #1e293b;
  background: radial-gradient(circle at top, #111827 0, #020617 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.8);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  z-index: 2;
}

.znsvkicidojk {
  color: #ffffff;
  font-size: 18px;
  transform: translateY(-1px);
}

.wragotnihbpq:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: #ff6e00;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 1);
}

.kpthhltffesv {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr 2fr 2fr;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.crjvcwzhkppb {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtioqbryqiox {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vtioqbryqiox li + li {
  margin-top: 4px;
}

.vtioqbryqiox a {
  font-size: 13px;
  color: #e5e7eb;
  text-decoration: none;
}

.vtioqbryqiox a:hover {
  color: #ffffff;
}

.wnsgyeyytnck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zfwszhagfbcg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #020617;
  border: 1px solid #111827;
}

.ecjpeghejovk {
  font-size: 13px;
  margin-bottom: 4px;
}

.eqqeesssjnoe {
  margin-top: 4px;
  font-weight: 600;
  color: #facc15;
}

.gwfcamerixft a {
  color: #e5e7eb;
  text-decoration: none;
}

.gwfcamerixft a:hover {
  color: #ffffff;
}

.acsytqfskdrw {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.auyqxwooryij {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #020617;
  border: 1px solid #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.hvwkcmpotugs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #0b1120;
  padding-top: 10px;
  font-size: 11px;
  color: #9ca3af;
}

.pijjnaptlyxl::before {
  content: "© ";
}

.szeepgtblrbf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 700;
  margin-right: 8px;
}

.jzuoybjxqhgz {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .kpthhltffesv {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .waqkoqoyfnqo {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .esadqueckugh {
    padding-top: 40px;
  }

  .kpthhltffesv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .waqkoqoyfnqo {
    grid-column: span 2;
  }

  .vanbtoscmpqa {
    grid-column: span 2;
  }

  .hvwkcmpotugs {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .kpthhltffesv {
    grid-template-columns: 1fr;
  }

  .hvwkcmpotugs {
    align-items: center;
    text-align: center;
  }

  .cwgoicbzcdry {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

.sfojcnpesqfj {
  max-width: 1100px;
  margin: 0 auto 40px;
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #e5e7eb;
  line-height: 1.6;
  padding: 20px 20px 24px;
  background: radial-gradient(circle at top, #020617 0, #02040b 55%, #010409 100%);
  border-radius: 18px;
  border: 1px solid #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

.sfojcnpesqfj h1,
.sfojcnpesqfj h2,
.sfojcnpesqfj h3 {
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.sfojcnpesqfj h1 {
  font-size: 26px;
  margin-top: 8px;
}

.sfojcnpesqfj h2 {
  font-size: 20px;
  margin-top: 28px;
}

.sfojcnpesqfj h3 {
  font-size: 16px;
  margin-top: 20px;
}

.sfojcnpesqfj p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #cbd5f5;
}

.sfojcnpesqfj strong {
  font-weight: 700;
  color: #ffffff;
}

.sfojcnpesqfj em {
  font-style: italic;
}

.sfojcnpesqfj ul,
.sfojcnpesqfj ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.sfojcnpesqfj li {
  margin-bottom: 6px;
  font-size: 14px;
}

.sfojcnpesqfj table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.sfojcnpesqfj thead {
  background: rgba(15, 23, 42, 0.9);
}

.sfojcnpesqfj th,
.sfojcnpesqfj td {
  padding: 10px 12px;
  border: 1px solid #1f2937;
  text-align: left;
}

.sfojcnpesqfj th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #e5e7eb;
}

.sfojcnpesqfj tbody tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.6);
}

.sfojcnpesqfj img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 14px auto 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
}

/* ------------------------------------------------- */

/* СІТКА: 2 картки в ряд на десктопі, 1 на мобілці */
.events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
	 margin-bottom: 20px;
}

@media (max-width: 900px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}

/* Базове */
.cover-table {
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cover-table .full_ {
    width: 100%;
    border-collapse: collapse;
}

/* Картка бонусу (як на скріні) */
.item-tovars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #050816;              /* темний фон */
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #111827;        /* тонка рамка */
    color: #f9fafb;
}

.item-tovars td {
    border: none;
    padding: 0;
    background: transparent;
}

/* Центральний текстовий блок */
.tovav-content {
    order: 1;
    flex: 1 1 260px;
    padding-right: 16px;
    font-size: 14px;
    color: #e5e7eb;
}

/* Бейджі CASINO / NEW */
.bonus-labels {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.bonus-label {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.bonus-label--casino {
    background: #0f172a;
    color: #ff6e00;
}

.bonus-label--new {
    background: #ff6e00;
    color: #022c22;
}

/* Заголовок бонусу */
.bonus-title {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

/* Опис */
.bonus-text {
    margin: 0 0 14px;
    line-height: 1.5;
}

.bonus-text a {
    color: #ff6e00;
    text-decoration: none;
    font-weight: 500;
}

.bonus-text a:hover {
    text-decoration: underline;
}

/* Дати */
.bonus-dates-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 2px;
}

.bonus-dates-range {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

/* Картинка праворуч */
.wrap-img {
    order: 2;
    flex: 0 0 auto;
    max-width: 200px;
    margin-left: auto;
}

.wrap-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Кнопка внизу на всю ширину (як у Favbet) */
.open-tovar {
    order: 3;
    width: 100%;
    margin-top: 16px;
}

.open-tovar a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    background: #ff6e00;              /* бірюзова кнопка */
    color: #020617;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter .15s ease, transform .15s ease;
}

.open-tovar a:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Адаптив дрібніший */
@media (max-width: 600px) {
    .item-tovars {
        padding: 16px 14px;
    }

    .tovav-content {
        padding-right: 0;
    }

    .wrap-img {
        margin: 12px auto 0;
        max-width: 160px;
    }
}

.reviews-section {
    margin-top: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #e5e7eb;
}

/* Заголовок блоку */
.reviews-section h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #ffffff;
}

/* Окремий відгук */
.comment-box {
    background: #050816;
    border-radius: 10px;
    border: 1px solid #111827;
    padding: 16px 18px;
    margin-bottom: 12px;
}

/* Верхній рядок: ім'я + дата */
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
}

.comment-author span[itemprop="name"] {
    font-weight: 600;
    color: #ffffff;
}

.comment-date {
    color: #9ca3af;
}

/* Текст відгуку */
.comment-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Рейтинг (зірочки можна домалювати своїм SVG/іконками) */
.comment-rating {
    font-size: 12px;
    color: #fbbf24;
}

.faq-block {
    margin-top: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Заголовок секції */
.faq-block h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
}

/* Сітка FAQ: 2 в ряд */
@media (min-width: 768px) {
    .faq-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Картка питання */
.faq-item {
    background: #050816;
    border: 1px solid #111827;
    border-radius: 10px;
    padding: 16px 20px;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.faq-item:hover {
    background: #06091c;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

/* Питання (з кнопкою) */
.faq-question {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 !important;
    position: relative;
    padding-right: 24px;
}

/* Іконка стрілки */
.faq-question::after {
    content: '➜';
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s ease;
    font-size: 14px;
    color: #ff6e00;
}

/* Відповідь */
.faq-answer {
    font-size: 14px;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
    color: #e5e7eb;
	 margin: 0 !important;
    margin-top: 6px;
}

/* Активна картка */
.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.active .faq-question::after {
    transform: rotate(90deg);
}

/* === UNIQUE OVERRIDES === */
:root {
  --aw-bg-header: #06111f;
  --aw-bg-page: #030712;
  --aw-accent: #ff6e00;
  --aw-btn-primary: linear-gradient(135deg, #ff6e00 0%, #ff6e00 48%, #ff7a1a 100%);
  --aw-btn-primary-hover: linear-gradient(135deg, #ff8a2a 0%, #ff9a3d 48%, #ff9a3d 100%);
  --aw-card-glow: rgba(255, 110, 0, 0.28);
}

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(circle at top, rgba(255, 138, 42, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 110, 0, 0.08), transparent 24%),
    var(--aw-bg-page);
}

.pfzbapwdclrr {
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(7, 17, 32, 0.95), rgba(3, 7, 18, 0.92)),
    radial-gradient(circle at top, rgba(255, 110, 0, 0.12), transparent 40%);
  border-bottom: 1px solid rgba(255, 110, 0, 0.12);
}

.gllswhdojwmv {
  position: relative;
  overflow: hidden;
}

.gllswhdojwmv::before,
.whwsvzullmuv::before,
.xywrvoheckgk::before {
  content: "";
  position: absolute;
  inset: -120% auto -120% -40%;
  width: 42%;
  transform: rotate(22deg) translateX(-180%);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.08) 35%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0.08) 65%,
    rgba(255,255,255,0) 100%
  );
  transition: transform .8s ease;
  pointer-events: none;
}

.gllswhdojwmv:hover::before,
.whwsvzullmuv:hover::before,
.xywrvoheckgk:hover::before {
  transform: rotate(22deg) translateX(380%);
}

.mtgoydjpqqeh {
  background: var(--aw-btn-primary);
  color: #03120a;
  box-shadow: 0 10px 30px rgba(255, 110, 0, 0.18);
}

.mtgoydjpqqeh:hover {
  background: var(--aw-btn-primary-hover) !important;
  box-shadow: 0 14px 34px rgba(255, 138, 42, 0.22) !important;
}

.fzyifkoxsbyh:hover {
  border-color: rgba(255, 110, 0, 0.75);
  box-shadow: 0 0 0 4px rgba(255, 110, 0, 0.08);
}

.jweudocuynmk {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  transform: translateZ(0);
  transition: transform .32s ease, box-shadow .32s ease, filter .32s ease;
}

.jweudocuynmk::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    radial-gradient(circle at top right, rgba(255, 110, 0, 0.18), transparent 36%);
  opacity: 0;
  transition: opacity .32s ease;
  pointer-events: none;
}

.jweudocuynmk:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 110, 0, 0.14);
  filter: saturate(1.08);
}

.jweudocuynmk:hover::after {
  opacity: 1;
}

.jweudocuynmk:hover .xhzhmwnwybue {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.cevdlfmsxtdw {
  overflow: hidden;
  border-radius: 16px;
}

.xhzhmwnwybue {
  transition: transform .45s ease, filter .45s ease;
}

.whwsvzullmuv {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.whwsvzullmuv:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.24);
}

.sfojcnpesqfj {
  max-width: 1180px;
  margin: 40px auto 64px;
  padding: 0 24px;
  line-height: 1.75;
  color: #d7e2ef;
}

.sfojcnpesqfj h1 {
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.1;
  margin: 0 0 20px;
  color: #fff;
}

.sfojcnpesqfj h2 {
  margin: 34px 0 14px;
  font-size: clamp(22px, 3vw, 30px);
  color: #fff;
}

.sfojcnpesqfj h3 {
  margin: 24px 0 12px;
  font-size: clamp(18px, 2vw, 22px);
  color: #f8fafc;
}

.sfojcnpesqfj p {
  margin: 0 0 16px;
}

.sfojcnpesqfj > img {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 28px auto 18px;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.reviews-section {
  margin-top: 36px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 18, 32, 0.96), rgba(7, 12, 23, 0.88));
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.comment-box {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(148,163,184,.1);
  margin-top: 14px;
}

.comment-box:hover {
  border-color: rgba(255, 110, 0, 0.18);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.esadqueckugh {
  background:
    linear-gradient(180deg, #07111f 0%, #040915 100%);
  border-top: 1px solid rgba(255, 110, 0, 0.12);
}

.crjvcwzhkppb {
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vtioqbryqiox a,
.ecjpeghejovk,
.ecjpeghejovk a {
  transition: color .2s ease, opacity .2s ease;
}

.vtioqbryqiox a:hover,
.ecjpeghejovk:hover,
.ecjpeghejovk a:hover {
  color: #ff6e00;
}

.zfwszhagfbcg {
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(255,255,255,.03);
  border-radius: 999px;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .sfojcnpesqfj {
    margin-top: 28px;
    margin-bottom: 42px;
    padding: 0 16px;
  }

  .reviews-section {
    padding: 18px;
    border-radius: 18px;
  }
}

/* ===== stronger visual uniqueness layer ===== */
:root {
  --aw-bg-page: #070b14;
  --aw-bg-header: rgba(8, 14, 27, 0.84);
  --aw-accent: #ff6e00;
  --aw-accent-2: #ff8a2a;
  --aw-gold: #f7c96b;
  --aw-card-bg: linear-gradient(180deg, rgba(16,22,40,0.96) 0%, rgba(9,13,25,0.98) 100%);
  --aw-panel-bg: rgba(10, 15, 28, 0.82);
  --aw-border-soft: rgba(148,163,184,0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 110, 0, 0.20), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 138, 42, 0.14), transparent 28%),
    linear-gradient(180deg, #0a0f1d 0%, #060911 42%, #04070d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0.035) 34%, rgba(255,255,255,0) 52%),
    radial-gradient(circle at center, rgba(255,255,255,0.018) 0, rgba(255,255,255,0) 62%);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.pfzbapwdclrr {
  background: rgba(6, 11, 22, 0.8) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 110, 0, 0.2);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
}

.qfrjkcvwvauv img {
  height: 42px;
  filter: drop-shadow(0 6px 14px rgba(255, 110, 0, 0.35));
}

.dwgiirgonmlg {
  border: 1px solid transparent;
}

.dwgiirgonmlg:hover,
.dwgiirgonmlg:focus {
  background: rgba(255, 110, 0, 0.12) !important;
  border-color: rgba(255, 110, 0, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 6px 16px rgba(255, 110, 0, 0.18);
  transform: translateY(-1px);
}

.gllswhdojwmv {
  position: relative;
  overflow: hidden;
  letter-spacing: 0.06em;
}

.gllswhdojwmv::after,
.xywrvoheckgk::after,
.whwsvzullmuv::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -45%;
  width: 34%;
  height: 320%;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.42), rgba(255,255,255,0));
  transform: rotate(18deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.gllswhdojwmv:hover::after,
.xywrvoheckgk:hover::after,
.whwsvzullmuv:hover::after {
  left: 118%;
}

.mtgoydjpqqeh {
  background: linear-gradient(135deg, #ff6e00 0%, #ff8124 44%, #ff8a2a 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(255, 110, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.2) !important;
  animation: none !important;
}

.mtgoydjpqqeh:hover {
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 16px 34px rgba(255, 110, 0, 0.42), 0 0 0 1px rgba(255,255,255,0.08) inset !important;
  background: linear-gradient(135deg, #ff8a2a 0%, #ff9a3d 45%, #ff9a3d 100%) !important;
}

.fzyifkoxsbyh {
  border: 1px solid rgba(255,255,255,0.12) !important;
  background: rgba(255,255,255,0.03) !important;
}

.fzyifkoxsbyh:hover {
  border-color: rgba(0,209,255,0.42) !important;
  background: rgba(0,209,255,0.07) !important;
  box-shadow: 0 10px 24px rgba(255, 138, 42, 0.12);
}

.sijgkwvzkryp {
  padding-top: 18px;
  background: transparent !important;
}

.jgqhtocjxljq {
  border-radius: 28px !important;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 28px 80px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.03) inset !important;
}

.jgqhtocjxljq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(124,92,255,0.16) 0%, rgba(0,209,255,0.08) 42%, rgba(247,201,107,0.06) 100%);
  z-index: 1;
}

.yvhxqelvtjex,
.wxuofvrrhjth,
.fsrdoaefzjas {
  border-radius: inherit;
}

.wxuofvrrhjth img {
  transform: scale(1.02);
}

.zslpiqwjwufs {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.16) !important;
  background: rgba(6,11,22,0.68) !important;
  backdrop-filter: blur(8px);
}

.zslpiqwjwufs:hover {
  background: rgba(18,26,48,0.92) !important;
  border-color: rgba(124,92,255,0.5) !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 0 1px rgba(124,92,255,0.16) inset;
}

.dkxikhpjwnww {
  width: 24px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12) !important;
  border: none !important;
}

.mzmykuiklvti {
  background: linear-gradient(90deg, #ff6e00 0%, #ff8a2a 100%) !important;
  box-shadow: 0 0 18px rgba(0,209,255,0.35);
}

.gllypawrmbii {
  background: transparent !important;
  border: none !important;
}

.rsbzzkvmayoo {
  gap: 12px;
  padding: 14px 0 6px;
}

.qlzfazliorwq {
  padding: 10px 16px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(10px);
  text-transform: none !important;
  letter-spacing: 0.03em !important;
  font-size: 13px !important;
}

.qlzfazliorwq:hover {
  background: linear-gradient(135deg, rgba(124,92,255,0.16) 0%, rgba(0,209,255,0.12) 100%) !important;
  border-color: rgba(124,92,255,0.28) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0,0,0,0.18);
}

.jecxuoacpytn {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, rgba(124,92,255,0.28), rgba(0,209,255,0.14)) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.vbvrplypkrae {
  padding: 34px 0 24px !important;
}

.yxcidbhuxrhl {
  margin-bottom: 18px;
  align-items: center;
}

.fwznnbovbnnc {
  font-size: clamp(24px, 2.2vw, 34px) !important;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.lapoqwmyrjzr {
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.ervwbszcmafc {
  gap: 18px !important;
}

.jweudocuynmk {
  position: relative;
  border-radius: 24px !important;
  overflow: hidden;
  background: var(--aw-card-bg) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 18px 34px rgba(0,0,0,0.22) !important;
  transform-origin: center bottom;
}

.jweudocuynmk::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(0deg, rgba(6, 8, 14, 0.9) 0%, rgba(6, 8, 14, 0) 42%);
  z-index: 1;
  pointer-events: none;
}

.jweudocuynmk::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(124,92,255,0.55), rgba(0,209,255,0.18), rgba(247,201,107,0.28)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

.jweudocuynmk:hover {
  transform: translateY(-8px) scale(1.018) !important;
  box-shadow: 0 26px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(124,92,255,0.08) inset !important;
}

.jweudocuynmk:hover::after {
  opacity: 1;
}

.cevdlfmsxtdw {
  position: relative;
  aspect-ratio: 0.76;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}

.xhzhmwnwybue {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.jweudocuynmk:hover .xhzhmwnwybue {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

.cpdljeustjkq {
  top: 14px !important;
  left: 14px !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  background: linear-gradient(135deg, #ff6e00, #ff8a2a) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(255, 94, 58, 0.32);
  z-index: 3;
}

.vfbxydnuwonx {
  z-index: 4;
  bottom: 14px !important;
  left: 14px !important;
  right: 14px !important;
  gap: 10px !important;
}

.whwsvzullmuv {
  min-height: 42px;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.16);
}

.iboamjpdhxzj {
  background: linear-gradient(135deg, #ff6e00, #ff8a2a) !important;
  color: #fff !important;
}

.pqowlhhxqxoj {
  background: rgba(255,255,255,0.07) !important;
  color: #fff !important;
}

.whwsvzullmuv:hover {
  transform: translateY(-2px);
}

.sfojcnpesqfj {
  margin-top: 24px !important;
  border-radius: 28px !important;
  background: rgba(10,15,28,0.72) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.22) !important;
}

.sfojcnpesqfj h1 {
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08;
  margin-bottom: 20px !important;
}

.sfojcnpesqfj h2 {
  margin-top: 34px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.sfojcnpesqfj p {
  font-size: 16px !important;
  line-height: 1.82 !important;
  color: rgba(255,255,255,0.9) !important;
}

.sfojcnpesqfj > img {
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
}

.reviews-section {
  margin-top: 36px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}

.reviews-section h2 {
  border-top: none !important;
  padding-top: 0 !important;
}

.comment-box {
  padding: 18px 20px;
  margin-top: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 24px rgba(0,0,0,0.14);
}

.comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.comment-author span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.comment-author span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6e00, #ff8a2a);
  box-shadow: 0 0 0 4px rgba(124,92,255,0.14);
}

.comment-date {
  color: rgba(255,255,255,0.58);
}

.comment-text {
  color: rgba(255,255,255,0.88);
  line-height: 1.72;
}

.comment-rating {
  margin-top: 12px;
  color: var(--aw-gold);
  font-weight: 700;
}

.esadqueckugh {
  margin-top: 34px;
  background: linear-gradient(180deg, rgba(7,10,18,0.92), rgba(4,7,13,0.98)) !important;
  border-top: 1px solid rgba(124,92,255,0.16);
}

.kpthhltffesv {
  gap: 20px !important;
}

.lguesqfowxsk {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
}

.crjvcwzhkppb {
  margin-bottom: 14px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.64);
}

.vtioqbryqiox a,
.ecjpeghejovk a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.vtioqbryqiox a:hover,
.ecjpeghejovk a:hover {
  color: #fff;
  transform: translateX(3px);
}

.zfwszhagfbcg {
  border-radius: 999px !important;
  padding: 9px 12px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.08);
}

.wragotnihbpq {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgb(255 255 255 / 92%), #ff6e00) !important;
  box-shadow: 0 14px 28px rgba(86,104,255,0.34);
}

@media (max-width: 768px) {
  .jgqhtocjxljq {
    border-radius: 22px !important;
  }

  .qlzfazliorwq {
    padding: 9px 14px !important;
    border-radius: 14px !important;
  }

  .jweudocuynmk {
    border-radius: 20px !important;
  }

  .jweudocuynmk::after {
    border-radius: 19px;
  }

  .sfojcnpesqfj,
  .reviews-section,
  .lguesqfowxsk {
    border-radius: 20px !important;
  }
}


/* ===== one-row categories desktop fix ===== */
@media (min-width: 769px) {
  .gllypawrmbii .ydrekkmblejw {
    max-width: 1380px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .rsbzzkvmayoo {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    gap: 5px !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding: 12px 0 6px !important;
  }

  .qlzfazliorwq {
    flex: 0 1 auto !important;
    min-width: 0;
    gap: 5px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1.1;
    letter-spacing: 0.01em !important;
    border-radius: 14px !important;
  }

  .jecxuoacpytn {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    font-size: 9px !important;
  }

  .vaxevunrjcwd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 769px) and (max-width: 1240px) {
  .gllypawrmbii .ydrekkmblejw {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rsbzzkvmayoo {
    gap: 4px !important;
  }

  .qlzfazliorwq {
    padding: 7px 8px !important;
    font-size: 10px !important;
    gap: 4px !important;
  }

  .jecxuoacpytn {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }
}


/* === Category bar fix: centered 10 tabs without truncation === */
.gllypawrmbii {
  background: linear-gradient(180deg, #18244a 0%, #10213f 100%);
  border-top: 1px solid rgba(79, 110, 176, 0.22);
  border-bottom: 1px solid rgba(79, 110, 176, 0.16);
}

.gllypawrmbii .ydrekkmblejw {
  max-width: 1460px;
}

.gvoahqfhypbg {
  display: none;
  padding: 8px 0 0;
}

.rsbzzkvmayoo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 0 14px;
  overflow: visible;
  flex-wrap: nowrap;
}

.rsbzzkvmayoo::-webkit-scrollbar {
  display: none;
}

.qlzfazliorwq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(125, 148, 206, 0.22);
  background: linear-gradient(180deg, rgba(49, 66, 119, 0.88) 0%, rgba(35, 49, 94, 0.88) 100%);
  color: #fff3eb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  flex: 0 0 auto;
}

.qlzfazliorwq:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 170, 255, 0.5);
  box-shadow: 0 10px 24px rgba(22, 43, 92, 0.35);
}

.qlzfazliorwq.focrvqaemjjs {
  background: linear-gradient(180deg, #ff6e00 0%, #d85a00 100%);
  border-color: rgba(115, 173, 255, 0.75);
  box-shadow: 0 0 0 1px rgba(138, 188, 255, 0.18), 0 8px 26px rgba(53, 107, 225, 0.45);
}

.jecxuoacpytn {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
}

.vaxevunrjcwd {
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 1200px) {
  .rsbzzkvmayoo {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    padding: 14px 0 12px;
  }

  .qlzfazliorwq {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }
}


/* Mobile spacing fix for categories */
@media (max-width: 768px) {
  .gllypawrmbii {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .gllypawrmbii .ydrekkmblejw {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rsbzzkvmayoo {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 8px;
    align-items: center;
  }

  .qlzfazliorwq {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
  }
}

/* Mobile category bar redesign fix */
@media (max-width: 768px) {
  .gllypawrmbii {
    padding: 12px 0 14px !important;
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .gllypawrmbii .ydrekkmblejw {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .rsbzzkvmayoo {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    background: linear-gradient(180deg, rgba(21, 35, 72, 0.96) 0%, rgba(12, 24, 53, 0.96) 100%) !important;
    border: 1px solid rgba(92, 126, 199, 0.28) !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 24px rgba(0, 8, 28, 0.35) !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .rsbzzkvmayoo::-webkit-scrollbar {
    display: none !important;
  }

  .qlzfazliorwq {
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(48, 65, 118, 0.92) 0%, rgba(32, 47, 91, 0.92) 100%) !important;
    border: 1px solid rgba(122, 149, 212, 0.20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05) !important;
    flex: 0 0 auto !important;
  }

  .qlzfazliorwq.focrvqaemjjs {
    border-color: rgba(115, 173, 255, 0.7) !important;
    box-shadow: 0 0 0 1px rgba(138, 188, 255, 0.18), 0 6px 18px rgba(53, 107, 225, 0.35) !important;
  }

  .jecxuoacpytn {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
  }
}

/* Strong mobile categories redesign */
@media (max-width: 768px) {
  .gllypawrmbii {
    background: transparent !important;
    border: 0 !important;
    padding: 14px 0 16px !important;
    overflow: visible !important;
  }

  .gllypawrmbii .ydrekkmblejw {
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow: visible !important;
  }

  .rsbzzkvmayoo {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    min-height: 62px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    background: linear-gradient(180deg, rgba(23, 38, 79, 0.98) 0%, rgba(13, 25, 56, 0.98) 100%) !important;
    border: 1px solid rgba(82, 118, 196, 0.28) !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 24px rgba(0, 7, 24, 0.30) !important;
  }

  .rsbzzkvmayoo::-webkit-scrollbar {
    display: none !important;
  }

  .qlzfazliorwq {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(56, 75, 132, 0.94) 0%, rgba(36, 51, 98, 0.94) 100%) !important;
    border: 1px solid rgba(121, 149, 213, 0.22) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06) !important;
    color: #fff3eb !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-transform: none !important;
  }

  .qlzfazliorwq.focrvqaemjjs {
    background: linear-gradient(180deg, #ff6e00 0%, #d85a00 100%) !important;
    border-color: rgba(122, 177, 255, 0.75) !important;
    box-shadow: 0 0 0 1px rgba(140, 191, 255, 0.16), 0 8px 22px rgba(46, 101, 225, 0.34) !important;
  }

  .jecxuoacpytn {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255,255,255,0.10) !important;
  }

  .vaxevunrjcwd {
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}


/* v8 mobile menu opaque fix */
.hygaxiickmqa {
  background: linear-gradient(180deg, #06142d 0%, #041026 55%, #020a18 100%) !important;
  opacity: 0 !important;
  z-index: 9999 !important;
}

.aw-mobile-menu--open {
  opacity: 1 !important;
  background: linear-gradient(180deg, #06142d 0%, #041026 55%, #020a18 100%) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55) !important;
}

@media (max-width: 991px) {
  .hygaxiickmqa {
    background: #041026 !important;
    background-image: linear-gradient(180deg, #07152f 0%, #051127 60%, #030b18 100%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-top: 1px solid rgba(78, 112, 190, 0.2) !important;
  }

  .aw-mobile-menu--open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}


/* v9 mobile menu hard overlay fix */
@media (max-width: 991px) {
  .pfzbapwdclrr {
    z-index: 10000 !important;
  }

  .hygaxiickmqa {
    position: fixed !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: 64px 0 0 0 !important;
    height: calc(100vh - 64px) !important;
    min-height: calc(100vh - 64px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 18px 20px 180px !important;
    background: #041026 !important;
    background-image: linear-gradient(180deg, #07152f 0%, #051127 58%, #030b18 100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 10001 !important;
    border-top: 1px solid rgba(78, 112, 190, 0.18) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .aw-mobile-menu--open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ttntyjeuarzn,
  .jkmjkahvpkba {
    position: relative !important;
    z-index: 2 !important;
  }

  .gllypawrmbii,
  .vbvrplypkrae,
  .sfojcnpesqfj,
  .esadqueckugh,
  .sijgkwvzkryp {
    position: relative !important;
    z-index: 1 !important;
  }
}

/* ===== ORANGE BRAND OVERRIDES: #ff6e00 ===== */
:root {
  --aw-accent: #ff6e00;
  --aw-accent-2: #ff8a2a;
  --aw-btn-primary: linear-gradient(135deg, #ff6e00 0%, #ff8124 52%, #ff9a3d 100%);
  --aw-btn-primary-hover: linear-gradient(135deg, #ff8124 0%, #ff9a3d 52%, #ffb066 100%);
  --aw-card-glow: rgba(255, 110, 0, 0.28);
}

.dwgiirgonmlg:hover,
.dwgiirgonmlg:focus,
.aw-nav__link--active,
.agjefifquhcq,
.cpdljeustjkq,
.iboamjpdhxzj,
.open-tovar a,
.bonus-label--new {
  background: #ff6e00 !important;
  border-color: #ff6e00 !important;
}

.oukbvsrnoerx,
.aw-highlight__icon--bonus,
.aw-highlight__icon--tournament,
.aw-highlight__icon--cashback,
.mtgoydjpqqeh {
  background: linear-gradient(135deg, #ff6e00 0%, #ff8124 52%, #ff9a3d 100%) !important;
}

.mtgoydjpqqeh,
.iboamjpdhxzj,
.open-tovar a,
.bonus-label--new {
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(255, 110, 0, 0.34) !important;
}

.mtgoydjpqqeh:hover,
.iboamjpdhxzj:hover,
.open-tovar a:hover {
  background: linear-gradient(135deg, #ff8124 0%, #ff9a3d 52%, #ffb066 100%) !important;
  box-shadow: 0 16px 34px rgba(255, 110, 0, 0.42) !important;
}

.fzyifkoxsbyh:hover,
.zslpiqwjwufs:hover,
.comment-box:hover,
.aw-highlight:hover {
  border-color: rgba(255, 110, 0, 0.5) !important;
}

.aw-highlight__link,
.bonus-text a,
.faq-question::after,
.ttntyjeuarzn a:hover,
.vtioqbryqiox a:hover,
.ecjpeghejovk:hover,
.ecjpeghejovk a:hover {
  color: #ff6e00 !important;
}

@keyframes hotPulse {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(255, 110, 0, 0.4),
                0 0 0 0 rgba(255, 110, 0, 0.35);
  }
  50% {
    box-shadow: 0 8px 25px rgba(255, 110, 0, 0.62),
                0 0 0 15px rgba(255, 110, 0, 0);
  }
}
