:root {
  --ink: #f5f7ff;
  --muted: #b8c2dc;
  --red: #e11837;
  --red-dark: #9d0f28;
  --blue: #0d47a1;
  --blue-deep: #06122f;
  --blue-ink: #071a45;
  --gold: #ffd166;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(7, 18, 47, 0.78);
  --panel-strong: rgba(10, 28, 70, 0.92);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Aptos", sans-serif;
  background:
    radial-gradient(circle at 16% 18%, rgba(225, 24, 55, 0.48), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(13, 71, 161, 0.72), transparent 34rem),
    linear-gradient(135deg, #040916 0%, var(--blue-deep) 48%, #180812 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

a {
  color: inherit;
}

.site-header,
.hero,
.section,
.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(3, 9, 24, 0.68);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--red), var(--blue));
  box-shadow: 0 12px 34px rgba(225, 24, 55, 0.34);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
}

.nav {
  display: flex;
  gap: 4px;
  padding-right: 4px;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 46px;
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: 86px 0 64px;
}

.hero-copy {
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(4.5rem, 11vw, 9.6rem);
  line-height: 0.82;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.88;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  color: #06122f;
  background: var(--gold);
}

.button.ghost {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.score-card {
  position: relative;
  isolation: isolate;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.score-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -26% -30%;
  z-index: -1;
  height: 52%;
  background:
    repeating-linear-gradient(90deg, var(--blue) 0 28px, var(--red) 28px 56px);
  opacity: 0.86;
  transform: rotate(-8deg);
}

.score-top,
.score-main,
.score-grid {
  border: 1px solid var(--line);
  background: rgba(2, 8, 22, 0.72);
}

.score-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.score-top strong {
  color: white;
}

.score-main {
  margin: 16px 0;
  padding: 32px 18px;
  border-radius: 26px;
  text-align: center;
}

.score-main span {
  display: block;
  color: var(--gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.6rem;
  line-height: 0.86;
}

.score-main strong {
  display: block;
  margin-top: 10px;
  font-size: 1.05rem;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  overflow: hidden;
}

.score-grid div {
  padding: 14px;
}

.score-grid div + div {
  border-left: 1px solid var(--line);
}

.score-grid small,
.score-grid b {
  display: block;
}

.score-grid small {
  color: var(--gold);
  font-weight: 900;
}

.score-grid b {
  margin-top: 5px;
  font-size: 0.82rem;
  line-height: 1.25;
}

.section {
  padding: 70px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.pulse-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.pulse-card,
.steps article,
.agenda-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pulse-card {
  padding: 26px;
}

.pulse-card.large {
  grid-row: span 2;
  min-height: 350px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(225, 24, 55, 0.32), rgba(13, 71, 161, 0.28)),
    var(--panel-strong);
}

.pulse-card p,
.steps p,
.agenda-list p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.tag {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

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

.steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 16px;
  padding: 22px;
}

.steps span {
  grid-row: span 2;
  color: var(--red);
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  line-height: 0.85;
}

.agenda-list {
  display: grid;
  gap: 14px;
}

.agenda-list article {
  display: grid;
  grid-template-columns: 130px 0.7fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
}

.agenda-list time {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.agenda-list h3,
.agenda-list p,
.steps h3,
.steps p {
  margin-bottom: 0;
}

.site-footer {
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 680px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    align-items: flex-start;
    border-radius: 28px;
  }

  .nav {
    display: none;
  }

  .hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 62px;
  }

  .score-card {
    max-width: 560px;
  }

  .pulse-grid {
    grid-template-columns: 1fr;
  }

  .pulse-card.large {
    min-height: auto;
  }

  .agenda-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

}

@media (max-width: 560px) {
  .brand span:last-child {
    max-width: 190px;
  }

  h1 {
    font-size: clamp(3.8rem, 24vw, 5.4rem);
  }

  .lead {
    font-size: 1.03rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .score-main span {
    font-size: 3.5rem;
  }

  .score-grid {
    grid-template-columns: 1fr;
  }

  .score-grid div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .steps span {
    margin-bottom: 10px;
  }

  .pulse-card,
  .pulse-card.large,
  .steps article,
  .agenda-list article {
    padding: 20px;
  }
}
