:root {
  --gold: #fed561;
  --navy: #2f405c;
  --navy-deep: #1f293f;
  --ink: #2b2d42;
  --blue: #3950e3;
  --line: #d9dce4;
  --paper: #ffffff;
  --page: #f7f8fb;
  --muted: #646b7a;
  --hero-image: url("https://nlmagency.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-17-2026-04_21_41-PM.png");
  --shadow: 0 28px 60px rgba(19, 29, 54, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Mulish", sans-serif;
  line-height: 1.6;
}

body.admin-bar .site-header {
  padding-top: calc(18px + 32px);
}

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

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

[hidden] {
  display: none !important;
}

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

.shell {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.shell-wide {
  width: min(100% - 48px, 1440px);
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-home {
  min-height: 100vh;
}

.hero-page {
  min-height: 405px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(10, 15, 25, 0.54), rgba(10, 15, 25, 0.54)),
    linear-gradient(180deg, rgba(10, 15, 25, 0.16), rgba(10, 15, 25, 0.4));
}

.site-header {
  position: relative;
  z-index: 2;
  padding: 18px 0;
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: clamp(210px, 21vw, 340px);
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 96px;
  padding-top: 12px;
}

.nav-link {
  position: relative;
  color: rgba(254, 213, 97, 0.85);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
}

.nav-link:hover,
.nav-link.current {
  color: var(--gold);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100vh - 110px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--gold);
}

.hero-content-compact {
  min-height: 260px;
}

.eyebrow {
  margin: 0 0 22px;
  color: rgba(254, 213, 97, 0.9);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--navy);
}

.hero h1,
.thank-you-card h1 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 1.04;
  font-weight: 800;
}

.page-title {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2.75rem, 5vw, 4.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.hero-copy {
  margin: 16px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 36px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  margin-top: 40px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 800;
}

.button-primary:hover {
  background: var(--navy-deep);
  color: #ffffff;
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(43, 45, 66, 0.18);
  color: var(--ink);
  font-weight: 700;
}

.button-secondary:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 2;
  transform: translateX(-50%);
  color: #ffffff;
  animation: bounce 1.8s infinite;
}

.scroll-cue svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.collab-section {
  min-height: 72vh;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 180px 0 220px;
}

.collab-content {
  max-width: 920px;
}

.collab-content h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.12;
  font-weight: 800;
}

.success-line {
  margin: 90px 0 0;
  color: rgba(254, 213, 97, 0.68);
  font-size: clamp(1.4rem, 2.1vw, 2.1rem);
  font-weight: 400;
}

.success-line strong {
  margin-right: 16px;
  color: var(--gold);
  font-weight: 800;
}

.contact-section {
  background: var(--navy);
}

.contact-card {
  max-width: 520px;
  padding: 96px 0 94px;
  color: var(--gold);
}

.contact-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.08;
  font-weight: 800;
}

.contact-card p {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  font-weight: 700;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 700;
}

.contact-link svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.site-footer {
  background: #ffffff;
  padding: 24px 0 30px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #54576f;
  font-size: 15px;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-links a {
  color: var(--blue);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--navy);
}

.form-page {
  background: #ffffff;
}

.form-section {
  padding: 88px 0 58px;
}

.form-shell {
  width: min(100% - 48px, 1120px);
}

.application-form {
  padding: 0 0 24px;
}

.progress-block {
  margin-bottom: 54px;
}

.progress-label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 800;
}

.progress-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: #ebedf2;
  overflow: hidden;
}

.progress-fill {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
  transition: width 0.22s ease;
}

.step-panel {
  animation: fadeIn 0.28s ease;
}

.section-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 3.3vw, 3.4rem);
  line-height: 1.12;
  font-weight: 800;
}

.section-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.section-rule {
  width: 100%;
  height: 1px;
  margin: 32px 0 36px;
  background: var(--line);
}

.field-group {
  margin-bottom: 38px;
}

