:root {
  color-scheme: light;
  --ink: #18201c;
  --muted: #5c665f;
  --line: #dfe6dc;
  --surface: #ffffff;
  --surface-soft: #f4f7f1;
  --field: #102118;
  --green: #248045;
  --green-deep: #145c32;
  --red: #d73331;
  --amber: #c68316;
  --teal: #146f73;
  --shadow: 0 18px 55px rgba(22, 32, 27, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.age-strip {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  color: #fff;
  background: #111815;
  font-size: 0.88rem;
  text-align: center;
}

.age-strip span:first-child {
  flex: 0 0 auto;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  font-weight: 800;
}

.age-strip span:last-child {
  min-width: 0;
  overflow-wrap: break-word;
}

.hero {
  position: relative;
  min-height: calc(100svh - 42px);
  overflow: hidden;
  color: #fff;
  background: #111815;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(13, 20, 17, 0.96) 0%, rgba(13, 20, 17, 0.78) 36%, rgba(13, 20, 17, 0.2) 72%),
    linear-gradient(180deg, rgba(13, 20, 17, 0.3), rgba(13, 20, 17, 0.82));
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand {
  font-size: 1rem;
  font-weight: 900;
}

.nav__links {
  display: flex;
  gap: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav__links a:hover {
  color: #fff;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(1160px, calc(100% - 40px));
  min-height: calc(100svh - 132px);
  margin: 0 auto;
  padding: 52px 0 92px;
}

.kicker {
  margin: 0 0 12px;
  color: #8ce0a3;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.55rem, 7vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  overflow-wrap: break-word;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: #112017;
  background: #92e6a7;
  box-shadow: 0 12px 30px rgba(146, 230, 167, 0.26);
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.summary__item {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 150px;
  padding: 28px clamp(20px, 5vw, 52px);
  background: var(--surface);
}

.summary__logo-frame {
  display: inline-grid;
  place-items: center;
  width: 112px;
  height: 42px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #101915;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.summary__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary__logo--betclic {
  max-width: 94px;
}

.summary__logo--winamax {
  max-width: 92px;
}

.summary__logo--unibet {
  max-width: 94px;
}

.summary__item strong {
  color: var(--green-deep);
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1;
}

.summary__item span {
  color: var(--muted);
  font-weight: 700;
}

.summary__item--winamax {
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f8f3 62%, #fff0f0 100%);
}

.summary__item--unibet {
  background:
    linear-gradient(135deg, #ffffff 0%, #edfaef 100%);
}

.summary__item--betclic {
  background:
    linear-gradient(135deg, #ffffff 0%, #fff1f1 100%);
}

.summary__item--winamax strong {
  color: var(--green-deep);
}

.summary__item--unibet strong {
  color: #14883d;
}

.summary__item--betclic strong {
  color: var(--red);
}

.offers {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0;
}

.section-heading {
  max-width: 730px;
  margin-bottom: 34px;
}

.section-heading h2,
.conditions h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p:last-child,
.conditions__content > p {
  color: var(--muted);
  font-size: 1.03rem;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.offer-rank {
  display: inline-grid;
  place-items: center;
  align-self: flex-start;
  min-width: 50px;
  height: 40px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #101915;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(16, 25, 21, 0.18);
}

.offer-card__top {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}

.bookmaker-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.bookmaker-logo-frame {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 168px;
  height: 64px;
  padding: 9px 14px;
  border-radius: 8px;
  background: #101915;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bookmaker-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bookmaker-logo--betclic {
  max-width: 148px;
}

.bookmaker-logo--winamax {
  max-width: 140px;
}

.bookmaker-logo--unibet {
  max-width: 144px;
}

.tag {
  max-width: 100%;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--green-deep);
  background: #e4f7e8;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.offer-card .offer-card__bonus {
  display: grid;
  gap: 4px;
  margin: 30px 0 12px;
  font-size: clamp(2.45rem, 4.4vw, 3.45rem);
  font-weight: 950;
  line-height: 0.98;
}

.offer-card__bonus span + span {
  font-size: 0.82em;
}

.offer-card h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.22;
}

.offer-card p:not(.offer-card__bonus) {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.offer-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.offer-card li {
  position: relative;
  padding-left: 20px;
  color: #303b34;
  font-size: 0.95rem;
  line-height: 1.42;
  overflow-wrap: break-word;
}

.offer-card li::before {
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.offer-card .button {
  width: 100%;
  margin-top: auto;
  color: #fff;
}

.button--betclic {
  background: var(--red);
}

.button--winamax {
  background: #b9141b;
  box-shadow: 0 12px 28px rgba(185, 20, 27, 0.2);
}

.button--unibet {
  background: #1ea64a;
}

.first-bet-guide {
  padding: 82px 0;
  background:
    linear-gradient(180deg, #f8fbf5 0%, #eef6ed 100%);
  border-top: 1px solid var(--line);
}

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

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.guide-step {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbf3 100%);
  box-shadow: 0 14px 42px rgba(22, 32, 27, 0.09);
}

.guide-step img {
  display: block;
  width: min(calc(100% - 36px), 320px);
  height: auto;
  margin: 18px auto 0;
  object-fit: contain;
  background: transparent;
}

.guide-step__copy {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.guide-step__number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-deep);
  font-weight: 900;
  line-height: 1;
}

.guide-step h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.22;
}

.guide-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.guide-note {
  max-width: 850px;
  margin: 26px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--amber);
  color: #303b34;
  background: #fff8ea;
  font-weight: 700;
  line-height: 1.5;
}

.offer-card--betclic .offer-card__bonus {
  color: var(--red);
}

.offer-card--betclic {
  border-color: #f0c9c9;
  background:
    linear-gradient(180deg, #fffafa 0%, #fff1f1 100%);
}

.offer-card--winamax .offer-card__bonus {
  color: var(--green-deep);
}

.offer-card--winamax {
  border-color: #d5dfd8;
  background:
    linear-gradient(180deg, #ffffff 0%, #f0f5f1 58%, #fff4f4 100%);
}

.offer-card--unibet .offer-card__bonus {
  color: var(--teal);
}

.offer-card--unibet {
  border-color: #c5ead0;
  background:
    linear-gradient(180deg, #fbfffc 0%, #ecfaef 100%);
}

.offer-card--winamax .offer-rank {
  background: #d73331;
}

.offer-card--unibet .offer-rank {
  background: #1ea64a;
}

.offer-card--betclic .offer-rank {
  background: var(--red);
}

.conditions {
  padding: 82px 0;
  color: #fff;
  background: var(--field);
}

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

.conditions h2 {
  display: flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
}

.conditions__icon {
  flex: 0 0 auto;
  margin-top: 0.1em;
  font-size: 0.72em;
  line-height: 1;
}

.conditions__content > p {
  color: rgba(255, 255, 255, 0.74);
}

.condition-list {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.condition-list p {
  margin: 0;
  padding: 20px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.06);
}

.condition-list strong {
  color: #fff;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.source-links a {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.source-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.faq {
  padding: 78px 0;
  background: #f8fbf5;
}

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

.faq h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 32, 27, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.25;
}

.faq-list summary::marker {
  color: var(--green-deep);
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.55;
}

.footer {
  display: grid;
  gap: 6px;
  padding: 24px 20px 28px;
  color: #fff;
  background: #0c110f;
  text-align: center;
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero__shade {
    background:
      linear-gradient(90deg, rgba(13, 20, 17, 0.96) 0%, rgba(13, 20, 17, 0.72) 58%, rgba(13, 20, 17, 0.28) 100%),
      linear-gradient(180deg, rgba(13, 20, 17, 0.36), rgba(13, 20, 17, 0.88));
  }

  .summary,
  .offer-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

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

  .offer-card .offer-card__bonus {
    font-size: clamp(2.7rem, 8vw, 3.35rem);
  }
}

@media (max-width: 680px) {
  .age-strip {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    padding: 10px 16px;
    font-size: 0.82rem;
    line-height: 1.38;
    text-align: center;
  }

  .age-strip span:last-child {
    max-width: 38ch;
  }

  .nav {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    width: min(1160px, calc(100% - 32px));
    padding: 22px 0 12px;
    text-align: center;
  }

  .nav__links {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero__image {
    object-position: 64% center;
  }

  .hero__content {
    width: min(1160px, calc(100% - 32px));
    min-height: 620px;
    padding: 74px 0 64px;
    text-align: center;
  }

  .hero h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    line-height: 1.04;
  }

  .hero__lead {
    max-width: 34ch;
    margin: 22px auto 0;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
  }

  .hero__actions {
    gap: 12px;
    margin-top: 28px;
  }

  .summary__item {
    justify-items: center;
    min-height: 94px;
    padding: 22px 20px;
    text-align: center;
  }

  .summary__item strong {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
  }

  .summary__item span {
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .offers {
    width: min(1160px, calc(100% - 32px));
  }

  .guide__content {
    width: min(1160px, calc(100% - 32px));
  }

  .section-heading {
    max-width: 100%;
    margin-bottom: 28px;
    text-align: center;
  }

  .section-heading h2,
  .conditions h2 {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(1.85rem, 8.5vw, 2.4rem);
    line-height: 1.1;
  }

  .conditions h2 {
    max-width: 100%;
    gap: 9px;
  }

  .conditions h2 > span:first-child {
    max-width: 11ch;
    text-align: center;
  }

  .section-heading p:last-child,
  .conditions__content > p {
    max-width: 36ch;
    margin-inline: auto;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .first-bet-guide .section-heading h2 {
    max-width: 16ch;
  }

  .offer-grid {
    gap: 16px;
  }

  .guide-grid {
    gap: 16px;
  }

  .offer-card {
    align-items: center;
    padding: 22px;
    text-align: center;
  }

  .offer-card__top {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .bookmaker-logo-frame {
    width: 158px;
    height: 60px;
    padding: 9px 12px;
  }

  .bookmaker-logo--betclic,
  .bookmaker-logo--unibet {
    max-width: 138px;
  }

  .bookmaker-logo--winamax {
    max-width: 132px;
  }

  .tag {
    align-self: center;
    padding: 6px 8px;
    font-size: 0.7rem;
  }

  .offer-card .offer-card__bonus {
    margin-top: 26px;
    font-size: clamp(2.3rem, 12vw, 3.05rem);
  }

  .offer-card h3 {
    font-size: 1.13rem;
  }

  .offer-card p:not(.offer-card__bonus),
  .offer-card li {
    max-width: 34ch;
    font-size: 0.93rem;
  }

  .offer-card ul {
    width: min(100%, 34ch);
    text-align: left;
  }

  .conditions__content {
    width: min(990px, calc(100% - 32px));
    text-align: center;
  }

  .condition-list {
    text-align: left;
  }

  .source-links {
    justify-content: center;
  }

  .offers,
  .first-bet-guide,
  .conditions,
  .faq {
    padding: 58px 0;
  }

  .faq__content {
    width: min(990px, calc(100% - 32px));
    text-align: center;
  }

  .faq h2 {
    max-width: 13ch;
    margin-inline: auto;
    font-size: clamp(1.85rem, 8.5vw, 2.4rem);
  }

  .faq-list {
    text-align: left;
  }

  .guide-step__copy {
    padding: 18px 20px 20px;
    text-align: center;
  }

  .guide-step img {
    width: min(calc(100% - 28px), 330px);
    margin-top: 14px;
  }

  .guide-step__number {
    justify-self: center;
  }

  .guide-step p {
    max-width: 34ch;
    margin-inline: auto;
  }

  .guide-note {
    padding: 16px;
    border-top: 4px solid var(--amber);
    border-left: 0;
    font-size: 0.93rem;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(1.9rem, 10vw, 2.35rem);
  }

  .offer-card {
    padding: 20px;
  }

  .offer-card .offer-card__bonus {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }
}
