/* ==========================================================================
   List Your Space page — "List Your Space Page Redesign" mockup.

   Scope: the provider signup page only. Everything is prefixed `lys-`, and the
   sign-up form keeps its existing markup — only the field chrome is restyled
   here, so its validation and submission are untouched.
   ========================================================================== */

/* `.lys-faqs` carries the same tokens so the FAQ block can be reused outside
   the provider page (the home page uses it) without a `.lys` ancestor. */
.lys,
.lys-faqs {
  --lys-navy: #03356b;
  --lys-orange: #ff8a00;
  --lys-ink: #1a2b3b;
  --lys-muted: #54606f;
  --lys-line: #e1eaf3;
  --lys-line-soft: #edf1f5;
  --lys-hair: #e6ecf2;
  --lys-tint: #edf1f5;
  --lys-green: #1f7a45;
  --lys-green-bg: #e8f5ee;
  --lys-amber: #8a5a1e;
  --lys-amber-bg: #fff7ed;
  color: var(--lys-ink);
}

.lys {
  background: #fff;
}

/* The mockup's 1320 content shell, shared by every section. */
.lys-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}

.lys-section {
  padding: 68px 0;
}

.lys-section--tint {
  background: var(--lys-tint);
}

.lys-section--flush {
  padding: 64px 0 0;
}

.lys-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.lys-head__title {
  font-size: 34px;
  font-weight: 700;
  color: var(--lys-navy);
  line-height: 1.18;
  margin: 0 0 8px;
}

.lys-head__lede {
  font-size: 15px;
  color: var(--lys-muted);
  margin: 0;
  max-width: 600px;
}

.lys-head__aside {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--lys-line);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--lys-navy);
  padding: 9px 18px;
  border-radius: 50px;
  white-space: nowrap;
}

.lys-head__aside-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lys-orange);
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.lys-hero {
  position: relative;
  overflow: hidden;
  background: var(--lys-navy);
}

.lys-hero__photo {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.25;
}

.lys-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lys-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    #03356b 40%,
    rgba(3, 53, 107, 0.9) 70%,
    rgba(3, 53, 107, 0.82) 100%
  );
}

.lys-hero__glow {
  position: absolute;
  top: -200px;
  right: 8%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 138, 0, 0.18) 0%,
    rgba(255, 138, 0, 0) 62%
  );
  pointer-events: none;
}

.lys-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 420px;
  gap: 56px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

.lys-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.lys-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lys-orange);
}

.lys-hero__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 18px;
  text-wrap: pretty;
}

.lys-hero__accent {
  color: var(--lys-orange);
}

.lys-hero__lede {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16.5px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 520px;
}

.lys-hero__points {
  display: grid;
  gap: 11px;
  max-width: 500px;
}

.lys-hero__point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14.5px;
  line-height: 1.5;
}

.lys-hero__check {
  flex: 0 0 19px;
  height: 19px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--lys-orange);
  color: var(--lys-navy);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   Sign-up card
   -------------------------------------------------------------------------- */

.lys-form {
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.lys-form__title {
  font-size: 21px;
  font-weight: 700;
  color: var(--lys-navy);
  margin: 0 0 3px;
}

.lys-form__sub {
  font-size: 12.5px;
  color: var(--lys-muted);
  margin: 0 0 18px;
}

.lys-form__legend {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--lys-muted);
  margin-bottom: 9px;
}

