:root {
  --bg: #eef3ff;
  --paper: #ffffff;
  --ink: #091936;
  --muted: #5b6984;
  --blue: #063b8f;
  --blue2: #092c67;
  --deep: #061b41;
  --yellow: #ffcc00;
  --orange: #ff8a00;
  --green: #00b15f;
  --red: #ff3d34;
  --line: #d9e2f3;
  --table-light: #ffffff;
  --table-alt: #f4f8ff;
  --table-head: #edf4ff;
  --max: 1180px;
  --shadow: 0 18px 46px rgba(6, 27, 65, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(6, 59, 143, 0.12), transparent 30%),
    radial-gradient(circle at 86% 5%, rgba(255, 204, 0, 0.18), transparent 26%),
    linear-gradient(180deg, #eef3ff 0, #f8fbff 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--deep), var(--blue));
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 12px 28px 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 {
  width: 174px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo::before {
  content: "MOSTBET";
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
}

.logo::after {
  content: "AZ";
  margin-left: 9px;
  padding: 4px 8px;
  background: var(--yellow);
  color: #061b41;
  font-size: 13px;
  font-weight: 900;
}

.logo img {
  height: 58px;
}

.header-menu {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav-link {
  color: #e9f1ff;
  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;
  gap: 10px;
  align-items: center;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 0;
  background: var(--yellow);
  color: #061b41;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 204, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.cta.dark,
.cta.reg {
  background: #08275d;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.cta.orange,
.cta.log {
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color: #061b41;
}

.section {
  width: 98%;
  max-width: 1180px;
  margin: 28px auto;
  padding: 32px;
  background: var(--paper);
  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 64%, #fff5ca 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: var(--ink);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.18;
  position: relative;
  padding-bottom: 12px;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--yellow), var(--orange));
}

h3 {
  margin: 24px 0 12px;
  color: #0b2557;
  font-size: 22px;
  position: relative;
  padding-bottom: 9px;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
}

p {
  margin: 0 0 16px;
}

ul,
ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

li {
  margin: 7px 0;
}

.hero p {
  max-width: 640px;
  color: #34425e;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.brand-panel {
  min-height: 360px;
  padding: 24px;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 204, 0, 0.35),
      transparent 25%
    ),
    linear-gradient(145deg, var(--deep), var(--blue));
  color: #ffffff;
  display: grid;
  align-content: space-between;
}

.brand-panel p {
  color: #dbe8ff;
}

.brand-panel .offer {
  display: block;
  color: var(--yellow);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  margin: 8px 0 12px;
}

.info-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.info-tile {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 10px;
  background: var(--yellow);
  color: #061b41;
  font-size: 24px;
  font-weight: 900;
}

.info-tile p {
  margin: 0;
  color: #dbe8ff;
  font-size: 14px;
}

.info-tile span {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.quick-card {
  padding: 18px;
  background: #f1f6ff;
  border: 1px solid var(--line);
}

.quick-card p:first-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
}

.quick-card p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
}

table {
  width: 100%;
  margin: 22px 0 24px;
  border-collapse: collapse;
  background: var(--table-light);
  color: var(--ink);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(9, 25, 54, 0.1);
  border: 1px solid var(--line);
}

tr:first-child td {
  background: var(--table-head);
  color: #061b41;
  font-weight: 900;
  font-size: 17px;
  border-bottom: 3px solid var(--yellow);
}

td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-weight: 700;
}

tr:nth-child(even) td {
  background: var(--table-alt);
}

tr:nth-child(odd) td {
  background: var(--table-light);
}

tr:last-child td {
  border-bottom: 0;
}

.speed {
  color: var(--green);
  font-weight: 900;
}

.note {
  margin: 22px 0;
  padding: 18px 20px;
  background: #fff7d1;
  border-left: 5px solid var(--yellow);
}

.promo-strip {
  margin: 24px 0;
  padding: 26px;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 204, 0, 0.28),
      transparent 25%
    ),
    linear-gradient(135deg, var(--deep), var(--blue));
  color: #ffffff;
}

.promo-strip p {
  color: #dbe8ff;
}

.promo-strip .amount {
  display: block;
  margin: 6px 0 12px;
  color: var(--yellow);
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.pros-cons div {
  padding: 22px;
  background: #f8fbff;
  border: 1px solid var(--line);
}

.pros-cons div:first-child {
  border-left: 6px solid var(--green);
}

.pros-cons div:last-child {
  border-left: 6px solid var(--red);
}

.faq-container {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.faq-item {
  position: relative;
  padding: 18px 54px 18px 18px;
  background: #f8fbff;
  border: 1px solid var(--line);
}

.toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.faq-question {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
}

.icon {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 18px;
  height: 18px;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: var(--blue);
}

.icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}

.icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}

.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-brand {
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
    min-height: auto;
    padding: 16px 0;
    gap:0;
  }

  .header-menu {
    justify-content: center;
  }

  .header-actions {
    width: 100%;
  }

  .cta {
    width: 98%;
  }

  .section {
    padding: 24px;
  }

  .hero,
  .info-tiles,
  .quick-grid,
  .pros-cons,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  td {
    min-width: 170px;
  }
}

.banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 98%;
  max-width: 1180px;
  height: 323px;
  margin: 0 auto;
  padding: 30px 33px 40px 33px;
  background:
    radial-gradient(50% 90% at 75% 60%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(120% 160% at 92% 100%, rgba(88, 145, 255, 0.55) 0%, rgba(88, 145, 255, 0) 55%),
    linear-gradient(135deg, #1a56d6 0%, #0c2f8a 55%, #071c56 100%);
  font-family: Arial, sans-serif;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #D9E2F3;
  box-shadow: 0 18px 46px 0 rgba(6, 27, 65, 0.16);
  margin: 48px auto 0 auto;
}

.banner__badges {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.banner__badge-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.banner__content {
  position: relative;
  z-index: 2;
  width: 60%;
}


.banner__title {
color: #FFF;
font-family: Arial;
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 70.56px; 
letter-spacing: -1px;
width: 100%;
}

.banner__bonus {
color: #FFD52F;
font-family: Arial;
font-size: 58px;
font-style: normal;
font-weight: 900;
line-height: 44.1px; 
}

.banner__bonus-fs {
  white-space: nowrap;
}

.banner__terms {
color: #DBE8FF;
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 19px; 
width: 70%;
}

.banner__cta {
    padding: 10px 30px;
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.18);
background: linear-gradient(91deg, #FFD52F 0.36%, #FFEEA8 51.59%, #DFB301 81.47%, #FFDF5D 94.71%);
color: #023893;
text-align: center;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: normal;
cursor: pointer;
}

.banner__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
}

.banner__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.banner__image {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
  background: url(/banner-main.webp) no-repeat;
  content: no-open-quote;
  width: 537px;
  height: 323px;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1140px) { 
    .banner__image {
            right: -10%;
    }
    .banner__content {
        width: 80%;
    }
}

@media (max-width: 950px) { 
    .banner {
        padding: 25px 25px 40px 25px;
        height: 347px;
    }
    .banner__image {
            right: -20%;
            bottom: -10%;
    }
    .banner__title {
        width: 70%;
        line-height: 50px;
    }
    .banner__bonus {
        font-size: 52px;
    }
    .banner__terms {
        width: 50%;
    }
}
@media (max-width: 680px) {
  .banner {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 20px 16px 30px 16px;
    height: 350px;
    margin: 10px auto 0 auto;
  }


  .banner__badges {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 16px;
    flex-direction: column;
  }

    .banner__terms,
     .banner__title,
     .banner__content {
        width: 100%;
        text-align: center;
    }

  .banner__image {
    align-self: center;
    width: 248px;
    height: 197px;
    bottom: -8%;
    right: -10%;
  }
   .banner__title { 
    font-size: 27px;
    line-height: 31px;
   }
       .banner__bonus {
        line-height: 40px;
        font-size: 40px;
    }
}
@media (max-width: 500px) { 
.banner { 
height: 400px;
}
 
}


.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 98%;
  max-width: 1180px;
  margin: 16px auto 0;
}
.reviews__title {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.reviews__title .colored {
    color: #152DCC;
font-family: Arial;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
}
.reviews__title span {
    color: #091936;
font-family: Arial;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
}
.reviews__item {
  flex: 1 1 320px;
  background: #CADAF5;
  border-radius: 12px;
  padding: 20px;
}

.reviews__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
background: #FFF;
padding: 10px 20px;
width: 156px;
}

.reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: #9aa5b8;
  flex-shrink: 0;
}

.reviews__name {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111111;
}

.reviews__amount {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  color: #152DCC;
font-family: Arial;
font-size: 30px;
font-style: normal;
font-weight: 900;
line-height: 29px;
}

.reviews__quote {
  margin: 0;
color: #272727;
font-family: Arial;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 23px; 
}

.features {
  width: 98%;
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 24px;
  background: #CADAF5;
  border-radius: 20px;
  box-sizing: border-box;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));;
  gap: 14px;
  max-width: 100%;
  box-sizing: border-box;
}

.features__card {
  padding: 23px 19px;
border-radius: 12px;
border: 1px solid rgba(192, 216, 255, 0.28);
background: #194286;
}

.features__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 20px;
border-radius: 6px;
background: rgba(255, 255, 255, 0.93);
width: 98%;
position: relative;
overflow: hidden;
}

.features__icon {
  font-size: 18px;
  line-height: 1;
  
}
.features__icon img {
    position: absolute;
    bottom: -5px;
}

.features__label-text {
color: #063580;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22.68px;
padding-left: 50px;
}
.features__label-text-icon {
    padding-left: 0;
    color: #063580;
font-family: Arial;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22.68px;
height: auto;
}

.features__desc {
color: rgba(255, 255, 255, 0.93);
font-family: Arial;
font-size: 21px;
font-style: normal;
font-weight: 900;
line-height: 34.02px; 
margin-bottom: 0;
}

.footer-block-btn {
    z-index: 5;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #061F4B;
    gap: 10px;
}

@media (max-width: 768px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
  .reviews__quote {
    font-size: 18px;
  }
  .reviews__author {
     width: 100%;
  }
  .reviews__amount {
    font-size: 25px;
  }
  .reviews__title .colored,
  .reviews__title span {
    font-size: 25px;
    line-height: 30px
  }
}
@media (max-width: 400px) {
.features {
    padding: 16px;
}
.features__desc {
    font-size: 17px;
    line-height: 24px;
}
.features__label-text {
    font-size: 16px;
}

    .footer-block-btn {
        height: 122px;
        display: flex;
    }
    .header-actions {
        display: none;
    }
}

