:root {
  --page: #f6f7fb;
  --surface: #ffffff;
  --surface-soft: #fff4df;
  --text: #17181c;
  --muted: #686d78;
  --line: #e4e6ec;
  --red: #e3062c;
  --red-dark: #b80021;
  --yellow: #ffd43b;
  --yellow-soft: #fff3bd;
  --green: #09a95f;
  --blue: #155eef;
  --shadow: 0 18px 45px rgba(23, 24, 28, .11);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--page);
  color: var(--text);
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

.landing-main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 5.5rem;
  overflow-x: hidden;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: .55rem;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  line-height: 1;
}

h1 span {
  color: var(--red);
  white-space: nowrap;
}

h2 {
  margin-bottom: .7rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
  align-items: center;
  gap: clamp(.9rem, 3vw, 1.5rem);
  padding: clamp(.65rem, 3vw, 2rem) 0 1.2rem;
  min-width: 0;
}

.match-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(.8rem, 4vw, 3rem);
  margin-bottom: 0;
  padding: .65rem clamp(.7rem, 2.5vw, 1.25rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 24, 28, .08);
  max-width: 100%;
  min-width: 0;
}

.match-team {
  display: grid;
  justify-items: center;
  gap: .5rem;
  min-width: 0;
}

.match-team strong {
  color: #061c25;
  font-size: clamp(1.05rem, 2.4vw, 1.55rem);
  line-height: 1;
}

.logo-box {
  display: grid;
  place-items: center;
  width: clamp(4.8rem, 10vw, 7.2rem);
  aspect-ratio: 1;
  border: 1px solid #e6e8ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(23, 24, 28, .05);
}

.logo-box img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.match-info {
  display: grid;
  justify-items: center;
  color: #4f5861;
  text-align: center;
  min-width: 0;
}

