.nlc-landing {
  --nlc-green: var(--wp--preset--color--custom-color-1, #689c91);
  --nlc-mint: var(--wp--preset--color--custom-color-2, #b8d6cd);
  --nlc-dark: var(--wp--preset--color--background, #202020);
  --nlc-dark-soft: var(--wp--preset--color--light-background, #333333);
  --nlc-accent: var(--wp--preset--color--primary, #e79e00);
  --nlc-white: var(--wp--preset--color--foreground, #ffffff);
  --nlc-font-heading: var(--wp--preset--font-family--epilogue, Epilogue, sans-serif);
  --nlc-font-body: var(--wp--preset--font-family--inter, Inter, sans-serif);
  --nlc-radius: 28px;
  --nlc-radius-small: 16px;
  color: var(--nlc-mint);
  font-family: var(--nlc-font-body);
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size, 1200px);
  padding: 0 30px 90px;
}

.nlc-landing,
.nlc-landing * {
  box-sizing: border-box;
}

.nlc-landing h1,
.nlc-landing h2,
.nlc-landing h3,
.nlc-landing p {
  background: transparent;
  margin: 0;
}

.nlc-landing h1,
.nlc-landing h2,
.nlc-landing h3 {
  color: var(--nlc-white);
  font-family: var(--nlc-font-heading);
  font-weight: 600;
  line-height: 1.05;
}

.nlc-landing h1 {
  font-size: 62px;
  max-width: 940px;
}

.nlc-landing h2 {
  font-size: 44px;
}

.nlc-landing h3 {
  color: var(--nlc-green);
  font-size: 26px;
}

.nlc-landing p {
  font-size: 18px;
  line-height: 1.72;
}

.nlc-landing__hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(32, 32, 32, 0.88), rgba(32, 32, 32, 0.52)),
    url("https://autwell.org/wp-content/uploads/2025/09/Unbenannt-7.png") center / cover;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  margin: 0 -30px 90px;
  min-height: 620px;
  padding: clamp(48px, 8vw, 110px) 30px;
}

.nlc-landing__hero-copy,
.nlc-landing__app-preview {
  align-self: center;
}

.nlc-landing__hero-copy {
  max-width: 820px;
}

.nlc-landing__eyebrow {
  color: var(--nlc-accent);
  font-family: var(--wp--preset--font-family--montserrat, Montserrat, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.nlc-landing__lead {
  color: var(--nlc-mint);
  font-size: 22px;
  margin-top: 28px;
  max-width: 760px;
}

.nlc-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nlc-landing__access-note {
  color: var(--nlc-mint);
  font-weight: 700;
  margin-top: 22px;
  max-width: 700px;
}

.nlc-landing__button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: var(--nlc-radius-small);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nlc-landing__button:hover,
.nlc-landing__button:focus {
  text-decoration: none;
}

.nlc-landing__button--primary {
  background: var(--nlc-accent);
  color: var(--nlc-dark);
}

.nlc-landing__button--primary:hover,
.nlc-landing__button--primary:focus {
  background: var(--nlc-white);
  color: var(--nlc-dark);
}

.nlc-landing__button--secondary {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--nlc-white);
}

.nlc-landing__button--secondary:hover,
.nlc-landing__button--secondary:focus {
  border-color: var(--nlc-accent);
  color: var(--nlc-accent);
}

.nlc-landing__app-preview {
  display: flex;
  justify-content: center;
}

.nlc-landing__phone {
  background: rgba(32, 32, 32, 0.78);
  border: 1px solid rgba(184, 214, 205, 0.35);
  border-radius: var(--nlc-radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  color: var(--nlc-white);
  max-width: 360px;
  padding: 22px;
  width: 100%;
}

.nlc-landing__phone-header,
.nlc-landing__status,
.nlc-landing__room {
  border: 1px solid rgba(184, 214, 205, 0.26);
  border-radius: var(--nlc-radius-small);
  padding: 16px;
}

.nlc-landing__phone-header {
  background: var(--nlc-green);
  color: var(--nlc-white);
  display: flex;
  justify-content: space-between;
}

.nlc-landing__phone span,
.nlc-landing__phone strong {
  display: block;
}

.nlc-landing__phone span {
  color: var(--nlc-mint);
  font-size: 13px;
}

.nlc-landing__phone-header span,
.nlc-landing__phone-header strong {
  color: var(--nlc-white);
}

.nlc-landing__status {
  background: rgba(231, 158, 0, 0.14);
  margin-top: 14px;
}

.nlc-landing__status strong {
  color: var(--nlc-accent);
}

.nlc-landing__room {
  background: rgba(104, 156, 145, 0.18);
  margin-top: 12px;
}

.nlc-landing__room--open {
  background: var(--nlc-mint);
  color: var(--nlc-dark);
}

.nlc-landing__room--open span,
.nlc-landing__room--open strong {
  color: var(--nlc-dark);
}

.nlc-landing__intro {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: 90px;
}

.nlc-landing__image {
  margin: 0;
  min-height: 100%;
}

.nlc-landing__image img {
  aspect-ratio: 1;
  border-radius: var(--nlc-radius);
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nlc-landing__intro-card,
.nlc-landing__feature,
.nlc-landing__steps,
.nlc-landing__cta {
  background: var(--nlc-mint);
  border-radius: var(--nlc-radius);
  color: var(--nlc-green);
  padding: clamp(26px, 4vw, 44px);
}

.nlc-landing__intro-card {
  align-content: center;
  display: grid;
}

.nlc-landing__intro-card .nlc-landing__eyebrow,
.nlc-landing__feature span,
.nlc-landing__steps .nlc-landing__eyebrow,
.nlc-landing__cta .nlc-landing__eyebrow {
  color: var(--nlc-accent);
}

.nlc-landing__intro-card h2,
.nlc-landing__steps h2,
.nlc-landing__cta h2 {
  color: var(--nlc-green);
  margin-bottom: 20px;
}

.nlc-landing__intro-card p,
.nlc-landing__feature p,
.nlc-landing__steps p,
.nlc-landing__cta p,
.nlc-landing__step-list {
  color: var(--nlc-dark-soft);
}

.nlc-landing__section {
  margin-bottom: 90px;
}

.nlc-landing__section > h2 {
  margin-bottom: 30px;
}

.nlc-landing__feature-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nlc-landing__feature {
  min-height: 310px;
}

.nlc-landing__feature span {
  display: block;
  font-family: var(--wp--preset--font-family--montserrat, Montserrat, sans-serif);
  font-weight: 800;
  margin-bottom: 24px;
}

.nlc-landing__feature h3 {
  margin-bottom: 14px;
}

.nlc-landing__steps {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  margin-bottom: 90px;
}

.nlc-landing__step-list {
  counter-reset: nlc-step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nlc-landing__step-list li {
  align-items: flex-start;
  counter-increment: nlc-step;
  display: grid;
  font-weight: 700;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  line-height: 1.45;
  margin: 0 0 16px;
}

.nlc-landing__step-list li::before {
  background: var(--nlc-green);
  border-radius: 12px;
  color: var(--nlc-white);
  content: counter(nlc-step);
  display: inline-grid;
  font-family: var(--wp--preset--font-family--montserrat, Montserrat, sans-serif);
  font-weight: 800;
  height: 42px;
  place-items: center;
  width: 42px;
}

.nlc-landing__cta {
  background: var(--nlc-dark);
  color: var(--nlc-mint);
  margin-bottom: 0;
  max-width: 900px;
}

.nlc-landing__cta h2 {
  color: var(--nlc-white);
}

.nlc-landing__cta p {
  color: var(--nlc-mint);
  margin-bottom: 26px;
}

.nlc-landing__form-message {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--nlc-radius-small);
  font-weight: 700;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.nlc-landing__form-message--success {
  background: rgba(184, 214, 205, 0.14);
  color: var(--nlc-mint);
}

.nlc-landing__form-message--error {
  background: rgba(231, 158, 0, 0.16);
  color: var(--nlc-accent);
}

.nlc-landing__signup {
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.nlc-landing__signup label {
  color: var(--nlc-white);
  display: grid;
  font-weight: 700;
  gap: 7px;
}

.nlc-landing__signup input[type="email"],
.nlc-landing__signup input[type="text"] {
  background: var(--nlc-white);
  border: 2px solid transparent;
  border-radius: var(--nlc-radius-small);
  color: var(--nlc-dark);
  font: inherit;
  min-height: 48px;
  padding: 11px 13px;
  width: 100%;
}

.nlc-landing__signup input[type="email"]:focus,
.nlc-landing__signup input[type="text"]:focus {
  border-color: var(--nlc-accent);
  outline: none;
}

.nlc-landing__checkbox {
  align-items: flex-start;
  display: grid;
  gap: 11px;
  grid-template-columns: 22px 1fr;
}

.nlc-landing__checkbox input {
  margin-top: 5px;
}

.nlc-landing__signup button {
  justify-self: start;
}

@media (max-width: 960px) {
  .nlc-landing__hero,
  .nlc-landing__intro,
  .nlc-landing__steps {
    grid-template-columns: 1fr;
  }

  .nlc-landing__hero {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  .nlc-landing {
    padding: 0 20px 60px;
  }

  .nlc-landing h1 {
    font-size: 40px;
  }

  .nlc-landing h2 {
    font-size: 32px;
  }

  .nlc-landing h3 {
    font-size: 22px;
  }

  .nlc-landing p,
  .nlc-landing__lead {
    font-size: 16px;
  }

  .nlc-landing__hero {
    margin-left: -20px;
    margin-right: -20px;
    padding: 42px 20px;
  }

  .nlc-landing__button {
    width: 100%;
  }

  .nlc-landing__feature-grid {
    grid-template-columns: 1fr;
  }

  .nlc-landing__feature {
    min-height: auto;
  }
}