.lys-form__chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.lys-chip {
  border: 1px solid var(--lys-line);
  background: #fff;
  color: var(--lys-muted);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lys-chip--on {
  border-color: var(--lys-navy);
  background: var(--lys-navy);
  color: #fff;
}

.lys-form__fields {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.lys-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Field spacing comes from the grid, so the wrapper carries no margin. */
.lys-form__field {
  min-width: 0;
}

/* The form controls are the shared FormInput, restyled to the mockup here so
   the component and its validation stay as they are. */
.lys-form .form-control {
  border: 1px solid var(--lys-line);
  border-radius: 9px;
  padding: 12px 14px;
  font-size: 13.5px;
  color: var(--lys-ink);
  min-width: 0;
  box-shadow: none;
}

.lys-form .form-control:focus {
  border-color: var(--lys-navy);
  box-shadow: 0 0 0 3px rgba(3, 53, 107, 0.08);
}

.lys-form .form-control::placeholder {
  color: #9aa4af;
}

.lys-form .form-control.is-invalid {
  border-color: #c0392b;
  background-image: none;
}

/* FormInput renders its message as `.text-danger.small`; the mockup has no error
   state of its own, so it keeps the shape of the rest of the card. */
.lys-form .invalid-feedback,
.lys-form .text-danger,
.lys-form__error {
  display: block;
  font-size: 11.5px;
  color: #c0392b !important;
  margin-top: 4px;
}

/* react-phone-input-2 keeps its dial-code picker; only the chrome changes so it
   reads as the mockup's code box plus number field. */
.lys-form__phone .react-tel-input {
  font-family: inherit;
}

.lys-form__phone .react-tel-input .form-control {
  width: 100%;
  height: auto;
  padding: 12px 14px 12px 62px;
  border-radius: 9px !important;
}

.lys-form__phone .react-tel-input .flag-dropdown {
  border: 1px solid var(--lys-line);
  border-right: none;
  border-radius: 9px 0 0 9px;
  background: #f8fafc;
  width: 52px;
}

.lys-form__phone .react-tel-input .selected-flag {
  width: 52px;
  padding-left: 14px;
  border-radius: 9px 0 0 9px;
}

.lys-form__phone .react-tel-input .selected-flag:hover,
.lys-form__phone .react-tel-input .selected-flag:focus,
.lys-form__phone .react-tel-input .flag-dropdown.open .selected-flag {
  background: #f8fafc;
}

.lys-form__phone .mb-3 {
  margin-bottom: 0 !important;
}

/* `.btn-primary-cust.btn-sm` from the shared button styles is a two-class
   selector, so this needs the card class to win. */
.lys-form .lys-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  border: none;
  background: var(--lys-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 9px;
  margin-bottom: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.lys-form .lys-form__submit:hover:not(:disabled),
.lys-form .lys-form__submit:focus-visible:not(:disabled) {
  background: var(--lys-orange);
  color: var(--lys-navy);
}

.lys-form__submit-arrow {
  font-size: 16px;
  line-height: 1;
}

.lys-form__foot {
  font-size: 12px;
  color: var(--lys-muted);
  text-align: center;
  margin: 0;
}

.lys-form__foot a {
  font-weight: 600;
  color: var(--lys-navy);
  text-decoration: none;
}

.lys-form__foot a:hover {
  color: var(--lys-orange);
}

/* --------------------------------------------------------------------------
   Provider benefits
   -------------------------------------------------------------------------- */

.lys-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--lys-hair);
  border-radius: 16px;
  overflow: hidden;
}

.lys-benefit {
  background: #fff;
  padding: 28px 30px;
}

.lys-benefit__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lys-navy);
  margin-bottom: 12px;
}

.lys-rule {
  width: 14px;
  height: 2px;
  background: var(--lys-orange);
}

.lys-benefit__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: var(--lys-navy);
  margin-bottom: 8px;
}

.lys-benefit__body {
  display: block;
  font-size: 14.5px;
  color: var(--lys-muted);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   What you can list
   -------------------------------------------------------------------------- */

.lys-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lys-type {
  background: #fff;
  border: 1px solid var(--lys-line);
  border-radius: 14px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s ease;
}

.lys-type:hover {
  border-color: var(--lys-navy);
}

.lys-type__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lys-type__name {
  font-size: 17px;
  font-weight: 600;
  color: var(--lys-navy);
}

.lys-type__demand {
  font-size: 11px;
  font-weight: 600;
  color: var(--lys-green);
  background: var(--lys-green-bg);
  padding: 4px 11px;
  border-radius: 50px;
  white-space: nowrap;
}

.lys-type__desc {
  font-size: 13.5px;
  color: var(--lys-muted);
  line-height: 1.55;
}

.lys-type__billing {
  font-size: 12px;
  color: var(--lys-muted);
  margin-top: auto;
  padding-top: 6px;
}

/* --------------------------------------------------------------------------
   Journey
   -------------------------------------------------------------------------- */

.lys-journey {
  display: grid;
  gap: 0;
}

.lys-journey__row {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.lys-stage {
  position: relative;
  padding: 0 0 34px;
}

.lys-stage__spine {
  position: absolute;
  left: 21px;
  top: 46px;
  bottom: 0;
  width: 2px;
  background: #c9d6e3;
}

.lys-journey__row:last-child .lys-stage__spine {
  background: transparent;
}

.lys-stage__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.lys-stage__badge {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lys-navy);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 5px var(--lys-tint);
}

.lys-stage__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lys-muted);
}

