/* Landing-page additions — linked from brand LPs only */

.lp-page .lp-hero {
  background:
    linear-gradient(135deg, rgb(18 17 15 / 0.94) 0%, rgb(42 39 35 / 0.88) 55%, rgb(196 92 38 / 0.35) 100%),
    var(--ink);
  color: #fff;
  padding: 72px 20px 64px;
}

.lp-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.lp-hero h1 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: 18ch;
}

.lp-hero .lede {
  max-width: 42ch;
  color: rgb(255 255 255 / 0.88);
}

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.55);
}

.btn-outline-light:hover {
  background: rgb(255 255 255 / 0.12);
  border-color: #fff;
  color: #fff;
}

.lp-trust {
  background: var(--ink);
  color: #fff;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.lp-trust-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.lp-trust p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.7);
}

.lp-trust strong {
  display: block;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 600;
}

.lp-trust span {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  color: #f0c9b0;
}

.lp-tech-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 28px 32px;
  box-shadow: var(--shadow);
}

.lp-tech-card h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.02em;
}

.lp-muted {
  color: var(--muted);
  font-size: 0.95rem;
}

.lp-issue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.lp-issue-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 96px;
}

.lp-issue-card h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.lp-symptom {
  margin: 0 0 10px;
  font-weight: 600;
  color: var(--copper);
  font-size: 0.95rem;
}

.lp-issue-card > p:not(.lp-symptom) {
  margin: 0 0 18px;
  color: var(--ink-soft);
  flex: 1;
}

.lp-issue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.lp-issue-actions .btn {
  padding: 10px 16px;
  font-size: 14px;
}

.lp-step-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.lp-step-list > li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 20px;
}

.lp-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--copper);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.lp-step-list h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 1.15rem;
}

.lp-step-list p {
  margin: 0;
  color: var(--ink-soft);
}

.lp-reviews-note {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  max-width: 62ch;
}

.lp-reviews-note p {
  margin: 0 0 12px;
}

.lp-reviews-note p:last-child {
  margin-bottom: 0;
}

.lp-cities {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 16px;
}

.lp-cities li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 500;
}

.lp-faq {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.lp-faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px;
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-family: var(--display);
  list-style-position: outside;
}

.lp-faq details p {
  margin: 12px 0 4px;
  color: var(--ink-soft);
}

.lp-cta {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: 64px 20px;
}

.lp-cta .cta-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
}

.lp-cta .btn-ghost {
  background: #fff;
  color: var(--ink);
}

.service-card .lp-soft-link {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 600;
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-brands a {
  color: var(--copper);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .lp-trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-issue-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-cities {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .lp-page .lp-hero {
    padding: 48px 16px 40px;
  }

  .lp-trust-inner,
  .lp-issue-grid,
  .lp-cities {
    grid-template-columns: 1fr;
  }

  .lp-issue-actions .btn,
  .lp-hero .hero-actions .btn {
    width: 100%;
  }
}
