/* Zakelijke klant / B2B — licht, zakelijk, formulier eerst */

.dh-b2b-hero {
  padding: 28px 0 32px;
  background: linear-gradient(#fff, #f8fafc);
}

.dh-b2b-hero h1 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0 0 14px;
}

.dh-b2b-hero .dh-lead {
  max-width: 46rem;
}

.dh-b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.dh-b2b-main {
  padding: 40px 0 48px;
}

.dh-b2b-intro {
  margin-bottom: 24px;
}

.dh-b2b-intro h2,
.dh-b2b-form-card h2,
.dh-b2b-aside-card h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.dh-b2b-aside-card h2 {
  font-size: 17px;
  margin-bottom: 8px;
}

.dh-b2b-form-card h2 {
  font-size: 24px;
}

.dh-b2b-form-card__intro,
.dh-b2b-aside-card > p {
  margin: 0 0 18px;
  color: var(--dh-muted);
  font-size: 16px;
  line-height: 1.6;
}

.dh-b2b-benefits {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}

@media (min-width: 800px) {
  .dh-b2b-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.dh-b2b-benefits article {
  padding: 18px 18px 20px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  background: #fff;
}

.dh-b2b-benefits h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.dh-b2b-benefits p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.dh-b2b-audience {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}

.dh-b2b-audience li {
  position: relative;
  padding-left: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--dh-ink);
}

.dh-b2b-audience li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: var(--dh-r-full);
  background: var(--dh-orange);
}

.dh-b2b-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

@media (min-width: 860px) {
  .dh-b2b-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dh-b2b-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  background: #fff;
}

.dh-b2b-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: var(--dh-r-full);
  background: #fff7ed;
  color: var(--dh-orange);
  font-size: 13px;
  font-weight: 800;
}

.dh-b2b-steps h3 {
  margin: 0 0 4px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.dh-b2b-steps p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.dh-b2b-form-layout {
  display: grid;
  gap: 18px;
  align-items: start;
}

@media (min-width: 960px) {
  .dh-b2b-form-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
  }
}

.dh-b2b-form-card,
.dh-b2b-aside-card {
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  background: #fff;
}

.dh-b2b-form-card {
  padding: 24px 26px 26px;
}

.dh-b2b-aside {
  display: grid;
  gap: 14px;
}

.dh-b2b-aside-card {
  padding: 18px 20px;
}

.dh-b2b-notice {
  padding: 16px 18px;
  border-radius: var(--dh-r-md);
  border: 1px solid var(--dh-line);
  margin: 0 0 20px;
}

.dh-b2b-notice strong {
  display: block;
  margin-bottom: 4px;
}

.dh-b2b-notice p {
  margin: 0;
  color: var(--dh-muted);
}

.dh-b2b-notice--ok {
  border-color: #86efac;
  background: #f0fdf4;
}

.dh-b2b-notice--ok strong {
  color: var(--dh-cart-dark);
}

.dh-b2b-notice--error {
  border-color: #fca5a5;
  background: #fef2f2;
}

.dh-b2b-notice--error strong {
  color: #b91c1c;
}

.dh-b2b-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dh-b2b-form .dh-field {
  margin: 0 0 16px;
}

.dh-b2b-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14.5px;
}

.dh-b2b-form input[type="text"],
.dh-b2b-form input[type="email"],
.dh-b2b-form input[type="tel"],
.dh-b2b-form textarea {
  width: 100%;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-sm);
  padding: 11px 13px;
  font: 500 15px var(--dh-font);
  color: var(--dh-ink);
  background: #fff;
}

.dh-b2b-form textarea {
  resize: vertical;
  min-height: 120px;
}

.dh-b2b-form input:focus,
.dh-b2b-form textarea:focus {
  outline: none;
  border-color: var(--dh-orange);
}

.dh-b2b-form ::placeholder {
  color: #94a3b8;
}

.dh-b2b-form .dh-field.has-error input,
.dh-b2b-form .dh-field.has-error textarea {
  border-color: #dc2626;
}

.dh-b2b-form .dh-field__error {
  display: block;
  margin-top: 5px;
  font-size: 13.5px;
  font-weight: 600;
  color: #b91c1c;
}

.dh-b2b-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dh-b2b-form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.dh-b2b-form__privacy {
  margin: 0;
  font-size: 13.5px;
  color: var(--dh-muted);
  max-width: 30rem;
}

.dh-b2b-details {
  margin: 0;
  display: grid;
  gap: 10px;
}

.dh-b2b-details > div {
  padding-top: 10px;
  border-top: 1px solid var(--dh-line);
}

.dh-b2b-details > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.dh-b2b-details dt {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--dh-muted);
}

.dh-b2b-details dd {
  margin: 0;
  font-weight: 700;
}

.dh-b2b-details a {
  color: inherit;
}

@media (max-width: 720px) {
  .dh-b2b-form__row,
  .dh-b2b-audience {
    grid-template-columns: 1fr;
  }

  .dh-b2b-actions .dh-btn {
    width: 100%;
  }
}
