/* Hugo pilot — theme tokens + fortunatos visual fixes */

:root {
  --header-font-size: 16px;
  --neon-yellow: #ffff00;
  --neon-yellow-light: #ffeb3b;
  --neon-yellow-dark: #ffd700;
  --blue-dark: #0a1628;
  --blue-medium: #1e3a5f;
  --blue-light: #2d5a8f;
  --blue-lighter: #3d7abf;
  --dark-bg: #0a1628;
  --dark-bg-secondary: #0f1f35;
  --dark-bg-tertiary: #1e3a5f;
  --dark-bg-hover: #2d5a8f;
  --header-text-color: #f5f5f5;
  --accent-color: #4b0082;
  --heading-color: #ffff00;
  --main-text-color: #f5f5f5;
  --btn-text-color: #15d8d8;
  --anchor-text-color: #ffffff;
  --footer-text-color: #f5f5f5;
  --custom-table-text-color: #ffffff;
  --header-bg-color: rgb(16, 16, 45);
  --header-menu-bg-color: #707070;
  --btn-bg-color: #8224e3;
  --content-bg-color: #0e000f;
  --fotter-bg-color: #08082d;
  --socials-bg-color: #999999;
  --header-border-color: #ffff00;
  --table-bg-head-highlight-color: #440099;
  --table-bg-other-highlight-color: #1c006b;
  --custom-table-bg-even-color: #0f009e;
  --custom-table-bg-odd-color: #1f0075;
  --custom-table-bg-highlight-color: #003b84;
  --faq-question-bg-color: #0e000f;
  --faq-question-bg-hover-color: #440099;
  --faq-question-text-color: #ffffff;
  --header_btn_text_color_1: #0a1628;
  --header_btn_bg_color_1: #ffffff;
  --header_btn_text_hover_color_1: #0a1628;
  --header_btn_bg_hover_color_1: #f0f0f0;
  --header_btn_text_color_2: #ffffff;
  --header_btn_bg_color_2: #0077ef;
  --header_btn_text_hover_color_2: #ffffff;
  --header_btn_bg_hover_color_2: #439aef;
  --header_btn_padding: 12px 22px;
  --header_btn_margin: 0;
  --header_btn_border: none;
  --header_btn_border_radius: 999px;
}

.header__sticky {
  background: linear-gradient(135deg, #0a1628 0%, #0f1f35 100%) !important;
  border-bottom: 2px solid rgba(255, 255, 0, 0.35);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
  .header__wrapper--flat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px 24px;
  }

  .header-menu--flat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 4px 8px;
  }

  .header-menu--flat > .menu-item-has-children {
    position: relative;
  }

  .header-menu--flat > .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #0f1f35;
    border: 1px solid rgba(255, 255, 0, 0.35);
    border-radius: 8px;
    z-index: 1001;
  }

  .header-menu--flat > .menu-item-has-children:hover > .sub-menu,
  .header-menu--flat > .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
}

.header-menu a,
.header-menu .menu-item-has-children > a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.header-menu a:hover,
.header-menu .current-menu-item > a,
.header-menu .current-menu-ancestor > a {
  color: var(--neon-yellow) !important;
}

.header__btn-first {
  color: #ffffff !important;
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.65) !important;
}

.header__btn-first:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
}

.menu__btn-burger,
.menu__btn-burger::before,
.menu__btn-burger::after {
  background: #ffffff !important;
}

.custom__slots-wrapper--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .custom__slots-wrapper--6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .custom__slots-wrapper--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hero-promo-banner {
  margin: 2rem 0;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--neon-yellow);
  box-shadow: 0 8px 32px rgba(255, 255, 0, 0.15);
}

.hero-promo-banner__link {
  position: relative;
  display: block;
}

.hero-promo-banner__img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}

.hero-promo-banner__cta {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}

.footer-compliance {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem 1.25rem;
  background: #111128;
  border-top: 1px solid rgba(255, 255, 0, 0.2);
}

.footer-compliance__icon {
  height: 36px;
  width: auto;
  opacity: 0.9;
  filter: brightness(0) invert(1);
}

.footer-compliance__icon--trustly {
  filter: none;
  height: 28px;
}

.footer-badge {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 0, 0.35);
  border-radius: 6px;
}

.footer-badge--18 {
  color: var(--neon-yellow);
}

.footer__menu-title {
  color: var(--neon-yellow);
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 991px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(10, 22, 40, 0.95);
    border-top: 2px solid rgba(255, 255, 0, 0.35);
    justify-content: center;
  }

  .mobile-sticky-cta__btn {
    width: 100%;
    max-width: 420px;
    color: #fff !important;
    background: #0077ef !important;
  }

  body {
    padding-bottom: 72px;
  }
}

