:root {
  --vlu-red: #e51b3e;
  --pink: #f48bb8;
  --peach: #fdba8c;
  --yellow: #ffe7a3;
  --black: #111111;
  --white: #ffffff;
  --ink-soft: #3f1b22;
  --line: rgba(17, 17, 17, 0.12);
  --shadow: 0 24px 60px rgba(97, 22, 35, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 231, 163, 0.8), transparent 26rem),
    linear-gradient(145deg, #fff7e4 0%, #fff 42%, #ffe2ec 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.26;
  background-image: radial-gradient(rgba(229, 27, 62, 0.55) 1px, transparent 1px);
  background-size: 13px 13px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(130deg, var(--vlu-red), var(--pink) 45%, var(--peach) 72%, var(--yellow));
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  background-image: url("assets/hero-sports-carnival.png");
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  mix-blend-mode: multiply;
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.32) 48%, rgba(229, 27, 62, 0.06) 100%),
    radial-gradient(circle at 82% 12%, rgba(255, 231, 163, 0.58), transparent 18rem);
}

.hero::after {
  position: absolute;
  right: -5rem;
  bottom: -8rem;
  width: 23rem;
  height: 23rem;
  content: "";
  border: 2rem solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(10.5rem, 22vw, 15rem);
  min-height: 2.7rem;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  color: var(--black);
  background: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.18);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 12vw, 8rem) 0 7rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 1rem;
  font-size: clamp(3.1rem, 13vw, 7.5rem);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero__date {
  max-width: 40rem;
  margin-bottom: 1.25rem;
  color: #fff8df;
  font-size: clamp(1.08rem, 4vw, 1.55rem);
  font-weight: 800;
}

.deadline-badge {
  display: inline-flex;
  margin-bottom: 1.1rem;
  padding: 0.72rem 1rem;
  color: var(--black);
  background: var(--yellow);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.18);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero__chip {
  display: inline-flex;
  max-width: 100%;
  padding: 0.72rem 0.95rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 0.86rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.button--primary,
.button--submit {
  color: var(--white);
  background: var(--vlu-red);
  box-shadow: 0 18px 38px rgba(111, 8, 25, 0.26);
}

.button--ghost {
  min-height: 2.65rem;
  color: var(--vlu-red);
  background: var(--white);
  border: 1px solid rgba(229, 27, 62, 0.24);
  box-shadow: none;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 231, 163, 0.38), transparent 18rem),
    rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(10px);
}

.event-modal[hidden] {
  display: none;
}

.event-modal__panel {
  width: min(880px, 100%);
  max-height: min(88svh, 760px);
  overflow: auto;
  padding: clamp(1rem, 4vw, 1.4rem);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 236, 0.96)),
    radial-gradient(circle at 90% 10%, rgba(244, 139, 184, 0.32), transparent 16rem);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(17, 17, 17, 0.34);
  animation: revealSection 280ms ease both;
}

.event-modal__hero {
  padding: clamp(1rem, 4vw, 1.35rem);
  color: var(--white);
  background:
    linear-gradient(120deg, var(--black), var(--vlu-red) 58%, #ff7a5c),
    radial-gradient(circle at 90% 0, rgba(255, 231, 163, 0.5), transparent 12rem);
  border-radius: var(--radius);
}

.event-logo {
  display: block;
  width: min(18rem, 72vw);
  height: auto;
  margin-bottom: 1rem;
}

.event-modal__hero .eyebrow {
  color: var(--yellow);
}

.event-modal__hero h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 8vw, 4rem);
}

