/* casinosonlineslovenia.si — header C+E (cool gradient + glass band) + footer 3 (card on slate) */

.wrapper {
  padding-top: 7rem !important;
}

/* ── HEADER: deep slate-indigo gradient, glass strip, electric-blue top band ── */
.header {
  height: 7rem !important;
  background: linear-gradient(128deg, #1a2740 0%, #2c3e50 42%, #1e3a5f 100%) !important;
  border-bottom: none !important;
  box-shadow: 0 0.35rem 1.8rem rgba(26, 39, 64, 0.42) !important;
  backdrop-filter: blur(6px) !important;
}

.header::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 0.28rem !important;
  background: linear-gradient(90deg, #3498db 0%, #5dade2 38%, #e74c3c 62%, #3498db 100%) !important;
  opacity: 0.95 !important;
}

.header::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 0.1rem !important;
  background: rgba(255, 255, 255, 0.22) !important;
}

.header .logo::before,
.header .logo::after {
  content: none !important;
  display: none !important;
}

.header .search-toggle svg {
  fill: #ecf0f1 !important;
}

.header .search-toggle:hover svg,
.header .search-toggle:focus svg,
.header .search-toggle--active svg {
  fill: #3498db !important;
}

.header__menu-toggle {
  border-top-color: #ecf0f1 !important;
  border-bottom-color: #ecf0f1 !important;
}

.header__menu-toggle span {
  background: #ecf0f1 !important;
}

