:root {
  --gold: #ffd400;
  --gold-dark: #c69525;
  --ink: #101010;
  --panel: #171717;
  --muted: #d8d8d8;
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050505;
  color: #fff;
  font-family: Inter, Montserrat, Arial, sans-serif;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 880px;
}

.topbar {
  position: relative;
  z-index: 5;
  background: var(--gold);
  color: #141414;
  padding: 14px 18px;
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
}

.hero {
  position: relative;
  min-height: calc(100svh - 52px);
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

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

.hero__bg {
  background: url("media/sagazzz-bg.png") center top / cover no-repeat;
  transform: scale(1.01);
}

.hero__shade {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78));
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 86px 0 74px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #201600;
}

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

h1 {
  max-width: 980px;
  margin: 0 auto 26px;
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  line-height: 0.98;
  font-weight: 900;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero__lead {
  max-width: 740px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #111;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.button--wide {
  width: min(620px, 100%);
  margin: 28px auto 0;
  display: flex;
}

.section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.section--dark {
  background: #070707;
}

.section--black {
  background: #000;
}

.section--gold {
  background: linear-gradient(180deg, #ffd400, #dca928);
  color: #161616;
}

.section--form {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.94)),
    url("media/sagazzz-bg.png") center / cover fixed;
}

.checklist {
  display: grid;
  gap: 16px;
}

.checklist p,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.55;
}

.checklist p::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
  margin-right: 12px;
}

.split,
.about,
.form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.split p,
.about__copy p,
.proof p,
.form-intro p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
}

.section--gold .split p {
  color: rgba(0, 0, 0, 0.78);
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article {
  background: rgba(0, 0, 0, 0.82);
}

.steps span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-weight: 900;
}

.about__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.media-section {
  overflow: hidden;
}

.media-heading {
  max-width: 850px;
  margin: 0 auto 32px;
  text-align: center;
}

.media-heading p:not(.eyebrow) {
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section--dark .media-heading p:not(.eyebrow),
.section--black .media-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.player-grid {
  display: grid;
  gap: 22px;
}

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

.player-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.player-card {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #090909;
}

.player-card--single {
  width: min(860px, 100%);
  min-height: 420px;
  margin: 0 auto 28px;
}

.spots {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
}

.spots strong {
  color: var(--gold);
}

.proof {
  max-width: 820px;
  text-align: center;
}

.form-grid {
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 24px;
}

.form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.88);
}

label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #101010;
  color: #fff;
  padding: 13px 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.button--submit {
  width: 100%;
  margin-top: 8px;
}

.button--submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 2px 0 0;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.form-status--success {
  color: #53e08a;
}

.form-status--error {
  color: #ff7777;
}

@media (max-width: 860px) {
  .split,
  .about,
  .form-grid,
  .player-grid--two,
  .player-grid--three {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 66px 0;
  }

  .player-card,
  .player-card--single {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .topbar {
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .button {
    width: 100%;
    padding-inline: 18px;
    font-size: 0.94rem;
  }

  .section--form {
    background-attachment: scroll;
  }
}
