/*!
Theme Name: Betlify 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;
}

:root {
  --primary-color: #7c3aed;
  --primary-hover: #6d28d9;
  --primary-dark: #1a1a2e;
  --accent-gold: #f59e0b;
  --accent-coral: #f43f5e;
  --text-dark: #1f2937;
  --text-gray: #6b7280;
  --bg-light: #faf5ff;
  --border-color: #e5e7eb;
  --white: #ffffff;
  --rating-gold: #fbbf24;
  --success-green: #10b981;
  --urgency-red: #dc2626;
}

/* body {
  font-family: var(--coming-soon-font, "Poppins", sans-serif);
  margin: 0;
  color: #fff;
  background: #070920;
} */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  line-height: 1.7;
  color: #f8fafc;
  background: #0f172a;
  background-image: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

a, a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.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: 32px !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;
  }
}

aside, nav, footer, header, section, main {
  display: block;
}

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



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

address {
  font-style: normal;
}

/* =======================
   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: 1200px;
  margin: 0 auto;
}

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

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

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

.header.casguide__wrapper {
  background-color: #1a1a2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0px;         
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header-container .logo p {
  font-size: 16px;
}

.header-container .logo p  a {
  color: #fbbf24;
  text-decoration: underline;
  font-weight: 600;
}
/* 
.header__menu_list {
  display: flex;
  justify-content: center;
  background: white;
  border-bottom: 1px solid #e5e7eb;
}

.header__menu_list .header-nav .header-nav__menu {
  display: flex;
  gap: 20px;
  color: #070920;
} */

