:root {
  --sale-ink: #102f38;
  --sale-muted: #597078;
  --sale-blue: #0b4f8a;
  --sale-tint: #e7eeed;
}

@media (prefers-reduced-motion: reduce) {
  .sales-hero-card {
    animation: none;
  }
}

.sales-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  color: #fff;
  background: var(--sale-ink);
  border: 2px solid #fff;
  border-radius: 4px;
  font: 800 14px/1.2 Arial, Helvetica, sans-serif;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}

.sales-skip-link:focus,
.sales-skip-link:focus-visible {
  top: 12px !important;
  transform: none !important;
}

body[data-page="neodym-verkauf"] {
  color: var(--sale-ink);
}

.sales-hero-heading {
  width: fit-content;
}

.sales-hero-eyebrow {
  margin: 0 0 12px;
}

.sales-hero-title-line {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 1.05;
}

.sales-title-detail {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.01em !important;
  text-align: center;
  white-space: nowrap;
}

.sales-title-accent {
  color: #009fe3;
  font-weight: inherit;
  font-style: italic;
}

.sales-purchase-benefits {
  margin: 50px 0 56px;
}

.sales-purchase-benefits ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-purchase-benefits li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding-left: 21px;
  color: #c8d5df;
  font-size: 16px;
  line-height: 1.45;
}

.sales-purchase-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "✓";
  color: #009fe3;
}

@media (max-width: 639px) {
  .sales-purchase-benefits {
    margin: 34px 0 38px;
  }

  .sales-purchase-benefits ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .sales-hero-heading {
    width: 100%;
  }

  .sales-hero-title-line {
    font-size: clamp(42px, 13vw, 51px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .sales-title-detail {
    font-size: 22px !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.hero-actions .sales-stock-button {
  position: relative;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #0b4f8a 0%, #073b6f 58%, #052b52 100%);
  border-color: rgba(151, 207, 255, .72);
  box-shadow: 0 12px 28px rgba(3, 32, 63, .32), inset 0 1px 0 rgba(255, 255, 255, .18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hero-actions .sales-stock-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, .2) 45%, transparent 68%);
  transform: translateX(-115%);
  transition: transform .55s ease;
}

.hero-actions .sales-stock-button:hover,
.hero-actions .sales-stock-button:focus-visible {
  border-color: #b9ddff;
  box-shadow: 0 16px 34px rgba(3, 32, 63, .4), 0 0 0 3px rgba(95, 174, 238, .16);
  transform: translateY(-2px);
}

.hero-actions .sales-stock-button:hover::before,
.hero-actions .sales-stock-button:focus-visible::before {
  transform: translateX(115%);
}

.sales-stock-button .button-icon {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 12px;
  color: #a9d7ff;
  background: transparent;
  border-left: 1px solid rgba(185, 221, 255, .5);
  border-radius: 0;
  font-size: 1.08em;
}

.hero-actions .sales-hero-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25d366;
  background-color: rgba(37, 211, 102, .08);
  border-color: rgba(37, 211, 102, .48);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(37, 211, 102, .08);
  transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hero-actions .sales-hero-whatsapp:hover,
.hero-actions .sales-hero-whatsapp:focus-visible {
  color: #31df73;
  background-color: rgba(37, 211, 102, .15);
  border-color: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, .14), 0 14px 30px rgba(0, 0, 0, .24), 0 0 22px rgba(37, 211, 102, .2);
  transform: translateY(-2px);
}

.sales-hero-whatsapp svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.footer-cta-whatsapp {
  color: #25d366;
  background-color: rgba(37, 211, 102, .08);
  border-color: rgba(37, 211, 102, .48);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(37, 211, 102, .08);
}

.footer-cta-whatsapp:hover,
.footer-cta-whatsapp:focus-visible {
  color: #31df73;
  background-color: rgba(37, 211, 102, .15);
  border-color: #25d366;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, .14), 0 14px 30px rgba(0, 0, 0, .24), 0 0 22px rgba(37, 211, 102, .2);
}

.footer-cta-whatsapp svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

body[data-page="neodym-verkauf"] .site-footer .footer-cta {
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 159, 227, .18), transparent 32%),
    radial-gradient(circle at 18% 100%, rgba(59, 130, 246, .12), transparent 36%),
    #111827;
  border-bottom: 48px solid #fff;
}

