/* =========================================================
   LEADSLANE CONTACT PAGE
   Page-specific styles. Shared header/footer use style.css.
   ========================================================= */

.ls-contact-main {
  overflow: hidden;
  background: #ffffff;
}

.ls-contact-hero {
  padding: 62px 0 76px;
  background:
    radial-gradient(circle at 88% 10%, rgba(221, 39, 41, 0.28), transparent 28%),
    linear-gradient(135deg, #172044 0%, #263b68 100%);
  color: #ffffff;
}

.ls-contact-breadcrumbs {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.ls-contact-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.ls-contact-breadcrumbs a:hover {
  color: #ffffff;
}

.ls-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: end;
  gap: 54px;
}

.ls-contact-hero .ls-eyebrow {
  color: #ffb6b7;
}

.ls-contact-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 6.5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.ls-contact-hero__copy > p {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 17px;
  line-height: 1.66;
}

.ls-contact-hero__summary {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ls-contact-hero__summary > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ls-contact-hero__summary ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.ls-contact-hero__summary li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.ls-contact-hero__summary li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffb6b7;
}

/* Contact details */

.ls-contact-details {
  position: relative;
  z-index: 2;
  margin-top: -32px;
}

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

.ls-contact-detail-card {
  min-height: 155px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  border: 1px solid rgba(36, 47, 95, 0.1);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(23, 32, 68, 0.1);
}

.ls-contact-detail-card__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f8eeee;
  color: #dd2729;
  font-size: 20px;
}

.ls-contact-detail-card > div {
  min-width: 0;
}

.ls-contact-detail-card > div > span {
  display: block;
  margin-bottom: 6px;
  color: #7b8493;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ls-contact-detail-card strong,
.ls-contact-detail-card a {
  display: block;
  color: #172044;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.4;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ls-contact-detail-card a:hover {
  color: #dd2729;
}

.ls-contact-detail-card p {
  margin: 8px 0 0;
  color: #697282;
  font-size: 11px;
  line-height: 1.5;
}

/* Main contact layout */

.ls-contact-section {
  padding: 78px 0 92px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);
}

.ls-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 26px 75px rgba(23, 32, 68, 0.12);
}

.ls-contact-aside {
  padding: 48px 38px;
  background:
    radial-gradient(circle at 10% 92%, rgba(221, 39, 41, 0.24), transparent 34%),
    #172044;
  color: #ffffff;
}

.ls-contact-aside h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ls-contact-aside > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.62;
}

.ls-contact-checklist {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.ls-contact-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.ls-contact-checklist li > span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffb6b7;
  font-size: 10px;
  font-weight: 800;
}

.ls-contact-checklist strong {
  color: #ffffff;
  font-size: 13px;
}

.ls-contact-checklist p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 11px;
  line-height: 1.5;
}

.ls-contact-aside__notice {
  margin-top: 30px;
  padding: 16px 17px;
  border-left: 3px solid #ffb6b7;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
}

.ls-contact-aside__notice strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
}

.ls-contact-aside__notice p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  line-height: 1.5;
}

.ls-contact-form-card {
  padding: 46px 48px;
  background: #eef3f7;
}

.ls-contact-form-card__heading {
  margin-bottom: 25px;
}

.ls-contact-form-card__heading h2 {
  margin: 0;
  color: #172044;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ls-contact-form-card__heading p {
  margin: 8px 0 0;
  color: #717a8a;
  font-size: 12px;
}

.ls-contact-form .ls-form-grid {
  gap: 15px;
}

.ls-contact-form .ls-field {
  gap: 6px;
}

.ls-contact-form .ls-field label {
  font-size: 12px;
}

.ls-contact-form .ls-field input,
.ls-contact-form .ls-field select {
  min-height: 47px;
  border-radius: 9px;
  font-size: 13px;
}

.ls-contact-form .ls-field textarea {
  min-height: 125px;
  border-radius: 9px;
  font-size: 13px;
}

.ls-contact-form .ls-enquiry__consents {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}

.ls-contact-form .ls-checkbox,
.ls-contact-form .ls-checkbox--optional {
  margin-top: 0;
  font-size: 11px;
}

.ls-contact-form .ls-button--submit {
  min-height: 48px;
  margin-top: 18px;
  font-size: 13px;
}

.ls-contact-form__note {
  margin: 10px 0 0;
  color: #747d8c;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

/* Business operator block */

.ls-contact-business {
  padding: 0 0 88px;
  background: #f3f6f9;
}

.ls-contact-business__panel {
  padding: 42px 46px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(221, 39, 41, 0.18), transparent 28%),
    #263b68;
  color: #ffffff;
}

.ls-contact-business__panel h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.ls-contact-business__details {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.ls-contact-business__details > div {
  min-width: 0;
  padding: 18px;
}

.ls-contact-business__details > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.ls-contact-business__details span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ls-contact-business__details strong,
.ls-contact-business__details a {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ls-contact-business__details a:hover {
  color: #ffb6b7;
}

.ls-contact-business__note {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.5;
}

/* Active footer legal link */

.ls-footer-links a[aria-current="page"] {
  color: #ffffff;
  font-weight: 750;
}

/* Responsive */

@media (max-width: 980px) {
  .ls-contact-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ls-contact-hero__summary {
    max-width: 620px;
  }

  .ls-contact-details__grid {
    grid-template-columns: 1fr;
  }

  .ls-contact-detail-card {
    min-height: auto;
  }

  .ls-contact-layout {
    grid-template-columns: 1fr;
  }

  .ls-contact-business__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ls-contact-business__details > div:nth-child(3) {
    border-left: 0;
  }

  .ls-contact-business__details > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }
}

@media (max-width: 720px) {
  .ls-contact-hero {
    padding: 42px 0 58px;
  }

  .ls-contact-breadcrumbs {
    margin-bottom: 30px;
  }

  .ls-contact-hero h1 {
    font-size: 48px;
  }

  .ls-contact-hero__copy > p {
    font-size: 14px;
  }

  .ls-contact-details {
    margin-top: -20px;
  }

  .ls-contact-section {
    padding: 56px 0 64px;
  }

  .ls-contact-aside,
  .ls-contact-form-card {
    padding: 34px 23px;
  }

  .ls-contact-form .ls-form-grid {
    grid-template-columns: 1fr;
  }

  .ls-contact-form .ls-field--full {
    grid-column: auto;
  }

  .ls-contact-business {
    padding-bottom: 64px;
  }

  .ls-contact-business__panel {
    padding: 34px 23px;
  }

  .ls-contact-business__details {
    grid-template-columns: 1fr;
  }

  .ls-contact-business__details > div + div,
  .ls-contact-business__details > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }
}

@media (max-width: 460px) {
  .ls-contact-hero h1 {
    font-size: 42px;
  }

  .ls-contact-detail-card {
    padding: 20px;
  }

  .ls-contact-form-card__heading h2 {
    font-size: 30px;
  }
}