.lys-stage__body {
  padding-left: 58px;
}

.lys-stage__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--lys-navy);
  line-height: 1.25;
  margin-bottom: 6px;
}

.lys-stage__text {
  display: block;
  font-size: 13.5px;
  color: var(--lys-muted);
  line-height: 1.6;
  margin-bottom: 10px;
}

.lys-stage__time {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--lys-navy);
  background: #fff;
  border: 1px solid var(--lys-line);
  padding: 5px 13px;
  border-radius: 50px;
  white-space: nowrap;
}

.lys-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-bottom: 34px;
}

.lys-step {
  position: relative;
  padding: 0 14px 0 0;
}

.lys-step__track {
  position: relative;
  height: 24px;
  margin-bottom: 14px;
}

.lys-step__rail {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  height: 2px;
  background: #c9d6e3;
}

/* The very last step ends the track, so its rail runs out. */
.lys-journey__row:last-child .lys-step:last-child .lys-step__rail {
  background: transparent;
}

.lys-step__dot {
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--lys-navy);
  box-shadow: 0 0 0 4px var(--lys-tint);
}

.lys-step__card {
  background: #fff;
  border: 1px solid var(--lys-line);
  border-radius: 14px;
  padding: 20px;
  height: calc(100% - 38px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lys-step__card:hover {
  border-color: var(--lys-navy);
  box-shadow: 0 10px 24px rgba(3, 53, 107, 0.08);
}

.lys-step__num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: var(--lys-navy);
  margin-bottom: 8px;
}

.lys-step__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--lys-navy);
  margin-bottom: 6px;
  line-height: 1.3;
}

.lys-step__body {
  display: block;
  font-size: 13px;
  color: var(--lys-muted);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   What it costs you
   -------------------------------------------------------------------------- */

.lys-costs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lys-cost {
  background: #fff;
  border: 1.5px solid var(--lys-line);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.lys-cost--dark {
  background: var(--lys-navy);
  border-color: var(--lys-navy);
}

.lys-cost__tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lys-muted);
  margin-bottom: 14px;
}

.lys-cost--dark .lys-cost__tag {
  color: #ffb35c;
}

.lys-cost__line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 7px;
  margin-bottom: 8px;
  min-width: 0;
}

.lys-cost__value {
  font-size: 30px;
  font-weight: 700;
  color: var(--lys-navy);
  line-height: 1.1;
  min-width: 0;
}

.lys-cost--dark .lys-cost__value {
  color: #fff;
}

.lys-cost__unit {
  font-size: 13px;
  color: var(--lys-muted);
  min-width: 0;
}

.lys-cost--dark .lys-cost__unit {
  color: rgba(255, 255, 255, 0.7);
}

.lys-cost__body {
  display: block;
  font-size: 14px;
  color: var(--lys-muted);
  line-height: 1.6;
}

.lys-cost--dark .lys-cost__body {
  color: rgba(255, 255, 255, 0.76);
}

/* --------------------------------------------------------------------------
   Provider dashboard
   -------------------------------------------------------------------------- */

.lys-dash {
  position: relative;
  overflow: hidden;
  background: var(--lys-navy);
  padding: 68px 0;
}

.lys-dash__glow {
  position: absolute;
  bottom: -240px;
  right: -140px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 138, 0, 0.14) 0%,
    rgba(255, 138, 0, 0) 62%
  );
  pointer-events: none;
}

