/* Shared conversion components for service and specialist landingpages. */
.landing-breadcrumb {
  margin: 0 0 18px;
  color: #526a7a;
  font-size: 0.9rem;
  line-height: 1.6;
}

.landing-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-breadcrumb li + li::before {
  content: "/";
  margin-right: 12px;
  color: #647b8b;
}

.landing-breadcrumb a {
  color: #a7420e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.conversion-page .premium-title {
  max-width: 20ch;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  line-height: 1.12;
  text-wrap: balance;
}

.landing-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 22px 28px;
  border: 1px solid rgba(15, 36, 52, 0.09);
  border-radius: 24px;
  background: #fff;
  color: #25475c;
}

.landing-trust span::before {
  content: "✓";
  margin-right: 9px;
  color: #ca5615;
  font-weight: 800;
}

.landing-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-offer {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(15, 36, 52, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 36, 52, 0.05);
}

.landing-offer h3 {
  margin: 8px 0 12px;
  color: #102c3e;
  font-size: 1.45rem;
  line-height: 1.3;
}

.landing-offer p,
.landing-offer li {
  color: #476171;
  line-height: 1.65;
}

.landing-offer ul {
  padding-left: 20px;
  margin: 8px 0 24px;
}

.landing-offer .btn {
  margin-top: auto;
  align-self: flex-start;
  white-space: normal;
}

.landing-answer {
  max-width: 85ch;
  color: #476171;
  font-size: 1.05rem;
  line-height: 1.8;
}

.landing-enquiry-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.landing-enquiry-copy h2 {
  margin-top: 8px;
  color: #102c3e;
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  line-height: 1.15;
  text-wrap: balance;
}

.conversion-page #anfrage {
  scroll-margin-top: 140px;
}

.landing-enquiry-copy p,
.landing-enquiry-copy li {
  color: #476171;
  line-height: 1.7;
}

.landing-enquiry-copy ol {
  padding-left: 22px;
}

.landing-enquiry-copy li {
  margin-bottom: 12px;
}

.lead-form {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(15, 36, 52, 0.1);
  border-radius: 26px;
  background: #fff;
  color: #18394d;
  box-shadow: 0 20px 50px rgba(15, 36, 52, 0.06);
}

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

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

.lead-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.lead-field-wide {
  grid-column: 1 / -1;
}

.lead-field label {
  color: #18394d;
  font-size: 0.94rem;
  font-weight: 650;
}

.lead-field input,
.lead-field select,
.lead-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #a8bac5;
  border-radius: 12px;
  background: #f9fbfc;
  color: #18394d;
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.lead-field textarea {
  resize: vertical;
}

.lead-field input::placeholder,
.lead-field textarea::placeholder {
  color: #617584;
}

.lead-field :is(input, select, textarea):focus-visible {
  outline: 3px solid rgba(224, 92, 22, 0.35);
  outline-offset: 2px;
  border-color: #c95212;
}

.lead-field [aria-invalid="true"] {
  border-color: #b32b25;
}

.lead-field-error {
  color: #a3221d;
  font-size: 0.88rem;
  line-height: 1.5;
}

.lead-field-error:empty {
  display: none;
}

.lead-form-note,
.lead-privacy label,
.lead-fallback-link {
  color: #526a7a;
  font-size: 0.9rem;
  line-height: 1.65;
}

.lead-form-note:first-child,
.lead-form > .lead-form-note:first-of-type {
  margin: 0 0 20px;
}

.lead-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 8px;
}

.lead-privacy input {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 4px 0 0;
  accent-color: #c95212;
}

.lead-privacy a,
.lead-fallback-link,
.enquiry-back a,
.landing-enquiry-copy a:not(.btn) {
  color: #a7420e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.lead-form button:disabled {
  opacity: 0.65;
  cursor: progress;
}

.conversion-page .lead-form .btn-primary,
.conversion-page .landing-offer .btn-primary {
  background: linear-gradient(135deg, #b94713, #a83d0e);
  color: #fff;
}

.lead-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-result {
  margin-bottom: 18px;
  padding: 20px 24px;
  border: 1px solid #8db69e;
  border-radius: 18px;
  background: #eef8f2;
  color: #214d32;
  overflow-wrap: anywhere;
}

.lead-result p {
  margin: 0;
  line-height: 1.7;
}

.lead-result p + p {
  margin-top: 8px;
}

.lead-result.is-error {
  border-color: #da9c94;
  background: #fff4f2;
  color: #8d2922;
}

.enquiry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0;
}

.enquiry-header a {
  color: #102c3e;
}

.enquiry-page .premium-shell {
  max-width: 960px;
}

.enquiry-page h1 {
  color: #102c3e;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  text-wrap: balance;
}

.enquiry-back {
  margin-top: 24px;
  color: #526a7a;
  line-height: 1.9;
}

@media (max-width: 1000px) {
  .landing-enquiry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .landing-offers {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .lead-form-grid {
    grid-template-columns: 1fr;
  }
  .lead-form-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .landing-trust {
    flex-direction: column;
    padding: 20px;
  }
  .enquiry-header .premium-brand span {
    max-width: 160px;
  }
}
