: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;
}
.qmgtvfbz {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.s0y7bbth {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.hontk8mk { padding: 50px 2px; border: 5px solid #d71138; }
.oj5y4l92 {
  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;
}
.aupr35f1 {
  padding: 0 20px 0 18px;
}
.oj5y4l92:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.l4ra4bb5 {
background-color:var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.nhnq20vj {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.l4ra4bb5:hover,
.nhnq20vj:hover {
  transform: scale(1.2);

}
.iveuptpx {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.iqhjxokt {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.c90p2bzd {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.vrcvukuc {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.oipfxtil {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.i6ckcjow {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.k7uyorzesueb { display: flex; width: 96px; color: rgb(37, 38, 104); padding: 27px 44px; }
.oqzvu7p5 .s5d7tmh5:last-child .i6ckcjow {
  border-bottom: none;
}
.oqzvu7p5 .s5d7tmh5:nth-child(even) {
  background-color: #f7f8fc;
}
.i6ckcjow:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.p4r24wcw {
  padding-left: 20px;
  margin-bottom: 1em;
}
.dzep90bf {
  margin-bottom: 1em;
}
.f1rn1ubv {
  padding-left: 20px;
}
.bsjom8id {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.bsjom8id li {
  margin-bottom: 0.5em;
}
.psmj5r3e {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.pipjf49r {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.pipjf49r::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.z3ju4j2c .pipjf49r {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.n7o58fp3 {
  border-radius: 24px;
}
.umwot5ghtcyx { width: 80%; border: 2px dotted #300f99; padding: 11px 25px; display: flex; }
.wzx8eja2 {
  color: var(--color-accent);
}
.cdyont5h {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.axbnsf7m {
  border-bottom: 2px solid #e8eaf6;
}
.axbnsf7m:last-child {
  border-bottom: none;
}
.ms0y3f7i {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.ms0y3f7i::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.ms0y3f7i::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.axbnsf7m[open] .ms0y3f7i::after {
  transform: translateY(-50%) rotate(45deg);
}
.eutqdxlt {
  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);
  }
}
.mreuuux7 {
  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;
}
.ocjx4u2v,
.itx1j95q {
  height: 60px;
  width: 60px;
}
.evw29ct2 {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.btcawnlq {
  font-size: 24px;
  font-weight: 900;
}
.gq88hqj7 {
  margin-top: 16px;
}
.rfq3advk {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.y11p5nfl0c56 { margin: 1px; padding: 13px 40px; }
.e865lgby {
  color: #9fa5d5;
}
.rya5yje8 {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.lfzd74wf {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.lfzd74wf::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.pklfxm2k {
  position: relative;
  z-index: 1;
}
.vslehu7i {
  position: relative;
}
.yf4k56c9 {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.qjg0y96y {
  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);
  }
}
.wc873arx {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.j3t3avub {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.tqywheiz {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.jspjlsxv7vq2 { border: 2px dashed #e8734c; margin: 5px; display: flex; padding-right: 46px; color: rgb(176, 18, 243); }
.cgcp0tf8 {
  color: #151825;
}
.k2sl5qim .iw9ez4na {
  color: var(--color-text);
}
.p6h813yv {
  position: relative;
  margin-bottom: 24px;
}
.p39yz6di {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.ayqd8i62 {
  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;
}
.ayqd8i62 img {
border-radius: 30px;

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

}
.yf2pceda {
  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);
}
.ghil2c53 {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.yf2pceda[is-active] .ghil2c53:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.yf2pceda[is-active] .ghil2c53:nth-child(2) {
  opacity: 0;
}
.yf2pceda[is-active] .ghil2c53:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hdqcohkel { border: 4px dashed #a654f4; padding-left: 37px; padding-right: 18px; color: rgb(246, 105, 0); }
.dyr7zla6 {
  display: flex;
  justify-content: space-between;
}
.gjbo44sd {
  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);
}
/* Состояние открытого меню */
.gjbo44sd[is-open] {
  right: 0;
}
.kjbuizmf {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ft6j5l91 {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.ft6j5l91:hover {
  background-color: #00112277;
}
[body-no-scroll] {
  overflow: hidden;
}
.rz71qbox {
  font-weight: 900;
  color: var(--color-accent);
}
.xog0j867 {
  color: #fff;
}
/* --- Section --- */
.xdx21gxq {
  padding: 60px 0;
}
.iw9ez4na {
  text-align: center;
  margin-bottom: 1em;
}
.ou4pd3vjc { color: rgb(130, 244, 250); display: flex; padding: 31px 18px; width: 33vw; margin: -13px; border: 5px solid #a7b6c0; }
.njri3i4l {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.qy93h5qc {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.k2sl5qim {
  background-color: var(--bg);
  color: var(--color-text);;
}
.exdsxlyh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.twx0gnwk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.auv03fpb {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.adc9jlff {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.wdsbkv9a {
  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;
}
.wdsbkv9a::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;
}
.wdsbkv9a strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.ubnhlj101 { width: 3vw; display: flex; color: rgb(174, 30, 21); border: 1px solid #82e0ce; padding: 40px 49px; }
.ig5a0thc {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.q9ctopvb {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.mz0bagdk {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

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

  100% {
    filter: blur(0)
  }
}
.xzgvcv21 {
  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;
}
.dbgawkug {
  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;
}
.tnoix5p6 {
  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);
  }
}
.go7vyo5u {
  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);
}
.vmg16nqf {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.w53l9bsj {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.tqd5eq8j {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.tqd5eq8j p {
  margin: 0;
}
.vx20lab5 {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.cb11hx9y {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.biinlzf9r { padding-right: 35px; color: rgb(40, 197, 206); padding-left: 32px; width: 83vw; }
.grd2wptz {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.vx20lab5 .iw9ez4na,
.grd2wptz,
.vx20lab5 .oj5y4l92 {
  position: relative;
  z-index: 1;
}
.xog0j867 {
  color: #fff;
}
.k46lkqnr {
  color: #00e171;
  font-weight: 900;
}
.nihugcfg {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.cn2rydc8 {
  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);
}
.tv0fmney {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.t6965qr0 {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.po4a3tj7 {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.nl15014q {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.cur7l6wxt { display: flex; width: 64%; }
.liphytqg {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.eh76he9d {
  margin-top: 24px;
}
.z6sedj6z {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.ztdfjc8x {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.za9prume {
  display: flex;
  gap: 16px;
  list-style: none;
}
/* --- New Additions for Page 2 --- */

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

/* Inside @media (max-width: 768px) */
.p7o123q9 {
  flex-direction: column;
}
.icz3793wksq { display: none; }
.gby6bwin {
  order: 2;
  /* Text comes after image on mobile */
}
.blby6c9z {
  text-align: center;
}
@media (max-width: 992px) {
  .pklfxm2k {
    flex-direction: column;
    text-align: center;
  }

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

  .auv03fpb {
    padding: 20px;
  }

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

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

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

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

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

  .s0y7bbth {
    flex-direction: column;
  }

  .j3t3avub {
    font-size: 15px;
  }

  .tqywheiz {
    font-size: 14px;
  }

  .btcawnlq {
    font-size: 16px;
  }

  .zhd2hzd0 {
    font-size: 12px;
  }

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

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .t9vtu2z7 {
    gap: 8px;
  }

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

  .grd2wptz {
    max-width: 100%;
  }

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

  .rya5yje8 .liphytqg {
    display: none;
  }

  .ocjx4u2v,
  .itx1j95q {
    height: 50px;
    width: 50px;
  }

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

  .p39yz6di {
    border-radius: 12px;
  }

  .rfq3advk {
    gap: 4px;
  }

  .xdx21gxq,
  .lfzd74wf {
    padding: 40px 0;
  }

  .q9ctopvb {
    border-radius: 16px;
  }

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

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

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

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

  .wdsbkv9a {
    padding: 20px;
  }

  .bmcq6n6w {
    display: none;
  }

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

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

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

  .i6ckcjow::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) {
.nihugcfg {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .tv0fmney {
    justify-content: center;
    gap: 0px;
  }
}
.naxnxz2v {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.wfm9e41g {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.opnnrbqp {
  max-width: 800px;
  margin: 0 auto;
}
.ltxm9hav {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.rkqy9mr4 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.lspddxql {
  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;
}
.lspddxql:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.wf9fb3d6 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.zwnqfaij {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.tbsd55nd {
  font-weight: 700;
}
.np4ru6xr {
  font-size: 0.9rem;
  color: #777;
}
.genx5vhc {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.ravj2nsj {
  width: 100%;
  margin-bottom: 40px;
}
.gsespex39st { display: inline-block; }
.wx4ga87a {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.wx4ga87a h2 {
  color: var(--color-accent);
}
.qzudbwd6 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .qzudbwd6 {
    justify-content: center;
  }
}
.gvg9ho1g {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.gvg9ho1g img {

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

  width: 20px;
  height: 20px;

}

}
.gvg9ho1g {
max-width:inherit;
text-align: center;
}
.qzudbwd6:has(.wtmt77s2) {
  grid-template-columns: repeat(4, 1fr);
}
.qzudbwd6:has(.zfwhb9ch) {
  grid-template-columns: repeat(5, 1fr);
}
.qzudbwd6:has(.vdmjpc7s) {
  grid-template-columns: repeat(6, 1fr);
}
.qzudbwd6:has(.k25llrrd) {
  grid-template-columns: repeat(7, 1fr);
}
.rawimefdz { padding: 6px 8px; width: 82vw; margin: 14px; border: 3px dashed #ded99f; }
.qzudbwd6:has(.wtihkhl9) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .qzudbwd6 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .qzudbwd6 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .qzudbwd6 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .qzudbwd6 {
    grid-template-columns: 1fr !important;
  }
}
.gvg9ho1g:hover .ycx9544u {
  opacity: 1; 
}
.gvg9ho1g:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.qjqg7m8v {
            max-width: 1400px;
            margin: 0 auto;
        }
.q2y3ehv9 {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.p53x2umq {
            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;
        }
.p53x2umq: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);
        }
.p53x2umq:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .q2y3ehv9 {
                gap: 12px;
            }

            .p53x2umq {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .p53x2umq {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .iw9ez4na {
    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;
    }
.ywtnfmlvh94 { padding-left: 9px; margin: -2px; display: none; width: 87px; padding-right: 3px; }
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;
      }

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

  .b2g3yf53 {
  font-size: 26px;
} 

.q6bn37e5 div {
  display: none;
}
.evw29ct2 div {
  display: none;
}

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

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


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


#sticky-cta {
    transition: opacity .3s ease;
}
.a5ipijf6 {
      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);
    }
.x1pjwbuk {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .vyrckd93 {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .fshjssd3 {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .ohbkjsvl {
      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 ───────────────────────────────── */
    .owgy7nr9 {
      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;
    }
.owgy7nr9 div {
display: flex;
gap: 10px;
}
.owgy7nr9 span {
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.ror3n5rq7 { display: block; margin: -11px; color: rgb(207, 158, 34); width: 40vw; border: 2px solid #fd17ed; padding: 30px 49px; }
.owgy7nr9 a {
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.owgy7nr9 a:hover { color: #c5cad6; }
.j41c9ls1 {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .v10lvqlw {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
margin: 10px;
    }
.h0v7gm9v {
      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;
    }
.h0v7gm9v:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .h0v7gm9v svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .fzk31vc6 {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.gudccefu {
      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 ──────────────────────────── */
    .mwnal13e {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.g00cf7qy {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .kf9gs5c2 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.e7wswb4klla { border: 2px dotted #768377; padding: 42px 28px; margin: 20px; width: 16%; display: inline-block; color: rgb(228, 143, 147); }
.fzocmh6t {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .jp05pbc2 {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.jp05pbc2 a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.jp05pbc2 a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .r9zi997a {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .v10lvqlw { gap: 8px; }
      .h0v7gm9v { font-size: 10px; padding: 6px 10px; }
    }