*{
  box-sizing:border-box;
}

:root{
  --bg:#080c14;
  --card:#0c1220;
  --card-border:#182338;
  --text:#f7f8fb;
  --muted:#8793ad;
  --gold:#ffd86a;
  --gold-dark:#ef4936;
  --cyan:#19d7f2;
  --blue:#1598ff;
}

html{
  background:var(--bg);
}

body{
  margin:0;
  min-width:320px;
  min-height:100vh;
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  background:
    radial-gradient(circle at 22% 47%,rgba(255,199,72,.08),transparent 28%),
    radial-gradient(circle at 80% 51%,rgba(0,220,255,.08),transparent 30%),
    linear-gradient(120deg,#12130f 0%,#080c14 42%,#050913 100%);
}

.page{
  min-height:100vh;
}

.container{
  width:min(1070px,calc(100% - 40px));
  margin:0 auto;
}

.hero{
  padding:24px 0 28px;
}

h1{
  margin:0;
  text-align:center;
  font-size:56px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-1.8px;
  text-shadow:0 2px 2px rgba(0,0,0,.35);
}

h1 span{
  color:#ffe082;
}

.hero__lead{
  max-width:760px;
  margin:22px auto 46px;
  color:#8d98b4;
  text-align:center;
  font-size:18px;
  line-height:1.55;
}

.offers{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

.offer-card{
  position:relative;
  min-height:625px;
  overflow:hidden;
  padding:72px 70px 32px;
  border:1px solid var(--card-border);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.012),transparent 35%),
    var(--card);
  box-shadow:0 20px 45px rgba(0,0,0,.28);
}

.offer-card__topline{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:7px;
}

.offer-card--gold{
  box-shadow:0 24px 48px rgba(197,150,39,.08),0 20px 45px rgba(0,0,0,.28);
}

.offer-card--cyan{
  box-shadow:0 24px 48px rgba(0,218,255,.09),0 20px 45px rgba(0,0,0,.28);
}

