:root {
  --blue: #196bac;
  --blue-dark: #0e4a7a;
  --navy: #0b1f33;
  --ink: #1a2430;
  --muted: #5b6773;
  --paper: #f6f1e8;
  --line: #d7ddd4;
  --white: #ffffff;
  --danger: #9b2c2c;
  --ok: #1f6b3a;
  --shadow: 0 18px 50px rgba(11, 31, 51, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--blue);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--white);
  padding: 0.6rem 1rem;
  z-index: 20;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 31, 51, 0.06);
}

.header-inner,
.footer-inner,
.hero-actions,
.field-grid,
.step-grid,
.story-grid,
.form-layout {
  display: flex;
}

.header-inner,
.footer-inner {
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand img {
  display: block;
  width: 150px;
  height: auto;
}

.brand-divider {
  width: 1px;
  height: 28px;
  background: #c5ced6;
}

.brand-campaign {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--blue-dark);
}

.hero {
  position: relative;
  min-height: min(86vh, 760px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.04);
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(11, 31, 51, 0.18) 0%, rgba(11, 31, 51, 0.72) 72%),
    linear-gradient(90deg, rgba(11, 31, 51, 0.45), transparent 70%);
}

.hero-content {
  position: relative;
  padding: 7rem 0 4.5rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-family: "Barlow Condensed", Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
  color: #d7e6f3;
}

.eyebrow.dark {
  color: var(--navy);
}

.eyebrow.center,
.center {
  text-align: center;
}

h1,
h2,
h3,
legend {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 8vw, 6.4rem);
  max-width: 14ch;
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

h3 {
  margin: 0.4rem 0;
  font-size: 1.7rem;
}

.hero-lead {
  max-width: 38rem;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.field-grid,
.step-grid,
.story-grid,
.form-layout {
  gap: 1rem;
}

.hero-actions {
  margin-top: 2rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.3rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

.button-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.button-full {
  width: 100%;
}

.button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.story,
.form-section {
  background: var(--paper);
}

.prize {
  background: var(--white);
  padding: 4.5rem 0;
}

.prize-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.prize-grid > div {
  flex: 1 1 280px;
}

.prize-list {
  flex: 1 1 240px;
  margin: 0;
  padding: 1.5rem 1.6rem;
  list-style: none;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.prize-list li {
  position: relative;
  padding-left: 1.4rem;
}

.prize-list li + li {
  margin-top: 0.8rem;
}

.prize-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--blue);
}

.requirements {
  padding: 5.5rem 0;
}

.requirements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: start;
}

.requirements-grid > div {
  flex: 1 1 280px;
}

.requirements-list {
  flex: 1 1 300px;
  margin: 0;
  padding: 1.5rem 1.6rem;
  list-style: none;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.requirements-list li {
  position: relative;
  padding-left: 1.4rem;
}

.requirements-list li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.requirements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--blue);
}

.requirements-list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.requirements-grid p {
  color: var(--muted);
}

.story,
.steps,
.form-section {
  padding: 5.5rem 0;
}

.story-grid,
.form-layout {
  align-items: start;
}

.story-grid,
.form-layout,
.step-grid,
.field-grid {
  flex-wrap: wrap;
}

.story-copy,
.form-intro {
  flex: 1 1 320px;
}