body[data-page="neodym-verkauf"] .site-footer .footer-cta h2 {
  color: #fff;
}

body[data-page="neodym-verkauf"] .site-footer .footer-cta p {
  color: #c8d5df;
}

.sales-footer-email svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

body[data-page="neodym-verkauf"] #fragen .section-heading h2,
body[data-page="neodym-verkauf"] #fragen .faq-list summary {
  color: #073b6f;
}

body[data-page="neodym-verkauf"] #fragen .section-heading {
  margin-bottom: 22px;
}

body[data-page="neodym-verkauf"] #fragen .faq-list summary {
  font-weight: 600;
}

.sales-hero-card {
  position: relative;
  width: min(100%, 530px);
  justify-self: end;
  background: #fff;
  border: 1px solid rgba(0, 159, 227, .34);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(5, 34, 43, .18), 0 0 0 1px rgba(0, 159, 227, .08), 0 0 28px rgba(0, 159, 227, .13);
  animation: sales-card-alive 4.8s ease-in-out infinite;
  transition: width .28s ease, transform .28s ease, box-shadow .28s ease;
}

.sales-hero-card.is-expanded {
  overflow: visible;
}

.sales-hero-card.is-expanded .sales-inquiry-form {
  padding-top: 59px;
}

@keyframes sales-card-alive {
  0%, 100% {
    translate: 0 0;
    border-color: rgba(0, 159, 227, .30);
    box-shadow: 0 22px 52px rgba(5, 34, 43, .18), 0 0 0 1px rgba(0, 159, 227, .07), 0 0 24px rgba(0, 159, 227, .10);
  }
  50% {
    translate: 0 -2px;
    border-color: rgba(0, 159, 227, .52);
    box-shadow: 0 25px 58px rgba(5, 34, 43, .20), 0 0 0 1px rgba(0, 159, 227, .12), 0 0 34px rgba(0, 159, 227, .18);
  }
}

@media (min-width: 1024px) {
  .hero-copy {
    position: relative;
    isolation: isolate;
    transform: translateY(-18px);
  }

  .hero-copy::before {
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 300px;
    content: "";
    background: radial-gradient(ellipse, rgba(0, 159, 227, .07), transparent 70%);
    filter: blur(22px);
    pointer-events: none;
    inset: -70px auto auto -110px;
  }

  .sales-hero-card {
    transform: translateY(65px);
  }

  .sales-hero-card.is-expanded {
    width: min(100vw - 80px, 620px);
    transform: translate(20px, -82px);
    box-shadow: 0 30px 76px rgba(5, 34, 43, .3), 0 0 42px rgba(0, 159, 227, .18);
  }
}

@media (min-width: 921px) and (max-width: 1023px) {
  .sales-hero-card {
    transform: translateY(65px);
  }

  .sales-hero-card.is-expanded {
    width: min(100vw - 80px, 620px);
    transform: translate(20px, -82px);
    box-shadow: 0 30px 76px rgba(5, 34, 43, .3), 0 0 42px rgba(0, 159, 227, .18);
  }
}

.sales-inquiry-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px 32px 28px;
}

.sales-inquiry-heading h2 {
  margin: 0;
  color: var(--sale-ink);
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.15;
}