.offer-card--gold .offer-card__topline{
  background:linear-gradient(90deg,#e94737,#f7c55f,#ffe278);
}

.offer-card--cyan .offer-card__topline{
  background:linear-gradient(90deg,#0bd3ff,#53e8fb);
}

.offer-card__badge{
  position:absolute;
  top:18px;
  right:18px;
  padding:8px 15px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.25px;
}

.offer-card--gold .offer-card__badge{
  color:#17130a;
  background:linear-gradient(180deg,#ffe27c,#f4c84e);
}

.offer-card--cyan .offer-card__badge{
  color:#66dcff;
  border:1px solid #096287;
  background:#0a2c43;
}

.offer-card__logo{
  height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:5px;
}

.logo-7k{
  gap:2px;
  transform:rotate(-4deg);
}

.logo-7k__text{
  color:#ffe17b;
  font-size:30px;
  line-height:1;
  font-weight:1000;
  font-family:Impact,Arial Black,sans-serif;
  text-shadow:2px 2px 0 #8e5a0a;
}

.logo-7k__chip{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  color:#f23437;
  border:4px dotted #ffe17b;
  border-radius:50%;
  font-size:13px;
  background:#1e2030;
}

.logo-spinto{
  color:#18def0;
  font-size:37px;
  line-height:1;
  font-family:Impact,Arial Black,sans-serif;
  font-style:italic;
  letter-spacing:-2px;
  text-shadow:0 0 12px rgba(24,222,240,.18);
}

.logo-spinto b{
  color:#fff;
}

.offer-card h2{
  margin:4px 0 16px;
  text-align:center;
  font-size:28px;
  line-height:1.2;
}

.offer-card--gold h2{
  color:#ffe079;
}

.offer-card--cyan h2{
  color:#39dfff;
}

.rating{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  margin-bottom:24px;
  font-size:15px;
  color:#7f8ba7;
}

.rating__stars{
  letter-spacing:1px;
  font-size:18px;
}

.rating--gold .rating__stars{
  color:#ffd75d;
}

.rating--cyan .rating__stars{
  color:#19d9ff;
}

.rating strong{
  color:#f4f6fb;
}

.bonus{
  margin:0 0 28px;
  text-align:center;
}

.bonus strong{
  display:block;
  font-size:27px;
  line-height:1.2;
}

.bonus strong span{
  color:#ffe079;
}

.offer-card--cyan .bonus strong span{
  color:#a8f5ff;
}

.bonus small{
  display:block;
  margin-top:7px;
  font-size:17px;
  color:#f1f3f7;
}

.benefits{
  display:grid;
  gap:15px;
  margin:0 0 31px;
  padding:0;
  list-style:none;
  color:#d0d5e3;
  font-size:15px;
  line-height:1.35;
}

.benefits li{
  position:relative;
  padding-left:27px;
}

.benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  font-size:20px;
  font-weight:900;
}

.offer-card--gold .benefits li::before{
  color:#ffd65b;
}

.offer-card--cyan .benefits li::before{
  color:#14d9ff;
}

.offer-button{
  min-height:96px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  text-decoration:none;
  color:#080b11;
  transition:transform .2s ease,filter .2s ease;
  box-shadow:0 12px 28px rgba(0,0,0,.25);
}

.offer-button:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
}

.offer-button strong{
  font-size:20px;
  font-weight:1000;
}

.offer-button span{
  margin-top:5px;
  font-size:13px;
  font-weight:700;
}

.offer-button--gold{
  background:linear-gradient(110deg,#ffe28a,#f8bb5e 43%,#eb3f38 100%);
  box-shadow:0 16px 32px rgba(239,183,66,.22);
}

.offer-button--cyan{
  background:linear-gradient(110deg,#1bd6eb,#13bbf6 52%,#118fff);
  box-shadow:0 16px 32px rgba(0,198,255,.24);
}

.trust-row{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.trust-row span{
  padding:8px 17px;
  border:1px solid #1d2940;
  border-radius:999px;
  color:#aeb6c9;
  font-size:13px;
  background:#0c1220;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}

@media(max-width:900px){
  h1{
    font-size:44px;
  }

  .offer-card{
    padding-left:38px;
    padding-right:38px;
  }
}

@media(max-width:760px){
  .hero{
    padding-top:18px;
  }

  h1{
    font-size:38px;
    letter-spacing:-1px;
  }

  .hero__lead{
    margin-bottom:30px;
    font-size:16px;
  }

  .offers{
    grid-template-columns:1fr;
  }

  .offer-card{
    min-height:auto;
  }
}

@media(max-width:480px){
  .container{
    width:min(100% - 24px,1070px);
  }

  h1{
    font-size:31px;
  }

  .offer-card{
    padding:70px 22px 24px;
    border-radius:20px;
  }

  .offer-card__badge{
    right:12px;
    font-size:10px;
  }

  .offer-card h2{
    font-size:25px;
  }

  .bonus strong{
    font-size:24px;
  }

  .offer-button{
    min-height:86px;
  }
}


.logo-tonplay{
  gap:0;
  font-family:Impact,"Arial Black",sans-serif;
  font-style:italic;
  letter-spacing:-2px;
  transform:skew(-7deg);
}

.logo-tonplay__mark{
  color:#fff;
  font-size:36px;
  text-shadow:0 0 14px rgba(255,255,255,.12);
}

.logo-tonplay__play{
  color:#ffe079;
  font-size:36px;
  text-shadow:0 0 16px rgba(255,208,80,.22);
}

.logo-jetton{
  color:#24dcff;
  font-size:38px;
  line-height:1;
  font-family:Impact,"Arial Black",sans-serif;
  font-style:italic;
  letter-spacing:-2px;
  transform:skew(-7deg);
  text-shadow:0 0 14px rgba(36,220,255,.2);
}

.logo-jetton b{
  color:#fff;
}