.match-date {
  font-size: clamp(.95rem, 2.1vw, 1.32rem);
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.section-title p {
  margin-bottom: .45rem;
  color: var(--red);
  font-size: .82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.boost-panel {
  max-width: 780px;
  width: 100%;
  min-width: 0;
  padding: clamp(.9rem, 3vw, 1.25rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-copy {
  min-width: 0;
}

.boost-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .75rem;
  flex-wrap: wrap;
}

.boost-header span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: .28rem .5rem;
  border-radius: 999px;
  background: #fff0f3;
  color: var(--red);
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.boost-header strong {
  color: var(--muted);
  font-size: .82rem;
  text-align: right;
}

.boost-ticket-image {
  margin-bottom: .8rem;
  overflow: hidden;
  border: 1px solid #b9c6dc;
  border-radius: 10px;
  background: #dce8ff;
  max-width: 100%;
  min-width: 0;
}

.boost-ticket-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cta-under-ticket {
  width: 100%;
  margin-bottom: .5rem;
}

.promo-code small {
  display: block;
  margin-bottom: .16rem;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-module {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  align-items: stretch;
  margin-bottom: .8rem;
  padding: .75rem;
  border-radius: 10px;
  background: #fff7e0;
  border: 1px solid #f0d374;
  min-width: 0;
}

.promo-code {
  display: grid;
  align-content: center;
  min-width: 8.5rem;
  padding: .8rem;
  border-radius: 8px;
  background: #fff;
  color: var(--red);
  border: 1px dashed rgba(227, 6, 44, .55);
  text-align: center;
  gap: .35rem;
}

.promo-code small {
  color: var(--muted);
}

.promo-code strong {
  font-size: clamp(1.3rem, 3.3vw, 1.85rem);
  line-height: 1;
  letter-spacing: .04em;
}

.promo-benefits {
  display: grid;
  align-content: center;
  gap: .45rem;
  min-width: 0;
}

.promo-benefits p {
  margin: 0;
  color: #3d3100;
  font-size: clamp(.94rem, 1.8vw, 1.08rem);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.promo-benefits p:not(:last-child) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .5rem .6rem;
  border-radius: 8px;
  background: #fff;
}

.promo-benefits span {
  color: var(--red);
  font-weight: 950;
  text-align: right;
}

.promo-benefits strong {
  color: var(--red);
  font-size: 1.08em;
}

.requirements-row {
  display: flex;
  flex-wrap: wrap;
  gap: .32rem;
  margin-bottom: .8rem;
}

.requirements-row span {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: .25rem .45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f9fc;
  color: #3d414a;
  font-size: .78rem;
  font-weight: 800;
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: .85rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(227, 6, 44, .2);
  overflow: hidden;
}

.cta-primary {
  background: var(--red);
  color: #fff;
}

.cta-primary::after {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  animation: cta-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cta-shine {
  0%, 42% {
    left: -55%;
  }
  70%, 100% {
    left: 115%;
  }
}

.cta-primary:hover {
  background: var(--red-dark);
}

.cta-secondary {
  width: 100%;
  background: var(--text);
  color: #fff;
  box-shadow: none;
}

.microcopy {
  margin: .4rem 0 0;
  color: var(--muted);
  font-size: .8rem;
}

.offer-card,
.proof-video,
.proof-screen,
.conditions-section,
.responsible-block,
.stat-card,
.dash-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  min-width: 0;
}

.offer-card {
  padding: 1rem;
}

.card-label {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: var(--yellow-soft);
  color: #7a5900;
  font-size: .8rem;
  font-weight: 950;
}

.match-name {
  font-size: 1.18rem;
  font-weight: 950;
}

.big-odd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.5rem;
  margin: .9rem 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--yellow), #ffed8a);
  color: #1b1400;
  font-size: clamp(3.5rem, 9vw, 5.2rem);
  font-weight: 950;
  line-height: 1;
}

.odd-before {
  margin: -.25rem 0 .85rem;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.odd-before strong {
  color: var(--text);
  text-decoration: line-through;
}

.promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .9rem;
  padding: .75rem;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
}

.promo-card span {
  font-weight: 850;
  text-transform: uppercase;
  font-size: .78rem;
}

.promo-card strong {
  font-size: 1.5rem;
}

.offer-card ul {
  margin: 0 0 .9rem;
  padding-left: 1.15rem;
  color: #343842;
  line-height: 1.65;
}

.offer-card li::marker {
  color: var(--green);
}

.countdown {
  margin-bottom: .9rem;
  color: var(--green);
  font-weight: 900;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: 1rem;
  padding: 1rem 0;
}

.proof-section.video-only {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.proof-video,
.proof-screen {
  padding: 1rem;
}

.section-title.centered {
  text-align: center;
}

.media-box {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef0f5;
}

.media-box video,
.media-box img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef0f5;
}

.media-fallback {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: var(--muted);
  text-align: center;
  background: linear-gradient(135deg, #f7f8fb, #e9ecf3);
}

.media-missing .media-fallback {
  display: flex;
}

.media-missing video,
.media-missing img {
  opacity: 0;
}

.how-section {
  padding: clamp(1.8rem, 5vw, 3.2rem) 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin: 1rem 0 1.25rem;
}

.steps div {
  min-height: 7.6rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(23, 24, 28, .06);
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .7rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 950;
}

.steps strong {
  display: block;
  margin-bottom: .35rem;
  font-size: 1.03rem;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.cta-center {
  display: flex;
  width: min(360px, 100%);
  margin: 0 auto;
}

.conditions-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.conditions-section p {
  margin-bottom: 0;
  color: #3d414a;
  line-height: 1.5;
}

.responsible-block {
  padding: 1rem;
  background: #fff;
  box-shadow: none;
}

.responsible-block strong {
  color: var(--red);
}

.responsible-block p {
  margin: .35rem 0 .5rem;
  color: var(--muted);
  line-height: 1.5;
}

.privacy-link {
  color: var(--blue);
  font-weight: 800;
}

.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: .75rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
}

.sticky-cta span {
  display: block;
  margin-bottom: .35rem;
  color: var(--red);
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
}

.sticky-cta .cta {
  width: 100%;
}

.simple-page {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0;
  line-height: 1.7;
}

.dashboard-body {
  background: #0b0f16;
  color: #fff7ec;
}

.dashboard-main {
  width: min(1280px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding-top: 1.5rem;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dashboard-actions {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  border: 1px solid #34323a;
  background: #202027;
  color: #fff7ec;
  border-radius: 8px;
  padding: .55rem .75rem;
  text-decoration: none;
  cursor: pointer;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
}

.dashboard-body .stat-card,
.dashboard-body .dash-panel {
  background: #15151a;
  border-color: #34323a;
  color: #fff7ec;
  box-shadow: none;
}

.stat-card {
  padding: .85rem;
}

.stat-card span {
  color: #c9c2b7;
  font-size: .82rem;
}

.stat-card strong {
  display: block;
  margin-top: .35rem;
  font-size: 1.55rem;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: .9rem;
}

.dash-panel {
  padding: .8rem;
  overflow-x: auto;
}

.dash-panel.wide {
  grid-column: 1 / -1;
}

table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

th,
td {
  padding: .55rem .45rem;
  border-bottom: 1px solid #34323a;
  text-align: left;
  vertical-align: top;
  font-size: .88rem;
}

th {
  color: #c9c2b7;
  font-weight: 800;
}

#lastUpdated {
  color: #c9c2b7;
  font-size: .9rem;
}

@media (max-width: 900px) {
  .dashboard-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .proof-section,
  .conditions-section,
  .dash-grid {
    grid-template-columns: 1fr;
  }

  .conditions-section .cta {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-cta {
    display: none;
  }

  body.show-sticky .sticky-cta {
    display: block;
  }

  .offer-card {
    display: none;
  }

  .match-card {
    grid-template-columns: 1fr 1fr;
    gap: .55rem .8rem;
    padding: .65rem;
  }

  .match-info {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .match-team {
    grid-row: 2;
  }

  .match-team:first-child {
    grid-column: 1;
  }

  .match-team:last-child {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .landing-main {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  h1 {
    font-size: 1.72rem;
  }

  .match-date {
    font-size: .9rem;
  }

  .logo-box {
    width: clamp(3.9rem, 20vw, 5.3rem);
    border-radius: 14px;
  }

  .match-team {
    gap: .45rem;
  }

  .match-team strong {
    font-size: .98rem;
  }

  .steps,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .promo-module {
    grid-template-columns: 1fr;
  }

  .promo-code {
    width: 100%;
    min-width: 0;
  }

  .promo-benefits p:not(:last-child) {
    align-items: flex-start;
    flex-direction: column;
    gap: .18rem;
  }

  .promo-benefits span {
    text-align: left;
  }

  .hero-copy .cta {
    width: 100%;
  }
}