.story-card,
.entry-form,
.step {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-card {
  flex: 1 1 280px;
  padding: 1.6rem 1.7rem;
}

.story-card-label {
  margin: 0 0 1rem;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clue-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clue-list li + li {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.clue-list strong {
  display: block;
  margin-bottom: 0.2rem;
}

.step-grid {
  margin-top: 2.2rem;
}

.step {
  flex: 1 1 220px;
  padding: 1.6rem;
}

.step-number {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  color: var(--blue);
  font-weight: 700;
}

.form-intro {
  position: sticky;
  top: 6rem;
}

.form-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.entry-form {
  flex: 1 1 420px;
  padding: 1.6rem;
}

fieldset {
  border: 0;
  margin: 0 0 1.4rem;
  padding: 0;
}

legend {
  margin-bottom: 0.9rem;
  font-size: 1.5rem;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.field,
.field-wide {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field-wide {
  grid-column: 1 / -1;
}

.field span,
.consent span,
.checkbox-field span {
  font-size: 0.92rem;
  font-weight: 600;
}

.checkbox-field {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 0.2rem;
}

.checkbox-field input {
  width: auto;
  margin-top: 0.3rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c9d1c8;
  border-radius: 12px;
  padding: 0.8rem 0.85rem;
  font: inherit;
  background: #fff;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

.upload {
  position: relative;
  display: block;
  cursor: pointer;
}

.upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-box {
  display: block;
  padding: 1.3rem;
  border: 1.5px dashed #9aa89a;
  border-radius: 14px;
  background: #fbfaf6;
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease;
  pointer-events: none;
}

.upload.is-dragover .upload-box {
  border-color: var(--blue);
  background: #eef5fb;
}

.upload-box strong {
  display: block;
  margin-bottom: 0.3rem;
}

.upload-box span {
  color: var(--muted);
  font-weight: 400;
}

.file-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin: 0.4rem 0 1rem;
}

.consent input {
  width: auto;
  margin-top: 0.3rem;
}

.form-status {
  min-height: 1.4em;
  margin: 0 0 0.8rem;
  font-weight: 600;
}

.form-status.error {
  color: var(--danger);
}

.form-status.success {
  color: var(--ok);
}

.terms-summary {
  margin-top: 2rem;
}

.terms-details {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.2rem 1.2rem 1rem;
}

.terms-details summary {
  cursor: pointer;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 0 0.6rem;
  list-style: none;
}

.terms-details summary::-webkit-details-marker {
  display: none;
}

.terms-details summary::after {
  content: " +";
  color: var(--blue);
}

.terms-details[open] summary::after {
  content: " −";
}

.terms-content {
  color: var(--muted);
  font-size: 0.98rem;
}

.terms-content p {
  margin: 0 0 0.9rem;
}

.legal-page {
  background: var(--paper);
  padding: 4rem 0 5rem;
}

.legal-wrap h1 {
  max-width: 16ch;
}

.legal-lead {
  color: var(--muted);
  margin: 0 0 1rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: 600;
}

.legal-body {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem 2.2rem;
}

.legal-body h2 {
  font-size: 1.6rem;
  margin: 2rem 0 0.7rem;
}

.legal-body h2:first-child {
  margin-top: 0;
}

.legal-body p,
.legal-body li {
  color: var(--ink);
}

.legal-body ul {
  padding-left: 1.2rem;
}

.legal-body li + li {
  margin-top: 0.35rem;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 2.4rem 0;
  font-size: 0.95rem;
}

.footer-logo {
  width: 128px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 0.6rem;
}

.site-footer a {
  color: var(--white);
}

.footer-meta {
  text-align: right;
}

.footer-meta p,
.site-footer p {
  margin: 0.15rem 0;
}

@media (max-width: 780px) {
  .header-cta {
    display: none;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .footer-inner,
  .footer-meta {
    display: block;
    text-align: left;
  }

  .hero-content {
    padding-top: 5.5rem;
  }
}

/* Fluent Forms — match campaign form look */
.jagten-fluent-wrap .ff-el-group {
  margin-bottom: 1rem;
}

.jagten-fluent-wrap .ff-el-input--label label,
.jagten-fluent-wrap .ff-el-form-check-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

.jagten-fluent-wrap .ff-el-form-control,
.jagten-fluent-wrap input[type="text"],
.jagten-fluent-wrap input[type="email"],
.jagten-fluent-wrap input[type="tel"],
.jagten-fluent-wrap input[type="number"],
.jagten-fluent-wrap textarea,
.jagten-fluent-wrap select {
  width: 100%;
  border: 1px solid #c9d1c8;
  border-radius: 12px;
  padding: 0.8rem 0.85rem;
  font: inherit;
  background: #fff;
  box-shadow: none;
}

.jagten-fluent-wrap .ff-el-form-control:focus,
.jagten-fluent-wrap input:focus,
.jagten-fluent-wrap textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}

.jagten-fluent-wrap .ff-el-section-break {
  margin: 0.4rem 0 1rem;
  border: 0;
}

.jagten-fluent-wrap .ff-el-section-title,
.jagten-fluent-wrap .ff-section_break_desk {
  margin: 0 0 0.9rem;
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}

.jagten-fluent-wrap .ff-btn-submit,
.jagten-fluent-wrap button.ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.1rem;
  border: 0;
  border-radius: 999px !important;
  background: var(--blue) !important;
  color: #fff !important;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.jagten-fluent-wrap .ff-btn-submit:hover,
.jagten-fluent-wrap button.ff-btn-submit:hover {
  background: var(--blue-dark) !important;
}

.jagten-fluent-wrap .ff-el-is-error .error {
  color: var(--danger);
  font-size: 0.88rem;
}

.jagten-fluent-wrap .ff-message-success {
  color: var(--ok);
  font-weight: 600;
}

.jagten-fluent-wrap .ff-el-form-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.jagten-fluent-wrap .ff-el-form-check input {
  width: auto;
  margin-top: 0.3rem;
}

.jagten-fluent-wrap .ff_upload_btn,
.jagten-fluent-wrap .ff-upload-progress-all {
  border-radius: 14px;
}

.jagten-fluent-wrap .ff-el-input--content .ff-upload-preview {
  margin-top: 0.6rem;
}