.sales-inquiry-heading p {
  margin: 7px 0 0;
  color: var(--sale-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sales-form-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.sales-quantity-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 8px;
}

.sales-quantity-control select {
  min-width: 0;
}

.sales-quick-actions {
  display: grid;
}

.sales-quick-actions .sales-form-whatsapp {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 58px;
  padding: 11px 14px;
  color: #075d2a;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  background: linear-gradient(135deg, #eafff1, #c9f8d9);
  border: 2px solid #25b95d;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(37, 185, 93, .2);
}

.sales-quick-actions .sales-form-whatsapp svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.sales-quick-actions .sales-form-whatsapp:hover,
.sales-quick-actions .sales-form-whatsapp:focus-visible {
  color: #064a23;
  background: linear-gradient(135deg, #f2fff7, #d7fce4);
  box-shadow: 0 12px 28px rgba(37, 185, 93, .3);
  transform: translateY(-1px);
}

.sales-quick-actions .button {
  width: 100%;
  min-height: 58px;
  padding-block: 11px;
  background: #073b6f;
  border-color: #073b6f;
  box-shadow: 0 10px 24px rgba(7, 59, 111, .26);
}

.sales-quick-actions .button:hover,
.sales-quick-actions .button:focus-visible {
  color: #fff;
  background: #0b4f8a;
  border-color: #0b4f8a;
  box-shadow: 0 13px 30px rgba(7, 59, 111, .34);
}

.sales-hero-card.is-expanded .sales-disclosure-action {
  display: none;
}

.sales-hero-card.is-expanded .sales-quick-actions .sales-form-whatsapp {
  display: inline-flex;
}

.sales-inquiry-disclosure[hidden] {
  display: none;
}

#sales-collapse-form {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: -66px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  background: #0b4f8a;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(5, 34, 43, .18);
}

.sales-hero-card.is-expanded #sales-collapse-form {
  display: inline-flex;
}

#sales-collapse-form:hover,
#sales-collapse-form:focus-visible {
  color: #073b6f;
  background: #fff;
  border-color: #0b4f8a;
  transform: translateY(-1px);
}

.sales-inquiry-panel {
  display: grid;
  gap: 14px;
  padding-top: 18px;
}

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