.intro__banner-heading {
  color: var(--neon-yellow) !important;
  text-shadow: 0 0 20px rgba(255, 255, 0, 0.65), 0 0 40px rgba(255, 255, 0, 0.35);
}

.header-menu a.header__bonus-btn,
.header-menu--mobile a.header__bonus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0077ef, #439aef) !important;
  box-shadow: 0 4px 14px rgba(0, 119, 239, 0.35);
  white-space: nowrap;
}

.header-menu a.header__bonus-btn:hover,
.header-menu--mobile a.header__bonus-btn:hover {
  background: linear-gradient(135deg, #439aef, #0077ef) !important;
  color: #ffffff !important;
}

.header__buttons .lang-switcher {
  margin-left: 4px;
  flex-shrink: 0;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lang-switcher__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
  white-space: nowrap;
  overflow: visible !important;
  position: static !important;
}

.lang-switcher__link::before {
  display: none !important;
}

.lang-switcher__link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  transform: none !important;
  box-shadow: none !important;
}

.lang-switcher__link.is-active {
  color: var(--neon-yellow) !important;
  background: rgba(255, 255, 0, 0.12) !important;
  border-color: rgba(255, 255, 0, 0.55) !important;
  cursor: default;
  pointer-events: none;
}

.lang-switcher__flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

.content-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  margin: 2rem auto;
  max-width: 640px;
}

#hero.hero-section--home.intro__banner-section {
  background-image: var(--hero-bg-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: clamp(380px, 42vw, 520px);
  position: relative;
  isolation: isolate;
}

#hero.hero-section--home.intro__banner-section::before {
  background: linear-gradient(135deg, rgba(10, 10, 26, 0.72) 0%, rgba(15, 15, 30, 0.58) 100%) !important;
  z-index: 0;
}

#hero.hero-section--home .hero-section__container--home,
#hero.hero-section--home .intro__banner-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  #hero.hero-section--home.intro__banner-section {
    background-image: var(--hero-bg-mobile);
    background-position: var(--hero-bg-position-mobile, center);
    min-height: clamp(320px, 58vw, 420px);
  }
}

.intro__banner-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro__banner-brand {
  padding: 0 0.5rem;
}

.intro__banner-right .intro__banner-image,
.intro__banner-brand__img {
  width: auto !important;
  max-width: min(520px, 44vw);
  height: auto !important;
  border-radius: 0;
  border: none !important;
  filter: drop-shadow(0 0 28px rgba(255, 255, 0, 0.75)) drop-shadow(0 0 56px rgba(255, 255, 0, 0.35));
  transform: rotate(-4deg);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.intro__banner-brand:hover .intro__banner-brand__img {
  filter: drop-shadow(0 0 36px rgba(255, 255, 0, 0.95)) drop-shadow(0 0 72px rgba(255, 255, 0, 0.45));
  transform: rotate(-4deg) scale(1.02);
}

@media (max-width: 991px) {
  .intro__banner-right {
    display: flex !important;
    width: 100%;
    margin-top: 1.25rem;
  }

  .intro__banner-right .intro__banner-image.banner__desktop-image {
    display: none;
  }

  .intro__banner-right .intro__banner-image.banner__mobile-image,
  .intro__banner-brand__img.banner__mobile-image {
    display: block !important;
    max-width: min(360px, 88vw);
    width: auto !important;
    max-height: none;
    object-fit: contain;
    transform: rotate(-3deg);
  }
}

@media (min-width: 992px) {
  .intro__banner-right {
    display: flex !important;
  }

  .intro__banner-image.banner__mobile-image {
    display: none !important;
  }

  .intro__banner-image.banner__desktop-image {
    display: block !important;
  }
}

.menu__btn-burger,
.menu__btn-close-icon {
  display: block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
}

.menu__btn-burger::before,
.menu__btn-burger::after,
.menu__btn-close-icon::before,
.menu__btn-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}

.menu__btn-burger::before { top: -8px; }
.menu__btn-burger::after { top: 8px; }

.menu__btn-close-icon {
  background: transparent;
  transform: rotate(45deg);
}

.menu__btn-close-icon::before {
  top: 0;
  transform: rotate(90deg);
}

.menu__btn-close-icon::after {
  display: none;
}

/* Let main.css handle dark tables — remove white overrides */
.intro__banner-section .intro__banner-text,
.hero-section--home .intro__banner-text {
  color: #ffffff !important;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 42rem;
  margin: 1rem 0 1.5rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.intro__banner-btn,
.intro__banner-btn.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 36px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #0077ef !important;
  border: 2px solid #0077ef !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 20px rgba(0, 119, 239, 0.45) !important;
}