.header-nav__menu {
  border-bottom: 1px solid #e5e7eb;
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.logo img {
  height: 32px;               
  width: 32px;
  object-fit: contain;
  display: block;
}

.header__disclaimer {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.header__disclaimer a {
  color: #ffd54a;
  text-decoration: underline;
  font-weight: 600;
}

.header__logos {
  display: flex;
  align-items: center;
  column-gap: 18px;
  flex-shrink: 0;
}

.casguide__header_logo img {
  height: 28px;                
  width: auto;
  display: block;
}


.main__logo_menu h1 {
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.main__logo_menu {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-nav {
  display: flex;
  align-items: center;
}

.navigation ul {
  display: flex;
  gap: 8px;
}

.navigation ul li {
  list-style: none;
}

.navigation ul li a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #cbd5e1;
}

.navigation ul li a:hover, 
.navigation ul li a.active {
  color: #f8fafc;
  background: #334155;
}

.header__menu_list {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #475569;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 20px;
}



@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }

  .logo {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .casguide__header_logo img {
    height: 20px;
  }

  .header-container .logo p {
    font-size: 14px;
  }

  .header-container {
    padding: 10px 24px;
  }


  .header__logos {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }

  .header__disclaimer {
    max-width: 100%;
  }

  .main__logo_menu h1 {
    text-align: center;
  }
/* 
  .main__logo_menu {
    flex-direction: column;
  } */

  .navigation ul {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  
}

.hero__block {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #2d1b4e 50%, var(--primary-color) 100%);
  color: var(--white);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero__block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}


.hero__block_title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
}

.hero__block_title p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.95;
  line-height: 1.8;
  position: relative;
}

.hero__block_title .primary {
  color: var(--accent-gold);
  text-shadow: 0 2px 10px rgba(245, 158, 11, 0.3);
}

@media (max-width: 768px) {
  .hero__block_title h1 {
      font-size: 1.5rem;
      margin-bottom: 12px;
  }
  .hero__block_title p {
    font-size: 0.85rem;
    line-height: 1.6;
  }

}

/* =========================
   WRAPPER / BACKGROUND
========================= */
.brands-list-block {
  background: #f7f3ff; /* светло-фиолетовый фон секции как на скрине */
  padding: 0px 0 44px;
}

.brands-list-block .brands__main_title {
  background: var(--white);
  padding: 24px 0;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.brands-list-block .brands__main_title h1 {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 900;
  color: #202433;
}

.brands-list-block .brands__main_title p {
  margin: 0;
  font-size: 18px;
  color: #6b7280;
}

/* =========================
   FILTER BAR
========================= */
.brands-filter {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}

.brands-filter__label {
  font-weight: 800;
  color: #202433;
  font-size: 16px;
  margin-right: 6px;
}

.brands-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.brands-filter__pill {
  padding: 10px 20px;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.brands-filter__pill:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.brands-filter__pill .pill__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brands-filter__pill.is-active {
  background: #6d28d9; 
  border-color: #6d28d9;
  color: #fff;
}

/* =========================
   LIST
========================= */
.casguide__brands-list {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* =========================
   CARD (close to screenshot)
========================= */
.sitecas__brand-card {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 26px 26px 22px;
  box-shadow: 0 12px 30px rgba(18, 22, 40, 0.08);
  display: grid;
  grid-template-columns: 290px 1fr 140px 220px;
  grid-template-rows: auto auto auto auto auto;
  column-gap: 28px;
  align-items: center;
}

/* badge (category) */
.brand__badge {
  position: absolute;
  top: -18px;
  left: 22px;
  background: #12b981;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  box-shadow: 0 12px 18px rgba(18, 185, 129, 0.22);
}

.brand-disclaimer {
  max-width: 1120px;
}

/* logo */
.brand-col--logo {
  grid-column: 1;
  grid-row: 1 / span 3;

  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px; /* чтобы бейдж не наезжал */
}

.brand-col--logo img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* center info */
.brand-col--info {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
}

.brand__title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 900;
  color: #202433;
}

.brand__subtitle p {
  margin: 10px 0 0;
  font-size: 15px;
  color: #6b7280;
}

/* expiry line */
.brand__expiry {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.brand__expiry_title {
  color: #6b7280;
  font-weight: 700;
}

.brand__expiry_value {
  color: #ef4444;
  font-weight: 900;
}

/* rating */
.brand__rating {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: center;
  text-align: center;
}

.brand__rating-value {
  font-size: 32px;
  font-weight: 900;
  color: #7c3aed;
  line-height: 1;
  margin-bottom: 10px;
}

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

.rating__stars .star {
  width: 20px;
  height: 20px;
}

/* CTA */
.brand-col--btn {
  grid-column: 4;
  grid-row: 1 / span 2;
  justify-self: end;
}

.save__btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);
  color: var(--white);
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.save__btn:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
  transform: translateY(-2px);
}

/* Toggle separator line + centered button */
.brand__toggle {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 18px;
  padding: 18px 0 18px;
  border-top: 1px solid #ececf6;
  width: 100%;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #7c3aed;
  cursor: pointer;
}

.brand__toggle-icon {
  display: inline-block;
  transform: translateY(1px);
  transition: transform 180ms ease;
}

.sitecas__brand-card.is-open .brand__toggle-icon {
  transform: rotate(180deg);
}

/* Details block */
.brand__details {
  grid-column: 1 / -1;
  grid-row: 5;

  background: #f6efff;
  border-radius: 18px;
  padding: 22px 22px;
}

/* Pros/Cons grid */
.brand__details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

/* list titles */
.brand__list-title {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 900;
}

.brand__list-title--pros { color: #10b981; }
.brand__list-title--cons { color: #ef4444; }

/* list rows */
.brand__pros p,
.brand__cons p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--text-gray);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.brand__pros p::before {
  content: "✓";
  color: #10b981;
  font-weight: 900;
  margin-top: 2px;
}

.brand__cons p::before {
  content: "✕";
  color: #ef4444;
  font-weight: 900;
  margin-top: 2px;
}

/* Disclaimer line */
.brand__disclaimer {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid #ececf6;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.sitecas__brand-card.is-filter-hidden{
  display: none !important;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .sitecas__brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .brand__title h2 { font-size: 30px; }
  .save__btn { width: 175px; height: 60px; }
}

@media (max-width: 860px) {
  .sitecas__brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .brand-col--logo { 
    grid-row: auto; 
    padding-top: 26px; 
  }
  .brand-col--info { 
    text-align: center; 
    grid-row: auto; 
  }

  .brand__rating { 
    grid-row: auto; 
  }

  .brand-col--btn { 
    justify-self: center; 
    grid-row: auto; 
  }

  .brand__details-grid { grid-template-columns: 1fr; }

  .brand__badge { 
    left: 18px; 
    top: -18px; 
  }
}

/* ===== Mobile filter accordion ===== */
.brands-filter__mobile-head {
  display: none;
}



/* Educational Content Section */
.education-section {
  background: var(--white);
  padding: 60px 0;
}

.education-section__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 40px;
}

.education-section__title span {
  color: var(--primary-color);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.education-card {
  background: var(--bg-light);
  border-radius: 16px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.education-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.education-card__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.education-card__icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.education-card__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.education-card__text {
  color: var(--text-gray);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.education-card__link {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.education-card__link:hover {
  text-decoration: underline;
}

/* About/Text Content Section */
.content-section {
  background: var(--white);
  padding: 60px 0;
}

.content-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.content-section__title span {
  color: var(--primary-color);
}

.content-section__text {
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.content-section__text:last-child {
  margin-bottom: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.content-box {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 24px;
}

.content-box__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-box__title img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(86%) saturate(2780%) hue-rotate(248deg) brightness(92%) contrast(93%);
}

.content-box__list {
  list-style: none;
  color: var(--text-gray);
  font-size: 0.95rem;
}

.content-box__list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}



.content-box__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--success-green);
  font-weight: bold;
}

/* Responsible Gambling Section */
.responsible-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #2d1b4e 100%);
  padding: 60px 0;
  color: var(--white);
}

.responsible-section__header {
  text-align: center;
  margin-bottom: 40px;
}

.responsible-section__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.responsible-section__subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.responsible-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.responsible-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  transition: background 0.3s ease;
}

.responsible-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.responsible-card__icon {
  width: 50px;
  height: 50px;
  background: var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.responsible-card__icon img {
  width: 24px;
  height: 24px;
  fill: var(--primary-dark);
}

.responsible-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.responsible-card__text {
  font-size: 0.85rem;
  opacity: 0.85;
  line-height: 1.6;
}

.responsible-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.responsible-logos a {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.responsible-logos a:hover {
  opacity: 1;
}

.responsible-logos img {
  height: 36px;
  width: auto;
}

.responsible-helpline {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.responsible-helpline__text {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.responsible-helpline__number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-gold);
}

        /* Footer */
        footer {
          background-color: var(--text-dark);
          color: var(--white);
          padding: 60px 0 20px;
          margin-top: 80px;
      }

      .footer-logos {
          display: flex;
          flex-wrap: wrap;
          gap: 24px;
          justify-content: center;
          align-items: center;
          margin-bottom: 40px;
          padding-bottom: 40px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .footer-logo {
          opacity: 0.8;
          transition: opacity 0.3s ease;
      }

      .footer-logo:hover {
          opacity: 1;
      }

      .footer-logo img {
          height: 40px;
          width: auto;
      }

      .footer-content {
          max-width: 900px;
          margin: 0 auto 40px;
          text-align: center;
      }

      .footer-content p {
          margin-bottom: 16px;
          opacity: 0.8;
          font-size: 0.9rem;
          line-height: 1.8;
      }

      .footer__menu .menu ul{
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          gap: 24px;
          margin-bottom: 30px;
          list-style: none;
      }

      .footer__menu .menu ul li a {
          color: var(--white);
          text-decoration: none;
          opacity: 0.8;
          transition: opacity 0.3s ease;
          font-size: 0.9rem;
      }

      .footer__menu a:hover {
          opacity: 1;
      }

      .footer-copyright {
          text-align: center;
          padding-top: 30px;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
          opacity: 0.6;
          font-size: 0.85rem;
      }

       /* Sticky Mobile CTA */
       .sticky-cta {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--white);
        padding: 16px 20px;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        border-top: 3px solid var(--primary-color);
    }

    .sticky-cta__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        gap: 16px;
    }

    .sticky-cta__text {
        font-size: 0.9rem;
    }

    .sticky-cta__text strong {
        color: var(--primary-color);
        display: block;
    }

    .sticky-cta__btn {
        background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);
        color: var(--white);
        padding: 14px 28px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        white-space: nowrap;
        animation: glow 2s ease-in-out infinite;
    }

    @keyframes glow {
        0%, 100% { box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4); }
        50% { box-shadow: 0 4px 25px rgba(16, 185, 129, 0.6); }
    }


/* Exit Intent Popup */
.exit-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.exit-popup-overlay.active {
  display: flex;
}

.exit-popup {
  background: var(--white);
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  animation: popupSlide 0.3s ease-out;
}

@keyframes popupSlide {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.exit-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--bg-light);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--text-gray);
  transition: all 0.3s ease;
}

