:root {
  --blue: #082f76;
  --blue-dark: #051b45;
  --blue-soft: #edf4ff;
  --yellow: #ffcc00;
  --orange: #ff8a00;
  --green: #06b15f;
  --red: #ef3340;
  --text: #0b1936;
  --muted: #59677f;
  --line: #d9e2f3;
  --white: #ffffff;
  --bg: #f3f7ff;
  --shadow: 0 18px 46px rgba(6, 27, 65, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 4%, rgba(8, 47, 118, 0.12), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(255, 204, 0, 0.22), transparent 26%),
    linear-gradient(180deg, #eef4ff 0, #f8fbff 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--blue-dark), var(--blue));
  border-bottom: 4px solid var(--yellow);
  box-shadow: 0 12px 28px rgba(6, 27, 65, 0.24);
}

.header-inner {
  width: min(100% - 32px, var(--max));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  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: var(--blue-dark);
  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;
  align-items: center;
  gap: 10px;
}

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

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

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

.section {
  width: min(100% - 32px, var(--max));
  margin: 28px auto;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-layout {
  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-layout::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(--text);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  margin: 0 0 20px;
  color: var(--text);
  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-layout p {
  max-width: 650px;
  color: #34425e;
  font-size: 18px;
}

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

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

.hero-visual p {
  color: #dbe8ff;
}

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

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

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

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

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

.image-copy {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  align-items: start;
}

.visual-card {
  min-height: 330px;
  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, #061b41, #063b8f);
}

.visual-card 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: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(9, 25, 54, 0.1);
}

tr:first-child td {
  background: #edf4ff;
  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: #f4f8ff;
}

tr:nth-child(odd) td {
  background: #ffffff;
}

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

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

.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: #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(--text);
  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(--blue-dark);
  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;
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 16px 0;
  }

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

  .header-actions {
    width: 100%;
    flex-direction: column;
  }

  .cta {
    width: 100%;
  }

  .section {
    padding: 24px;
  }

  .hero-layout,
  .hero-tiles,
  .image-copy,
  .two-column,
  .pros-cons,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  td {
    min-width: 170px;
  }
}
