/* =========================================================
   The Sound Forward Awards 2026
   High-impact music awards style
   Updated with final-days entry banner
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #12002f;
  color: #ffffff;
  line-height: 1.5;
}

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

.container {
  width: min(1160px, 90%);
  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  background: #12002f;
  border-bottom: 2px solid #ffffff;
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  font-size: 0.95rem;
  font-weight: 900;
}

.nav-button {
  background: #ffde17;
  color: #12002f;
  padding: 12px 22px;
  border-radius: 999px;
  transition: 0.2s ease;
}


/* =========================================================
   FINAL DAYS BANNER
   ========================================================= */

.deadline-banner {
  position: relative;
  overflow: hidden;
  background: #ffde17;
  color: #12002f;
  border-bottom: 4px solid #12002f;
  padding: 30px 0;
}

.deadline-banner::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ff2fa0;
  top: -110px;
  right: 8%;
  opacity: 0.75;
}

.deadline-banner::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #00deff;
  bottom: -90px;
  left: 6%;
  opacity: 0.85;
}

.deadline-banner-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.deadline-alert {
  background: #12002f;
  color: #ffffff;
  padding: 23px 28px;
  border: 3px solid #12002f;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 9px 9px 0 #ff2fa0;
  white-space: nowrap;
}

.deadline-content {
  max-width: 650px;
}

