:root {
  --headline-text: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --ui-main-font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --section-spacing: 3.5rem 1.8rem;
  --savaspin-casino-tile-padding: 1.4rem;
  --space: 1.2rem;
  --ui-curve: 8px;
  --savaspin-casino-rounding-card: 14px;
  --sheen-fill: #071717;
  --sheen-outline: #172727;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-license-colophon: #00EAEF;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--ui-main-font-family);
  background: var(--savaspin-casino-bg);
  color: var(--savaspin-casino-text-content);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headline-text);
  line-height: 1.15;
}
a { color: var(--accent-primary); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--main-hover); }
img { max-width: 100%; height: auto; }
.seo-region-breadcrumb { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem 0; font-size: 0.9rem; color: var(--savaspin-casino-copy-muted, var(--savaspin-casino-text-content)); }
.seo-region-breadcrumb a { color: var(--accent-primary); }
@keyframes shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 15px var(--aura); }
  50% { box-shadow: 0 0 28px var(--savaspin-casino-glow-deep); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.header-burger-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-burger-open span:nth-child(2) { opacity: 0; }
.header-burger-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
.header-nav-open { display: flex !important; }
}
.widget-zone-area.secondary-alt-grid { position: fixed; left: 0; top: 0; bottom: 0; width: var(--width-aside, 64px); overflow-y: auto; z-index: 10; flex-shrink: 0; }
.side-column-core-holder { position: relative; height: 100%; overflow-y: auto; }
.footer { padding: 2.5rem 0 2rem; position: relative; z-index: 1; background: var(--alt-surface); }
.footer-top-area { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.colophon-identity-section { display: flex; align-items: center; gap: 0.5rem; }
.colophon-emblem { height: 30px; width: auto; }
.colophon-nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.colophon-nav a { font-size: 0.82rem; color: var(--savaspin-casino-copy-muted); text-decoration: none; transition: color 0.2s; }
.colophon-nav a:hover { color: var(--accent-primary); text-decoration: underline; text-underline-offset: 2px; }
.footer-rule { height: 1px; background: rgba(255,255,255,0.08); margin: 0.5rem 0; }
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 0.6rem;
}
@media (max-width: 480px) {
:root {
    --section-spacing: 1.8rem 0.8rem;
    --savaspin-casino-tile-padding: 0.9rem;
    --space: 0.6rem;
  }
h1 { font-size: 1.4rem !important; }
h2 { font-size: 1.15rem !important; }
}
@media (max-width: 768px) {
:root {
    --section-spacing: 2.5rem 1rem;
    --savaspin-casino-tile-padding: 1.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
:root {
    --section-spacing: 3.5rem 1.5rem;
    --savaspin-casino-tile-padding: 1.5rem;
  }
}
:root { }
body { padding-top: 64px; }
header {        background-color: var(--savaspin-casino-bg);        position: fixed;        top: 0;        left: 0;        width: 100%;        z-index: 9999;        height: 64px;}
.site-header-holder {        display: flex;        justify-content: space-between;        padding: 0 35px 0 20px;        height: 100%;        align-items: center;}
.site-header-holder a { color: var(--savaspin-casino-text-content); text-decoration: none; }
.site-header-holder a:hover { color: unset; }
.main-site-header-start-group {        display: flex;        align-items: center;        gap: 40px;}
.savaspin-casino-shell-box img { max-height: 36px; width: auto; max-width: 200px; object-fit: contain; }
.switcher-wrapper {        display: flex;        align-items: center;        gap: 15px;        background-color: var(--alt-surface);        padding: 5px 10px;        border-radius: 1000px;        border: 1px solid var(--edge);}
.switcher-wrapper > a, .switcher-wrapper div {        display: flex;        align-items: center;        gap: 5px;        font-size: 12px;        font-weight: 600;        color: var(--savaspin-casino-copy-muted);}
.main-toggle-start {        background: var(--accent-primary);        color: #fff !important;        padding: 3px 8px;        border-radius: 1000px;}
.header-navigation-wrap {        display: flex;        align-items: center;        list-style: none;        gap: 30px;        margin: 0;        padding: 0;        font-size: 15px;        font-weight: 600;}
.header-navigation-wrap a { color: var(--savaspin-casino-copy-muted); }
.header-navigation-wrap a:hover { color: var(--savaspin-casino-text-content); }
.page-header-end-container {        display: flex;        align-items: center;        gap: 15px;}
.header-button-buttons {        display: flex;        align-items: center;        gap: 5px;        font-size: 12px;        font-weight: 700;}
.header-button-buttons a {        padding: 10px 12px;        border-radius: 1000px;        line-height: normal;}
.site-access-button {        border: 1px solid var(--edge);        color: var(--savaspin-casino-text-content);}
.site-access-button:hover {        background-color: var(--alt-surface);}
.register-btn-container {        position: relative;}
.signup-action-wrapper {        background: var(--accent-primary);        border: 1px solid var(--accent-primary);        color: var(--action-label, #fff);}
.signup-action-wrapper:hover {        filter: brightness(1.15);}
.main-hamburger-cta-wrapper {  background: none;  border: none;  padding: 0;  cursor: pointer;  display: flex;  align-items: center;}
.main-hamburger-cta-wrapper img {  width: 24px;  height: 24px;  filter: invert(1);}
.offcanvas-inner {  position: fixed;  top: 0;  left: -100%;  width: 90%;  height: 100vh;  background: var(--savaspin-casino-bg);  z-index: 10000;  transition: left 0.3s ease;  display: flex;  flex-direction: column;}
.offcanvas-inner.open { left: 0; }
.main-offcanvas-close {  background: none;  border: none;  padding: 10px;  color: var(--savaspin-casino-text-content);  cursor: pointer;}
.main-offcanvas-close:hover { background: none; }
.offcanvas-topbar-grid {  display: flex;  justify-content: flex-end;}
.main-offcanvas-content {  padding: 20px;  display: flex;  flex-direction: column;  gap: 25px;}
.main-offcanvas-content .header-navigation-wrap {  flex-direction: column;  align-items: flex-start;  gap: 15px;}
.main-offcanvas-content .header-navigation-wrap a {  font-size: 16px;  padding: 12px 0;  display: block;}
.offcanvas-backdrop-inner {  position: fixed;  inset: 0;  background: rgba(0,0,0,0.5);  opacity: 0;  pointer-events: none;  transition: opacity 0.3s ease;  z-index: 9999;}
.offcanvas-backdrop-inner.show {  opacity: 1;  pointer-events: all;}
@media (max-width: 1124px) {
.masthead-nav-shell, .switcher-wrapper { display: none; }
.offcanvas-inner .masthead-nav-shell, .offcanvas-inner .switcher-wrapper {    display: flex;    max-width: fit-content;  }
.offcanvas-inner .header-navigation-wrap {    flex-direction: column;    align-items: flex-start;    font-size: 12px;    gap: 15px;  }
.offcanvas-inner .switcher-wrapper { font-size: 12px; }
}
@media (min-width: 1125px) {
.main-hamburger-cta-wrapper, .offcanvas-inner, .offcanvas-backdrop-inner { display: none; }
}
@media (max-width: 768px) {
.site-header-holder { padding: 0 20px; }
.main-site-header-start-group { gap: 10px; }
.savaspin-casino-shell-box { max-width: 80px; }
}
.switcher-wrapper img { width: 16px; height: 16px; }
.main-toggle-start img { filter: brightness(0) invert(1); }
.main-hamburger-cta-wrapper img { width: 24px; height: 24px; filter: invert(1); }
@media (max-width: 768px) {
.page-header-end-container { flex-shrink: 0; }
.savaspin-casino-shell-box { min-width: 0; flex-shrink: 1; }
.savaspin-casino-shell-box img { max-width: 100%; }
}
.switcher-wrapper > a { text-decoration: none; color: inherit; cursor: pointer; }
#secondary { width: 64px; min-width: 64px; background: var(--alt-surface); border-right: 1px solid rgba(128,128,128,0.18); }
.side-column-core-holder { display: flex; flex-direction: column; align-items: center; padding: 12px 8px; gap: 8px; }
.site-side-rail-icon-entry { display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 6px; transition: background 0.2s; }
.site-side-rail-icon-entry:hover { background: var(--theme-tile-background); }
.site-side-rail-icon-entry img { opacity: 0.7; transition: opacity 0.2s; }
.site-side-rail-icon-entry:hover img { opacity: 1; }
.site-side-rail-icon-entry.side-rail-icon-mark-lg-inner img { width: 48px; height: 48px; object-fit: contain; opacity: 1; }
.site-side-rail-hr { border: 0; height: 1px; background: rgba(128,128,128,0.18); width: 80%; margin: 4px auto; }
@media (max-width: 921px) {
#secondary { display: none; }
}
.topbar-bg, .topbar-bg *, .page-header-surface-bottom, .page-header-surface-bottom * {
  font-family: var(--headline-text) !important;
}
.topbar-bg {
  background: url(../images/header-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}
.main-topbar-fill {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px;
}
.main-topbar-fill br {
  display: none;
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto;
}
.page-header-bg-name-wrapper {
  text-transform: uppercase;
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--savaspin-casino-text-content);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
}
.page-header-surface-deposit {
  font-size: 126px !important;
  font-weight: 900 !important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--highlight);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1));
}
.main-header-surface-offer {
  font-size: 28.8px !important;
  font-weight: 900;
  color: var(--savaspin-casino-text-content);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
  margin-bottom: 20px;
}
.masthead-bg-action-wrapper {
  background: var(--accent-primary);
  color: var(--action-label, #fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px !important;
  border-radius: 1000px !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto !important;
  box-shadow: none;
  transition: all .5s;
}
.masthead-bg-action-wrapper:hover {
  background: var(--main-hover);
  transform: translateY(-2px);
}
.page-header-fill-action-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
}
.masthead-surface-cta-main-area {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.6;
}
.page-header-fill-cta-description-inner {
  font-size: 13px !important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
}
.page-header-surface-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-surface);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative;
}
.page-header-surface-bottom::before, .page-header-surface-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none;
}
.page-header-surface-bottom::before {
  left: 0;
  background: linear-gradient(to right, var(--savaspin-casino-bg), transparent);
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left, var(--savaspin-casino-bg), transparent);
}
.page-header-surface-bottom p {
  display: none;
}
.page-header-surface-lower-content {
  text-align: center;
  margin: 0 26px;
}
.page-header-surface-lower-content .small-inner-area {
  font-size: 9px;
  color: var(--savaspin-casino-copy-muted);
  font-weight: 600;
}
.page-header-surface-lower-content .site-big-main-panel {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 769px) {
.main-topbar-fill {
    padding-top: calc(12% - 21px) !important;
    padding-bottom: 29px !important;
  }
}
@media (max-width: 768px) {
.topbar-bg {
    background-image: url(../images/header-bg-mobile.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1 / 1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px);
  }
.topbar-bg .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px;
  }
