.niko-owner-intake {
  background: #f5f3ee;
  color: #111716;
}

.niko-owner-intake__hero {
  background: linear-gradient(120deg, #111816 0%, #1e2925 100%);
  color: #fff;
  padding: clamp(64px, 8vw, 112px) 0 clamp(56px, 7vw, 92px);
}

.niko-owner-intake__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
}

.niko-owner-intake__hero h1 {
  max-width: 760px;
  margin: 10px 0 20px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
}

.niko-owner-intake__lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.niko-owner-intake__promise {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0 16px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.niko-owner-intake__promise span,
.niko-owner-intake__promise p {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  padding: 16px 0;
}

.niko-owner-intake__promise span {
  color: rgba(255,255,255,.42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.niko-owner-intake__promise p {
  color: rgba(255,255,255,.88);
  line-height: 1.45;
}

.niko-owner-intake__body {
  padding: clamp(58px, 7vw, 96px) 0 clamp(72px, 8vw, 120px);
}

.niko-owner-intake__grid {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.niko-owner-intake__copy {
  position: sticky;
  top: 96px;
}

.niko-owner-intake__copy h2 {
  margin: 8px 0 18px;
  max-width: 520px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.niko-owner-intake__copy > p:not(.niko-eyebrow) {
  max-width: 520px;
  color: #5b625f;
  line-height: 1.65;
}

.niko-owner-intake__copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.niko-owner-intake__copy li {
  position: relative;
  padding-left: 20px;
  font-weight: 650;
}

.niko-owner-intake__copy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #111716;
}

.niko-owner-intake__form-card {
  border: 1px solid rgba(17,23,22,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30,35,33,.08);
  padding: clamp(24px, 4vw, 42px);
}

.niko-owner-form {
  display: grid;
  gap: 20px;
}

.niko-owner-form__row {
  display: grid;
  gap: 18px;
}

.niko-owner-form__row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.niko-owner-form label {
  display: grid;
  gap: 8px;
}

.niko-owner-form label > span {
  color: #313936;
  font-size: 13px;
  font-weight: 750;
}

.niko-owner-form input,
.niko-owner-form select,
.niko-owner-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d9ddd9;
  border-radius: 10px;
  background: #fbfbf8;
  color: #111716;
  padding: 12px 14px;
  font: inherit;
}

.niko-owner-form textarea {
  min-height: 132px;
  resize: vertical;
}

.niko-owner-form input:focus,
.niko-owner-form select:focus,
.niko-owner-form textarea:focus {
  outline: 2px solid #111716;
  outline-offset: 1px;
  border-color: #111716;
}

.niko-owner-form__consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
}

.niko-owner-form__consent input {
  width: 17px;
  min-height: 17px;
  margin-top: 2px;
}

.niko-owner-form__consent span {
  font-weight: 500 !important;
  line-height: 1.5;
}

.niko-owner-form .niko-button {
  justify-self: start;
  min-width: 210px;
}

.niko-owner-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.niko-form-notice {
  display: grid;
  gap: 3px;
  margin: 0 0 22px;
  border-radius: 10px;
  background: #f2efe4;
  padding: 14px 16px;
  color: #4e514b;
}

.niko-form-notice--success {
  background: #e8f3e9;
  color: #234a2a;
}

.niko-form-notice--error {
  background: #f8e8e5;
  color: #7a2d23;
}

@media (max-width: 900px) {
  .niko-owner-intake__hero-grid,
  .niko-owner-intake__grid {
    grid-template-columns: 1fr;
  }

  .niko-owner-intake__copy {
    position: static;
  }

  .niko-owner-intake__promise {
    max-width: 620px;
  }
}

@media (max-width: 640px) {
  .niko-owner-intake__hero {
    padding-top: 48px;
  }

  .niko-owner-intake__hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .niko-owner-form__row--2 {
    grid-template-columns: 1fr;
  }

  .niko-owner-intake__form-card {
    border-radius: 14px;
    padding: 20px;
  }
}