.deadline-content p {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deadline-content h2 {
  max-width: 700px;
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.deadline-content span {
  display: block;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}

.deadline-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #12002f;
  color: #ffffff;
  border: 3px solid #12002f;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.2s ease;
  box-shadow: 7px 7px 0 #00deff;
}

.deadline-button:hover {
  background: #ffffff;
  color: #12002f;
  transform: translateY(-3px);
  box-shadow: 9px 9px 0 #ff2fa0;
}


/* =========================================================
   TYPE
   ========================================================= */

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

h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

p {
  font-size: 1rem;
}

.tag {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ffde17;
}

.tag.dark {
  color: #12002f;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid #12002f;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  transition: 0.2s ease;
}

.button-dark {
  background: #12002f;
  color: #ffffff;
}

.button-light {
  background: #ffffff;
  color: #12002f;
}

.button:hover,
.nav-button:hover {
  transform: translateY(-2px);
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(255, 222, 23, 0.95) 0%,
      rgba(255, 222, 23, 0.95) 14%,
      transparent 15%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(0, 222, 255, 0.72) 0%,
      rgba(0, 222, 255, 0.72) 10%,
      transparent 11%
    ),
    linear-gradient(
      135deg,
      #12002f 0%,
      #2c006d 55%,
      #ff2fa0 140%
    );

  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.hero-inner {
  min-height: 620px;
  padding: 76px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 72px;
  align-items: center;
}

.hero-text {
  max-width: 720px;
  margin-bottom: 36px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-feature {
  min-height: 340px;
  padding: 28px;
  background: #ffde17;
  color: #12002f;
  border: 2px solid #ffffff;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(3deg);
  box-shadow: 18px 18px 0 #00deff;
}

.hero-feature span {
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.hero-feature p {
  margin: 0;
  max-width: 220px;
  font-size: 1.4rem;
  line-height: 1.05;
  font-weight: 900;
}


/* =========================================================
   INTRO
   ========================================================= */

.intro-section {
  background: #ffde17;
  color: #12002f;
  border-bottom: 2px solid #12002f;
  padding: 86px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 80px;
  align-items: start;
}

.intro-copy {
  max-width: 660px;
}

.intro-copy p {
  font-size: 1.16rem;
  line-height: 1.7;
  font-weight: 700;
}


/* =========================================================
   CATEGORIES
   ========================================================= */

.categories-section {
  background: #ffffff;
  color: #12002f;
  padding: 90px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading p {
  max-width: 680px;
  font-size: 1.08rem;
  font-weight: 700;
}

.categories-section .tag {
  color: #ff2fa0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.category-card {
  min-height: 245px;
  padding: 24px;
  color: #12002f;
  border: 2px solid #12002f;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.2s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 10px 10px 0 #12002f;
}

.category-card h3 {
  margin: 0 0 18px;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.category-card p {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.category-card.pink {
  background: #ff8bd6;
}

.category-card.yellow {
  background: #ffde17;
}

.category-card.blue {
  background: #00deff;
}

.category-card.green {
  background: #8dff6a;
}

.category-card.purple {
  background: #caa8ff;
}


/* =========================================================
   DATES
   ========================================================= */

.dates-section {
  background: #00deff;
  color: #12002f;
  padding: 88px 0;
  border-top: 2px solid #12002f;
  border-bottom: 2px solid #12002f;
}

.dark-heading .tag {
  color: #12002f;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid #12002f;
  border-left: 2px solid #12002f;
}

.date-card {
  min-height: 170px;
  padding: 26px;
  border-right: 2px solid #12002f;
  border-bottom: 2px solid #12002f;
  background: rgba(255, 255, 255, 0.3);
}

.date-card span {
  display: block;
  margin-bottom: 30px;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.date-card strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.04em;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.submit-section {
  background:
    radial-gradient(
      circle at 18% 30%,
      rgba(255, 47, 160, 0.8) 0%,
      rgba(255, 47, 160, 0.8) 12%,
      transparent 13%
    ),
    radial-gradient(
      circle at 85% 72%,
      rgba(255, 222, 23, 0.9) 0%,
      rgba(255, 222, 23, 0.9) 12%,
      transparent 13%
    ),
    #12002f;

  color: #ffffff;
  padding: 92px 0;
  text-align: center;
}

.submit-box h2 {
  margin-left: auto;
  margin-right: auto;
}

.submit-box p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  font-size: 1.12rem;
  font-weight: 700;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  background: #12002f;
  color: #ffffff;
  border-top: 2px solid #ffffff;
}

.footer-inner {
  min-height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

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


/* =========================================================
   SMALL PRINT / AI POLICY
   ========================================================= */

.small-print {
  padding-top: 0;
  padding-bottom: 14px;
  text-align: center;
}

.small-print p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.26);
  font-size: 8px;
  line-height: 1.35;
  font-weight: 400;
}


/* =========================================================
   SUBMISSION PAGE COMPATIBILITY
   ========================================================= */

.form-page,
.thank-you-page {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #12002f;
}

.form-intro {
  max-width: 780px;
  margin-bottom: 36px;
}

.form-intro h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}

.form-intro p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.form-card {
  background: #ffffff;
  color: #12002f;
  border: 2px solid #12002f;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 48px);
}

form {
  display: grid;
  gap: 16px;
}

label {
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 2px solid #12002f;
  background: #ffffff;
  color: #12002f;
  font-size: 1rem;
  font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #ff2fa0;
}

textarea {
  resize: vertical;
}

.terms-box {
  display: grid;
  gap: 12px;
  background: #f4efff;
  border: 2px solid #12002f;
  border-radius: 18px;
  padding: 18px;
  margin: 8px 0;
}

.terms-box label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
  color: #12002f;
}

.terms-box input {
  width: auto;
  margin-top: 5px;
}

.hidden {
  display: none;
}

.full-width {
  width: 100%;
}


/* =========================================================
   THANK YOU PAGE
   ========================================================= */

.center {
  text-align: center;
  max-width: 760px;
  margin: 80px auto;
}

.center h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  margin-left: auto;
  margin-right: auto;
}

.center p {
  color: rgba(255, 255, 255, 0.84);
}

.important {
  color: #12002f !important;
  font-weight: 900;
  background: #ffde17;
  border: 2px solid #12002f;
  padding: 16px;
  border-radius: 18px;
}

.payment-button {
  margin: 18px 0;
}

.small-note {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.95rem;
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .deadline-banner-inner {
    grid-template-columns: auto 1fr;
  }

  .deadline-button {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 240px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-feature {
    max-width: 340px;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* =========================================================
   RESPONSIVE - SMALL TABLET
   ========================================================= */

@media (max-width: 850px) {

  .header-inner {
    padding: 22px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .site-nav {
    gap: 18px;
    flex-wrap: wrap;
  }

  .deadline-banner {
    padding: 30px 0 34px;
  }

  .deadline-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    text-align: center;
  }

  .deadline-alert {
    font-size: clamp(2.7rem, 10vw, 4.5rem);
    white-space: normal;
  }

  .deadline-content {
    max-width: 620px;
  }

  .deadline-content h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .deadline-content span {
    margin-left: auto;
    margin-right: auto;
  }

  .deadline-button {
    width: min(320px, 100%);
  }

  .hero-inner {
    min-height: auto;
    padding: 64px 0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 0 12px;
  }

  .small-print {
    text-align: left;
    padding-bottom: 18px;
  }
}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 560px) {

  .container {
    width: min(92%, 1160px);
  }

  .site-nav {
    width: 100%;
    gap: 12px 18px;
  }

  .site-nav a {
    font-size: 0.85rem;
  }

  .nav-button {
    padding: 10px 17px;
  }

  .deadline-banner {
    padding: 26px 0 32px;
  }

  .deadline-alert {
    width: 100%;
    padding: 20px 16px;
    font-size: clamp(2.7rem, 13vw, 4rem);
    text-align: center;
    transform: rotate(-1deg);
    box-shadow: 6px 6px 0 #ff2fa0;
  }

  .deadline-content p {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .deadline-content h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 0.95;
  }

  .deadline-content span {
    font-size: 0.95rem;
  }

  .deadline-button {
    min-height: 56px;
    padding: 0 24px;
    box-shadow: 5px 5px 0 #00deff;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 4.9rem);
  }

  h2 {
    font-size: 2.7rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-feature {
    min-height: 280px;
    width: calc(100% - 18px);
    transform: rotate(1.5deg);
    box-shadow: 12px 12px 0 #00deff;
  }

  .hero-feature span {
    font-size: 4.7rem;
  }

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

  .category-card {
    min-height: 210px;
  }

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

  .date-card {
    min-height: 145px;
  }

  .submit-section {
    padding: 72px 0;
  }

  .footer-inner {
    gap: 8px;
  }

  .small-print p {
    font-size: 7px;
    color: rgba(255, 255, 255, 0.22);
  }
}