.group-title {
  display: block;
  margin-bottom: 10px;
  color: #464c5d;
  font-size: 1.15rem;
  font-weight: 800;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field span,
.field small {
  color: #5a6070;
  font-size: 1rem;
  font-weight: 600;
}

.field small {
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cfd4de;
  border-radius: 4px;
  background: #ffffff;
  color: var(--ink);
  padding: 16px 18px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.field input,
.field select {
  min-height: 56px;
}

.field textarea {
  min-height: 240px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57, 80, 227, 0.12);
}

.field-full {
  grid-column: 1 / -1;
}

.field-empty {
  visibility: hidden;
}

.upload-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 320px;
  border: 1px dashed #bfc7d8;
  border-radius: 12px;
  background: #f8faff;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  padding: 32px;
}

.upload-card:hover {
  border-color: var(--blue);
}

.upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(57, 80, 227, 0.08);
  color: var(--blue);
}

.upload-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.upload-title {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 800;
}

.upload-copy {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.upload-name {
  color: var(--blue);
  font-size: 0.98rem;
  font-weight: 800;
}

.word-count {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  text-align: right;
}

.word-count.is-over {
  color: #c93e49;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 34px;
}

.form-actions .button,
.thank-you-actions .button {
  margin-top: 0;
}

.legal-copy {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
}

.legal-copy a {
  color: var(--blue);
  font-weight: 800;
}

.thank-you-main,
.legal-main {
  padding: 76px 0 88px;
}

.thank-you-card,
.legal-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.thank-you-card {
  padding: 52px 48px;
  text-align: center;
}

.thank-you-card p {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.thank-you-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.legal-card {
  padding: 44px 42px;
}

.legal-card p,
.legal-card li {
  color: #51586b;
  font-size: 1.04rem;
}

.legal-card h2 {
  margin: 30px 0 12px;
  color: var(--ink);
  font-size: 1.9rem;
  font-weight: 800;
}

.legal-card h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 800;
}

.legal-card a {
  color: var(--blue);
  font-weight: 700;
}

.legal-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-list {
  padding-left: 20px;
}

.legal-list li + li {
  margin-top: 14px;
}

.footer-inner-centered {
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40%,
  43% {
    transform: translateX(-50%) translateY(-10px);
  }
  70% {
    transform: translateX(-50%) translateY(-5px);
  }
  90% {
    transform: translateX(-50%) translateY(-2px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .shell,
  .shell-wide,
  .form-shell {
    width: min(100% - 36px, 1120px);
  }

  .hero-home {
    min-height: 860px;
  }

  .hero-content {
    min-height: calc(100vh - 96px);
  }

  .collab-section {
    min-height: auto;
    padding: 120px 0 140px;
  }

  .contact-card {
    max-width: 100%;
    padding: 74px 0;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.admin-bar .site-header {
    padding-top: calc(12px + 46px);
  }

  .site-header {
    padding: 12px 0;
  }

  .header-inner {
    align-items: flex-start;
  }

  .brand img {
    width: min(230px, 62vw);
  }

  .top-nav {
    min-width: auto;
    padding-top: 8px;
  }

  .hero-home {
    min-height: 760px;
  }

  .hero-content {
    min-height: calc(100vh - 80px);
  }

  .hero-page {
    min-height: 330px;
  }

  .hero-content-compact {
    min-height: 190px;
  }

  .button-primary {
    margin-top: 32px;
  }

  .collab-section {
    padding: 92px 0 110px;
  }

  .success-line {
    margin-top: 48px;
  }

  .contact-card {
    padding: 58px 0;
  }

  .contact-link {
    font-size: 1.15rem;
    align-items: flex-start;
  }

  .form-section {
    padding: 54px 0 36px;
  }

  .progress-block {
    margin-bottom: 34px;
  }

  .section-rule {
    margin: 24px 0 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .field-empty {
    display: none;
  }

  .upload-card {
    min-height: 250px;
  }

  .form-actions,
  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you-card,
  .legal-card {
    padding: 34px 24px;
  }
}