.sales-inquiry-form label,
.sales-form-result > label {
  display: grid;
  gap: 6px;
  color: var(--sale-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.sales-field-label {
  display: inline-flex;
  gap: .3em;
  align-items: baseline;
}

.sales-field-label small {
  color: var(--sale-muted);
  font-size: 11px;
  font-weight: 400;
}

.sales-inquiry-form input,
.sales-inquiry-form select,
.sales-inquiry-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #b9c8cb;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--sale-ink);
  background: #fff;
  font: inherit;
  font-weight: 400;
  line-height: 1.45;
  resize: vertical;
}

.sales-inquiry-form input:focus,
.sales-inquiry-form select:focus,
.sales-inquiry-form textarea:focus {
  border-color: var(--sale-blue);
  outline: 3px solid rgba(11, 79, 138, .18);
  outline-offset: 1px;
}

.sales-inquiry-form input:user-invalid,
.sales-inquiry-form select:user-invalid,
.sales-inquiry-form textarea:user-invalid {
  border-color: #a33a3a;
}

.sales-inquiry-form select {
  min-height: 48px;
  appearance: auto;
}

.sales-request-type-status {
  margin: -2px 0 0;
  padding: 8px 11px;
  color: var(--sale-ink);
  background: #eef5f8;
  border-left: 3px solid var(--sale-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.sales-selection-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--sale-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.sales-selection-status:empty {
  display: none;
}

.sales-form-submit {
  width: 100%;
  margin-top: 2px;
}

.sales-form-note,
.sales-form-result p {
  margin: 0;
  color: var(--sale-muted);
  font-size: 12px;
  line-height: 1.5;
}

.sales-form-note a {
  color: var(--sale-blue);
  font-weight: 700;
}

.sales-form-result {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #d7e1e3;
}

.sales-form-result[hidden] {
  display: none;
}

.sales-form-result-actions {
  display: grid;
  gap: 8px;
}

.sales-form-result-actions .button {
  width: 100%;
}

.sales-hero-card ul,
.sales-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-hero-card li,
.sales-checklist li {
  position: relative;
  padding: 12px 0 12px 28px;
  color: var(--sale-muted);
  border-top: 1px solid #e1e8e9;
  line-height: 1.55;
}

.sales-hero-card li::before,
.sales-checklist li::before {
  content: "+";
  position: absolute;
  left: 3px;
  color: var(--sale-blue);
  font-weight: 900;
}

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

.sales-detail-card {
  min-width: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #d7e1e3;
  border-radius: 20px;
}

.sales-detail-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.25;
}

.sales-detail-card p {
  margin: 0;
  color: var(--sale-muted);
  line-height: 1.7;
}

.sales-sourcing-card {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(48px, 5vw, 56px);
  padding: clamp(42px, 4vw, 48px);
  background: #fff;
  border: 1px solid #d8e3e5;
  border-top: 3px solid var(--primary);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .06);
}

.sales-sourcing-card .section-heading,
.sales-sourcing-card h2,
.sales-sourcing-card p {
  margin-bottom: 0;
}

.sales-sourcing-card .eyebrow {
  margin-bottom: 11px;
  color: #0b4f8a;
  letter-spacing: .08em;
  font-weight: 800;
}

.sales-sourcing-card h2 {
  max-width: 20ch;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.14;
  color: #102f38;
  text-wrap: balance;
}

.sales-sourcing-card h2 span {
  display: block;
  white-space: nowrap;
}

.sales-sourcing-card h2 span:nth-child(2) {
  margin-left: .7em;
}

.sales-sourcing-card h2 span:nth-child(3) {
  margin-left: 1.4em;
}

.sales-sourcing-not {
  color: #009fe3;
  font-weight: inherit;
}

.sales-sourcing-card > p {
  max-width: 58ch;
  padding-left: clamp(28px, 3vw, 40px);
  border-left: 1px solid #dbe5e7;
  color: var(--sale-muted);
  font-size: 17px;
  line-height: 1.68;
  text-wrap: pretty;
}

@media (max-width: 900px) {
  .sales-sourcing-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sales-sourcing-card h2 {
    max-width: 22ch;
  }

  .sales-sourcing-card > p {
    max-width: 62ch;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #dbe5e7;
    border-left: 0;
  }
}

.sales-disclaimer {
  margin: 28px 0 0;
  padding: 18px 20px;
  color: var(--sale-muted);
  background: #f6f9fa;
  border-left: 4px solid var(--sale-blue);
  line-height: 1.65;
}

.sales-customer-login {
  align-self: end;
  justify-self: end;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: var(--sale-blue);
  border: 1px solid var(--sale-blue);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.sales-catalog-access {
  display: grid;
  justify-items: end;
  justify-self: end;
  gap: 10px;
  max-width: 390px;
  text-align: right;
}

#sales-catalog-title {
  color: #073b6f;
}

.sales-catalog-login-note {
  width: 100%;
  margin: 12px 0 0;
  color: var(--sale-muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.sales-customer-login:hover,
.sales-customer-login:focus-visible {
  color: #fff;
  background: var(--sale-ink);
  border-color: var(--sale-ink);
}

.sales-customer-login:focus-visible {
  outline: 3px solid rgba(11, 79, 138, .28);
  outline-offset: 3px;
}

.sales-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(260px, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  margin: 10px 0 18px;
  padding: 18px;
  background: #f2f6f7;
  border: 1px solid #d7e1e3;
}

.sales-catalog-toolbar label {
  color: var(--sale-ink);
  font-size: 13px;
  font-weight: 800;
}

.sales-catalog-toolbar input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 13px;
  color: var(--sale-ink);
  background: #fff;
  border: 1px solid #aebfc3;
  border-radius: 6px;
  font: inherit;
}

.sales-catalog-toolbar input:focus {
  border-color: var(--sale-blue);
  outline: 3px solid rgba(11, 79, 138, .18);
  outline-offset: 1px;
}

.sales-catalog-toolbar p {
  min-width: 112px;
  margin: 0;
  color: var(--sale-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.sales-catalog-frame {
  width: 100%;
  border: 1px solid #cbd8da;
  overflow: hidden;
}

.sales-catalog-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--sale-ink);
  background: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.sales-catalog-table th,
.sales-catalog-table td {
  min-width: 0;
  padding: 14px 12px;
  border-bottom: 1px solid #dce5e6;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.sales-catalog-table thead th {
  color: #fff;
  background: #073b6f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: left;
}

.sales-catalog-table tbody th {
  color: var(--sale-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.sales-catalog-table tbody tr:nth-child(even) {
  background: #f7f9fa;
}

.sales-catalog-table tbody tr:last-child th,
.sales-catalog-table tbody tr:last-child td {
  border-bottom: 0;
}

.sales-catalog-table th:nth-child(1) { width: 24%; }
.sales-catalog-table th:nth-child(2) { width: 10%; }
.sales-catalog-table th:nth-child(3) { width: 19%; }
.sales-catalog-table th:nth-child(4) { width: 22%; }
.sales-catalog-table th:nth-child(5) { width: 9%; }
.sales-catalog-table th:nth-child(6) { width: 16%; }

.sales-catalog-table td > span,
.sales-catalog-table td > small {
  display: block;
}

.sales-catalog-table td > span {
  color: var(--sale-blue);
  font-weight: 800;
}

.sales-catalog-table td > small {
  margin-top: 5px;
  color: var(--sale-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.sales-material-name,
.sales-material-formula,
.sales-material-cas {
  display: block;
}

.sales-material-formula {
  margin-top: 5px;
  color: var(--sale-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.sales-material-cas {
  margin-top: 2px;
  color: var(--sale-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}

.sales-locked-mask {
  position: relative;
  display: block;
  width: 100%;
  min-height: 26px;
  overflow: hidden;
  background-color: #eef3f4;
  background-image: repeating-linear-gradient(135deg, rgba(11, 79, 138, .04) 0, rgba(11, 79, 138, .04) 7px, transparent 7px, transparent 14px);
  border: 1px solid #b8c9cd;
  border-radius: 4px;
  box-shadow: inset 3px 0 0 var(--sale-blue);
}

.sales-locked-mask::before,
.sales-locked-mask::after {
  content: "";
  position: absolute;
  top: 7px;
  height: 10px;
  background: #bdcacc;
  border-radius: 999px;
  filter: blur(3px);
  opacity: .78;
}

.sales-locked-mask::before {
  left: 15px;
  width: 38%;
}

.sales-locked-mask::after {
  right: 15px;
  width: 27%;
}

.sales-price-access {
  display: inline-grid;
  place-items: center;
  width: auto;
  min-height: 30px;
  margin: 0;
  padding: 5px 10px;
  color: #294851;
  background: #fff;
  border: 1px solid #b8c9cd;
  border-radius: 4px;
  box-shadow: inset 3px 0 0 var(--sale-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.sales-catalog-table td:nth-child(5),
.sales-catalog-table td:nth-child(6) {
  vertical-align: middle;
}

.sales-price-locked {
  display: flex !important;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  color: inherit !important;
  font-weight: inherit !important;
  white-space: nowrap;
}

.sales-price-locked .sales-locked-mask {
  flex: 1 1 44px;
  width: auto;
  min-width: 36px;
}

.sales-price-access:hover,
.sales-price-access:focus-visible {
  color: #fff;
  background: var(--sale-ink);
  border-color: var(--sale-ink);
  box-shadow: inset 3px 0 0 #18bcd3;
}

.sales-price-access:focus-visible {
  outline: 3px solid rgba(11, 79, 138, .28);
  outline-offset: 2px;
}

.sales-catalog-empty {
  margin: 0;
  padding: 28px 20px;
  color: var(--sale-muted);
  text-align: center;
}

.sales-catalog-empty[hidden],
.sales-catalog-table tr[hidden] {
  display: none !important;
}

.sales-catalog-gate {
  margin: 18px 0 0;
  padding: 16px 18px;
  color: var(--sale-muted);
  background: #f7fafb;
  border-left: 4px solid var(--sale-blue);
  font-size: 12px;
  line-height: 1.6;
}

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

.sales-login-dialog {
  width: min(520px, calc(100% - 32px));
  max-width: 520px;
  padding: 0;
  color: var(--sale-ink);
  background: transparent;
  border: 0;
  overflow: visible;
}

.sales-login-dialog::backdrop {
  background: rgba(5, 24, 30, .68);
  backdrop-filter: blur(3px);
}

.sales-login-dialog-card {
  position: relative;
  padding: 36px;
  background: #fff;
  border: 1px solid #c7d5d8;
  box-shadow: 0 26px 72px rgba(4, 28, 35, .28);
}

.sales-login-dialog h2 {
  margin: 0;
  color: var(--sale-ink);
  font-size: clamp(26px, 5vw, 36px);
  line-height: 1.12;
}

.sales-login-dialog p {
  margin: 16px 0 0;
  color: var(--sale-muted);
  line-height: 1.65;
}

.sales-login-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--sale-ink);
  background: #f1f5f6;
  border: 1px solid #c7d5d8;
  border-radius: 50%;
  cursor: pointer;
  font: 700 24px/1 Arial, Helvetica, sans-serif;
}

.sales-login-choices {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.sales-login-choices .button {
  width: 100%;
  min-height: 52px;
  text-align: center;
}

.sales-certificate-upload {
  display: grid;
  gap: 7px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #d8e2e4;
}

.sales-certificate-upload button {
  min-height: 42px;
  padding: 8px 14px;
  color: #5c6e73;
  background: #eef2f3;
  border: 1px solid #c7d1d3;
  border-radius: 4px;
  font: 800 12px/1.25 Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: not-allowed;
  opacity: .78;
}

.sales-certificate-upload span {
  color: var(--sale-muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.sales-login-close:hover,
.sales-login-close:focus-visible {
  color: #fff;
  background: var(--sale-ink);
}

.sales-login-close:focus-visible,
.sales-login-choices a:focus-visible,
.sales-login-choices button:focus-visible {
  outline: 3px solid rgba(11, 79, 138, .32);
  outline-offset: 3px;
}

body[data-page="neodym-verkauf"] .section.process {
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 159, 227, .18), transparent 32%),
    radial-gradient(circle at 18% 100%, rgba(59, 130, 246, .12), transparent 36%),
    #111827;
  font-family: Arial, Helvetica, sans-serif;
}

body[data-page="neodym-verkauf"] .section.process::before {
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 159, 227, .18), transparent 32%),
    radial-gradient(circle at 18% 100%, rgba(59, 130, 246, .12), transparent 36%),
    #111827;
}

body[data-page="neodym-verkauf"] .process .shell {
  width: min(1180px, calc(100% - 48px));
}

body[data-page="neodym-verkauf"] .process-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

body[data-page="neodym-verkauf"] .process-grid .eyebrow,
body[data-page="neodym-verkauf"] .process-video-copy .eyebrow {
  margin: 0 0 18px;
  color: var(--sale-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

body[data-page="neodym-verkauf"] .process-grid .eyebrow {
  color: #8dd8ff;
}

body[data-page="neodym-verkauf"] .process-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 62px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}

body[data-page="neodym-verkauf"] .process-grid > div > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.7;
}

body[data-page="neodym-verkauf"] .process-grid ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}

body[data-page="neodym-verkauf"] .process-grid .button {
  margin-top: 30px;
  min-height: 52px;
  width: auto;
  padding: 0 24px;
  color: #fff;
  background: #0b4f8a;
  border: 1px solid #0b4f8a;
  border-radius: 0;
  box-shadow: none;
  gap: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

body[data-page="neodym-verkauf"] .process-grid li {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

body[data-page="neodym-verkauf"] .process-grid li > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #8dd8ff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  font-size: 16px;
  font-weight: 900;
}

body[data-page="neodym-verkauf"] .process-grid li > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

body[data-page="neodym-verkauf"] .process-grid b {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

body[data-page="neodym-verkauf"] .process-grid small {
  color: rgba(255, 255, 255, .68);
  font-size: 12.8px;
  line-height: 19.2px;
}

body[data-page="neodym-verkauf"] .process-video-card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  align-items: center;
  margin-top: 64px;
  padding: 34px;
  color: var(--sale-ink);
  background: #fff;
  border: 1px solid #c8d6d8;
  border-radius: 0;
  box-shadow: 0 18px 44px rgba(8, 43, 53, .08);
}

body[data-page="neodym-verkauf"] .sales-company-video-section .process-video-card {
  margin-top: 0;
}

body[data-page="neodym-verkauf"] .process-video-copy h3 {
  margin: 0;
  color: var(--sale-ink);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}

body[data-page="neodym-verkauf"] .process-video-copy p:not(.eyebrow) {
  margin: 17px 0 0;
  color: var(--sale-muted);
  font-size: 14px;
  line-height: 1.7;
}

body[data-page="neodym-verkauf"] .process-video-player,
body[data-page="neodym-verkauf"] .process-video-poster,
body[data-page="neodym-verkauf"] .process-video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

body[data-page="neodym-verkauf"] .process-video-player {
  min-width: 0;
}

.sales-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.sales-contact-card {
  padding: clamp(24px, 4vw, 42px);
  background: #f7fafb;
  border: 1px solid #d7e1e3;
  border-radius: 22px;
}

.sales-contact-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
}

.sales-contact-card .button + .button {
  margin-top: 10px;
}

.sales-contact-card .button {
  width: 100%;
}

@media (max-width: 900px) {
  body[data-page="neodym-verkauf"] .process-grid,
  body[data-page="neodym-verkauf"] .process-video-card,
  .sales-contact-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="neodym-verkauf"] .process-grid {
    gap: 44px;
  }

  body[data-page="neodym-verkauf"] .process-video-card {
    gap: 26px;
    margin-top: 48px;
    padding: 26px;
  }
}

@media (max-width: 760px) {
  .sales-detail-grid {
    grid-template-columns: 1fr;
  }

  .sales-sourcing-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
    border-radius: 16px;
  }

  .sales-sourcing-card h2 {
    max-width: none;
    font-size: clamp(25px, 6.7vw, 28px);
  }

  .sales-sourcing-card h2 span:nth-child(2) {
    margin-left: .35em;
  }

  .sales-sourcing-card h2 span:nth-child(3) {
    margin-left: .7em;
  }

  .sales-sourcing-card > p {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.65;
  }

  .sales-catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .sales-catalog-toolbar p {
    min-width: 0;
    text-align: left;
  }

  .sales-catalog-frame {
    border: 0;
    overflow: visible;
  }

  .sales-catalog-table,
  .sales-catalog-table tbody {
    display: block;
  }

  .sales-catalog-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .sales-catalog-table tbody {
    display: grid;
    gap: 14px;
  }

  .sales-catalog-table tbody tr {
    display: block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #cbd8da;
  }

  .sales-catalog-table tbody tr:nth-child(even) {
    background: #f7f9fa;
  }

  .sales-catalog-table th,
  .sales-catalog-table td {
    display: grid;
    grid-template-columns: minmax(108px, .42fr) minmax(0, 1fr);
    gap: 12px;
    width: 100% !important;
    padding: 10px 0;
    border-bottom: 1px solid #dce5e6;
  }

  .sales-catalog-table th::before,
  .sales-catalog-table td::before {
    content: attr(data-label);
    color: var(--sale-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .sales-catalog-table tbody tr > :last-child {
    border-bottom: 0;
  }

  .sales-price-access {
    justify-self: auto;
  }

  .sales-customer-login {
    justify-self: start;
  }

  .sales-catalog-access {
    justify-items: start;
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .sales-price-access,
  .sales-customer-login,
  .sales-login-close,
  .sales-certificate-upload button {
    min-height: 44px;
  }

  .sales-login-dialog-card {
    padding: 58px 22px 24px;
  }

  .sales-inquiry-form {
    padding: 20px;
  }

  .sales-form-compact,
  .sales-quick-actions,
  .sales-form-row {
    grid-template-columns: 1fr;
  }

  .sales-inquiry-disclosure summary {
    padding-top: 14px;
  }

  .sales-catalog-toolbar {
    padding: 14px;
  }

  .sales-catalog-table th,
  .sales-catalog-table td {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body[data-page="neodym-verkauf"] .section.process {
    padding: 78px 0;
  }

  body[data-page="neodym-verkauf"] .process .shell {
    width: min(100% - 32px, 1180px);
  }

  body[data-page="neodym-verkauf"] .process-video-card {
    padding: 18px;
  }

  body[data-page="neodym-verkauf"] .process-video-copy h3 {
    font-size: 25px;
  }

  body[data-page="neodym-verkauf"] .process-video-play {
    width: 54px;
    height: 54px;
  }
}
.sales-process-heading {
  font-size: clamp(32px, 3.8vw, 48px);
}
