.nh-special-static {
  background: var(--nh-paper);
}

.nh-special-static .nh-header {
  position: sticky;
}

.nh-special-static .nh-header__inner {
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
}

.nh-special-static .nh-desktop-nav {
  justify-content: center;
}

.nh-special-static .nh-header__actions {
  justify-self: end;
}

.nh-special-static__menu {
  display: none;
}

.nh-static-checkout {
  padding: 88px 0 110px;
  border-top: 1px solid var(--nh-line);
  background: var(--nh-white);
}

.nh-static-checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 86px;
}

.nh-static-checkout__intro h2 {
  margin-top: 18px;
  font-size: 52px;
  line-height: 1.04;
}

.nh-static-checkout__intro > p {
  max-width: 560px;
  margin-top: 20px;
  color: var(--nh-stone);
  line-height: 1.75;
}

.nh-static-checkout__addons {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.nh-static-checkout__addon {
  display: grid;
  padding: 20px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--nh-line);
  background: var(--nh-paper);
  cursor: pointer;
}

.nh-static-checkout__addon:has(input:checked) {
  border-color: var(--nh-pink-dark);
  background: #fff9fb;
}

.nh-static-checkout__addon input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--nh-pink);
}

.nh-static-checkout__addon span {
  display: grid;
  gap: 5px;
}

.nh-static-checkout__addon strong {
  font-size: 14px;
}

.nh-static-checkout__addon small {
  color: var(--nh-stone);
  font-size: 11px;
  line-height: 1.5;
}

.nh-static-checkout__addon > b {
  color: var(--nh-pink-dark);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
}

.nh-static-total {
  display: flex;
  margin-top: 16px;
  padding: 22px 0;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid var(--nh-ink);
  border-bottom: 1px solid var(--nh-line);
}

.nh-static-total span {
  color: var(--nh-stone);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-static-total strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
}

.nh-static-checkout__form {
  padding: 34px;
  border: 1px solid var(--nh-line);
  background: var(--nh-paper);
}

.nh-static-checkout__form h3 {
  font-size: 30px;
}

.nh-static-checkout__form > p {
  margin-top: 10px;
  color: var(--nh-stone);
  font-size: 12px;
  line-height: 1.6;
}

.nh-static-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.nh-static-checkout__form label:not(.nh-static-terms) {
  display: grid;
  gap: 8px;
  color: #4f4944;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-static-checkout__form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--nh-line);
  background: var(--nh-white);
  color: var(--nh-ink);
  font: inherit;
  text-transform: none;
}

.nh-static-terms {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--nh-stone);
  font-size: 11px;
  line-height: 1.55;
}

.nh-static-terms input {
  width: 18px;
  height: 18px;
  accent-color: var(--nh-pink);
}

.nh-static-terms a {
  color: var(--nh-pink-dark);
  text-decoration: underline;
}

.nh-static-checkout__submit {
  width: 100%;
  margin-top: 22px;
  border: 0;
  cursor: pointer;
}

.nh-static-checkout__submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.nh-static-checkout__message {
  min-height: 20px;
  margin-top: 14px;
  color: #a5242a;
  font-size: 12px;
  line-height: 1.5;
}

.nh-static-hosting-note {
  margin-top: 10px;
  color: var(--nh-stone);
  font-size: 10px;
  line-height: 1.5;
}

.nh-static-whatsapp {
  width: 100%;
  margin-top: 24px;
  justify-content: center;
  background: #168645;
}

.nh-static-whatsapp:hover {
  background: #0f6f38;
}

.nh-static-whatsapp-note {
  margin-top: 10px !important;
  font-size: 10px !important;
  text-align: center;
}

.nh-static-checkout__form--secondary {
  border-top: 4px solid var(--nh-ink);
}

.nh-static-checkout__form--secondary > .nh-section-label {
  display: inline-block;
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .nh-special-static .nh-header__inner {
    grid-template-columns: 1fr auto;
  }

  .nh-special-static .nh-desktop-nav {
    display: none;
  }

  .nh-special-static__menu {
    display: inline-flex;
  }

  .nh-static-checkout__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .nh-special-static .nh-brand {
    width: 160px;
  }

  .nh-special-static .nh-header__actions .nh-button {
    width: auto;
    min-height: 44px;
    padding: 0 14px;
  }

  .nh-static-checkout {
    padding: 70px 0 82px;
  }

  .nh-static-checkout__intro h2 {
    font-size: 39px;
  }

  .nh-static-form-row {
    grid-template-columns: 1fr;
  }

  .nh-static-checkout__form {
    padding: 26px 20px;
  }

  .nh-static-checkout__addon {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .nh-static-checkout__addon > b {
    grid-column: 2;
  }
}
