   :root {
       --bg-main: #0f1621;
       --card-bg: rgba(255, 255, 255, 0.04);
       --text-primary: #ffffff;
       --text-secondary: rgba(255, 255, 255, 0.7);
       --accent: #00f2ea;
       --radius: 16px;
       --gap: 24px;
       --bg: #0f1621;
       --text: #e0e0e0;
       --text-muted: rgba(255, 255, 255, 0.75);
       --accent: #00f2ea;
       --accent-gradient: linear-gradient(90deg, #00f2ea, #00c4ff);
       --radius: 16px;
   }

   h2,
   h3 {
       margin: 0;
   }

   html,
   body {
       margin: 0;
       padding: 0;
       font-family: 'Poppins', sans-serif;
   }

   .lc-strip {

       background-color: #050615;
       color: #ffffff;
       font-family: 'Poppins', sans-serif;
   }

   .lc-strip__notice {
       width: auto;
       padding: 6px 12px;
       background-color: #02030b;
       text-align: center;
   }

   .lc-strip__notice-text {
       font-size: 14px;
       line-height: 1.4;

       color: rgb(156 163 175);
       letter-spacing: 0.02em;
   }

   .lc-strip__notice-link {
       color: #00c2ff;
       text-decoration: none;
       font-weight: 600;
   }

   .lc-strip__notice-link:hover {
       text-decoration: underline;
   }

   .lc-strip__bar {
       width: auto;
       padding: 14px 16px;
       background-color: #15172a;
       border-bottom: 1px solid rgba(0, 0, 0, 0.6);
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .lc-strip__logo {
       display: inline-flex;
       align-items: center;
       gap: 10px;
   }

   .lc-strip__logo-icon {
       width: 48px;
       height: 48px;
       border-radius: 999px;
       background: radial-gradient(circle at 30% 20%, #ffd889, #f2762a);
       display: flex;
       align-items: center;
       justify-content: center;
       box-shadow:
           0 0 0 2px rgba(255, 255, 255, 0.15),
           0 10px 20px rgba(0, 0, 0, 0.7);
   }

   .lc-strip__logo-icon img {
       height: 48px;
       width: auto;
   }

   .lc-strip__logo-text {
       display: flex;
       flex-direction: column;
       gap: 0px;
       justify-content: center;
   }

   .lc-strip__logo-main {
       font-size: 16px;
       font-weight: 700;
       letter-spacing: 0.18em;
   }

   .lc-strip__logo-sub {
       font-size: 10px;
       font-weight: 600;
       letter-spacing: 0.32em;
       color: rgba(255, 255, 255, 0.7);
   }

   /* Адаптив */

   @media (max-width: 768px) {
       .lc-strip__notice {
           padding: 6px 10px;
       }

       .lc-strip__notice-text {
           font-size: 10px;
       }

       .lc-strip__bar {
           padding: 10px 12px;
       }

       .lc-strip__logo-icon {
           width: 36px;
           height: 36px;
       }

       .lc-strip__logo-main {
           font-size: 14px;
           letter-spacing: 0.16em;
       }

       .lc-strip__logo-sub {
           font-size: 9px;
           letter-spacing: 0.28em;
       }
   }

   @media (min-width: 1200px) {
       .lc-strip__bar {
           padding-top: 18px;
           padding-bottom: 18px;
       }

       .lc-strip__logo-icon {
           width: 48px;
           height: 48px;
       }

       .lc-strip__logo-main {
           font-size: 20px;
           line-height: 1;
           color: #d39100;
       }

       .lc-strip__logo-sub {
           font-size: 14px;
           color: #d39100;
       }
   }

   .ptgate-welcome__black {
       background-color: rgb(0 0 0);
   }

   .ptgate-welcome {
       position: relative;

       padding: 110px 16px 90px;
       background-color: #02030b;

       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
       background-attachment: fixed;
       /* фиксированная картинка */
       color: #ffffff;
       overflow: hidden;
   }

   /* лёгкий дополнительный градиент, чтобы не быть копией */
   .ptgate-welcome::before {
       content: "";
       position: absolute;
       inset: 0;
       background: #000;
       mix-blend-mode: unset;
       opacity: 0.7;
       pointer-events: none;
   }

   .ptgate-welcome__inner {
       position: relative;
       z-index: 2;
       max-width: 1050px;
       margin: 0 auto;
       text-align: center;
       padding: 0 16px;
   }

   .ptgate-welcome__title {
       margin: 0 0 20px;
       font-size: 60px;
       line-height: 1;
       font-weight: 800;
       letter-spacing: 0.02em;
   }

   .ptgate-welcome__subtitle {
       margin: 0;
       font-size: 20px;
       line-height: 1.6;
       color: rgba(255, 255, 255, 0.85);
   }

   /* Адаптив */

   @media (max-width: 1024px) {
       .ptgate-welcome {
           padding-top: 90px;
           padding-bottom: 70px;
       }

       .ptgate-welcome__title {
           font-size: 32px;
       }

       .ptgate-welcome__subtitle {
           font-size: 15px;
       }
   }

   @media (max-width: 768px) {
       .ptgate-welcome {
           padding-top: 80px;
           background-size: 200%;
           padding-bottom: 60px;
           background-attachment: scroll;
           /* чтобы на мобилках не лагал скролл */
       }

       .ptgate-welcome__inner {
           padding: 0 14px;
       }

       .ptgate-welcome__title {

           margin-bottom: 14px;
       }

       .ptgate-welcome__subtitle {
           font-size: 18px;
       }
   }

   .ptbets-card {
       padding: 64px 15px;
       background-color: #050615;
   }

   .ptbets-card__wrap {
       max-width: 1180px;
       margin: 0 auto;
       padding: 26px 32px;
       border-radius: 18px;
       background-color: rgb(26 26 46);
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 32px;
       box-shadow:
           0 16px 35px rgba(0, 0, 0, 0.75),
           0 0 0 1px rgba(255, 255, 255, 0.04);
       color: #ffffff;
   }

   .ptbets-card__main {
       flex: 1 1 auto;
   }

   .ptbets-card__brand {
       display: flex;
       align-items: center;
       gap: 26px;
   }

   .ptbets-card__logo img {
       display: block;
       max-width: 200px;
       height: auto;
   }

   .ptbets-card__logo img {
       display: block;
       max-width: 200px;
       height: 100px;
   }

   .ptbets-card__name {
       margin: 0;
       font-size: 24px;
       margin-bottom: 8px;
       font-weight: 700;
   }

   .ptbets-card__rating {
       display: flex;
       align-items: center;
       gap: 6px;
       font-size: 14px;
       color: rgba(255, 255, 255, 0.8);
   }

   .ptbets-card__stars {
       display: inline-flex;
       gap: 3px;
       color: #ffb84a;
       font-size: 23px;
   }

   .ptbets-card__rating-score {
       font-weight: 700;
       font-size: 18px;
       color: #ffffff;
   }

   .ptbets-card__bonus {
       margin: 4px 0 16px;
       font-size: 18px;
       color: #00e2a5;
       font-weight: 600;
   }

   .ptbets-card__payments {
       margin-top: 10px;
       display: flex;
       flex-direction: column;
       gap: 6px;
   }

   .ptbets-card__payments-label {
       font-size: 12px;
       text-transform: uppercase;
       letter-spacing: 0.08em;
       color: rgba(255, 255, 255, 0.6);
   }

   .ptbets-card__payments-icons {
       display: flex;
       align-items: center;
       gap: 16px;
       font-size: 22px;
   }

   .ptbets-card__payments-icons img {
       height: 32px;
   }

   .ptbets-card__payments-text {
       font-size: 18px;
       font-weight: 700;
       color: #f2428a;
   }

   .ptbets-card__aside {
       flex: 0 0 auto;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .ptbets-card__btn {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       padding: 15px 40px;
       border-radius: 999px;
       background-color: rgb(26 26 46);
       color: #ffffff;
       font-size: 20px;
       font-weight: 700;
       text-decoration: none;
       letter-spacing: 0.08em;
       text-transform: uppercase;
       box-shadow:
           0 16px 26px rgba(0, 0, 0, 0.7),
           0 0 0 1px rgba(255, 255, 255, 0.08);
       transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
       white-space: nowrap;
   }

   .ptbets-card__btn:hover {
       transform: translateY(-1px);
       box-shadow:
           0 18px 32px rgba(0, 0, 0, 0.85),
           0 0 0 1px rgba(255, 255, 255, 0.12);
   }

   .ptbets-card__btn:active {
       transform: translateY(1px);
       box-shadow:
           0 10px 18px rgba(0, 0, 0, 0.8),
           0 0 0 1px rgba(255, 255, 255, 0.12);
   }

   /* Адаптив */

   @media (max-width: 1024px) {
       .ptbets-card__wrap {
           padding: 22px 22px;
       }

       .ptbets-card__name {
           font-size: 20px;
       }
   }

   @media (max-width: 768px) {
       .ptbets-card {
           padding: 24px 12px;
       }

       .ptbets-card__wrap {
           flex-direction: column;
           align-items: flex-start;
           gap: 20px;
           padding: 20px 18px;
       }

       .ptbets-card__brand {
           align-items: center;
           gap: 16px;
           flex-direction: column;
       }

       .ptbets-card__logo img {
           max-width: 120px;
       }

       .ptbets-card__info {
           display: flex;
           flex-direction: column;
           align-items: center;
       }

       .ptbets-card__bonus {
           margin: 4px 0 16px;
           font-size: 18px;
           color: #00e2a5;
           text-align: center;
           font-weight: 600;
       }

       .ptbets-card__payments-icons {
           flex-wrap: wrap;
           gap: 12px;
           justify-content: center;
           font-size: 20px;
       }

       .ptbets-card__aside {
           width: 100%;
           justify-content: flex-start;
       }

       .ptbets-card__btn {
           width: 100%;
           justify-content: center;
       }
   }

   /* ==== Базовые переменные ==== */


   /* ==== Общий контейнер ==== */
   .mission {
       background: rgb(26 26 46);
       padding: 80px 20px;
       text-align: center;
       font-family: 'Poppins', sans-serif;
   }

   .mission__title {
       font-size: 40px;
       font-weight: 800;
       background: linear-gradient(90deg, #00f2ea, #00c4ff);
       -webkit-background-clip: text;
       background-clip: text;
       -webkit-text-fill-color: transparent;
       margin-bottom: 60px;
   }

   .mission__grid {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
       gap: 30px;
       max-width: 1280px;
       margin: 0 auto;
   }

   .mission-card {
       background: rgb(42 42 62);
       backdrop-filter: blur(10px);
       border-radius: var(--radius);
       padding: 40px 24px;
       text-align: center;
       transition: all 0.3s ease;
   }

   .mission-card:hover {
       transform: translateY(-8px);
       box-shadow: 0 20px 40px rgba(0, 242, 234, 0.15);
   }

   .mission-card__icon {
       font-size: 64px;
       color: var(--accent);
       margin-bottom: 24px;
   }

   .mission-card__title {
       font-size: 20px;
       font-weight: 700;
       color: var(--text-primary);
       margin-bottom: 12px;
   }

   .mission-card__text {
       font-size: 15px;
       line-height: 1.6;
       color: var(--text-secondary);
   }

   @media (max-width: 640px) {
       .mission__title {
           font-size: 32px;
       }

       .mission-card {
           padding: 32px 20px;
       }
   }

   .transparency {
       background: rgb(26 26 46);
       color: var(--text);
       padding: 60px 20px 100px;
       font-family: 'Inter', system-ui, sans-serif;
       line-height: 1.7;
   }

   .transparency__container {
       max-width: 1100px;
       margin: 0 auto;
   }

   /* Главный заголовок с градиентом */
   .transparency__title {
       font-size: 42px;
       margin: 0;
       font-weight: 800;
       text-align: center;
       background: var(--accent-gradient);
       -webkit-background-clip: text;
       background-clip: text;
       -webkit-text-fill-color: transparent;
       margin-bottom: 16px;
   }

   /* Подзаголовки */
   .transparency__subtitle {
       font-size: 26px;
       font-weight: 700;
       color: #ffffff;
       margin: 48px 0 20px;
   }

   /* Обычный параграф */
   .transparency__text {
       font-size: 17px;
       color: var(--text-muted);
       margin-bottom: 20px;
   }

   /* Список с акцентными точками */
   .transparency__list {

       padding-left: 20px;
       margin: 28px 0;
   }

   .transparency__list-item {
       position: relative;

       margin-bottom: 24px;
       font-size: 17px;
       color: var(--text-muted);
   }



   .transparency__list-item strong {
       color: #ffffff;
       font-weight: 600;
   }

   /* Адаптив */
   @media (max-width: 768px) {
       .transparency {
           padding: 80px 20px;
       }

       .transparency__title {
           font-size: 36px;
       }

       .transparency__subtitle {
           font-size: 24px;
       }

       .transparency__list-item {
           text-align: start;
           font-size: 16px;
       }
   }

   .avisos {
       border-top: 4px solid rgb(255 77 77 / 1);
       border-color: rgb(255 77 77 / 1);
       background-color: rgb(42 42 62);
       padding: 48px 15px;
   }

   .avisos__wrap {
       max-width: 1344px;
       margin: auto;
   }

   .avisos__title {
       margin-bottom: 40px;
       color: rgb(255 77 77);
       font-size: 36px;
       text-align: center;
   }

   .avisos__inner {
       padding: 32px;
       border-radius: 5px;
       background: rgb(26 26 46);
   }

   .avisos__item {}

   .avisos__title2 {
       font-size: 24px;
       color: #fff;
       margin-bottom: 12px;
   }

   .avisos__text {
       font-size: 16px;
       color: #fff;
   }

   .footer {
       padding: 64px 0;
       background-color: rgb(10 10 21);
   }

   .footer__wrap {
       max-width: 1280px;
       margin: 0 auto;
       padding: 0 15px;
   }

   .footer__ul {
       display: flex;
       justify-content: center;
       gap: 15px;
       flex-wrap: wrap;
   }

   .footer__li a {
       list-style: none;
       text-decoration: none;
       color: rgb(156 163 175);
   }

   .footer__images {
       padding-top: 32px;
       margin-top: 32px;
       margin-bottom: 32px;
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       gap: 35px;
       border-top: 1px solid rgb(55 65 81);

   }

   .footer__images img {
       height: 40px;
       width: auto;
       object-fit: contain;
       max-width: 150px;
   }

   a {
       text-decoration: none;
       color: inherit;
   }

   .footer__copy,
   .footer__email {
       display: flex;
       justify-content: center;
       text-align: center;
       color: rgb(107 114 128);
       font-size: 14px;
       margin-bottom: 10px;
   }

   .ptfaq {
       padding: 60px 16px 70px;
       background-color: #050615;
       color: #ffffff;
       font-family: 'Poppins', sans-serif;
   }

   .ptfaq__inner {
       max-width: 1120px;
       margin: 0 auto;
   }

   .ptfaq__title {
       margin: 0 0 30px;
       text-align: center;
       font-size: 36px;
       font-weight: 800;
       letter-spacing: 0.04em;
       color: #06e4ff;
   }

   .ptfaq__list {
       display: flex;
       flex-direction: column;
       gap: 18px;
   }

   .ptfaq__item {
       background-color: #17192a;
       border-radius: 12px;
       box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
       overflow: hidden;
   }

   .ptfaq__header {
       width: 100%;
       padding: 24px 22px 24px;
       border: none;
       outline: none;
       background: transparent;
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 16px;
       cursor: pointer;
   }

   .ptfaq__question {
       font-size: 20px;
       color: #fff;
       font-weight: 600;
       text-align: left;
   }

   .ptfaq__icon {
       flex: 0 0 auto;
       display: flex;
       align-items: center;
       justify-content: center;
       /* width: 22px; */
       /* height: 22px; */
       border-radius: 999px;
       /* background-color: #101225; */
       color: rgba(255, 255, 255, 0.85);
       font-size: 14px;
       transition: transform 0.25s ease;
   }

   .ptfaq__content {
       padding: 0 22px 0;
       max-height: 0;
       opacity: 0;
       overflow: hidden;
       transition: max-height 0.25s ease, opacity 0.25s ease, padding-bottom 0.25s ease;
   }

   .ptfaq__text {
       margin: 0 0 18px;
       font-size: 16px;
       line-height: 1.6;
       color: rgba(255, 255, 255, 0.82);
   }

   .ptfaq__item--open .ptfaq__content {
       padding-bottom: 14px;
       max-height: 260px;
       /* достаточно для текста, при желании увеличь */
       opacity: 1;
   }

   .ptfaq__item--open .ptfaq__icon {
       transform: rotate(180deg);
   }

   /* Адаптив */

   @media (max-width: 768px) {
       .ptfaq {
           padding: 40px 12px 50px;
       }

       .ptfaq__title {
           font-size: 24px;
           margin-bottom: 24px;
       }

       .ptfaq__header {
           padding: 14px 16px;
       }

       .ptfaq__question {}

       .ptfaq__content {
           padding-left: 16px;
           padding-right: 16px;
       }
   }

   .agegate-modal {
       position: fixed;
       inset: 0;
       z-index: 9999;
       display: flex;
       align-items: center;
       justify-content: center;
       opacity: 0;
       pointer-events: none;
       transition: opacity 0.25s ease;
       font-family: 'Poppins', sans-serif;
   }

   .agegate-modal--visible {
       opacity: 1;
       pointer-events: auto;
   }

   .agegate-modal__backdrop {
       position: absolute;
       inset: 0;
       background: rgba(0, 0, 0, 0.82);
   }

   .agegate-modal__dialog {
       position: relative;
       max-width: 520px;
       width: 90%;
       padding: 30px 28px 26px;
       border-radius: 14px;
       background-color: #181a2e;
       box-shadow:
           0 18px 40px rgba(0, 0, 0, 0.9),
           0 0 0 1px rgba(255, 255, 255, 0.04);
       text-align: center;
       color: #ffffff;
   }

   .agegate-modal__title {
       margin: 0 0 14px;
       font-size: 30px;
       font-weight: 800;
       color: #00e4ff;
   }

   .agegate-modal__text {
       margin: 0 0 24px;
       font-size: 18px;
       line-height: 1.6;
       color: rgba(255, 255, 255, 0.9);
   }

   .agegate-modal__buttons {
       display: flex;
       gap: 20px;
       justify-content: center;
       flex-wrap: wrap;
   }

   .agegate-modal__btn {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       gap: 8px;
       min-width: 170px;
       padding: 14px 22px;
       border-radius: 999px;
       border: none;
       cursor: pointer;
       font-size: 18px;
       font-weight: 700;
       text-transform: none;
       color: #ffffff;
       box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
       transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
   }

   .agegate-modal__btn i {
       font-size: 15px;
   }

   .agegate-modal__btn--yes {
       background: linear-gradient(135deg, #00b52a, #00a331);
   }

   .agegate-modal__btn--no {
       background: linear-gradient(135deg, #ff3737, #ff5f2d);
   }

   .agegate-modal__btn:hover {
       transform: translateY(-1px);
       box-shadow: 0 14px 30px rgba(0, 0, 0, 0.85);
       filter: brightness(1.03);
   }

   .agegate-modal__btn:active {
       transform: translateY(1px);
       box-shadow: 0 8px 18px rgba(0, 0, 0, 0.9);
       filter: brightness(0.97);
   }

   /* Адаптив */

   @media (max-width: 768px) {
       .agegate-modal__dialog {
           padding: 24px 18px 20px;
           border-radius: 12px;
       }
/* 
       .agegate-modal__title {
           font-size: 20px;
       }

       .agegate-modal__text {
           font-size: 13px;
       } */

       .agegate-modal__buttons {
           gap: 12px;
       }

       .agegate-modal__btn {
           min-width: 300px;
           /* font-size: 13px; */
           padding: 12px 16px;
       }
   }

   .ckbox {
       position: fixed;
       left: 0;
       right: 0;
       bottom: 18px;
       display: flex;

       justify-content: flex-end;
       z-index: 9998;
       pointer-events: none;
       opacity: 0;
       transform: translateY(20px);
       transition: opacity 0.22s ease, transform 0.22s ease;
       font-family: 'Poppins', sans-serif;
   }

   .ckbox--visible {
       opacity: 1;
       transform: translateY(0);
       pointer-events: auto;
   }

   .ckbox__panel {
       max-width: 380px;
       width: 90%;
       background-color: #181a2e;
       border-radius: 14px;
       box-shadow:
           0 14px 32px rgba(0, 0, 0, 0.9),
           0 0 0 1px rgba(255, 255, 255, 0.04);
       padding: 20px 20px 18px;
       color: #ffffff;
   }

   .ckbox__header {
       display: flex;
       align-items: center;
       gap: 10px;
       margin-bottom: 10px;
   }

   .ckbox__icon {
       width: 28px;
       height: 28px;
       border-radius: 50%;
       background: radial-gradient(circle at 30% 20%, #ffd58a, #ff7b3a);
       display: flex;
       align-items: center;
       justify-content: center;
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
       flex-shrink: 0;
   }

   .ckbox__icon i {
       font-size: 14px;
       color: #2b0a04;
   }

   .ckbox__title {
       margin: 0;
       font-size: 20px;
       font-weight: 700;
   }

   .ckbox__text {
       margin: 6px 0 16px;
       font-size: 14px;
       line-height: 1.5;
       color: rgba(255, 255, 255, 0.9);
   }

   .ckbox__link {
       color: #04e3ff;
       text-decoration: none;
       font-weight: 600;
   }

   .ckbox__link:hover {
       text-decoration: underline;
   }

   .ckbox__actions {
       display: flex;
       flex-direction: column;
       gap: 10px;
   }

   .ckbox__btn {
       width: 100%;
       border-radius: 8px;
       border: none;
       cursor: pointer;
       font-size: 16px;
       font-weight: 700;
       padding: 11px 14px;
       transition: box-shadow 0.12s ease, transform 0.12s ease, background-color 0.12s ease, color 0.12s ease;
   }

   .ckbox__btn--primary {
       background-color: #00e4ff;
       color: #05101a;
       box-shadow: 0 8px 18px rgba(0, 0, 0, 0.7);
   }

   .ckbox__btn--primary:hover {
       box-shadow: 0 10px 22px rgba(0, 0, 0, 0.9);
       transform: translateY(-1px);
   }

   .ckbox__btn--primary:active {
       transform: translateY(1px);
       box-shadow: 0 5px 12px rgba(0, 0, 0, 0.9);
   }

   .ckbox__btn--outline {
       background-color: transparent;
       color: #04e3ff;
       border: 1px solid #04e3ff;
   }

   .ckbox__btn--outline:hover {
       background-color: rgba(4, 227, 255, 0.08);
   }

   .ckbox__btn--outline:active {
       background-color: rgba(4, 227, 255, 0.16);
   }

   @media (max-width: 480px) {
       .ckbox {
           bottom: 10px;
       }

       .ckbox__panel {
           padding: 16px 14px 14px;
           border-radius: 12px;
       }

       .ckbox__title {
           font-size: 16px;
       }

       .ckbox__text {
           font-size: 12px;
       }

       .ckbox__btn {
           font-size: 13px;
           padding: 9px 12px;
       }
   }

   .lg-privacy {
       padding: 60px 16px 70px;
       background-color: #050615;
       color: #ffffff;
       font-family: 'Poppins', sans-serif;
   }

   .lg-privacy__inner {
       max-width: 1120px;
       margin: 0 auto;
   }

   .lg-privacy__title {
       margin: 0 0 18px;
       font-size: 28px;
       font-weight: 800;
       color: #00e4ff;
   }

   .lg-privacy__subtitle {
       margin: 32px 0 12px;
       font-size: 28px;
       font-weight: 800;
       color: #00e4ff;
   }

   .lg-privacy__text {
       margin: 0 0 16px;
       font-size: 14px;
       line-height: 1.7;
       color: rgba(255, 255, 255, 0.9);
   }

   .lg-privacy__list {
       margin: 0 0 18px 18px;
       padding: 0;
       list-style: none;
   }

   .lg-privacy__list-item {
       position: relative;
       margin-bottom: 6px;
       font-size: 14px;
       line-height: 1.6;
       color: rgba(255, 255, 255, 0.9);
   }

   .lg-privacy__list-item::before {
       content: "•";
       position: absolute;
       left: -12px;
       top: 0;
       color: #00e4ff;
   }

   /* Адаптив */

   @media (max-width: 768px) {
       .lg-privacy {
           padding: 40px 14px 50px;
       }

       .lg-privacy__title {
           font-size: 24px;
           margin-bottom: 14px;
       }

       .lg-privacy__subtitle {
           font-size: 20px;
           margin-top: 26px;
       }

       .lg-privacy__text,
       .lg-privacy__list-item {
           font-size: 13px;
       }
   }

   @media (max-width:767px) {
       [data-aos] {
           opacity: 1 !important;
           transform: none !important;
           transition: none !important;
       }

       .transparency,
       .mission {
           background: rgb(26 26 46);
           padding: 40px 15px;
           text-align: center;
           font-family: 'Poppins', sans-serif;
       }

       .avisos__inner {
           padding: 32px 15px;
           border-radius: 5px;
           background: rgb(26 26 46);
       }

       .mission-card__icon {
           font-size: 64px;
           color: var(--accent);
           margin-bottom: 0px;
       }
   }
   .casino-card {
  background-color: rgb(26 26 46);
  color: #ffffff;
  padding: 26px 32px;
  border-radius: 18px;
  font-family: 'Arial', sans-serif;
  max-width: 1180px;
  margin: 20px auto;
}

.casino-header h3 {
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.rating {
  display: inline-block;
  font-size: 0.9rem;
  color: #ffd700;
}

.premium-badge {
  background-color: #007bff;
  padding: 2px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 10px;
}

.casino-description {
  margin: 15px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.casino-details {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

.strong-points, .considerations {
  flex: 1;
}

.strong-points h4, .considerations h4 {
  color: #00ffe5;
  margin-bottom: 8px;
}

ul {
  padding-left: 20px;
  margin: 0;
}

.casino-categories {
  background-color: #2a2a3e;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}