: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;
}
.hch2azyp { width: 9vw; display: grid; padding-left: 46px; color: rgb(167, 42, 229); }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.mds33h6h {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.kji1fhgf {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.a040ooda {
  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;
}
.v5ltpzu0 {
  padding: 0 20px 0 18px;
}
.a040ooda:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.tjxz8icw {
background-color:var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.mhz2vvav {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.tjxz8icw:hover,
.mhz2vvav:hover {
  background-color: inherit;
  border: 3px solid var(--color-accent);
  transform: scale(1.05);
  color: var(--color-accent);
}
.ityhm1ih {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.e1mi5qc8 { color: rgb(155, 163, 25); border: 4px dotted #5e470b; }
.bj4agvpo {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.sy6btn5y {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.at5huody {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.idxwkufb {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.k9hbu37d {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.nt08ik7e .knqtgb0x:last-child .k9hbu37d {
  border-bottom: none;
}
.nt08ik7e .knqtgb0x:nth-child(even) {
  background-color: #f7f8fc;
}
.k9hbu37d:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.sl2blw0q {
  padding-left: 20px;
  margin-bottom: 1em;
}
.knwhp1we {
  margin-bottom: 1em;
}
.pjgyiezf {
  padding-left: 20px;
}
.l3hv8y7v {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.l3hv8y7v li {
  margin-bottom: 0.5em;
}
.a87d3kg3a { border: 2px dashed #794870; width: 25vw; display: flex; padding-right: 9px; padding-left: 23px; }
.clqe5w6d {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.bthaz6oq {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.bthaz6oq::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.itkfqfhl .bthaz6oq {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.wqdopxln {
  border-radius: 24px;
}
.njtrpist {
  color: var(--color-accent);
}
.poe3xn40 {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.dn6orsow {
  border-bottom: 2px solid #e8eaf6;
}
.dn6orsow:last-child {
  border-bottom: none;
}
.jvb9pwu3 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.jvb9pwu3::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.jvb9pwu3::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.sf60ojur { color: rgb(141, 118, 175); padding: 10px 8px; margin: 19px; }
.dn6orsow[open] .jvb9pwu3::after {
  transform: translateY(-50%) rotate(45deg);
}
.ngtmuzp6 {
  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);
  }
}
.jqwwqqxw {
  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;
}
.qt03hhdx,
.cn9i9iem {
  height: 60px;
  width: 60px;
}
.jgm28o6a {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.o106tqnn {
  font-size: 24px;
  font-weight: 900;
}
.t8w7kbch {
  margin-top: 16px;
}
.ywolpt5f {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.mygx59kj {
  color: #9fa5d5;
}
.arcsd7ih {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.ulb8ydk8 {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.oidxejk2des { padding: 21px 11px; color: rgb(150, 143, 55); width: 16vw; }
.ulb8ydk8::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.eft2uku8 {
  position: relative;
  z-index: 1;
}
.wrmci3f4 {
  position: relative;
}
.my860k15 {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.ib3nypyb {
  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);
  }
}
.h8sjkp9s {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.idhrgr56 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.sek5m1xa {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.ydh1ouvn {
  color: #151825;
}
.s843j2l4 .w7ab1dyt {
  color: var(--color-text);
}
.hsb9ct0m {
  position: relative;
  margin-bottom: 24px;
}
.gccenxlw {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.ngn6xhf7 {
  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;
}
.ngn6xhf7 img {
border-radius: 30px;

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

}
.qbmj9zep {
  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);
}
.ig6smzqh {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.qbmj9zep[is-active] .ig6smzqh:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.qbmj9zep[is-active] .ig6smzqh:nth-child(2) {
  opacity: 0;
}
.qbmj9zep[is-active] .ig6smzqh:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nvc5dtsg {
  display: flex;
  justify-content: space-between;
}
.xyprcjlt {
  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);
}
/* Состояние открытого меню */
.xyprcjlt[is-open] {
  right: 0;
}
.ea7l9xz0 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f57bm4nc {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.f57bm4nc:hover {
  background-color: #00112277;
}
[body-no-scroll] {
  overflow: hidden;
}
.ci5c7zr7 {
  font-weight: 900;
  color: var(--color-accent);
}
.zfzj6zqx {
  color: #fff;
}
.wil59w3vwex { border: 5px dashed #1cd028; color: rgb(163, 21, 50); width: 4%; margin: 0px; padding: 29px 9px; }
/* --- Section --- */
.mb78vaew {
  padding: 60px 0;
}
.w7ab1dyt {
  text-align: center;
  margin-bottom: 1em;
}
.w0xckwms {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wcdr36zl {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.s843j2l4 {
  background-color: var(--bg);
  color: var(--color-text);;
}
.we1xl7ot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.luotnsr3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.cf3ju2zs {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.c11hahdv {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.c9qov0r6 {
  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;
}
.c9qov0r6::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;
}
.c9qov0r6 strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.g48otxku {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.hbj3d1yc {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.sbbmmxp8sctv { margin: -9px; }
.go3wh06l {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

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

  100% {
    filter: blur(0)
  }
}
.f6ey2agu {
  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;
}
.bub9xg5g {
  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;
}
.phsyfu25 {
  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);
  }
}
.l21ze0n5 {
  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);
}
.cd4ui6kg {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.pfb75uc3 {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.v94p2sr6 {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.v94p2sr6 p {
  margin: 0;
}
.mmcxc0ts {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.s9icpyh8 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.cysuxb2g {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.mmcxc0ts .w7ab1dyt,
.cysuxb2g,
.mmcxc0ts .a040ooda {
  position: relative;
  z-index: 1;
}
.frab1pont9 { margin: 10px; padding: 23px 18px; border: 1px solid #142b1f; }
.zfzj6zqx {
  color: #fff;
}
.ulp2sceo {
  color: #00e171;
  font-weight: 900;
}
.bxg65g5d {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.olddidw8 {
  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);
}
.cnixunxu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.oqie529p {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.paxzg3lh {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.cc98tv5y {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.xjej02qt {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.tqa6b6nk {
  margin-top: 24px;
}
.t7bt1djg {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.e6g26b46 {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.doshgrrk {
  display: flex;
  gap: 16px;
  list-style: none;
}
.tt6467zbit4c { padding-right: 20px; display: none; margin: 15px; }
/* --- New Additions for Page 2 --- */

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

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

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

  .cf3ju2zs {
    padding: 20px;
  }

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

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

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

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

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

  .kji1fhgf {
    flex-direction: column;
  }

  .idhrgr56 {
    font-size: 15px;
  }

  .sek5m1xa {
    font-size: 14px;
  }

  .o106tqnn {
    font-size: 16px;
  }

  .fduggi2y {
    font-size: 12px;
  }

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

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .l4j9co2r {
    gap: 8px;
  }

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

  .cysuxb2g {
    max-width: 100%;
  }

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

  .arcsd7ih .xjej02qt {
    display: none;
  }

  .qt03hhdx,
  .cn9i9iem {
    height: 50px;
    width: 50px;
  }

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

  .gccenxlw {
    border-radius: 12px;
  }

  .ywolpt5f {
    gap: 4px;
  }

  .mb78vaew,
  .ulb8ydk8 {
    padding: 40px 0;
  }

  .hbj3d1yc {
    border-radius: 16px;
  }

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

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

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

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

  .c9qov0r6 {
    padding: 20px;
  }

  .tjcn3wbx {
    display: none;
  }

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

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

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

  .k9hbu37d::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) {
.bxg65g5d {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .cnixunxu {
    justify-content: center;
    gap: 0px;
  }
}
.fh1mwbpv {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.m7jd3xnno5t7 { color: rgb(96, 114, 130); padding: 24px 4px; width: 53px; }
.zcnv8xym {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.gw4ukzmb {
  max-width: 800px;
  margin: 0 auto;
}
.imkzglgn {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.w7sd1g9l {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.m54h04dt {
  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;
}
.m54h04dt:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.be7rotza {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.n7ajktc1 {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.jbiqjfp0 {
  font-weight: 700;
}
.v0oh2un7 {
  font-size: 0.9rem;
  color: #777;
}
.ynda544zberq { border: 3px dashed #b0edc3; padding: 45px 19px; display: inline-block; }
.yoqq6lah {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.q8z8f5ey {
  width: 100%;
  margin-bottom: 40px;
}
.t4mjfp1j {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.t4mjfp1j h2 {
  color: var(--color-accent);
}
.ie1j65zy {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .ie1j65zy {
    justify-content: center;
  }
}
.qijfs0dl {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.qijfs0dl img {

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

  width: 20px;
  height: 20px;

}

}
.qijfs0dl {
max-width:inherit;
text-align: center;
}
.ie1j65zy:has(.xsx37vj8) {
  grid-template-columns: repeat(4, 1fr);
}
.ie1j65zy:has(.rpzk87l8) {
  grid-template-columns: repeat(5, 1fr);
}
.ie1j65zy:has(.o20p118k) {
  grid-template-columns: repeat(6, 1fr);
}
.ie1j65zy:has(.h85do2kz) {
  grid-template-columns: repeat(7, 1fr);
}
.ie1j65zy:has(.lj2798am) {
  grid-template-columns: repeat(8, 1fr);
}
.z4ly5830s9lq { padding: 27px 6px; margin: -18px; border: 3px dashed #de899e; }
@media (max-width: 1024px) {
  .ie1j65zy {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .ie1j65zy {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .ie1j65zy {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .ie1j65zy {
    grid-template-columns: 1fr !important;
  }
}
.qijfs0dl:hover .yuqepm7w {
  opacity: 1; 
}
.qijfs0dl:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.lrxuokny {
            max-width: 1400px;
            margin: 0 auto;
        }
.qozgquau {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.pue23wk7 {
            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;
        }
.pue23wk7: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);
        }
.pue23wk7:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .qozgquau {
                gap: 12px;
            }

            .pue23wk7 {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .pue23wk7 {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .w7ab1dyt {
    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;
    }
.gzz75twwi { padding-right: 48px; padding-left: 33px; width: 46%; }
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;
      }

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

  .xb107n6t {
  font-size: 26px;
} 

.nhs8isvm div {
  display: none;
}
.jgm28o6a div {
  display: none;
}

}
.q6vmjtwe {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding:10px 0px 30px 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.fphbjdyx {
        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;
    }
.fphbjdyx:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
text-decoration: none;
    }
.ydnchmtxpoqm { display: block; margin: -13px; border: 1px solid #4ec743; padding: 18px 11px; width: 74vw; }
.fphbjdyx:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .fphbjdyx {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.fhf2svt5 {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
/* slotpage */

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


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


#sticky-cta {
    transition: opacity .3s ease;
}
.sbux3omz {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.v4oz6oed {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .zebul2te {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .holg0id0 {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .evt1qz3q {
      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;
    }
.ohmwwgkp4oxo { padding: 31px 21px; color: rgb(159, 126, 122); display: grid; border: 2px solid #405398; width: 53%; margin: -2px; }
/* ── Help links row ───────────────────────────────── */
    .n3nk56ux {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.n3nk56ux div {
display: flex;
gap: 10px;
}
.n3nk56ux span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.n3nk56ux a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.n3nk56ux a:hover { color: #c5cad6; }
.sqpkowzw {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .ut8xnfkk {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.uq4aislr {
      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;
    }
.uq4aislr:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .uq4aislr svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .epnz31v2 {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.eqimuzc3 {
      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 ──────────────────────────── */
    .c12hft4d {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.mnx9iyeu {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .jsxd2e8v {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.e2i2c9uhoew { width: 17px; color: rgb(154, 120, 85); display: grid; }
.fhiux1w5 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .cysvai84 {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.cysvai84 a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.cysvai84 a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .a9dl9ymk {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .ut8xnfkk { gap: 8px; }
      .uq4aislr { font-size: 10px; padding: 6px 10px; }
    }