:root {
  --blue: #052b78;
  --blue2: #0a3f9e;
  --deep: #061733;
  --yellow: #ffcc00;
  --orange: #ff8a00;
  --green: #0fbf68;
  --red: #e63b3b;
  --bg: #eef3ff;
  --paper: #ffffff;
  --text: #071a3d;
  --muted: #59677f;
  --line: rgba(216, 226, 244, 1);
  --soft: #f4f8ff;
  --max: 1180px;
  --shadow: 0px 18px 46px 0px rgba(6, 23, 51, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:rgba(219, 231, 255, 1);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  position: relative;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(36, 55, 148, 1);
  border-bottom: 4px solid rgba(255, 135, 29, 1);
  box-shadow: 0px 12px 28px 0px rgba(6, 27, 65, 0.22);
}

.header-inner {
  width: min(100% - 32px, var(--max));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.logo {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo::before {
  content: "MOSTBET";
  color: #ffffff;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: -1px;
}

.logo::after {
  content: "AZ";
  margin-left: 9px;
  padding: 4px 8px;
  background: rgba(255, 135, 29, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 900;
}

.logo img {
  height: 58px;
}

.header-menu {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nav-link {
  color: #eaf2ff;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  padding: 8px 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
  transform: scaleX(0.32);
  transform-origin: left;
  transition: 0.2s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta {
  min-height: 44px;
  padding: 10px 22px;
  border: 0;
  font-weight: 900;
  cursor: pointer;
  border-radius: 80px;
  transition: 0.4s;
}

.cta:hover {
  opacity: 0.8;
}

.cta.dark {
  background: rgba(52, 73, 178, 1);
  color: #ffffff;
  border: 1px solid rgba(139, 140, 255, 0.34);
  box-shadow: 0px 0px 4px 0px rgba(0, 7, 37, 0.45);
}

.cta.orange {
  background: linear-gradient(105.19deg, #FF9A35 12.35%, #FF5A4B 101.26%);
  border: 1px solid rgba(255, 241, 135, 0.34);
  box-shadow: 0px 0px 4px 0px rgba(0, 7, 37, 0.45);
  color: rgba(255, 255, 255, 1);
}

.section {
  width: min(100% - 32px, var(--max));
  margin: 28px auto;
  padding: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 20px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0, #eaf2ff 62%, #fff4c4 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, var(--blue), var(--yellow), var(--orange));
}

h1 {
  margin: 0 0 18px;
  color: rgba(36, 55, 148, 1);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0 0 20px;
  color: rgba(36, 55, 148, 1);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
  position: relative;
  padding-bottom: 12px;
}

h3 {
  margin: 24px 0 12px;
  color: rgba(36, 55, 148, 1);
  font-size: 22px;
  position: relative;
  padding-bottom: 9px;
}

p {
  margin: 0 0 16px;
}

ul,
ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

li {
  margin: 7px 0;
}

.hero p {
  max-width: 660px;
  color: #34425e;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-panel {
  min-height: 380px;
  padding: 26px;
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(255, 204, 0, 0.36),
      transparent 26%
    ),
    radial-gradient(
      circle at 28% 78%,
      rgba(255, 138, 0, 0.25),
      transparent 24%
    ),
    linear-gradient(145deg, var(--deep), var(--blue2));
  color: #ffffff;
  display: grid;
  align-content: space-between;
}

.hero-panel p {
  color: #dbe8ff;
}

.hero-panel .offer {
  display: block;
  color: var(--yellow);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  margin: 8px 0 12px;
}

.tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tile {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.tile p {
  margin: 0;
  color: #dbe8ff;
  font-size: 14px;
}

.tile span {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.info-card {
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.info-card p:first-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.info-card p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 21px;
  font-weight: 900;
}

.visual-row {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: start;
}

.visual-box {
  min-height: 340px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 204, 0, 0.3), transparent 24%),
    radial-gradient(
      circle at 30% 72%,
      rgba(255, 255, 255, 0.1),
      transparent 24%
    ),
    linear-gradient(135deg, #061733, #063b8f);
}

.visual-box p {
  color: #dbe8ff;
}

.visual-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

table {
  width: 100%;
  margin: 22px 0 24px;
  border-collapse: collapse;
  background: #ffffff;
  color: var(--text);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow:  0px 18px 46px 0px rgba(6, 23, 51, 0.14);

}

tr:first-child td {
  background: rgba(224, 230, 255, 1);
  color: #061733;
  font-weight: 900;
  font-size: 17px;
  border-bottom: 3px solid rgba(255, 135, 29, 1);
}

tr:nth-child(2n) td{
  background:rgba(244, 248, 255, 1);
}

td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-weight: 700;
  background: rgba(255, 255, 255, 1);
  color: rgba(36, 55, 148, 1);
}

tr:last-child td {
  border-bottom: 0;
}

.speed {
  color: var(--green);
  font-weight: 900;
}

.note {
  margin: 22px 0;
  padding: 18px 20px;
  background: rgba(255, 247, 209, 1);
  border-left: 5px solid rgba(255, 135, 29, 1);
  border-radius: 20px;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.pros-cons div {
  padding: 22px;
  background: rgba(248, 251, 255, 1);
  border: 1px solid rgba(216, 226, 244, 1);
  border-radius: 20px;
  border-left: 6px solid rgba(216, 226, 244, 1);
}

.pros-cons h3 {
  position: relative;
}

.pros-cons h3:before {
  content: no-open-quote;
  background: rgba(228, 148, 0, 1);
  height: 3px;
  width: 82px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.faq-container {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.faq-item {
  position: relative;
  padding: 18px 54px 18px 18px;
  background: rgba(230, 239, 255, 1);
  border: 1px solid rgba(216, 226, 244, 1);
  border-radius: 20px;
}

.toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.faq-question {
  margin: 0;
  color: rgba(36, 55, 148, 1);
  font-size: 19px;
}

.icon {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 18px;
  height: 18px;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: rgba(5, 43, 120, 1);
}

.icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 3px;
  border-radius: 50px;
}

.icon::after {
  top: 0;
  left: 8px;
  width: 3px;
  height: 18px;
  border-radius: 50px;
}

.toggle:checked ~ .icon::after {
  display: none;
}

.faq-answer {
  display: none;
  margin: 14px 0 0;
  color: var(--muted);
}

.toggle:checked ~ .faq-answer {
  display: block;
}

footer {
  margin-top: 48px;
  background: var(--deep);
  color: #dbe8ff;
}

.footer-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 28px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.footer-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: 900;
}

.footer-link {
  color: #dbe8ff;
  text-decoration: none;
  display: block;
  margin: 0 0 8px;
}

.footer-brand {
  color: #ffffff;
  font-weight: 900;
}

.fixed-container {
  display: none;
}

@media (max-width: 900px) {
  .header-actions {
   display: none;
  }
  .header-inner {
    justify-content: center;
    min-height: 58px;
  }

  .fixed-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: rgba(36, 55, 148, 1);
    box-shadow: 0px 12px 28px 0px rgba(6, 27, 65, 0.22);
  }

  .fixed-inner {
    display: grid;
    grid-template-columns: 127px 200px;
    gap: 10px;
    height: 100%;
    align-items: center;
    width: calc(100% - 32px);
    margin: 0 auto;
    justify-content: center;
  }

  .fixed-inner .cta {
    padding: 10px 0;
  }


  footer {
    padding-bottom: 80px;
  }

  .section {
    padding: 16px;
    margin: 0 auto;
    margin-bottom: 16px;
    width: calc(100% - 32px);
  }

  .content {
    padding-top: 20px;
  }

  .hero,
  .tile-grid,
  .info-grid,
  .visual-row,
  .two-column,
  .pros-cons,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  td {
    min-width: 170px;
  }
}

@media (max-width: 400px) {
  .fixed-inner {
    grid-template-columns: 40% 60%;
  }
}

.main-banner {background: rgba(36, 55, 148, 1); padding: 30px; width: min(100% - 32px, var(--max)); border-radius: 20px;
  margin: 28px auto;}
.main-banner-inner {display: flex; gap: 34px;}
.main-banner-left {background: rgba(255, 255, 255, 1); border-radius: 20px; width: calc(100% - 322px); position: relative;}
.main-banner-right {width: 322px;}
.main-banner-text {padding: 30px 0 30px 30px; max-width: 345px; width: 100%; position: relative; z-index: 2;}
.main-banner-title {color: rgba(2, 41, 107, 1); font-size: 18px; font-weight: bold; display: block; margin-bottom: 10px;}
.main-banner-bonus {color: rgba(255, 120, 0, 1); font-size: 50px; line-height: 50px; font-weight: bold; display: block; margin-bottom: 10px;}
.main-banner-text p {color: rgba(2, 41, 107, 0.8); font-size: 15px;}
.main-banner-inner button {background: linear-gradient(90deg, #FF4F00 0%, #FF871D 100%); box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 1); font-weight: bold; font-size: 22px; text-transform: uppercase; padding-left: 32px; width: 336px;
  border-radius: 40px; border: none; cursor: pointer; text-align: left; position: relative; transition: 0.4s; height: 54px;}
.main-banner-inner button:hover {opacity: 0.8;}
.main-banner-inner button:after {content: no-open-quote; width: 50px; height: 50px; position: absolute; top: 2px; right: 2px; background: url(/button-img.svg)no-repeat;
  background-size: cover;}
.main-banner-img {position: absolute; width: 247px;height: 260px; bottom: -1px; right: 80px; background: url(/banner-img.webp)no-repeat; background-size: cover;
  z-index: 1;}
.main-banner-right {display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px;}
.banner-item {background: linear-gradient(243.93deg, #FFFFFF 8.26%, #BAD4FF 65.13%); display: flex; flex-direction: column; justify-content: center;
  border-radius: 20px; padding: 10px; gap: 10px;}
.banner-point {background: rgba(36, 55, 148, 1); border-radius: 50px; color: rgba(255, 255, 255, 1); font-weight: bold; font-size: 14px;
  text-align: center;}
.banner-value {color: rgba(22, 26, 65, 1); font-weight: bold; font-size: 20px; text-transform: uppercase; text-align: center;}
@media (max-width: 1150px) {
  .main-banner {padding: 24px;}
  .main-banner-inner {flex-direction: column; gap: 10px;}
  .main-banner-left {width: 100%;}
  .main-banner-title {font-size: 16px;}
  .main-banner-bonus {font-size: 40px; line-height: 40px;}
  .main-banner-text {padding: 20px;}
  .main-banner-text p {font-size: 14px;}
  .main-banner-inner button {font-size: 20px;}
  .main-banner-right {width: 100%; grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) { 
  .main-banner {width: calc(100% - 32px); margin: 0 auto; margin-bottom: 20px;}
  .main-banner-img {right: 40px;}
}
@media (max-width: 680px) {
  .main-banner {padding: 16px;}
  .main-banner-img {position: relative; width: 200px; height: 147px; background: url(/banner-img-mobile.webp)no-repeat; background-size: cover;
  right: auto; margin: 0 auto;}
  .main-banner-text {max-width: 100%; text-align: center;}
  .main-banner-text {padding: 15px 10px;}
  .main-banner-inner button {font-size: 18px; height: 45px; width: 276px;}
  .main-banner-inner button::after {width: 39px; height: 39px;}
  .banner-point {font-size: 12px; max-width: 200px;  margin: 0 auto;  width: 100%;}
  .banner-value {font-size: 18px;}
  .main-banner-right {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 380px) {
   .main-banner-inner button {width: 100%; padding-left: 12px; font-size: 17px;}
}
@media (max-width: 350px) {
  .banner-value {font-size: 16px;}
}