/*!
Theme Name: CasinoSite5000 Theme
Theme URI: http://pryvus.com/
Author: Pryvus
Author URI: http://pryvus.com/
Description: Custom light theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cassite-theme
*/

/* =======================
   Reset & Base styles
======================= */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* body {
  font-family: var(--coming-soon-font, "Poppins", sans-serif);
  margin: 0;
  color: #fff;
  background: #070920;
} */
body {
  font-family: var(--coming-soon-font, "Poppins", sans-serif);
  margin: 0;
  color: var(--cs-body-text, #fff);
  background: var(--cs-body-bg, #070920);
}



#background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(100px);
  }
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

/* =======================
   Links
======================= */
a, a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* =======================
   Containers
======================= */
.container__page {
  max-width: 900px !important;
  width: 100%;
  margin: 0 auto;
}

.content__wrap {
  padding-bottom: 64px;

  .wp-block-list {
    list-style: disc !important;
    padding: 10px;
  }

  p {
    padding: 12px 0;
  }
}

.wp-block-heading {
  font-size: 20px !important;
  font-weight: 900;
}

.menu_page_title {
  padding: 24px 0 !important;
  margin-bottom: 24px;
  border-bottom: 1px solid #44403f;
  font-size: 32px !important;
}

@media (max-width: 1024px) {
  .container__page {
    padding: 15px;
  }
}

/* =======================
   Common
======================= */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

/* =======================
   Forms
======================= */
input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

label {
  cursor: pointer;
}

/* =======================
   Layout
======================= */
.site-main > .container {
  padding: 33px 0 0;
  color: var(--text-color);
  h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  a {
    color: var(--text-color);
    text-decoration: underline;
  }
  ul {
    padding-left: 20px;
    margin-bottom: 10px;
    li {
      list-style: disc;
      margin-bottom: 5px;
    }
  }
}

.container {
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 1002px;
    max-width: 98vw;
  }

  .container-page {
    width: 1165px;
    max-width: 98vw;
    margin: 0 auto;
    padding: 20px 0;
  }
}

/* =======================
   Header
======================= */
.header {
  padding-top: 20px;
}

.header-container {
  display: flex;
  position: relative;
  justify-content: end;
  align-items: center;
  background: #0a081b;
  border-radius: 10px;
  box-shadow: 0 4px 22px rgba(0,0,0,.25);
  margin: 0 auto 46px;
  max-width: 1500px;
  padding: 39px 50px;
  width: 100%;
  z-index: 10;

  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    img {
      width: 100%;
      max-width: 230px;
    }
  }

  .nav .menu ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .menu {
    display: flex;
    gap: 25px;

    a {
      color: #fff;
      font-weight: 600;
      transition: color 0.3s ease;

      &:hover {
        color: #ff8c22;
      }
    }
  }
}

.main__header {
  text-align: center;
  padding: 50px 0;
}

.main__header .hero__title {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--cs_hero_title_colorleft);
  .primary {
    color: var(--cs_hero_title_colorright);
  }
}

.main__header p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: var(--cs-body-text, #fff);
}

.sitecas__brand-card {
  position: relative;
  overflow: hidden;
  background: var(--cs-card-bg, hsl(263 64% 31% / 0.5));
  /* padding, border, box-shadow — без изменений */
}

.sitecas__brand-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: var(--cs-card-left-bg, hsla(263, 64%, 31%, 0.40));
  pointer-events: none;
  z-index: 1;
}

.brand-col--logo,
.brand-col--offer,
.brand-col--rating,
.brand-col--btn {
  position: relative;
  z-index: 2;
}