.exit-popup__close:hover {
  background: var(--border-color);
}

.exit-popup__header {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
  color: var(--white);
  padding: 30px;
  text-align: center;
}

.exit-popup__header h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.exit-popup__header p {
  opacity: 0.9;
  font-size: 0.95rem;
}

.exit-popup__body {
  padding: 30px;
}

.exit-popup__offer {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border: 2px dashed var(--primary-color);
}

.exit-popup__offer-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.exit-popup__offer-subtitle {
  color: var(--text-gray);
  font-size: 0.9rem;
}

.exit-popup__cta {
  display: block;
  background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);
  color: var(--white);
  padding: 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.exit-popup__cta:hover {
  transform: translateY(-2px);
}

.exit-popup__skip {
  display: block;
  text-align: center;
  margin-top: 16px;
  color: var(--text-gray);
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .brands-filter {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .brands-filter__label {
    text-align: center;
    margin: 0;
  }

  .brands-filter__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 44px;
    padding: 0 18px;

    border-radius: 18px;
    border: 2px solid #d8d9e6;
    background: #f6efff;

    font-weight: 900;
    font-size: 14px;
    color: #202433;

    cursor: pointer;
  }

  .brands-filter__mobile-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .brands-filter__mobile-arrow {
    font-size: 18px;
    transition: transform 180ms ease;
  }

  .brands-filter.is-open .brands-filter__mobile-arrow {
    transform: rotate(180deg);
  }

  .brands-filter__list {
    display: block;
    overflow: hidden;
    height: 0;
    transition: height 180ms ease;
  }

  .brands-filter.is-open .brands-filter__list {
    display: flex;
    gap: 10px;
  }

  .brands-filter__pill {
    width: 100%;
    justify-content: flex-start;
    height: 44px;
    font-size: 14px;
    border-radius: 999px;
  }

  .brands-filter__pill.is-active {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
  }

  
  .education-section {
    padding: 40px 0;
}

.education-section__title {
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.education-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
}

.education-card {
    padding: 20px;
}

.content-box {
  padding: 20px;
}

.content-grid {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

.responsible-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.responsible-section {
  padding: 40px 0;
}

.responsible-section__title {
  font-size: 1.5rem;
}

.responsible-section__subtitle {
  font-size: 0.95rem;
}

.sticky-cta {
  display: block;
}
.sticky-cta__text {
  color: black;
}
}