: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;
}
.d7265o2s {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.ox2s2530 {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.wdo225hq0m { border: 1px dotted #8c9cab; padding-right: 17px; width: 8vw; }
.tk1ivz4t {
  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;
}
.xefbphhs {
  padding: 0 20px 0 18px;
}
.tk1ivz4t:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.x7etke1u {
background-color:var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.czw33lu6 {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.x7etke1u:hover,
.czw33lu6:hover {
  transform: scale(1.2);

}
.hfvemxfx {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.zz8ali6x {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.skhgxyye {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.bker87yp {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.kl5v08ft { margin: 6px; padding: 45px 1px; color: rgb(196, 183, 81); width: 82vw; display: flex; border: 1px dashed #8771eb; }
.w6e2zmt7 {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.kxefxsfc {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.vk35w5ri .s5h4dr63:last-child .kxefxsfc {
  border-bottom: none;
}
.vk35w5ri .s5h4dr63:nth-child(even) {
  background-color: #f7f8fc;
}
.kxefxsfc:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.dza30n36 {
  padding-left: 20px;
  margin-bottom: 1em;
}
.nnxca70d {
  margin-bottom: 1em;
}
.dpc7y4q4 {
  padding-left: 20px;
}
.etxi2rh7 {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.etxi2rh7 li {
  margin-bottom: 0.5em;
}
.pxpfrd4c {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.ix0eluuixtwn { margin: 5px; width: 71px; display: inline-block; color: rgb(212, 68, 108); padding: 46px 9px; border: 1px dotted #fc5c21; }
.dqvvn422 {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.dqvvn422::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.ntazyy6d .dqvvn422 {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.lbps8leo {
  border-radius: 24px;
}
.ugjtaq8e {
  color: var(--color-accent);
}
.w937u5bc {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.pqr6iiry {
  border-bottom: 2px solid #e8eaf6;
}
.pqr6iiry:last-child {
  border-bottom: none;
}
.j0uvjypm {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.j0uvjypm::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.j0uvjypm::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.pqr6iiry[open] .j0uvjypm::after {
  transform: translateY(-50%) rotate(45deg);
}
.clwmla39 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.ipvn8baqhf { color: rgb(8, 94, 11); padding-left: 6px; padding-right: 12px; width: 32vw; border: 5px solid #4b1f6e; }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.emn0esaa {
  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;
}
.bh06280s,
.hmluoey3 {
  height: 60px;
  width: 60px;
}
.tqifcw28 {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.quil2qt5 {
  font-size: 24px;
  font-weight: 900;
}
.qx8rv47y {
  margin-top: 16px;
}
.doq6ik2x {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.wd3sck33 {
  color: #9fa5d5;
}
.g0i4a9s3 {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.wdosiks6 {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.wdosiks6::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.hq96eplz {
  position: relative;
  z-index: 1;
}
.tezge7d3 {
  position: relative;
}
.c92zh4kc9 { padding-left: 47px; display: none; color: rgb(123, 143, 210); }
.lgjjawxr {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.bnaz7e2q {
  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);
  }
}
.g4kcb2ci {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.d2iuztfd {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.iwfpy6e4 {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.gof8hf0v {
  color: #151825;
}
.g7yrsz4f .t6qcpnxb {
  color: var(--color-text);
}
.s9ynmtot {
  position: relative;
  margin-bottom: 24px;
}
.v1iakbc6 {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.baia7dsi {
  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;
}
.baia7dsi img {
border-radius: 30px;

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

}
.uxgfm66x {
  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);
}
.intqkrjr {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.sk3b7r2ytn2s { width: 92px; margin: 16px; display: none; }
.uxgfm66x[is-active] .intqkrjr:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.uxgfm66x[is-active] .intqkrjr:nth-child(2) {
  opacity: 0;
}
.uxgfm66x[is-active] .intqkrjr:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.xkmsebf6 {
  display: flex;
  justify-content: space-between;
}
.ttag12s9 {
  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);
}
/* Состояние открытого меню */
.ttag12s9[is-open] {
  right: 0;
}
.evnnhfwm {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xv77rs8j {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.xv77rs8j:hover {
  background-color: #00112277;
}
[body-no-scroll] {
  overflow: hidden;
}
.dmhqkc4i {
  font-weight: 900;
  color: var(--color-accent);
}
.uf930d3s {
  color: #fff;
}
/* --- Section --- */
.jskujfnf {
  padding: 60px 0;
}
.m842t3y5ss { display: none; border: 2px dotted #17c333; padding: 26px 2px; color: rgb(231, 206, 60); width: 1%; }
.t6qcpnxb {
  text-align: center;
  margin-bottom: 1em;
}
.leblpoqu {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.zk7yxk1q {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.g7yrsz4f {
  background-color: var(--bg);
  color: var(--color-text);;
}
.l9gj0u2p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.map4bc4b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.jidy7qav {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.mfi15hyp {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.uhcn42f9 {
  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;
}
.uhcn42f9::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;
}
.uhcn42f9 strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.umk3knhhmsh { border: 3px dashed #0bf370; margin: -7px; color: rgb(34, 44, 59); width: 60%; padding: 34px 37px; display: none; }
.adaxsu2u {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.rxmmbw71 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.xs1e6y75 {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

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

  100% {
    filter: blur(0)
  }
}
.c35aafvg {
  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;
}
.u4dc5h64 {
  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;
}
.p1q9jjam {
  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);
  }
}
.qthqymm5 {
  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);
}
.uswc59cd {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.i92zny22 {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.o9i0t7gd {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.o9i0t7gd p {
  margin: 0;
}
.qeuz8ot3 {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.knnymy1c {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.tqwmol9k { color: rgb(208, 129, 138); margin: -5px; border: 5px dashed #0b7a98; padding: 49px 25px; display: inline-block; }
.b2m4lrg2 {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.qeuz8ot3 .t6qcpnxb,
.b2m4lrg2,
.qeuz8ot3 .tk1ivz4t {
  position: relative;
  z-index: 1;
}
.uf930d3s {
  color: #fff;
}
.g8n4i4fe {
  color: #00e171;
  font-weight: 900;
}
.bffs418b {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.godkfm9t {
  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);
}
.g6sv3qjc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.dlv8112e {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.y5hga6ku {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.siibuf4s {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.h01gu62v0gm3 { margin: 12px; color: rgb(30, 84, 136); width: 95vw; padding: 19px 33px; }
.qlrzxt0g {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.b136bmu9 {
  margin-top: 24px;
}
.h4g1464t {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.iudtvvp2 {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.y4qz2gws {
  display: flex;
  gap: 16px;
  list-style: none;
}
/* --- New Additions for Page 2 --- */

/* Wrapper to center the icon list when it's standalone */
.il2q9an7 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.il2q9an7 .pxpfrd4c {
  text-align: left;
}
/* Modifier to align section titles to the left */
.ozfmmsqn {
  text-align: left;
}
/* New Component: Media Block (for text + image) */
.l99txrkw {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ouode5qa {
  flex: 1;
}
.gzqfnn20b { border: 5px dashed #f35553; margin: 8px; display: grid; }
.lcxx1bfm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.lcxx1bfm img {
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
}
.t5nefgxu {
  list-style: none;
  padding: 0;
}
/* --- Additions to Responsiveness section --- */

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

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

  .jidy7qav {
    padding: 20px;
  }

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

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

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

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

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

  .ox2s2530 {
    flex-direction: column;
  }

  .d2iuztfd {
    font-size: 15px;
  }

  .iwfpy6e4 {
    font-size: 14px;
  }

  .quil2qt5 {
    font-size: 16px;
  }

  .sdxnaoyc {
    font-size: 12px;
  }

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

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .lcxx1bfm {
    gap: 8px;
  }

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

  .b2m4lrg2 {
    max-width: 100%;
  }

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

  .g0i4a9s3 .qlrzxt0g {
    display: none;
  }

  .bh06280s,
  .hmluoey3 {
    height: 50px;
    width: 50px;
  }

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

  .v1iakbc6 {
    border-radius: 12px;
  }

  .doq6ik2x {
    gap: 4px;
  }

  .jskujfnf,
  .wdosiks6 {
    padding: 40px 0;
  }

  .rxmmbw71 {
    border-radius: 16px;
  }

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

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

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

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

  .uhcn42f9 {
    padding: 20px;
  }

  .ykfrf8s0 {
    display: none;
  }

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

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

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

  .kxefxsfc::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) {
.bffs418b {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .g6sv3qjc {
    justify-content: center;
    gap: 0px;
  }
}
.mass5n38 {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.gudwl5zu {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.sb4g9rc9 {
  max-width: 800px;
  margin: 0 auto;
}
.k0yghhob {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.hq1so70g {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tf5laa2d { width: 17px; border: 3px dashed #d4876d; padding: 8px 11px; }
.m8gq26o8 {
  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;
}
.m8gq26o8:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.egw7aawl {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.vftl6jd4 {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.u5whnilq {
  font-weight: 700;
}
.lsqzbksq {
  font-size: 0.9rem;
  color: #777;
}
.vj19h0pr {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.txztgxnl {
  width: 100%;
  margin-bottom: 40px;
}
.pem0zyox {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.pem0zyox h2 {
  color: var(--color-accent);
}
.fo7xcmlo {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .fo7xcmlo {
    justify-content: center;
  }
}
.wcgtqgx9 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.wcgtqgx9 img {

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

  width: 20px;
  height: 20px;

}

}
.wcgtqgx9 {
max-width:inherit;
text-align: center;
}
.fo7xcmlo:has(.sonqqmrt) {
  grid-template-columns: repeat(4, 1fr);
}
.fo7xcmlo:has(.a2cppvy7) {
  grid-template-columns: repeat(5, 1fr);
}
.fo7xcmlo:has(.jajo4nn7) {
  grid-template-columns: repeat(6, 1fr);
}
.fo7xcmlo:has(.jylqs8cd) {
  grid-template-columns: repeat(7, 1fr);
}
.fo7xcmlo:has(.j723huq4) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .fo7xcmlo {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .fo7xcmlo {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .fo7xcmlo {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .fo7xcmlo {
    grid-template-columns: 1fr !important;
  }
}
.wcgtqgx9:hover .daanbynn {
  opacity: 1; 
}
.wcgtqgx9:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.rgnna42p {
            max-width: 1400px;
            margin: 0 auto;
        }
.vhpi775cv510 { display: none; color: rgb(88, 199, 85); padding: 47px 30px; border: 5px solid #25aa7f; width: 50px; margin: -9px; }
.ccabzfq1 {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.knuyiadi {
            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;
        }
.knuyiadi: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);
        }
.knuyiadi:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .ccabzfq1 {
                gap: 12px;
            }

            .knuyiadi {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .knuyiadi {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .t6qcpnxb {
    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;
    }
.v7r63madwflv { padding: 29px 17px; border: 1px dotted #a3a758; display: grid; color: rgb(212, 157, 185); width: 9px; }
@media(max-width:768px) {
      table {
        display: block;
        overflow-x: auto;
      }

      .x1zcw1qr {
        float: inherit;
        display: block;
      }
    }
h2,
    h3 {
   
      text-align: center;
    }
@media (max-width: 800px) {
  .xkmsebf6 {
   
    align-items: center;
    gap: 16px;
  }
  .dpf9oiyd {
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .xkmsebf6 a {
    width: 100%
  }

  .qvx3ojdq {
  font-size: 26px;
} 

.dpf9oiyd div {
  display: none;
}
.tqifcw28 div {
  display: none;
}

}
.kd0s5uhf {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding:10px 0px 30px 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.vsyshpuq {
        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;
    }
.vsyshpuq:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
text-decoration: none;
    }
.vsyshpuq:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .vsyshpuq {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.zkfh86k6 {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
/* slotpage */

        .uf1bcyrt {
          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;


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


#sticky-cta {
    transition: opacity .3s ease;
}
.uxcggdny {
      max-width: 1100px;
margin: 0 auto;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.jmx8qi9ts { padding-right: 4px; padding-left: 27px; margin: 16px; }
.hj84safb {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .e427cnek {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .tq6w06cm {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .lcvwizh2 {
      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 ───────────────────────────────── */
    .wbyymig9 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
margin: 10px;
    }
.wbyymig9 div {
display: flex;
gap: 10px;
}
.wbyymig9 span {
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.wbyymig9 a {
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.wbyymig9 a:hover { color: #c5cad6; }
.p3ejshlv {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .dk6sc0ir {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
margin: 10px;
    }
.iy6cjui8 {
      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;
    }
.iy6cjui8:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .iy6cjui8 svg {
      flex-shrink: 0;
    }
.pv5g2tyfg { margin: -13px; }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .cu8z2inc {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.r3wbhr7q {
      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 ──────────────────────────── */
    .cvhsb3dd {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.qa8nt9cq {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .kgmdfo7t {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.mntbxmm5 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .e1zn1u4f {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.e1zn1u4f a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.e1zn1u4f a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .zzp5w3y0 {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .dk6sc0ir { gap: 8px; }
      .iy6cjui8 { font-size: 10px; padding: 6px 10px; }
    }
.nnwxagpbg { margin: -6px; padding: 33px 43px; }