:root {
    --color-text: #d7e4f5; 
    --bg: #081424;
    --color-accent: #31a2be;	
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);
  }
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background-color: var(--color-text);
  color: var(--color-text);
  line-height: 1.6;
  font-size: 18px;
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 900;
  line-height: 1.2;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.a1r8j3z0agrg { margin: 10px; border: 3px dotted #0dc676; padding: 29px 50px; color: rgb(34, 208, 53); display: flex; width: 64%; }
.oamm850a {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.bu0izee2 {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.usxwj4la {
  display: inline-flex;
  gap: 4px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 46px;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  text-decoration: none !important;
}
.dc4dwx3f {
  padding: 0 20px 0 18px;
}
.usxwj4la:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.vrq3340m {
  background-color: var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.z8oko6ki {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.vrq3340m:hover,
.z8oko6ki:hover {
  background-color: inherit;
  border: 3px solid var(--color-accent);
  transform: scale(1.05);
  color: var(--color-accent);
}
.ksriakvj {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.e91oypcj {
  background-color: #000;
  color: #fff;
}
.dmfflwqy { color: rgb(248, 108, 45); margin: 17px; padding: 34px 44px; }
/* --- Table --- */
.aop4h27x {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.f43w1a4g {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.wfgwb1xj {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.eqejaxtg {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.zlfek3tz .w8gli4e5:last-child .eqejaxtg {
  border-bottom: none;
}
.zlfek3tz .w8gli4e5:nth-child(even) {
  background-color: #f7f8fc;
}
.eqejaxtg:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.t8z6abpc {
  padding-left: 20px;
  margin-bottom: 1em;
}
.ox7got5h {
  margin-bottom: 1em;
}
.ugqqo445 {
  padding-left: 20px;
}
.m9zbylro {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.m9zbylro li {
  margin-bottom: 0.5em;
}
.rm2jzygg {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.y35t9rr4 {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.y35t9rr4::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.in7v92gpu { margin: -11px; border: 4px dotted #0970e7; }
.zz9l2y08 .y35t9rr4 {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.jt2205je {
  border-radius: 24px;
}
.mh8fy48l {
  color: var(--color-accent);
}
.va5qlobz {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.h42s05nw {
  border-bottom: 2px solid #e8eaf6;
}
.h42s05nw:last-child {
  border-bottom: none;
}
.zayyclv4 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.zayyclv4::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.zayyclv4::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.h42s05nw[open] .zayyclv4::after {
  transform: translateY(-50%) rotate(45deg);
}
.gev0xy9cqu { margin: -19px; padding: 22px 9px; width: 28%; }
.vg5pvgxl {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.u4xu2grv {
  padding: 7px 0;
  background-color: var(--bg);
  box-shadow: 0 2px 10px rgba(7, 11, 31, 0.374);
  position: relative;
  top: 0;
  z-index: 100;
}
.odh08fh1,
.nrzu2huz {
  height: 60px;
  width: 60px;
}
.yt9fu6yp {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.jkblbzfc {
  font-size: 24px;
  font-weight: 900;
}
.cjqrutpv {
  margin-top: 16px;
}
.lgc3wbwq {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.eq5olkls {
  color: #9fa5d5;
}
.rolt2hni {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.un27gqxn {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.qnjf9ud6cn { color: rgb(10, 31, 15); display: block; padding-right: 30px; width: 15%; }
.un27gqxn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.bn8qg9pv {
  position: relative;
  z-index: 1;
}
.zoq9k5sl {
  position: relative;
}
.yvolgals {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.ys5846pc {
  width: 80%;
  height: 80%;
  background: linear-gradient(135deg, var(--color-accent), #00a2ff71);
  left: -40px;
  top: -60px;
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  z-index: -1;
  animation: phone__shadow 6s infinite linear;
}
@keyframes phone__shadow {
  0% {
    transform: scale(1) translate(0);
  }

  30% {
    transform: scale(1.1) translate(-50px, -60px);
  }

  70% {
    transform: scale(1.3) translate(250px, -20px);
  }

  100% {
    transform: scale(1) translate(0);
  }
}
.q29ouk18 {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.hwkb839d {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.ax5rep3z {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.xeahbb9f {
  color: #151825;
}
.y54xkqkw .cmduel36 {
  color: var(--color-text);
}
.p4epminn {
  position: relative;
  margin-bottom: 24px;
}
.i7dnqhun {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.ukq8m4ds { width: 77vw; margin: -2px; padding: 41px 22px; display: block; }
.kkslkz7t {
  background: linear-gradient(180deg, #3a3e52 56px, var(--color-accent) 57px, #151825);
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 10px;
  margin: auto;
  border-radius: 56px;
  border: 10px solid #466680;
}
.kkslkz7t img {
border-radius: 30px;

}
.jeumhcnt {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  max-width: 55%;
}
.fpoyd6ie {
  font-weight: 500;
  font-size: 14px;

}
.auaysz2u {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 44px;
  border-radius: 8px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px 10px;
  z-index: 1001;
  background-color: var(--color-accent);
}
.luvetnvj {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.auaysz2u[is-active] .luvetnvj:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.auaysz2u[is-active] .luvetnvj:nth-child(2) {
  opacity: 0;
}
.auaysz2u[is-active] .luvetnvj:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.u16gwwv4 {
  display: flex;
  justify-content: space-between;
}
.qtetizs9 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background-color: #25283b;
  z-index: 1000;
  transition: right 0.2s linear;
  padding-top: 80px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
/* Состояние открытого меню */
.qtetizs9[is-open] {
  right: 0;
}
.joezf6xh {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ctzhweat {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.ctzhweat:hover {
  background-color: #00112277;
}
.w4qbdnmc { display: none; padding-left: 19px; }
[body-no-scroll] {
  overflow: hidden;
}
.iblfsbld {
  font-weight: 900;
  color: var(--color-accent);
}
.mohrzk9u {
  color: #fff;
}
/* --- Section --- */
.g3mmua2r {
  padding: 60px 0;
}
.cmduel36 {
  text-align: center;
  margin-bottom: 1em;
}
.lsil6fzj {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ppjh3phv {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.y54xkqkw {
  background-color: var(--bg);
  color: var(--color-text);;
}
.a4kzkqt4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.ck0vwgl2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.zvdh97g7 {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.zget7n1s {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.avh0dx5v {
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  background: var(--color-text);
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(62, 68, 100, 0.2);
  counter-increment: steps-counter;
}
.avh0dx5v::before {
  content: counter(steps-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #fbe927;
  color: #651224;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.avh0dx5v strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.xey16f8i6okt { padding: 38px 25px; width: 78%; }
.v15lzbuq {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.axv5fjn6 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.wfxw9mev {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

  50% {
    filter: blur(5px);
    transform: scale(1.01);
  }

  100% {
    filter: blur(0)
  }
}
.wua9p0vi {
  position: absolute;
  bottom: 28px;
  left: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.sxstczj3 {
  position: absolute;
  bottom: 28px;
  left: 280px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.rr7qyxzq {
  position: absolute;
  bottom: 28px;
  right: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
@keyframes jump {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(0, -7px);
    transform: scale(1.03);
  }

  100% {
    transform: translate(0);
  }
}
.bynzd8b6 {
  text-align: center;
  margin-top: 3em;
  padding: 2em;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(234, 56, 106, 0.1);
}
.ang9ruf3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.i1m999fg {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.rlmskh84 {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.rbj9dxv8 { padding: 30px 30px; color: rgb(179, 159, 157); }
.rlmskh84 p {
  margin: 0;
}
.kwps4j44 {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.c4ozpvx9 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.hep0709p {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.kwps4j44 .cmduel36,
.hep0709p,
.kwps4j44 .usxwj4la {
  position: relative;
  z-index: 1;
}
.mohrzk9u {
  color: #fff;
}
.wtax88ny {
  color: #00e171;
  font-weight: 900;
}
.a5eshssd {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.jilez114 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-text);
  box-shadow: 0 -4px 15px rgba(62, 68, 100, 0.1);
  padding: 10px 0;
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 200;
}
[sticky-cta--visible] {
  transform: translateY(0);
}
.k57bq76bm { border: 3px dotted #847ba1; padding: 37px 29px; margin: -7px; width: 70vw; display: inline-block; }
.jft6otv3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.r5z4t5yb {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.k3ng7de6 {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.kdd7g9xy {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.vj5k2eua {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.hwtcu1lp {
  margin-top: 24px;
}
.peogv08z {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.etpd4vr9 {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.wazgnr27 {
  display: flex;
  gap: 16px;
  list-style: none;
}
/* --- New Additions for Page 2 --- */

/* Wrapper to center the icon list when it's standalone */
.mj0m1jq5 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.mj0m1jq5 .rm2jzygg {
  text-align: left;
}
/* Modifier to align section titles to the left */
.yzy2vpq1 {
  text-align: left;
}
/* New Component: Media Block (for text + image) */
.g5runuhp {
  display: flex;
  align-items: center;
  gap: 40px;
}
.kwz91l3y { width: 69px; border: 2px solid #0a3898; padding-left: 20px; }
.sgkbi531 {
  flex: 1;
}
.io6t4ukq {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.io6t4ukq img {
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
}
.pk2ycvek {
  list-style: none;
  padding: 0;
}
/* --- Additions to Responsiveness section --- */

/* Inside @media (max-width: 768px) */
.g5runuhp {
  flex-direction: column;
}
.sgkbi531 {
  order: 2;
  /* Text comes after image on mobile */
}
.yzy2vpq1 {
  text-align: center;
}
@media (max-width: 992px) {
  .bn8qg9pv {
    flex-direction: column;
    text-align: center;
  }

  .a4kzkqt4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .zvdh97g7 {
    padding: 20px;
  }

  .ck0vwgl2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .u9p2tsur {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .peogv08z {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .yvolgals {
    height: 80px;
    margin: -10px auto 20px;
  }

  .usxwj4la {
    /* width: 100%; */
    padding: 0 20px;
  }

  .dc4dwx3f {
    padding: 0 10px 0 16px;
    line-height: 14px;
  }

  .bu0izee2 {
    flex-direction: column;
  }

  .hwkb839d {
    font-size: 15px;
  }

  .ax5rep3z {
    font-size: 14px;
  }

  .jkblbzfc {
    font-size: 16px;
  }

  .fpoyd6ie {
    font-size: 12px;
  }

  .un27gqxn {
    /* background: url(/bg6-mobile.t9t8h0co) no-repeat; */
    background-size: cover;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .io6t4ukq {
    gap: 8px;
  }

  .io6t4ukq img {
    border-radius: 12px;
  }

  .hep0709p {
    max-width: 100%;
  }

  .a5eshssd {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .rolt2hni .vj5k2eua {
    display: none;
  }

  .odh08fh1,
  .nrzu2huz {
    height: 50px;
    width: 50px;
  }

  .kkslkz7t {
    border-radius: 20px;
    padding: 4px;
    border: 4px solid #466680;
    box-shadow: 0 10px 50px -10px #000414;
  }

  .i7dnqhun {
    border-radius: 12px;
  }

  .lgc3wbwq {
    gap: 4px;
  }

  .g3mmua2r,
  .un27gqxn {
    padding: 40px 0;
  }

  .axv5fjn6 {
    border-radius: 16px;
  }

  .wua9p0vi {
    bottom: 6px;
    left: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .sxstczj3 {
    bottom: 6px;
    left: 20%;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .rr7qyxzq {
    bottom: 6px;
    right: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom right;
    animation: none;
  }

  .avh0dx5v::before {
    position: relative;
    left: 0;
    top: 15px;
  }

  .avh0dx5v {
    padding: 20px;
  }

  .n7f9pspg {
    display: none;
  }

  .w8gli4e5 {
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(62, 68, 100, 0.1);
    overflow: hidden;
  }

  .eqejaxtg {
    display: block;
    border-bottom: 1px solid #e8eaf6;
    position: relative;
    padding: 10px;
  }

  .eqejaxtg:last-child {
    border-bottom: 0;
  }

  .eqejaxtg::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    margin-right: 4px;
    font-weight: bold;
    text-align: left;
    color: var(--color-accent);
  }
}
@media (max-width: 790px) {
.a5eshssd {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .jft6otv3 {
    justify-content: center;
    gap: 0px;
  }
}
.s3lkfif3 {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.huzqbmwx {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.djkz909a {
  max-width: 800px;
  margin: 0 auto;
}
.xdc32jid {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.rpvlakkq {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.m4z6c2ca {
  background: #fff;
  border-left: 5px solid var(--color-accent);
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.m4z6c2ca:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.cuhh5j4m {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.rltff6fhyua2 { padding-right: 3px; color: rgb(152, 182, 236); border: 1px dashed #68cc82; padding-left: 43px; }
.aejgyppr {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.upr8trr9 {
  font-weight: 700;
}
.bx1syl0w {
  font-size: 0.9rem;
  color: #777;
}
.xk99pl4t {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.trci91ae {
  width: 100%;
  margin-bottom: 40px;
}
.lqwe4ebv {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.lqwe4ebv h2 {
  color: var(--color-accent);
}
.le34s3al {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .le34s3al {
    justify-content: center;
  }
}
.qbqpk182 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.qbqpk182 img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.qbqpk182 .yo69r0ma {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.qbqpk182 .yo69r0ma {

  width: 20px;
  height: 20px;

}

}
.qbqpk182 {
max-width:inherit;
text-align: center;
}
.vj4elenxu7f { display: flex; color: rgb(74, 152, 117); margin: 19px; padding: 12px 44px; }
.le34s3al:has(.vhvs6hfn) {
  grid-template-columns: repeat(4, 1fr);
}
.le34s3al:has(.iwkjswwl) {
  grid-template-columns: repeat(5, 1fr);
}
.le34s3al:has(.sn80xb3j) {
  grid-template-columns: repeat(6, 1fr);
}
.le34s3al:has(.lzbas03y) {
  grid-template-columns: repeat(7, 1fr);
}
.le34s3al:has(.qqvmn44v) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .le34s3al {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .le34s3al {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .le34s3al {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .le34s3al {
    grid-template-columns: 1fr !important;
  }
}
.qbqpk182:hover .yo69r0ma {
  opacity: 1; 
}
.qbqpk182:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.i4fumf9o {
            max-width: 1400px;
            margin: 0 auto;
        }
.htukea8v {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.hno8hn14chzm { padding: 34px 41px; }
.kjqsand4 {
            background: rgba(0, 0, 0, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: none !important;
            color: var(--color-text);
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(10px);
            margin: 0 !important;
    line-height: normal;
    white-space: nowrap;
        }
.kjqsand4:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.kjqsand4:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .htukea8v {
                gap: 12px;
            }

            .kjqsand4 {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .kjqsand4 {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .cmduel36 {
    color: var(--color-text);
}
table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      font-size: 15px;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin: 30px 0;
    }
thead {
      background-color: var(--bg);
      color: #fff;
      text-align: left;
    }
thead th {
      padding: 14px 18px;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
tbody tr:nth-child(odd) {
      background-color: rgba(59, 60, 80, 0.05);
    }
tbody tr:nth-child(even) {
      background-color: rgba(59, 60, 80, 0.1);
    }
tbody td {
      padding: 12px 18px;
      color: #444;
      border-bottom: 1px solid #eee;
    }
tfoot {
      background: #f5f5f5;
      font-weight: 600;
    }
tfoot td {
      padding: 14px 18px;
    }
@media(max-width:768px) {
      table {
        display: block;
        overflow-x: auto;
      }

      .vcwm6fze {
        float: inherit;
        display: block;
      }
    }
h2,
    h3 {
   
      text-align: center;
    }
.qh6prllc { padding: 35px 17px; }
@media (max-width: 800px) {
  .u16gwwv4 {
   
    align-items: center;
    gap: 16px;
  }
  .jeumhcnt {
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .u16gwwv4 a {
    width: 100%
  }

  .dqq8lhzz {
  font-size: 26px;
} 

.jeumhcnt div {
  display: none;
}
.yt9fu6yp div {
  display: none;
}

}
.swj73hbn {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding:10px 0px 30px 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.q1937vft {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        text-decoration: none;
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.q1937vft:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
text-decoration: none;
    }
.q1937vft:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .q1937vft {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.j5poo68o {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
/* slotpage */

        .yplzuuwo {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.i5o9k04u {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.o5owiw5i {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.o28ihkfw {
            background-color: #00bcd4;
            color: #fff;
        }
.sz1ibzad {
            background-color: #ff9800;
            color: #fff;
        }
.k3mq4a6ie { padding: 40px 49px; margin: -2px; }
.o5owiw5i:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */


#sticky-cta {
    transition: opacity .3s ease;
}
.cm61zixw {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.ivn2sew2 {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .vkh4i8ys {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .b2edtc3k {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .adbdatrp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;
      color: #ef4444;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }
/* ── Help links row ───────────────────────────────── */
    .pkdrxqmb {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.pkdrxqmb div {
display: flex;
gap: 10px;
}
.pkdrxqmb span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.pkdrxqmb a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.e0rnmj3g7c { color: rgb(219, 61, 241); border: 4px dotted #d78bd4; display: flex; margin: -8px; width: 80px; padding: 42px 20px; }
.pkdrxqmb a:hover { color: #c5cad6; }
.yhfihsp9 {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .xi1if9nf {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.r7hd4hsu {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.r7hd4hsu:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .r7hd4hsu svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .veeg5fab {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.civ1dzkb {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
/* ── BeGambleAware badge ──────────────────────────── */
    .wu6ovcpw {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.vg34rn99 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .yg1gz0ok {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.gsaxiqhs7ig2 { border: 1px solid #a4c600; width: 20px; padding-right: 34px; display: flex; }
.j9e1yusi {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .d6tkc4gq {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.d6tkc4gq a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.d6tkc4gq a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .i4g9ti9e {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .xi1if9nf { gap: 8px; }
      .r7hd4hsu { font-size: 10px; padding: 6px 10px; }
    }