.lys-dash__grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.lys-dash__title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.18;
}

.lys-dash__lede {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.lys-dash__features {
  display: grid;
  gap: 12px;
}

.lys-dash__feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}

.lys-dash__bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lys-orange);
  margin-top: 8px;
}

.lys-dash__feature-name {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.lys-dash__feature-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  line-height: 1.55;
}

.lys-panel {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.lys-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.lys-panel__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--lys-navy);
}

.lys-panel__delta {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--lys-green);
  background: var(--lys-green-bg);
  padding: 4px 11px;
  border-radius: 50px;
}

.lys-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.lys-panel__stat {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
}

.lys-panel__stat--closed {
  border-top: 3px solid var(--lys-orange);
}

.lys-panel__stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--lys-navy);
  line-height: 1;
}

.lys-panel__stat-label {
  display: block;
  font-size: 11px;
  color: var(--lys-muted);
  margin-top: 3px;
}

.lys-panel__leads {
  display: grid;
  gap: 9px;
}

.lys-lead {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--lys-line-soft);
  border-radius: 10px;
  padding: 11px 13px;
}

.lys-lead__initials {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--lys-tint);
  color: var(--lys-navy);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lys-lead__text {
  flex: 1;
  min-width: 0;
}

.lys-lead__company {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--lys-navy);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lys-lead__need {
  display: block;
  font-size: 11.5px;
  color: var(--lys-muted);
  margin-top: 1px;
}

.lys-lead__status {
  flex: 0 0 auto;
  font-size: 10.5px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 50px;
  white-space: nowrap;
  color: var(--lys-navy);
  background: var(--lys-tint);
}

.lys-lead__status--proposal {
  color: var(--lys-amber);
  background: var(--lys-amber-bg);
}

.lys-lead__status--new {
  color: var(--lys-green);
  background: var(--lys-green-bg);
}

.lys-panel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f1f4f8;
  font-size: 11.5px;
  color: var(--lys-muted);
}

.lys-panel__foot-link {
  color: var(--lys-navy);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Demand and network
   -------------------------------------------------------------------------- */

.lys-demand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lys-demand__title {
  font-size: 34px;
  font-weight: 700;
  color: var(--lys-navy);
  margin: 0 0 14px;
  line-height: 1.18;
  text-wrap: pretty;
}

.lys-demand__lede {
  font-size: 15px;
  color: var(--lys-muted);
  line-height: 1.65;
  margin: 0 0 20px;
}

.lys-demand__panel {
  background: var(--lys-tint);
  border-radius: 14px;
  padding: 20px 22px;
}

.lys-demand__legend {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lys-muted);
  margin-bottom: 10px;
}

.lys-demand__bars {
  display: grid;
  gap: 10px;
}

.lys-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lys-bar__label {
  flex: 1;
  min-width: 0;
  font-size: 13.5px;
  color: var(--lys-ink);
}

.lys-bar__track {
  flex: 0 0 120px;
  height: 8px;
  border-radius: 4px;
  background: #dbe3ec;
  overflow: hidden;
}

.lys-bar__fill {
  display: block;
  height: 100%;
  border-radius: 4px;
}

/* Each share is named here rather than passed in as a style, so the widths and
   the printed percentages in `provider-signup-content.json` move together. */
.lys-bar__fill--corporates {
  width: 46%;
  background: var(--lys-navy);
}

.lys-bar__fill--smes {
  width: 34%;
  background: var(--lys-orange);
}

.lys-bar__fill--freelancers {
  width: 20%;
  background: #7d9cc0;
}

.lys-bar__pct {
  flex: 0 0 38px;
  text-align: right;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--lys-navy);
}

.lys-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--lys-hair);
  border-radius: 16px;
  overflow: hidden;
}

.lys-stat {
  background: #fff;
  padding: 30px 26px;
}

.lys-stat__value {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--lys-navy);
  line-height: 1;
  margin-bottom: 6px;
}

