:root {
  --blue: #0b63f6;
  --blue-dark: #073ea5;
  --cyan: #22c3ff;
  --charcoal: #151922;
  --ink: #202532;
  --muted: #5d6677;
  --line: #dbe3ef;
  --soft: #f3f7fc;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 18px 55px rgba(9, 24, 55, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.giveaway-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #f6f9fd;
}

.giveaway-page * {
  min-width: 0;
}

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

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(11, 99, 246, 0.24);
}

.button.secondary {
  color: var(--blue-dark);
  background: var(--white);
  border-color: var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.55fr);
  gap: clamp(20px, 5vw, 64px);
  align-items: end;
}

.section-heading h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd6e6;
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 520;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(11, 99, 246, 0.18);
  border-color: var(--blue);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-button {
  width: 100%;
  margin-top: 18px;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.form-status.success {
  color: #087443;
}

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

.giveaway-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 227, 239, 0.92);
  backdrop-filter: blur(16px);
}

.giveaway-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.giveaway-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.giveaway-brand strong,
.giveaway-brand small {
  display: block;
}

.giveaway-brand strong {
  line-height: 1.1;
}

.giveaway-brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.giveaway-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
  font-size: 0.92rem;
  font-weight: 800;
}

.giveaway-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.giveaway-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.52fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 92px);
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(34, 195, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(11, 99, 246, 0.92), rgba(16, 26, 43, 0.98)),
    #101a2b;
}

.hero-content {
  max-width: 860px;
  min-width: 0;
}

.giveaway-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.65rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.giveaway-hero p {
  max-width: 790px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.giveaway-hero .hero-lede {
  color: var(--white);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 820;
  line-height: 1.35;
}

.giveaway-hero .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.giveaway-card {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  min-width: 0;
}

.giveaway-card img {
  width: 116px;
  margin-bottom: 22px;
}

.giveaway-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.giveaway-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.giveaway-card li {
  padding-left: 20px;
  position: relative;
  color: var(--muted);
  font-weight: 760;
}

.giveaway-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 999px;
}

.local-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.local-strip span {
  padding: 16px;
  text-align: center;
  color: var(--charcoal);
  background: var(--white);
  font-weight: 900;
}

.prize-section,
.entry-section,
.services-note,
.rules-section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 6vw, 92px);
}

.prize-section,
.entry-section,
.rules-section {
  scroll-margin-top: 150px;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.included-grid article,
.entry-copy,
.giveaway-form,
.rules-section {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 42px rgba(9, 24, 55, 0.08);
}

.included-grid article {
  padding: clamp(22px, 4vw, 34px);
}

.included-grid h3 {
  margin: 0 0 18px;
  color: var(--charcoal);
  font-size: 1.45rem;
}

.check-list,
.dash-list,
.rules-section ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.dash-list li,
.rules-section li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-weight: 720;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--blue);
}

.dash-list li::before,
.rules-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 14px;
  height: 2px;
  background: var(--blue);
}

.entry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(340px, 1fr);
  gap: clamp(22px, 5vw, 62px);
  align-items: start;
  background: var(--soft);
}

.entry-copy,
.giveaway-form {
  padding: clamp(22px, 4vw, 34px);
}

.entry-copy h2,
.services-note h2,
.rules-section h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.entry-copy p:not(.eyebrow),
.services-note p {
  color: var(--muted);
  font-size: 1.05rem;
}

.time-note {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 10px 12px;
  color: var(--blue-dark);
  background: #edf5ff;
  border: 1px solid #cfe0fb;
  border-radius: var(--radius);
  font-weight: 900;
}

.contact-mini {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 18px;
  background: #edf5ff;
  border: 1px solid #cfe0fb;
  border-radius: var(--radius);
}

.contact-mini span {
  color: var(--muted);
  font-weight: 800;
}

.contact-mini a {
  color: var(--blue-dark);
  font-weight: 900;
}

.giveaway-form .full {
  grid-column: 1 / -1;
}

.required-note,
.optional-note {
  display: inline-block;
  margin-left: 6px;
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.optional-note {
  color: var(--muted);
}

.field-help {
  margin: 2px 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.giveaway-form textarea {
  margin-top: 0;
}

fieldset {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid #cbd6e6;
  border-radius: var(--radius);
}

legend {
  padding: 0 6px;
  color: var(--charcoal);
  font-weight: 900;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkbox-grid label,
.radio-row label,
.agreement {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 760;
}

.checkbox-grid input,
.radio-row input,
.agreement input {
  width: auto;
  margin-top: 0.32em;
}

.radio-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.agreement {
  margin-top: 18px;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.services-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  gap: clamp(22px, 5vw, 60px);
  align-items: center;
  background: #101a2b;
  color: var(--white);
}

.services-note h2,
.services-note .eyebrow {
  color: var(--white);
}

.services-note p {
  color: rgba(255, 255, 255, 0.78);
}

.rules-section {
  margin: clamp(54px, 8vw, 92px) clamp(18px, 6vw, 92px);
  padding: clamp(24px, 5vw, 38px);
}

.compact {
  margin-bottom: 24px;
}

.giveaway-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 6vw, 92px);
  color: var(--white);
  background: #0e1420;
}

.giveaway-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.giveaway-footer div:last-child {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: rgba(255, 255, 255, 0.78);
}

.giveaway-footer a {
  color: var(--white);
}

@media (max-width: 940px) {
  .giveaway-header,
  .giveaway-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .giveaway-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.82rem;
  }

  .giveaway-hero,
  .section-heading,
  .included-grid,
  .entry-section,
  .services-note {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

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

  .giveaway-footer div:last-child {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .giveaway-header {
    position: static;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .giveaway-brand img {
    width: 46px;
    height: 46px;
  }

  .giveaway-brand strong {
    font-size: 1rem;
  }

  .giveaway-brand small {
    font-size: 0.72rem;
  }

  .giveaway-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    font-size: 0.78rem;
  }

  .giveaway-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
    text-align: center;
    white-space: normal;
  }

  .giveaway-hero {
    gap: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero-content,
  .giveaway-card {
    width: 100%;
    max-width: 330px;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 18px;
  }

  .button {
    width: 100%;
  }

  .giveaway-hero h1 {
    max-width: 100%;
    font-size: 1.95rem;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .section-heading h2,
  .entry-copy h2,
  .services-note h2,
  .rules-section h2 {
    font-size: 1.95rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .giveaway-hero .hero-lede {
    font-size: 1rem;
  }

  .giveaway-hero p {
    font-size: 0.95rem;
  }

  .giveaway-hero .hero-support {
    display: none;
  }

  .giveaway-card {
    padding: 18px;
  }

  .giveaway-card img {
    display: none;
  }

  .giveaway-card strong {
    font-size: 1.12rem;
  }

  .giveaway-card ul {
    gap: 6px;
    margin-top: 14px;
  }

  .giveaway-card li {
    font-size: 0.92rem;
  }

  .local-strip,
  .checkbox-grid,
  .giveaway-form .form-grid {
    grid-template-columns: 1fr;
  }

  .local-strip {
    display: none;
  }

  .prize-section,
  .entry-section,
  .services-note {
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .entry-section {
    gap: 16px;
    scroll-margin-top: 20px;
  }

  .entry-copy,
  .giveaway-form {
    padding: 18px;
  }

  .entry-copy h2 {
    font-size: 1.65rem;
  }

  .entry-copy p:not(.eyebrow):not(.time-note),
  .contact-mini {
    display: none;
  }

  .time-note {
    margin-top: 14px;
  }

  .rules-section {
    margin-left: 16px;
    margin-right: 16px;
  }
}
