/* =========================================================
   StoneBridge Media - Lead Capture Review
   ========================================================= */

.lcr-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 168, 76, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 28%, rgba(139, 147, 150, 0.08), transparent 26rem),
    var(--charcoal);
}

.lcr-hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: clamp(128px, 18vh, 190px) var(--gutter) clamp(56px, 9vh, 96px);
  overflow: hidden;
}

.lcr-hero__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: clamp(44px, 7vw, 88px);
  align-items: center;
}

.lcr-hero__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.7rem, 7vw, 6.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lcr-hero__title span {
  display: block;
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.lcr-hero__sub {
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.75vw, 1.18rem);
  line-height: 1.75;
  max-width: 630px;
}

.lcr-hero__sub strong {
  color: var(--offwhite);
  font-weight: 650;
}

.lcr-hero__actions,
.lcr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.lcr-proof-strip {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lcr-proof-strip span {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 9px 15px;
  color: var(--muted);
  font-size: 0.82rem;
}

.lcr-panel {
  border: 1px solid rgba(201, 168, 76, 0.34);
  border-radius: 18px;
  background: linear-gradient(170deg, rgba(28, 26, 23, 0.78), rgba(10, 10, 11, 0.18));
  padding: clamp(26px, 4.2vw, 42px);
}

.lcr-panel__label {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lcr-panel__title {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.13;
  font-weight: 600;
}

.lcr-leak-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.lcr-leak-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.lcr-leak-list b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.48);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  line-height: 1;
}

.lcr-leak-list span {
  color: var(--muted);
  font-size: 0.94rem;
}

.lcr-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(62px, 10vh, 120px) var(--gutter);
}

.lcr-section__head {
  max-width: 800px;
  margin-bottom: 42px;
}

.lcr-section__title {
  font-family: var(--serif);
  font-weight: 650;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.lcr-section__lead {
  color: var(--muted);
  margin-top: 20px;
  font-size: 1.05rem;
  max-width: 620px;
}

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

.lcr-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(28, 26, 23, 0.58), rgba(10, 10, 11, 0.12));
  padding: 30px 26px;
}

.lcr-card__num {
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lcr-card h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 600;
}

.lcr-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

.lcr-flow {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lcr-flow__wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(62px, 10vh, 120px) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(40px, 7vw, 76px);
  align-items: center;
}

.lcr-machine {
  display: grid;
  gap: 10px;
}

.lcr-machine__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.34fr);
  gap: 10px;
  align-items: stretch;
}

.lcr-machine__node,
.lcr-machine__leak {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 15px 18px;
}

.lcr-machine__node {
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  background: rgba(28, 26, 23, 0.48);
  color: var(--offwhite);
  font-size: 0.85rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lcr-machine__leak {
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(217, 123, 99, 0.38);
  background: rgba(217, 123, 99, 0.07);
  color: #d97b63;
  font-size: 0.8rem;
}

.lcr-machine__arrow {
  width: 1px;
  height: 22px;
  margin-left: 24px;
  background: rgba(201, 168, 76, 0.54);
}

.lcr-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.6fr);
  gap: clamp(36px, 6vw, 74px);
  align-items: start;
}

.lcr-offer__box {
  position: sticky;
  top: 100px;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 42px);
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.08), rgba(28, 26, 23, 0.46));
}

.lcr-price {
  margin: 16px 0 10px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 8vw, 5rem);
  line-height: 1;
}

.lcr-price small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 1rem;
}

.lcr-list {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 13px;
}

.lcr-list li {
  position: relative;
  padding-left: 28px;
  color: var(--offwhite);
  font-size: 0.96rem;
}

.lcr-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.lcr-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: start;
}

.lcr-form-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 14px;
  background: rgba(201, 168, 76, 0.06);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .lcr-hero__inner,
  .lcr-flow__wrap,
  .lcr-offer,
  .lcr-form-wrap {
    grid-template-columns: 1fr;
  }

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

  .lcr-offer__box {
    position: static;
  }
}

@media (max-width: 640px) {
  .lcr-hero {
    min-height: auto;
  }

  .lcr-hero__actions,
  .lcr-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lcr-hero__actions .btn,
  .lcr-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .lcr-grid,
  .lcr-machine__row {
    grid-template-columns: 1fr;
  }

  .lcr-machine__arrow {
    margin-left: 50%;
  }
}
