: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;
}
.grb96fxq {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.xb2si6d1h49e { width: 98%; }
.q3t1mg4m {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.fxmdn75j {
  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;
}
.ehsk04l7 {
  padding: 0 20px 0 18px;
}
.fxmdn75j:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.tzqe4rpe {
background-color:var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.hv368kpr {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.tzqe4rpe:hover,
.hv368kpr:hover {
  background-color: inherit;
  border: 3px solid var(--color-accent);
  transform: scale(1.05);
  color: var(--color-accent);
}
.kc2kgawa {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.v247k5nw {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.ubmmmy8c {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.mutwmawu {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.gjilmc4i {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.ahyi5l1id { width: 91px; color: rgb(75, 145, 112); padding: 36px 46px; margin: 16px; display: flex; border: 1px solid #621e21; }
.xjac9aro {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.reru1vti .v2os6pok:last-child .xjac9aro {
  border-bottom: none;
}
.reru1vti .v2os6pok:nth-child(even) {
  background-color: #f7f8fc;
}
.xjac9aro:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.lz16divg {
  padding-left: 20px;
  margin-bottom: 1em;
}
.qgp1j46f {
  margin-bottom: 1em;
}
.jkf04tnk {
  padding-left: 20px;
}
.w3v9kuk3 {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.w3v9kuk3 li {
  margin-bottom: 0.5em;
}
.trrrl4cf {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.owi75g0j {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.owi75g0j::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.c0d1yscp .owi75g0j {
  font-size: 1.1rem;
  font-weight: 700;
}
.tbighhz2 { width: 20vw; margin: 15px; padding: 11px 9px; border: 3px dashed #1a9b04; display: block; color: rgb(38, 16, 155); }
/* --- Card --- */
.n5nw4bx4 {
  border-radius: 24px;
}
.bnf1wj2o {
  color: var(--color-accent);
}
.dnfjlpf4 {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.d853djbw {
  border-bottom: 2px solid #e8eaf6;
}
.d853djbw:last-child {
  border-bottom: none;
}
.ba67al6z {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.ba67al6z::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.ba67al6z::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.d853djbw[open] .ba67al6z::after {
  transform: translateY(-50%) rotate(45deg);
}
.xvh9ixta {
  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);
  }
}
.pjdzyaz4 {
  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;
}
.jk501q9g,
.tgvgni6y {
  height: 60px;
  width: 60px;
}
.koii1qfa {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.z5l9o0gk {
  font-size: 24px;
  font-weight: 900;
}
.bdu3jbvs {
  margin-top: 16px;
}
.d0xt4l2cf { border: 2px dashed #e70d00; margin: -3px; color: rgb(121, 171, 148); padding: 28px 16px; width: 5vw; display: none; }
.yooanurv {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.kzjxjdu0 {
  color: #9fa5d5;
}
.yhf82bun {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.n8oyk7m2 {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.n8oyk7m2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.d1w26w43 {
  position: relative;
  z-index: 1;
}
.f18r91cv {
  position: relative;
}
.xvv6d2x2 {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.w0qrdinh {
  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);
  }
}
.b8j87oa3 {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.wwgpfkfh {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.yxxf51at4u { display: flex; padding-left: 22px; }
.o2bz20fq {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.uauifd45 {
  color: #151825;
}
.z03qu75e .ombi1xmk {
  color: var(--color-text);
}
.t5hipvv6 {
  position: relative;
  margin-bottom: 24px;
}
.n66kc8cx {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.tq8tgpqb {
  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;
}
.tq8tgpqb img {
border-radius: 30px;

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

}
.beb23qz4 {
  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);
}
.vi1jsoed {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.beb23qz4[is-active] .vi1jsoed:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.beb23qz4[is-active] .vi1jsoed:nth-child(2) {
  opacity: 0;
}
.beb23qz4[is-active] .vi1jsoed:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hp2ay5jbsb { width: 4vw; border: 4px solid #7a84f9; display: inline-block; padding: 8px 5px; color: rgb(98, 240, 122); }
.gou7djho {
  display: flex;
  justify-content: space-between;
}
.xw1rdty0 {
  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);
}
/* Состояние открытого меню */
.xw1rdty0[is-open] {
  right: 0;
}
.w75qk668 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mwm5e0xv {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.mwm5e0xv:hover {
  background-color: #00112277;
}
[body-no-scroll] {
  overflow: hidden;
}
.prbaoaew {
  font-weight: 900;
  color: var(--color-accent);
}
.mmhi9p6a {
  color: #fff;
}
/* --- Section --- */
.rzvgureg {
  padding: 60px 0;
}
.ombi1xmk {
  text-align: center;
  margin-bottom: 1em;
}
.xy1a65f7 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ixfyxjoi {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.z03qu75e {
  background-color: var(--bg);
  color: var(--color-text);;
}
.ja10uzqa {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.o2nit1qzx { margin: 15px; padding-left: 24px; width: 34%; padding-right: 39px; border: 5px dashed #eda819; }
.h97inaqv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.mx9ot5d7 {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.lfju7i2u {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.e023n5mt {
  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;
}
.e023n5mt::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;
}
.e023n5mt strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.vb8sfsjs {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.rjwsunwa {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.yd7wnc9s {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

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

  100% {
    filter: blur(0)
  }
}
.fdq970qm {
  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;
}
.sh2jgbxp5a5a { margin: -19px; padding: 42px 4px; }
.prq2cind {
  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;
}
.l9fz6g3c {
  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);
  }
}
.z93h60qc {
  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);
}
.n30in5wb {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.wb1j27vj {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.v5mia7gn {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.v5mia7gn p {
  margin: 0;
}
.fchkh9nh {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.ozuceerg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.vhzj18wu {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.fchkh9nh .ombi1xmk,
.vhzj18wu,
.fchkh9nh .fxmdn75j {
  position: relative;
  z-index: 1;
}
.mmhi9p6a {
  color: #fff;
}
.v16tsalw {
  color: #00e171;
  font-weight: 900;
}
.vwrnuxxl {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
.sz1bro5oxl { color: rgb(144, 71, 78); padding: 10px 21px; width: 95%; margin: -13px; border: 5px dotted #4c530b; display: inline-block; }
/* --- Sticky CTA Bar --- */
.vg5krmdt {
  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);
}
.zdpp226a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.rva8u9og {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.r3qccok3 {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.qgwqbwna {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.qaywk4kg {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.j7dlx6en {
  margin-top: 24px;
}
.gurgagfx {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.xb836g3y {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.jctwp3kj {
  display: flex;
  gap: 16px;
  list-style: none;
}
.rizuaw0r8 { padding: 13px 20px; color: rgb(236, 124, 32); margin: -11px; border: 3px solid #48545f; }
/* --- New Additions for Page 2 --- */

/* Wrapper to center the icon list when it's standalone */
.dotcylc1 {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.dotcylc1 .trrrl4cf {
  text-align: left;
}
/* Modifier to align section titles to the left */
.nkut8buh {
  text-align: left;
}
/* New Component: Media Block (for text + image) */
.jqxj4vbf {
  display: flex;
  align-items: center;
  gap: 40px;
}
.xuekvf0i {
  flex: 1;
}
.b4tujl1c {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.b4tujl1c img {
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
}
.wz8u82zb {
  list-style: none;
  padding: 0;
}
/* --- Additions to Responsiveness section --- */

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

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

  .mx9ot5d7 {
    padding: 20px;
  }

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

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

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

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

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

  .q3t1mg4m {
    flex-direction: column;
  }

  .wwgpfkfh {
    font-size: 15px;
  }

  .o2bz20fq {
    font-size: 14px;
  }

  .z5l9o0gk {
    font-size: 16px;
  }

  .adqterv1 {
    font-size: 12px;
  }

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

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .b4tujl1c {
    gap: 8px;
  }

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

  .vhzj18wu {
    max-width: 100%;
  }

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

  .yhf82bun .qaywk4kg {
    display: none;
  }

  .jk501q9g,
  .tgvgni6y {
    height: 50px;
    width: 50px;
  }

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

  .n66kc8cx {
    border-radius: 12px;
  }

  .yooanurv {
    gap: 4px;
  }

  .rzvgureg,
  .n8oyk7m2 {
    padding: 40px 0;
  }

  .rjwsunwa {
    border-radius: 16px;
  }

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

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

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

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

  .e023n5mt {
    padding: 20px;
  }

  .q9tczmky {
    display: none;
  }

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

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

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

  .xjac9aro::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) {
.vwrnuxxl {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .zdpp226a {
    justify-content: center;
    gap: 0px;
  }
}
.n0wsrg1i {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.tnkkkys1 { width: 29vw; }
.ge0akrof {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.rwhv795n {
  max-width: 800px;
  margin: 0 auto;
}
.zwiu46d3 {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.ku4h5xgb {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.t2qcaggn {
  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;
}
.t2qcaggn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.ouh2zlgo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.tl5efycs {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.hwc7hf7o {
  font-weight: 700;
}
.qzrhy4sv {
  font-size: 0.9rem;
  color: #777;
}
.xavfnmeo {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.hs1tig7n {
  width: 100%;
  margin-bottom: 40px;
}
.j5ix034jze { width: 45%; border: 3px dashed #c31789; color: rgb(108, 162, 99); padding: 48px 11px; margin: 19px; }
.heb1kpjf {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.heb1kpjf h2 {
  color: var(--color-accent);
}
.d3rsqtzs {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .d3rsqtzs {
    justify-content: center;
  }
}
.sanswuyk {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.sanswuyk img {

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

  width: 20px;
  height: 20px;

}

}
.sanswuyk {
max-width:inherit;
text-align: center;
}
.d3rsqtzs:has(.lf0zv84s) {
  grid-template-columns: repeat(4, 1fr);
}
.d3rsqtzs:has(.h790q9j4) {
  grid-template-columns: repeat(5, 1fr);
}
.d3rsqtzs:has(.vrxb6r76) {
  grid-template-columns: repeat(6, 1fr);
}
.d3rsqtzs:has(.hyrf36wi) {
  grid-template-columns: repeat(7, 1fr);
}
.d3rsqtzs:has(.f5w1r5gs) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .d3rsqtzs {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .d3rsqtzs {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .d3rsqtzs {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .d3rsqtzs {
    grid-template-columns: 1fr !important;
  }
}
.sanswuyk:hover .tve50gen {
  opacity: 1; 
}
.sanswuyk:hover img {
  opacity: 0.3;
}
.xd8h9g3va8 { color: rgb(97, 70, 58); padding-left: 48px; border: 4px solid #16432c; margin: 14px; }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.zep6ppk2 {
            max-width: 1400px;
            margin: 0 auto;
        }
.lo2z9b0b {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.ch3a36ig {
            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;
        }
.ch3a36ig: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);
        }
.ch3a36ig:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .lo2z9b0b {
                gap: 12px;
            }

            .ch3a36ig {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .ch3a36ig {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .ombi1xmk {
    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;
    }
.mxowkxluhip { display: block; padding-right: 38px; border: 3px dotted #f9b87d; padding-left: 4px; margin: -7px; width: 94vw; }
tfoot td {
      padding: 14px 18px;
    }
@media(max-width:768px) {
      table {
        display: block;
        overflow-x: auto;
      }

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

  .t1md4dd6 {
  font-size: 26px;
} 

.pobs2of5 div {
  display: none;
}
.koii1qfa div {
  display: none;
}

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

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


        }
.akz05qai {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.ctnlp4m4 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.cqhu57g4 {
            background-color: #00bcd4;
            color: #fff;
        }
.xlswqqof { padding-left: 20px; margin: 19px; border: 3px dotted #61bf3c; width: 47px; }
.uwyukzee {
            background-color: #ff9800;
            color: #fff;
        }
.ctnlp4m4:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */


#sticky-cta {
    transition: opacity .3s ease;
}
.gy5kvohh {
      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);
    }
.nnd2ufo8 {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .tz1pspym {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .moo5xnx0 {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .bjy4mt62 {
      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 ───────────────────────────────── */
    .gyiuahgr {
      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;
    }
.gyiuahgr div {
display: flex;
gap: 10px;
}
.gyiuahgr span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.gyiuahgr a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.u03xae22 { padding-right: 5px; margin: -16px; border: 5px dashed #00f79e; display: grid; color: rgb(255, 250, 216); }
.gyiuahgr a:hover { color: #c5cad6; }
.r3ya2prv {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .i20nmlet {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
margin: 10px;
    }
.to0di35h {
      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;
    }
.to0di35h:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .to0di35h svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .o7xsmrhd {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.w2hztplx {
      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 ──────────────────────────── */
    .sqtrmih9 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.h6dcrlfh {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .b2rrr2gl {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.kyljho37 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .wlvbhzdl {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.r7wgfq0uaai4 { padding-right: 19px; border: 1px dotted #a2ab73; }
.wlvbhzdl a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.wlvbhzdl a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .y2w1onod {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .i20nmlet { gap: 8px; }
      .to0di35h { font-size: 10px; padding: 6px 10px; }
    }