.event-modal__hero p:not(.eyebrow) {
  max-width: 44rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.event-schedule {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0;
}

.event-schedule article {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.event-schedule strong {
  font-size: 1rem;
}

.event-schedule span {
  color: var(--vlu-red);
  font-weight: 900;
}

.event-schedule small {
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.45;
}

.event-contact {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.95rem;
  color: var(--white);
  background: linear-gradient(110deg, var(--black), var(--vlu-red));
  border-radius: var(--radius);
}

.event-contact span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.event-rules {
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid rgba(229, 27, 62, 0.16);
  border-radius: var(--radius);
}

.event-rules h3 {
  margin-bottom: 0.65rem;
  color: var(--vlu-red);
  font-size: 1.1rem;
}

.rules-scroll {
  display: grid;
  gap: 0.85rem;
  max-height: 22rem;
  overflow: auto;
  padding-right: 0.35rem;
}

.rules-scroll section {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.rules-scroll section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rules-scroll h4 {
  margin: 0 0 0.45rem;
  color: var(--black);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rules-scroll p {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.55;
}

.event-rules ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.2rem;
}

.event-rules li {
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.5;
}

.rules-agreement {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  color: var(--black);
  background: #fff2d5;
  border: 1px solid rgba(229, 27, 62, 0.18);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.intro,
.registration,
footer {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-top: -3.8rem;
  position: relative;
  z-index: 3;
}

.intro__item {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 5.7rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.intro__number {
  color: var(--vlu-red);
  font-size: 2rem;
  font-weight: 900;
}

.registration {
  padding: 3.3rem 0 2rem;
}

.form__header {
  max-width: 48rem;
  margin-bottom: 1.25rem;
}

.form__header .eyebrow {
  color: var(--vlu-red);
}

h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.form__header p:not(.eyebrow),
.hint {
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.65;
}

.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.deadline-pill {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  padding: 0 1rem;
  color: var(--white);
  background: linear-gradient(110deg, var(--black), var(--vlu-red));
  border-radius: 999px;
  font-weight: 900;
}

.panel {
  margin-top: 1rem;
  padding: clamp(1rem, 4vw, 1.5rem);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(97, 22, 35, 0.12);
}

.section-title {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.section-title span {
  display: grid;
  min-width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  font-weight: 900;
}

h3 {
  margin: 0;
  font-size: clamp(1.15rem, 5vw, 1.75rem);
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

label span,
legend {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  color: var(--black);
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(17, 17, 17, 0.72) 50%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.72) 50%, transparent 50%);
  background-position:
    calc(100% - 1.1rem) 50%,
    calc(100% - 0.75rem) 50%;
  background-size:
    0.35rem 0.35rem,
    0.35rem 0.35rem;
  background-repeat: no-repeat;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--vlu-red);
  box-shadow: 0 0 0 4px rgba(229, 27, 62, 0.1);
}

.choice-group,
.size-grid {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  border: 0;
}

.choice-group label,
.size-grid label,
.sport-option,
.sport-group-card,
.confirmations label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  flex: 0 0 auto;
  width: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.18rem;
  accent-color: var(--vlu-red);
  box-shadow: none;
}

.sports,
.sport-picker,
.option-grid {
  display: grid;
  gap: 1rem;
}

.sport-picker {
  grid-template-columns: 1fr;
}

.sport-group-card {
  position: relative;
  min-height: 6.1rem;
  padding: 1rem;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.92), rgba(229, 27, 62, 0.92) 52%, rgba(255, 122, 92, 0.9)),
    radial-gradient(circle at 88% 8%, rgba(255, 231, 163, 0.7), transparent 7rem);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(97, 22, 35, 0.16);
}

.sport-group-card::after {
  position: absolute;
  right: -1rem;
  bottom: -1.4rem;
  width: 6rem;
  height: 6rem;
  content: "";
  background-image: radial-gradient(rgba(255, 255, 255, 0.48) 1px, transparent 1px);
  background-size: 9px 9px;
  opacity: 0.65;
  transform: rotate(-14deg);
}

.sport-group-card input {
  margin-top: 0.22rem;
  accent-color: var(--yellow);
}

.sport-group-card__icon {
  display: grid;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 1.35rem;
}

.sport-group-card strong,
.sport-group-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.sport-group-card strong {
  margin-bottom: 0.25rem;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 900;
}

.sport-group-card small {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}

.sport-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fff8ec);
}

.sport-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: var(--white);
  background: linear-gradient(100deg, var(--black), var(--vlu-red));
}

.sport-card__header strong {
  font-size: 1.02rem;
}