.intro__banner-btn:hover {
  background: #439aef !important;
  border-color: #439aef !important;
  filter: none;
  transform: translateY(-1px);
}

.intro__banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.content-inline-cta {
  margin: 2rem 0;
  text-align: center;
}

/* ========== Global buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 12px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn--large {
  padding: 16px 36px;
  font-size: 1rem;
}

.btn--small {
  padding: 10px 22px;
  font-size: 0.8125rem;
}

.btn--gradient,
.content-inline-cta .btn {
  color: #ffffff !important;
  background: #0077ef !important;
  border-color: #0077ef !important;
  box-shadow: 0 4px 20px rgba(0, 119, 239, 0.45);
}

.btn--gradient:hover,
.content-inline-cta .btn:hover {
  color: #ffffff !important;
  background: #439aef !important;
  border-color: #439aef !important;
  transform: translateY(-1px);
}

.btn--yellow,
.hero-promo-banner__cta {
  color: #0a1628 !important;
  background: linear-gradient(135deg, var(--neon-yellow) 0%, #ffeb3b 100%) !important;
  border-color: var(--neon-yellow) !important;
  box-shadow: 0 4px 15px rgba(255, 255, 0, 0.4);
}

.btn--yellow:hover,
.hero-promo-banner__cta:hover {
  color: #0a1628 !important;
  background: linear-gradient(135deg, var(--neon-yellow-light) 0%, var(--neon-yellow) 100%) !important;
  transform: translateY(-1px);
}

.hero-promo-banner__cta {
  white-space: nowrap;
}

.custom__slots-heading {
  text-align: center;
  margin: 0 0 1.5rem;
  color: var(--neon-yellow) !important;
}

/* ========== FAQ overrides ========== */
.faq-section {
  padding: 3rem 0 4rem;
  background: var(--dark-bg);
  width: 100%;
  clear: both;
  overflow: visible;
}

.faq-section .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.faq-section .section-title {
  text-align: center;
  margin-bottom: 1.75rem;
  color: var(--neon-yellow) !important;
}

.faq-accordion {
  max-width: 100% !important;
  margin: 0 auto;
  width: 100%;
}

.faq-item {
  margin-bottom: 12px;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 0, 0.45) !important;
  border-radius: 10px;
  overflow: visible;
  background: rgba(15, 31, 53, 0.65);
  width: 100%;
  box-sizing: border-box;
}

.faq-item:hover {
  border-color: var(--neon-yellow) !important;
}

.faq-question {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  padding: 18px 52px 18px 20px;
  background: linear-gradient(135deg, #0e000f 0%, #1a1a3e 100%) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.05rem;
}

.faq-question::before {
  content: "⌄" !important;
  right: 20px;
  top: 50%;
  transform: translateY(-65%);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--neon-yellow) !important;
}

.faq-item.active .faq-question::before {
  transform: translateY(-35%) rotate(180deg);
}

.faq-question:hover {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8f 100%) !important;
  color: var(--neon-yellow) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.faq-item.active .faq-question {
  border-bottom: 1px solid rgba(255, 255, 0, 0.35);
}

.faq-answer {
  background: rgba(10, 22, 40, 0.85) !important;
  color: var(--main-text-color) !important;
  max-height: 0 !important;
  overflow: hidden;
  transition: max-height 0.45s ease, padding 0.45s ease;
}

.faq-answer p {
  margin: 0 0 0.75rem;
  overflow-wrap: anywhere;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-item.active .faq-answer {
  padding: 16px 20px 20px;
  max-height: 5000px !important;
  overflow: visible;
}

.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 1rem;
}

.footer__social a {
  display: inline-flex;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer__social a:hover {
  opacity: 1;
}

#main__section .container {
  max-width: 1320px;
}

.content__block {
  max-width: none;
  width: 100%;
}

.custom__slots-block {
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 768px) {
  .custom__slots-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#footer {
  background: linear-gradient(135deg, #0a0a1a 0%, #151530 100%);
  padding: 2.5rem 0 1.5rem;
  margin-top: 3rem;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 1rem 0 1.5rem;
  background: #111128;
}

.footer-icon {
  height: 28px;
  width: auto;
  opacity: 0.85;
}

.footer__block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
}

.footer__logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 0.75rem;
}

.footer__tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  max-width: 280px;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu li {
  margin-bottom: 0.5rem;
}

.footer__menu a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer__menu a:hover {
  color: #ffff00;
}

.footer__copy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