.page-header-bg-name-wrapper {
    font-size: 20px !important;
    margin-bottom: 4px;
  }
.page-header-surface-deposit {
    font-size: 66px !important;
    line-height: 1.1;
  }
.main-header-surface-offer {
    font-size: 24px !important;
    margin-bottom: 16px;
  }
.masthead-bg-action-wrapper {
    box-sizing: border-box;
  }
.page-header-surface-bottom {
    background: var(--alt-surface);
    gap: 10px;
    padding: 8px 15px;
  }
.site-big-main-panel {
    font-size: 14px;
  }
}
.banking-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: transparent;
}
.banking-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity .2s ease, transform .2s ease;
  filter: grayscale(10%);
}
.banking-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
.banking-methods { gap: 14px 20px; padding: 16px; }
.banking-methods img { width: 56px; height: 44px; }
}
.site-main-area {  max-width: 1400px; margin: 0 auto; padding: 20px 20px 60px;}
.content-field-area {  font-size: 15px; line-height: 1.8; color: var(--savaspin-casino-copy-muted); max-width: 860px;}
.content-field-area p { margin-bottom: 1rem; }
.content-field-area strong { color: var(--savaspin-casino-text-content); }
.content-field-area a:not(.primary-btn):not(.mobile-banner-cta):not([class*="-button"]) { color: var(--accent-primary); text-decoration: underline; }
.content-field-area a:not(.primary-btn):not(.mobile-banner-cta):not([class*="-button"]):hover { color: var(--highlight); }
@media (max-width: 768px) {
.site-main-area { padding: 5rem 15px 30px; }
.content-field-area { font-size: 14px; }
.site-main-area > .app-banner-wrapper, .app-banner-wrapper {    margin-left: -15px; margin-right: -15px;    width: auto; max-width: none;  }
.main-application-banner, .application-banner-mobile-block img {    border-radius: 0;    width: 100%; max-width: 100%;  }
}
.highlights-shell {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px;
}
.perk-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end; justify-content: flex-start;
  padding: 14px;
  background-color: var(--theme-tile-background, var(--alt-surface));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.perk-card:hover { transform: scale(1.03); box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
.perk-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.highlights-shell .perk-card h3 {
  text-transform: none; border: none; padding: 0;  
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
  text-align: left; width: auto;
}
.site-fcdl-payouts-wrap { background-image: url(../images/fast-pay.webp); }
.cashback-grid { background-image: url(../images/cashback.webp); }
.vip-panel { background-image: url(../images/vip-level.webp); }
.game-row { background-image: url(../images/games.webp); }
.main-missions-wrapper { background-image: url(../images/feature-missions.webp); }
@media (max-width: 1024px) {
.highlights-shell { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
.highlights-shell {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin;
  }
.highlights-shell::-webkit-scrollbar { height: 4px; }
.highlights-shell::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 2px; }
.perk-card { flex: 0 0 44%; max-width: 44%; scroll-snap-align: start; }
.highlights-shell .perk-card h3 { font-size: 12px; }
}
.region-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.unit-care {
  background: var(--alt-surface, #161d37);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--savaspin-casino-text-content);
  min-height: 138px;
}
.site-heading-service-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.site-heading-service-group img { width: 33px; height: 33px; flex-shrink: 0; }
.main-heading-help-text-content {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  color: var(--savaspin-casino-text-content);
}
.help-description {
  color: var(--savaspin-casino-copy-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1024px) {
.region-support { grid-template-columns: 1fr; gap: 16px; padding: 20px 16px; }
}
.app-banner-wrapper {
  margin: 32px auto;
  max-width: 800px;
}
.main-application-banner {
  display: flex;
  align-items: stretch;
  background: var(--theme-tile-background, var(--alt-surface));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--edge);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.application-banner-main {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.application-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--edge);
  background: var(--alt-surface);
  align-self: flex-start;
}
.app-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: transparent;
}
.application-banner-text-content-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.application-banner-label-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--savaspin-casino-text-content);
  letter-spacing: 0.2px;
}
.application-banner-tag-rate {
  display: flex;
  gap: 1px;
}
.application-banner-tag-rate img { width: 12px; height: 12px; }
.application-banner-tag-rate .site-star-half-group { opacity: 0.85; }
.mobile-banner-text-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0.3px;
  align-self: center;
  white-space: nowrap;
}
.app-banner-headline-row {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--savaspin-casino-text-content);
  font-family: var(--headline-text);
  margin: 0;
}
.main-application-banner-description-row {
  color: var(--savaspin-casino-copy-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}
.app-promo-banner-button-shell { margin-top: 4px; }
.app-promo-banner-button-shell .primary-btn {
  margin: 0;
  display: inline-block;
}
.app-promo-banner-image-wrapper {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box;
}
.application-banner-image-container {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}
.application-banner-mobile-block { display: none; }
.application-banner-mobile-block img { max-width: 100%; height: auto; max-height: 280px; display: block; border-radius: 12px; }
@media (max-width: 768px) {
.main-application-banner { flex-direction: column; min-height: unset; }
.app-promo-banner-image-wrapper { display: none; }
.application-banner-mobile-block {
    display: block;
    padding: 0;
    line-height: 0;
  }
.application-banner-mobile-block img {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
.application-banner-main { padding: 16px 20px 24px; gap: 12px; }
.application-banner-main .application-banner-text { margin-top: -2px; }
.app-banner-headline-row { font-size: 20px; }
.app-promo-banner-button-shell { margin-top: 8px; }
.app-promo-banner-button-shell .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px 28px;
  }
}
.primary-btn {  font-size: 18px; font-weight: 700; background: var(--accent-primary); color: var(--action-label, #fff);  padding: 10px 56px; border-radius: 30px; margin: 30px auto; display: block;  max-width: fit-content; text-decoration: none; transition: filter 0.2s;}
.primary-btn:hover { filter: brightness(1.15); color: var(--action-label, #fff); }
.masthead-bg-action-wrapper { border-radius: 30px; }
.site-footer-section.footer {
  background: var(--fill-footer, var(--alt-surface, #060e2a));
  color: var(--text-content-site-footer, #fff);
  font-family: 'Montserrat', system-ui, sans-serif;
  padding: 0;
  margin-top: 60px;
}
.site-footer-section.footer .footer-top-area, .site-footer-section.footer .site-footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
}
.site-footer-section.footer .footer-top-area {
  display: grid;
  grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(180px, 1fr) minmax(220px, 297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 36px;
}
.site-footer-section.footer .colophon-identity-section { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.site-footer-section.footer .colophon-emblem { width: 135px; height: 34px; object-fit: contain; object-position: left center; }
.site-footer-section.footer .page-footer-connect-label { font-weight: 600; font-size: 14px; line-height: 26px; }
.site-footer-section.footer .site-footer-socials-panel { display: flex; gap: 4px; }
.site-footer-section.footer .footer-social-links {
  width: 32px; height: 32px; border-radius: 16px;
  background: var(--page-footer-socials-surface, #444a5f);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; transition: background 0.18s;
}
.site-footer-section.footer .footer-social-links:hover { background: var(--highlight, #5a6178); }
.site-footer-section.footer .footer-social-links img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.site-footer-section.footer .colophon-identity-title { font-weight: 600; font-size: 18px; line-height: 1.4; margin-top: 8px; }
.site-footer-section.footer .colophon-nav { display: flex; flex-direction: column; gap: 10px; padding-top: 7px; }
.site-footer-section.footer .colophon-nav a {
  color: var(--link-site-footer, #9296a2);
  font-size: 12px; font-weight: 600; line-height: 22.29px;
  text-decoration: none;
}
.site-footer-section.footer .colophon-nav a:hover { color: var(--text-content-site-footer, #fff); }
.site-footer-section.footer .colophon-help-center { display: flex; flex-direction: column; gap: 12px; }
.site-footer-section.footer .colophon-help-center .colophon-help-center-name-panel { font-weight: 600; font-size: 18px; margin: 0; line-height: 1.2; }
.site-footer-section.footer .colophon-help-center p { color: var(--text-content-site-footer, #b1b4bc); font-size: 14px; line-height: 26px; margin: 0; font-weight: 600; }
.site-footer-section.footer .site-footer-inbox {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-content-site-footer, #fff); font-weight: 600; font-size: 16px; text-decoration: none;
}
.site-footer-section.footer .site-footer-inbox img { width: 15px; height: 15px; filter: brightness(0) invert(1); opacity: 0.85; }
.site-footer-section.footer .footer-rule {
  height: 0;
  background: transparent;
  margin: 0;
}
.site-footer-section.footer .site-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "license  right"
    "copyright right";
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px;
}
.site-footer-section.footer .footer-certification-holder { grid-area: license; }
.site-footer-section.footer .page-footer-notice { grid-area: copyright; }
.site-footer-section.footer .footer-lower-right-side-wrapper { grid-area: right; align-self: center; }
.site-footer-section.footer .footer-certification-holder {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ui-license-colophon, #869dee);
  font-size: 12px; font-weight: 600; cursor: pointer;
}
.site-footer-section.footer .footer-certification-holder .site-footer-arrow-row { width: 12px; height: 12px; }
.site-footer-section.footer .page-footer-notice {
  color: var(--text-content-site-footer, #a2a5af); font-size: 12px; font-weight: 400; line-height: 22.29px;
  margin: 0; max-width: 720px;
}
.site-footer-section.footer .footer-lower-right-side-wrapper {
  display: inline-flex; align-items: center; gap: 16px;
}
.site-footer-section.footer .footer-secure-chip-box { height: 48px; width: auto; max-width: none; object-fit: contain; }
.site-footer-section.footer .site-footer-lang-select {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--page-footer-socials-surface, #444a5f);
  border: none; border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-site-footer, #fff); font-family: inherit; font-weight: 700; font-size: 12px; text-transform: capitalize;
  cursor: pointer; min-width: 88px; justify-content: space-between;
}
.site-footer-section.footer .site-footer-lang-select .site-footer-arrow-row { width: 10px; height: 10px; flex-shrink: 0; filter: brightness(0) invert(1); }
@media (max-width: 960px) {
.site-footer-section.footer .footer-top-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 600px) {
.site-footer-section.footer .footer-top-area { grid-template-columns: 1fr; padding: 24px 20px; }
.site-footer-section.footer .colophon-emblem { object-position: center; }
.site-footer-section.footer .site-footer-bottom {
    grid-template-columns: 1fr; padding: 24px 20px; gap: 16px; text-align: center;
  }
.site-footer-section.footer .footer-rule { margin: 0; }
.site-footer-section.footer .footer-top-area, .site-footer-section.footer .site-footer-bottom, .site-footer-section.footer .colophon-identity-section, .site-footer-section.footer .colophon-help-center {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
.site-footer-section.footer .site-footer-socials-panel, .site-footer-section.footer .footer-lower-right-side-wrapper { justify-content: center; flex-wrap: wrap; }
.site-footer-section.footer .colophon-nav { align-items: center; }
.site-footer-section.footer .site-footer-inbox { justify-content: center; }
.site-footer-section.footer .footer-secure-chip-box { height: 36px; }
.site-footer-section.footer .site-footer-bottom { grid-template-areas: "license" "copyright" "right"; grid-template-columns: 1fr; row-gap: 12px; }
.site-footer-section.footer .footer-lower-right-side-wrapper { align-self: start; }
.site-footer-section.footer .footer-top-area { padding-bottom: 24px; }
}
.site-footer-section .colophon-nav:not(:has(a)) { display: none; }
.site-footer-section .page-footer-nav-primary-section { text-align: left; }
.site-footer-section .site-footer-navbar-legal-row { text-align: left; }
.site-footer-section.footer .colophon-nav:not(:has(a)) { display: none; }
@media (min-width: 961px) {
.site-footer-section.footer .footer-top-area:has(.page-footer-nav-primary-section a):not(:has(.site-footer-navbar-legal-row a)), .site-footer-section.footer .footer-top-area:not(:has(.page-footer-nav-primary-section a)):has(.site-footer-navbar-legal-row a) {
    grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(220px, 297px);
  }
.site-footer-section.footer .footer-top-area:not(:has(.colophon-nav a)) {
    grid-template-columns: 1fr auto;
  }
}
:root {
  --width-aside: 64px;
}
.site-layout-area {
  display: flex;
  min-height: calc(100vh - 64px);
  position: relative;
}
.site-inner {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}
.site-inner .site-main-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-field-area {
  margin: 0 auto;
}
.highlights-shell, .main-application-banner {
  margin-left: auto;
  margin-right: auto;
}
.site-footer-section[class] {
  padding-left: var(--width-aside, 0px);
}
.site-footer-section[class] .footer-top-area, .site-footer-section[class] .site-footer-bottom {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 921px) {
.site-footer-section[class] { padding-left: 0; }
}
.action-center { text-align: center; margin: 30px 0; clear: both; }
.action-center .primary-btn, .action-center a.primary-btn { display: inline-block; }
@media (max-width: 768px) {
.action-center { display: block; margin: 30px auto; }
}
.primary-btn.mobile-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0;
}
.faq-caption, .highlights-shell h2 {
  font-family: var(--headline-text);
  color: var(--savaspin-casino-text-content);
  margin: 2.5rem 0 1rem 0;
  padding: 0;
  line-height: 1.3;
  clear: both;
}
header { font-family: var(--headline-text); }
.highlights-shell .perk-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px 14px;
}
.highlights-shell .perk-card {
  background-size: contain;
  background-position: center 40px;
}
.highlights-shell .perk-card h3 {
  margin: 0;
  font-size: 14px;
}
.content-field-area ul, .content-field-area ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.content-field-area ul { list-style: disc; }
.content-field-area ol { list-style: decimal; }
.content-field-area li {
  padding: 0.3rem 0;
  line-height: 1.7;
}
.content-field-area table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.92rem;
}
.content-field-area table th {
  background: var(--accent-primary);
  color: var(--action-label, #fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.content-field-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.content-field-area table tr:nth-child(even) td {
  background: rgba(255,255,255,0.03);
}
.site-layout-area {
  display: block;
  min-height: calc(100vh - 64px);
}
.site-layout-area > .widget-zone-area.secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-aside, 64px);
  overflow-y: auto;
  z-index: 10;
}
.site-layout-area > .site-inner {
  margin-left: var(--width-aside, 64px);
  min-width: 0;
  overflow-x: clip;
}
@media (min-width: 993px) {
.site-inner .site-main-area {
    padding-left: 20px;
  }
.site-layout-area > .widget-zone-area.secondary-alt-grid {
    max-width: var(--width-aside, 80px);
  }
}
@media (max-width: 992px) {
.site-layout-area > .widget-zone-area.secondary-alt-grid {
    display: none;
  }
.site-layout-area > .site-inner {
    margin-left: 0;
  }
}
.topbar-bg {
  position: relative;
  z-index: 1;
}
.main-topbar-fill {
  position: relative;
  z-index: 2;
}
.table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; clear: both; }
@media (max-width: 768px) {
.content-field-area .table-scroll > table {
    width: auto;
    min-width: 100%;
  }
}
.site-side-rail-icon-entry img { width: 24px; height: 24px; object-fit: contain; }
.site-side-rail-icon-entry.side-rail-icon-mark-lg-inner img { width: 48px; height: 48px; }
.switcher-wrapper img { width: 14px; height: 14px; object-fit: contain; }
.main-hamburger-cta-wrapper img { width: 24px; height: 24px; object-fit: contain; }
.content-field-area li { color: var(--savaspin-casino-copy-muted); }
.content-field-area li strong { color: var(--savaspin-casino-copy-muted); font-weight: 700; }
img { max-width: 100%; height: auto; }
.content-body-img-holder {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.content-body-img-left-side-grid {
  float: left;
  margin: 0.75rem 1.8rem 1rem 0;
}
.site-inner-img-end {
  float: right;
  margin: 0.75rem 0 1rem 1.8rem;
}
.content-field-area h2, .content-field-area h3, .content-field-area table { clear: both; }
.content-body-clear { clear: both; display: block; height: 0; }
@media (max-width: 768px) {
.content-body-img-holder, .content-body-img-left-side-grid, .site-inner-img-end {
    float: none !important;
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    max-height: none;
    height: auto;
    margin: 1rem auto;
  }
}
/* === Content Blocks === */
.content-field-area h1, .content-field-area h2, .content-field-area h3, .faqs-question, .faq-caption {
  font-family: var(--headline-text);
  color: var(--savaspin-casino-text-content);
  text-decoration: none;
  border: none;
}
.content-field-area h1 { font-size: 2.75rem; font-weight: 800; line-height: 1.15; margin-top: 2.5rem; margin-bottom: 0.75rem; }
.content-field-area h2, .faq-caption { font-size: 2.25rem; font-weight: 800; line-height: 1.2;  margin-top: 2rem;   margin-bottom: 0.6rem; }
.content-field-area h3, .faqs-question { font-size: 1.5rem;  font-weight: 700; line-height: 1.3;  margin-top: 1.5rem; margin-bottom: 0.5rem; }
@media (max-width: 600px) {
.content-field-area h1 { font-size: 2rem; }
.content-field-area h2, .faq-caption { font-size: 1.6rem; }
.content-field-area h3, .faqs-question { font-size: 1.2rem; }
}
.content-field-area ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0.75rem 0;
}
.content-field-area ul li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
  color: var(--savaspin-casino-text-content);
}
.content-field-area ol {
  list-style: decimal;
  padding-left: 1.7rem;
  margin: 0.75rem 0;
}
.content-field-area ol li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
  color: var(--savaspin-casino-text-content);
}
.content-field-area table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--theme-tile-background, rgba(255,255,255,0.03));
  border: 1px solid var(--edge, rgba(255,255,255,0.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  margin: 1.5rem 0;
  color: var(--savaspin-casino-copy-muted, #c9ccd6);
  font-family: var(--ui-main-font-family, 'Montserrat', system-ui, sans-serif);
}
.content-field-area table thead tr:first-child th:first-child { border-top-left-radius: 10px; }
.content-field-area table thead tr:first-child th:last-child { border-top-right-radius: 10px; }
.content-field-area table tbody tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.content-field-area table tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.content-field-area table thead tr { background: var(--alt-surface, rgba(255,255,255,0.06)); }
.content-field-area table thead th {
  font-weight: 700;
  color: var(--savaspin-casino-text-content, #fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--edge, rgba(255,255,255,0.12));
  font-size: 0.875rem;
  background: transparent;
  letter-spacing: 0.2px;
}
.content-field-area table thead th:last-child { border-right: none; }
.content-field-area table tbody tr:nth-child(odd) { background: transparent; }
.content-field-area table tbody tr:nth-child(even) { background: var(--alt-surface, rgba(255,255,255,0.03)); }
.content-field-area table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--edge, rgba(255,255,255,0.06));
  border-bottom: 1px solid var(--edge, rgba(255,255,255,0.06));
  color: var(--savaspin-casino-copy-muted, #c9ccd6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.content-field-area table tbody td:last-child { border-right: none; }
.content-field-area table tbody tr:last-child td { border-bottom: none; }
@media (max-width: 600px) {
.content-field-area table thead th { padding: 10px 12px; font-size: 0.8rem; }
.content-field-area table tbody td { padding: 10px 12px; font-size: 0.8rem; }
}
.site-questions-group-wrapper {
  background: var(--alt-surface, rgba(255,255,255,0.02));
  border: 1px solid var(--edge, rgba(255,255,255,0.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: 'Montserrat', system-ui, sans-serif;
}
.site-questions-group-wrapper .faq-caption {
  color: var(--savaspin-casino-text-content, #fff);
  font-family: var(--headline-text, 'Montserrat', system-ui, sans-serif);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px;
}
.site-questions-group-wrapper .faq-card-box {
  background: var(--theme-tile-background, rgba(255,255,255,0.04));
  border: 1px solid var(--edge, rgba(255,255,255,0.1));
  border-radius: 12px;
  padding: 24px 24px;
  margin-bottom: 14px;
  color: var(--savaspin-casino-copy-muted, #b1b4bc);
}
.site-questions-group-wrapper .faq-card-box:last-child { margin-bottom: 0; }
.site-questions-group-wrapper .faqs-question {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--savaspin-casino-text-content, #fff);
  margin: 0 0 12px;
}
.site-questions-group-wrapper .questions-reply-wrap {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--savaspin-casino-copy-muted, #b1b4bc);
}
.site-questions-group-wrapper .questions-reply-wrap p { margin: 0 0 8px; }
.site-questions-group-wrapper .questions-reply-wrap p:last-child { margin-bottom: 0; }
.site-questions-group-wrapper .questions-reply-wrap strong, .site-questions-group-wrapper .questions-reply-wrap b {
  font-weight: 700;
  color: var(--savaspin-casino-text-content, #fff);
}
@media (max-width: 600px) {
.site-questions-group-wrapper { padding: 24px 20px 28px; margin: 24px 12px; }
.site-questions-group-wrapper .faq-caption { letter-spacing: 0.3px; margin: 0 0 24px; padding-top: 4px; }
.site-questions-group-wrapper .faq-card-box { padding: 20px 18px; margin-bottom: 12px; }
.site-questions-group-wrapper .faqs-question { line-height: 1.35; }
}
.content-field-area h2 {
  border: none;
  border-bottom: none;
}
.content-field-area ul li, .content-field-area ol li {
  border-bottom: none;
}
/* === /Content Blocks === */
.content-field-area { max-width: 1400px; margin: 0 auto; }
[data-slot="app-content-image-2"]:not(a):not(button) { max-width: 10% !important; max-height: none !important; }
@media (max-width: 768px) {
[data-slot="app-content-image-2"]:not(a):not(button) { max-width: 100% !important; }
}

/*OV*/
:root {
  --savaspin-casino-bg: #011111;
  --alt-surface: #061f1f;
  --accent-primary: #00EAEF;
  --main-hover: #5870f2;
  --theme-dark-accent-primary: #00d6db;
  --secondary-alt: #3d5cff;
  --savaspin-casino-text-content: #ffffff;
  --savaspin-casino-copy-muted: #a2a5af;
  --action-label: #ffffff;
  --highlight: #00EAEF;
  --copy-highlight: #000000;
  --edge: rgba(255,255,255,0.10);
  --theme-tile-background: #061f1f;
  --ui-gradient: linear-gradient(180.5deg, #00EAEF 0.43%, #0F3F40 99.57%);
  --aura: rgba(0,234,239,0.25);
  --savaspin-casino-glow-deep: rgba(0,234,239,0.45);
}
.site-footer-section {
  --fill-footer: #011111;
  background-color: #011111 !important;
}
.primary-btn, .cta-btn, .signup-action-wrapper, .second-btn, a.second-btn, .site-access-button, .first-btn, a.first-btn, .missions-action-row, .mobile-banner-cta, .app-promo-banner-btn, .site-page-footer-call-to-action-container, .sidebar-btn, .main-toggle-start, .masthead-bg-action-wrapper {
  background: #3d5cff !important;
  background-image: none !important;
  border-color: #3d5cff !important;
  color: #ffffff !important;
}
:root .site-page-footer-call-to-action-container.site-page-footer-call-to-action-container.site-page-footer-call-to-action-container.site-page-footer-call-to-action-container { background: #3d5cff !important; background-image: none !important; border-color: #3d5cff !important; }
.signup-action-wrapper, .primary-btn, .app-promo-banner-btn {
  background-color: #3d5cff !important;
  color: #ffffff !important;
}
.signup-action-wrapper *, .primary-btn *, .app-promo-banner-btn * { color: #ffffff !important; }
.signup-action-wrapper, .second-btn, a.second-btn {
  background: #3d5cff !important;
  border-color: #3d5cff !important;
  color: #ffffff !important;
}
.page-header-surface-deposit { color: #FFE100 !important; }
.main-header-surface-offer { color: #FFE100 !important; }
.masthead-bg-action-wrapper, .promo .promo-cta {
  color: #ffffff !important;
}
.masthead-surface-cta-main-area, .page-header-fill-cta-description-inner { color: #ffffff !important; }
:root {
  --promo-cta-grad-top-area: #00EAEF !important;
  --reward-btn-grad-bottom-area: #0F3F40 !important;
}
.masthead-bg-action-wrapper, .promo .promo-cta {
  background: linear-gradient(180deg, var(--promo-cta-grad-top-area) 0%, var(--reward-btn-grad-bottom-area) 100%) !important;
  background-image: linear-gradient(180deg, var(--promo-cta-grad-top-area) 0%, var(--reward-btn-grad-bottom-area) 100%) !important;
}
.masthead-bg-action-wrapper:hover, .promo .promo-cta:hover { background: linear-gradient(180deg, var(--reward-btn-grad-bottom-area) 0%, var(--promo-cta-grad-top-area) 100%) !important; }
.topbar-bg { background-position: right center !important; background-size: cover !important; }
.main-topbar-fill {
  align-items: center !important;
  text-align: center !important;
  max-width: 620px !important;
  margin-right: auto !important;
  padding-left: 4% !important;
  padding-top: 10% !important;
  padding-bottom: 60px !important;
}
.main-topbar-fill .page-header-fill-action-main { align-items: center !important; }
.main-topbar-fill .page-header-bg-name-wrapper {
  display: inline-block !important;
  --_chip: var(--banner-chip-bg, var(--accent-primary, #00eaef));
  --_chipd1: color-mix(in srgb, color-mix(in srgb, var(--_chip), #000 72%), #fff 12%);
  --_chipd2: color-mix(in srgb, color-mix(in srgb, var(--_chip), #000 59%), #fff 12%);
  --_chipb: color-mix(in srgb, color-mix(in srgb, var(--_chip), #000 26%), #fff 10%);
  background: linear-gradient(90deg, color-mix(in srgb, var(--_chipd1) 70%, transparent) 0%, color-mix(in srgb, var(--_chipd2) 70%, transparent) 100%) !important;
  border: 1px solid var(--banner-chip-border, var(--_chipb)) !important;
  box-shadow: 3px 3px 8.6px 0px #00000080 !important;
  padding: 8px 14px !important;
  border-radius: 18px !important;
  text-shadow: none !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .main-topbar-fill { max-width: none !important; padding-left: 0 !important; padding-top: unset !important; }
}
:root .masthead-bg-action-wrapper {
  --promo-cta-grad-top-area: #00EAEF !important;
}
:root .masthead-bg-action-wrapper {
  --reward-btn-grad-bottom-area: #0F3F40 !important;
}
:root .primary-btn {
  background: #3d5cff !important;
}
:root .primary-btn {
  color: #ffffff !important;
}
:root .site-footer-section.footer {
  background: #011111 !important;
}
:root .site-access-button {
  background: #000E0C !important;
}
:root .main-toggle-start {
  background: #0E3D3A !important;
}