.sport-card__body {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.sport-option {
  padding: 0.82rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
  background: var(--white);
}

.dynamic-area {
  display: grid;
  gap: 1rem;
}

.dynamic-section {
  animation: revealSection 260ms ease both;
}

@keyframes revealSection {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sport-section-head {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  padding: 0.95rem;
  color: var(--white);
  background: linear-gradient(110deg, var(--black), var(--vlu-red) 58%, #ff7a5c);
  border-radius: var(--radius);
}

.sport-section-head > span {
  display: grid;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  font-size: 1.55rem;
}

.sport-section-head h4 {
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sport-section-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.option-grid {
  margin-bottom: 1rem;
}

.inline-note,
.empty-state {
  padding: 0.9rem 1rem;
  color: #6e1d2d;
  background: #fff2d5;
  border: 1px solid rgba(229, 27, 62, 0.16);
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.55;
}

.empty-state {
  display: grid;
  gap: 0.25rem;
  color: rgba(17, 17, 17, 0.66);
  background: rgba(255, 255, 255, 0.72);
  border-style: dashed;
}

.empty-state strong {
  color: var(--black);
}

.wide-field {
  display: block;
  margin-top: 0.9rem;
}

.partner-fields {
  margin: 0.25rem 0 1rem;
  padding: 1rem;
  background: #fff8ec;
  border: 1px dashed rgba(229, 27, 62, 0.28);
  border-radius: var(--radius);
}

.compact-group {
  margin-bottom: 1rem;
}

.sport-option__title {
  display: block;
  margin-bottom: 0.22rem;
  font-weight: 900;
}

.sport-option__meta {
  display: block;
  color: rgba(17, 17, 17, 0.64);
  font-size: 0.84rem;
  line-height: 1.45;
}

.team-fields {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(229, 27, 62, 0.34);
}

.team-fields label {
  display: block;
  margin-top: 0.9rem;
}

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

.size-guide {
  margin-top: 1rem;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.9), rgba(229, 27, 62, 0.86) 58%, rgba(255, 122, 92, 0.82)),
    radial-gradient(circle at 86% 12%, rgba(255, 231, 163, 0.5), transparent 12rem);
  border: 1px solid rgba(229, 27, 62, 0.18);
  border-radius: var(--radius);
}

.size-guide__head {
  padding: 1rem;
  color: var(--white);
}

.size-guide__head h4 {
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.size-guide__head p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.size-table-wrap {
  overflow-x: auto;
  padding: 0 1rem 1rem;
}

.size-table {
  width: 100%;
  min-width: 760px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
}

.size-table th,
.size-table td {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: center;
  white-space: nowrap;
}

.size-table thead th {
  color: var(--black);
  background: var(--white);
  font-size: 0.95rem;
  font-weight: 900;
}

.size-table tbody th {
  color: var(--white);
  background: var(--black);
  font-size: 0.82rem;
  text-align: left;
  text-transform: uppercase;
}

.size-table td {
  color: var(--black);
  font-weight: 800;
}

.size-table tbody tr:last-child th,
.size-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.summary-panel {
  position: sticky;
  bottom: 0.75rem;
  z-index: 5;
  border-color: rgba(229, 27, 62, 0.2);
}

.summary-name {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.9rem;
  padding: 0.85rem;
  background: #fff8ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.summary-name span {
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.summary-name strong {
  font-size: 1rem;
}

.summary-list {
  display: grid;
  gap: 0.7rem;
  color: rgba(17, 17, 17, 0.62);
}

.summary-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.summary-item strong {
  font-size: 0.92rem;
}

.summary-item span {
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.summary-item b {
  color: var(--vlu-red);
  font-size: 1rem;
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: var(--white);
}

th,
td {
  padding: 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  background: var(--black);
  font-size: 0.82rem;
  text-transform: uppercase;
}

td {
  font-size: 0.92rem;
}

.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  color: var(--white);
  background: linear-gradient(110deg, var(--vlu-red), #ff7a5c);
  border-radius: var(--radius);
}

.total span {
  font-weight: 800;
}

.total strong {
  font-size: clamp(1.5rem, 8vw, 2.25rem);
}

.summary-panel .total strong {
  font-size: clamp(1.7rem, 3vw, 2rem);
  white-space: nowrap;
}

.summary-panel .total span {
  max-width: 5rem;
}

.transfer-suggestion {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.9rem;
  background: #fff2d5;
  border: 1px solid rgba(229, 27, 62, 0.16);
  border-radius: var(--radius);
}

.transfer-suggestion span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.transfer-suggestion strong {
  color: var(--black);
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.confirmations {
  display: grid;
  gap: 0.75rem;
}

.payment-box {
  display: grid;
  gap: 0.8rem;
}

.payment-box article {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
  background: #fff8ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.payment-box strong {
  color: var(--vlu-red);
}

.payment-box span {
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.5;
}

.payment-detail {
  display: grid;
  gap: 1rem;
}

.payment-detail > div {
  display: grid;
  gap: 0.35rem;
}

.payment-detail b {
  color: var(--black);
}

.payment-detail img {
  width: min(100%, 18rem);
  justify-self: center;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(97, 22, 35, 0.14);
}

.button--submit {
  width: 100%;
  margin-top: 1rem;
  font-size: 1.05rem;
}

.success-message {
  margin: 1rem 0 0;
  padding: 1rem;
  color: #14532d;
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: var(--radius);
  font-weight: 700;
  line-height: 1.55;
}

.form-error {
  min-height: 1.35rem;
  margin: 0.7rem 0 0;
  color: var(--vlu-red);
  font-weight: 800;
}

.is-invalid {
  border-color: var(--vlu-red);
}

footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem 0 3rem;
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.85rem;
  font-weight: 700;
}

.footer-logo {
  display: inline-flex;
  width: min(15rem, 72vw);
  padding: 0.75rem 0.9rem;
  background: linear-gradient(110deg, var(--black), var(--vlu-red));
  border-radius: var(--radius);
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 680px) {
  .intro {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

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

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

  .payment-detail {
    grid-template-columns: minmax(0, 1fr) 13rem;
    align-items: center;
  }

  .payment-detail img {
    width: 13rem;
  }

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

  footer {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 980px) {
  .registration {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22rem;
    gap: 1rem;
    align-items: start;
  }

  .form__header,
  .registration > .panel:not(.summary-panel),
  .dynamic-area,
  .button--submit,
  .success-message {
    grid-column: 1;
  }

  .summary-panel {
    position: sticky;
    top: 1rem;
    bottom: auto;
    grid-column: 2;
    grid-row: 2 / span 4;
  }

  .summary-panel table {
    min-width: 0;
  }

  .summary-panel th:nth-child(1),
  .summary-panel td:nth-child(1),
  .summary-panel th:nth-child(4),
  .summary-panel td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 420px) {
  .nav {
    align-items: flex-start;
  }

  .nav__cta {
    min-height: 2.25rem;
    padding-inline: 0.75rem;
    font-size: 0.78rem;
  }

  .brand {
    max-width: 13.5rem;
  }

  .hero__chip {
    border-radius: var(--radius);
  }
}