.save__wrapper .header-container {
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 0 20px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.save__wrapper .logo {
  position: static;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.save__wrapper .header__logo {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: none;
  /* background: linear-gradient(90deg, #ffffff 10%, #f6e8ff 30%, #c264ff 100%); */
  background: linear-gradient(90deg, var(--cs-header-title-colorleft, #ffffff) 30%,   var(--cs-header-title-colorright, #c264ff)
  100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.save__wrapper .header__disclaimer {
  margin: 0;
  padding: 8px 30px;
  max-width: 450px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--cs_disclaimer_text_color);
  border-radius: 999px;
  background: var(--cs_disclaimer_bg_color);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .save__wrapper .header__disclaimer {
    padding: 5px 24px;
    font-size: 12px;
  }

  .save__wrapper .header__logo {
    font-size: 32px;
  }
}

/* ====== Brands list / таблица ====== */

.brands-list-block {
  padding: 0px 0 80px;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.save__brands-list .container {
  max-width: 1002px;
  margin: 0 auto;
}

.brands__header-row,
.sitecas__brand-card {
  max-width: 962px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1.5fr;
  column-gap: 50px;
  align-items: center;
}

.brands__header-row {
  padding: 21px 32px;
  margin-bottom: 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: var(--cs-brands-header-bg, rgba(67, 28, 130, 0.502));
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}

.brands__header-cell h3 {
  font-size: 16px;
  margin: 0;
}

.brands__header-cell:nth-child(1) {
  text-align: left;  
}

.brands__header-cell:nth-child(2),
.brands__header-cell:nth-child(3),
.brands__header-cell:nth-child(4) {
  text-align: center;
}

.sitecas__brand-card {
  margin-bottom: 1rem;
  padding: 21px 32px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: var(--cs-card-bg, hsl(263 64% 31% / 0.5));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

.brand-col--logo img {
  width: 100px;
  height: auto;
  display: block;
}

.brand-col--offer .header__disclaimer {
  text-align: center;
}
.brand-col--offer .header__disclaimer {
  margin: 0;
}

.brand-col--offer .header__disclaimer:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: var(--card_offer_title);
  padding-bottom: 5px;
}

.brand-col--offer .header__disclaimer:last-child {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--card_offer_subtitle);
}

.brand-col--logo {
  display: flex;
  justify-content: center;
}

.brand-col--rating {
  text-align: center;
}

.brand-col--rating .header__disclaimer {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
}

.rating__stars {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.rating__stars .star img {
  width: 18px;
  height: auto;
}

.brand-col--btn {
  display: flex;
  justify-content: flex-end;
}

.save__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  background: var(--cs-btn-bg-from, #32ff74);
  color: var(--cs-btn-text, #041b07);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out,
    filter 0.12s ease-out;
  white-space: nowrap;
}

.save__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.7);
  filter: brightness(1.05);
}

.save__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.6);
}


@media (max-width: 900px) {

  .main__header .hero__title {
    font-size: 1.4rem;
  }
  
  .brands__header-row {
    display: none;
  }

  .sitecas__brand-card {
    max-width: 100%;
    min-height: 150px;
    margin: 0 auto 16px;
    padding: 18px 20px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    column-gap: 16px;
    align-items: stretch;
  }

  .brand-col--logo,
  .brand-col--rating {
    grid-column: 1 / 2;
  }

  .brand-col--logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 6px;
  }

  .brand-col--logo img {
    width: 1000px;
    height: auto;
    margin-bottom: 12px;
  }

  .brand-col--rating {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .brand-col--rating .header__disclaimer {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .rating__stars {
    justify-content: center;
  }

  .brand-col--offer,
  .brand-col--btn {
    grid-column: 2 / 3;
    justify-content: center !important;
  }

  .brand-col--offer {
    margin-bottom: 12px;
  }

  .brand-col--offer .header__disclaimer:first-child {
    font-size: 14px;
  }

  .brand-col--offer .header__disclaimer:last-child {
    font-size: 17px;
  }

  .brand-col--btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .save__btn {
    min-width: 145px !important;
    justify-content: center;
  }
  .main__header {
    padding: 30px 0 30px 0px;
  }

  .brands-list-block {
    padding: 0px;
  }

  .sitecas__footer_content p {
    font-size: 14px !important;
  }
}

/* ====== FOOTER ====== */

.site-footer {
  padding: 60px 0 40px;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.site-footer .footer__top.container,
.site-footer .footer__bottom.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer__main {
  text-align: center;
}

.footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 32px;
}

.footer_logos {
  display: inline-flex;
  align-items: center;
}

.landing__footer_img {
  max-height: 46px;
  width: auto;
  display: block;
}

.sitecas__footer_content {
  max-width: 960px;
  margin: 32px auto 32px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cs-body-text, #fff);
}

.sitecas__footer_copyright {
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #f7ecff;
  opacity: 0.9;
}

.footer__bottom.container {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer__bottom .menu {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.footer__bottom .menu-item {
  margin: 0;
  padding: 0;
}

.footer__bottom .menu a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.footer__bottom .menu a:hover {
  text-decoration: underline;
}

.footer__bottom .menu ul {
  display: flex;
  gap: 32px;
}

.sitecas__footer_content p {
  font-size: 16px;
}

.brand__disclaimer {
  padding: 0px 32px 20px 32px;
}

.brand__disclaimer p{
    margin: 0;
    color: #909090;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
}
/* ====== MOBILE ====== */

@media (max-width: 900px) {
  .site-footer .footer__top.container,
  .site-footer .footer__bottom.container {
    padding: 0 20px;
  }

  .footer__logos {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }

  .brand__disclaimer {
    padding: 0px;
  }
  
  .brand__disclaimer p{
      margin: 0;
      color: #909090;
      font-size: 9px;
      text-align: center;
      line-height: 1.2;
  }

  .landing__footer_img {
    max-height: 34px;
  }

  .sitecas__footer_content {
    font-size: 13px;
    margin: 24px auto 24px;
  }

  .footer__bottom .menu {
    gap: 20px;
    padding: 14px 0;
  }

  .footer__bottom .menu a {
    font-size: 13px;
  }

  .sitecas__footer_copyright {
    font-size: 14px;
    padding: 0 20px;
    color: #ffff;
  }

  .footer__bottom .menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
  }

.sitecas__brand-card::before {
  width: 140px;
}


}