/* Flags — circular outline + coral active ring */
.header__nav ul {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.header__nav a {
  display: inline-flex !important;
  padding: 0.22rem !important;
  border-radius: 50% !important;
  border: 0.12rem solid rgba(52, 152, 219, 0.45) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s !important;
}

.header__nav a:hover,
.header__nav a:focus {
  border-color: #5dade2 !important;
  box-shadow: 0 0 0 0.14rem rgba(52, 152, 219, 0.28) !important;
  transform: translateY(-0.05rem) !important;
}

.header__nav a[aria-current="page"] {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 0.16rem rgba(231, 76, 60, 0.35) !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

.header__nav a img {
  display: block !important;
  border-radius: 50% !important;
}

@media screen and (max-width: 1199px) {
  .header__nav {
    top: 6.9rem !important;
    min-width: 12rem !important;
    padding: 0.9rem 1rem !important;
    background: rgba(26, 39, 64, 0.97) !important;
    border: 0.1rem solid rgba(52, 152, 219, 0.35) !important;
    border-radius: 0.65rem !important;
    box-shadow: 0 0.55rem 2rem rgba(10, 18, 32, 0.45) !important;
    backdrop-filter: blur(10px) !important;
  }

  .header__nav ul {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.65rem !important;
  }

  .header__nav li:nth-child(n+2) {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .header__menu-toggle {
    display: none !important;
  }
}

/* Intro-home anchors — single row on desktop */
@media (min-width: 992px) {
  .intro-home__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 0.55rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .intro-home__list li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .intro-home__list a {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 1rem 0.35rem !important;
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 0.35rem !important;
  }

  .intro-home__list svg {
    margin-right: 0 !important;
    width: 2.4rem !important;
    height: 2.4rem !important;
    flex-shrink: 0 !important;
  }
}

@media (min-width: 1200px) {
  .intro-home__list {
    gap: 0.75rem !important;
  }

  .intro-home__list a {
    flex-direction: row !important;
    padding: 1.05rem 0.45rem !important;
    font-size: 1.45rem !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }

  .intro-home__list svg {
    margin-right: 0.45rem !important;
    width: 2.6rem !important;
    height: 2.6rem !important;
  }
}

/* ── FOOTER: slate shell + cream card, coral top rule, inset desc ── */
.footer {
  padding: 2.4rem 0 2rem !important;
  color: #2c3e50 !important;
  background-color: #1a2740 !important;
  background-image: none !important;
}

.footer::before {
  content: none !important;
  display: none !important;
}

.footer .container {
  max-width: 98rem !important;
  margin-top: 0 !important;
  padding: 2rem 2.2rem 1.6rem !important;
  background: linear-gradient(180deg, #f9fafb 0%, #f4f6f8 100%) !important;
  border-radius: 0.85rem !important;
  border: 0.1rem solid rgba(52, 152, 219, 0.22) !important;
  border-top: 0.35rem solid #e74c3c !important;
  box-shadow: 0 0.65rem 2.4rem rgba(10, 18, 32, 0.28) !important;
}

.footer__nav {
  display: none !important;
}

.footer__tel {
  display: none !important;
}

.footer__subtitle {
  display: inline-block !important;
  margin: 0 0 1.5rem !important;
  padding: 0 0 0.35rem !important;
  color: #1a2740 !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 0.22rem solid #3498db !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.footer__info {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 1.2rem 1.6rem !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.footer__info-imgs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin: 0 !important;
  padding: 0.65rem 0.85rem !important;
  background: #ffffff !important;
  border-radius: 0.5rem !important;
  border: 0.1rem solid #dce4ec !important;
  box-shadow: inset 0 0.08rem 0.2rem rgba(44, 62, 80, 0.06) !important;
}

.footer__info-imgs img {
  border-radius: 0.3rem !important;
  margin: 0 !important;
}

.footer__info-imgs img:nth-child(n+2) {
  margin-left: 0 !important;
}

.footer__info-help {
  flex: 1 1 14rem !important;
  margin: 0 !important;
  color: #2c3e50 !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  border-bottom: 0.12rem solid rgba(231, 76, 60, 0.45) !important;
  padding-bottom: 0.1rem !important;
  transition: color 0.2s, border-color 0.2s !important;
}

.footer__info-help:hover,
.footer__info-help:focus {
  color: #e74c3c !important;
  border-bottom-color: #e74c3c !important;
}

.footer__desc {
  margin: 0 0 1.5rem !important;
  padding: 1rem 1.15rem 1rem 1.25rem !important;
  font-size: 1.2rem !important;
  line-height: 1.65 !important;
  color: #4a5568 !important;
  background: #ffffff !important;
  border: 0.1rem solid #e2e8f0 !important;
  border-left: 0.38rem solid #3498db !important;
  border-radius: 0.45rem !important;
  box-shadow: inset 0 0.1rem 0.25rem rgba(44, 62, 80, 0.04) !important;
}

.footer__desc b {
  color: #1a2740 !important;
}

.footer__bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.55rem 1rem !important;
  margin: 0 !important;
  padding: 1rem 0 0 !important;
  list-style: none !important;
  font-size: 1.15rem !important;
  border-top: 0.1rem solid #dce4ec !important;
}

.footer__bottom li:nth-child(2) {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.footer__bottom li:nth-child(2)::before {
  display: none !important;
  content: none !important;
}

.footer__bottom li:last-child {
  width: 100% !important;
  margin-top: 0.35rem !important;
  padding-left: 0 !important;
  text-align: left !important;
  color: #718096 !important;
  font-size: 1.1rem !important;
}

.footer__bottom li:last-child::before {
  display: none !important;
  content: none !important;
}

.footer__bottom a {
  display: inline-block !important;
  padding: 0 !important;
  color: #2c3e50 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.18rem !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  transition: color 0.2s !important;
}

.footer__bottom a:hover,
.footer__bottom a:focus {
  color: #e74c3c !important;
  background: transparent !important;
}

@media screen and (min-width: 576px) {
  .footer {
    padding: 2.4rem 0 2rem !important;
    background-color: #1a2740 !important;
    background-image: none !important;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    background-color: #1a2740 !important;
    background-image: none !important;
  }
}

@media screen and (min-width: 992px) {
  .footer {
    padding: 2.8rem 0 2.2rem !important;
    background-color: #1a2740 !important;
    background-image: none !important;
  }

  .footer__info {
    flex-wrap: nowrap !important;
  }

  .footer__bottom li:last-child {
    width: auto !important;
    margin-top: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 3rem 0 2.4rem !important;
    background-color: #1a2740 !important;
    background-image: none !important;
  }
}

/* ── Utility pages ── */
.wrapper--utility {
  min-height: calc(100vh - 7rem);
  padding-top: 7rem !important;
  padding-bottom: 3rem;
}

.page-standalone--in-site {
  padding: 4rem 0;
}

.page-standalone--in-site .container {
  max-width: 56rem;
}

.page-standalone__card {
  padding: 3rem 2.4rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 2rem rgba(26, 39, 64, 0.14);
  border: 0.1rem solid #dce4ec;
  border-top: 0.38rem solid #3498db;
}

.page-standalone__code {
  margin: 0 0 0.5rem;
  color: #2c3e50;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.page-standalone__title {
  margin: 0 0 1rem;
  color: #1a2740;
  font-size: 2.4rem;
  font-weight: 700;
}

.page-standalone__text {
  margin: 0 0 2rem;
  color: #4a5568;
  font-size: 1.6rem;
  line-height: 1.5;
}

.page-standalone__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.page-standalone__btn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #2c3e50, #1a2740);
  border: 0.1rem solid rgba(52, 152, 219, 0.35);
  border-radius: 0.45rem;
  transition: opacity 0.2s, transform 0.2s;
}

.page-standalone__btn:hover,
.page-standalone__btn:focus {
  opacity: 0.92;
  transform: translateY(-0.08rem);
}

.page-standalone__btn--alt {
  color: #2c3e50;
  background: transparent;
  border: 0.12rem solid #3498db;
}

.page-standalone__btn--alt:hover,
.page-standalone__btn--alt:focus {
  color: #1a2740;
  background: rgba(52, 152, 219, 0.1);
}

.redirection-page--in-site {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 7rem - 18rem);
  padding: 3rem 0;
}

.redirection-page--in-site .redirection-page__card {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2.4rem;
  text-align: center;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 2rem rgba(26, 39, 64, 0.14);
  border: 0.1rem solid #dce4ec;
  border-top: 0.38rem solid #e74c3c;
}

.redirection-page--in-site .wrapper {
  padding-top: 0 !important;
  display: block;
}

.redirection-page--in-site .wrapper img {
  display: block;
  max-width: 20rem;
  height: auto;
  margin: 0 auto 1.5rem;
}

.redirection-page--in-site h1 {
  margin: 0 0 1rem;
  color: #1a2740;
  font-size: 2.4rem;
  font-weight: 700;
}

.redirection-page--in-site p {
  margin: 0 0 2rem;
  color: #4a5568;
  font-size: 1.6rem;
  line-height: 1.5;
}

.redirection-page__progress {
  height: 0.5rem;
  margin-bottom: 2rem;
  background: #e8edf2;
  border-radius: 999px;
  overflow: hidden;
}

.redirection-page__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3498db, #2c3e50, #e74c3c);
  border-radius: 999px;
  animation: sea-redirection-progress 2s ease forwards;
}

@keyframes sea-redirection-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.redirection-page--in-site > .container > a,
.redirection-page--in-site .redirection-page__card > a {
  color: #2c3e50;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 0.12rem solid rgba(52, 152, 219, 0.5);
}

.redirection-page--in-site > .container > a:hover,
.redirection-page--in-site .redirection-page__card > a:hover {
  color: #e74c3c;
  border-bottom-color: #e74c3c;
}