.lys-stat__label {
  display: block;
  font-size: 13.5px;
  color: var(--lys-muted);
  margin: 0;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.lys-faqs__shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px;
}

.lys-faqs__title,
.lys-faqs .lys-faqs__title {
  font-size: 34px;
  font-weight: 700;
  color: var(--lys-navy);
  margin: 0 0 8px;
  line-height: 1.18;
  text-align: center;
}

/* Reused on the home page, where the FAQ sits in a left column beside another
   card rather than in this page's centred full-width shell: the title aligns
   left, and the list carries a border because there is no tinted band behind
   it. The extra `.lys-faqs` class outbids the host page's own `.FAQ h4` rule. */
.lys-faqs .lys-faqs__title--start {
  text-align: left;
}

.lys-faqs__list--framed {
  border: 1px solid var(--lys-line);
}

.lys-faqs__lede {
  font-size: 15px;
  color: var(--lys-muted);
  margin: 0 0 30px;
  text-align: center;
}

.lys-faqs__list {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.lys-faq {
  border-bottom: 1px solid var(--lys-line-soft);
}

.lys-faq:last-child {
  border-bottom: none;
}

.lys-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: none;
  border: none;
  padding: 19px 24px;
  cursor: pointer;
  text-align: left;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--lys-navy);
  line-height: 1.4;
}

.lys-faq__mark {
  flex: 0 0 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--lys-tint);
  color: var(--lys-navy);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.lys-faq__mark--on {
  background: var(--lys-orange);
}

.lys-faq__a {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--lys-muted);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   Closing CTA
   -------------------------------------------------------------------------- */

.lys-close {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: var(--lys-navy);
  border-radius: 20px;
  padding: 44px 48px;
}

.lys-close__glow {
  position: absolute;
  top: -160px;
  right: 12%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 138, 0, 0.2) 0%,
    rgba(255, 138, 0, 0) 62%
  );
  pointer-events: none;
}

.lys-close__text {
  position: relative;
}

.lys-close__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.18;
  text-wrap: pretty;
}

.lys-close__lede {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.lys-close__actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lys-close__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--lys-orange);
  color: var(--lys-navy);
  font-size: 15px;
  font-weight: 700;
  padding: 15px 34px;
  border-radius: 50px;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease;
}

.lys-close__btn:hover,
.lys-close__btn:focus-visible {
  background: #fff;
  color: var(--lys-navy);
}

.lys-close__phone {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.lys-close__phone a {
  color: inherit;
  text-decoration: none;
}

.lys-close__phone a:hover {
  color: #fff;
}

/* --------------------------------------------------------------------------
   Responsive — the mockup's own breakpoints
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .lys-hero__grid,
  .lys-journey__row,
  .lys-dash__grid,
  .lys-demand,
  .lys-close {
    grid-template-columns: 1fr;
  }

  .lys-stage__spine {
    display: none;
  }

  .lys-hero__grid {
    gap: 36px;
  }

  .lys-close {
    padding: 34px 30px;
  }

  .lys-close__actions {
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .lys-benefits,
  .lys-costs,
  .lys-steps {
    grid-template-columns: 1fr;
  }

  .lys-types,
  .lys-stats {
    grid-template-columns: 1fr 1fr;
  }

  .lys-step {
    padding: 0 0 14px;
  }

  .lys-step__card {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .lys-shell,
  .lys-faqs__shell {
    padding: 0 16px;
  }

  .lys-section,
  .lys-dash {
    padding: 44px 0;
  }

  .lys-section--flush {
    padding: 44px 0 0;
  }

  .lys-hero__grid {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lys-hero__title {
    font-size: 34px;
  }

  .lys-hero__lede {
    font-size: 15px;
  }

  .lys-head__title,
  .lys-dash__title,
  .lys-demand__title,
  .lys-faqs__title {
    font-size: 26px;
  }

  .lys-close__title {
    font-size: 24px;
  }

  .lys-types,
  .lys-stats {
    grid-template-columns: 1fr;
  }

  .lys-form {
    padding: 20px;
  }

  .lys-close__actions,
  .lys-close__btn {
    width: 100%;
  }
}
