/* /lookalike-domain-monitoring */
.ldm-main {
  background: var(--bg);
}

.ldm-hero {
  padding: 104px 0 88px;
  border-bottom: 1px solid var(--line);
}

.ldm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.ldm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2);
  font: 500 11px/1 var(--mono);
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ldm-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ok) 12%, transparent);
}

.ldm-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font: 600 clamp(44px, 5.6vw, 76px)/1.01 var(--sans);
  letter-spacing: -.045em;
  text-wrap: balance;
}

.ldm-hero h1 em {
  color: var(--ink);
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.ldm-lede {
  max-width: 65ch;
  margin: 24px 0 0;
  color: var(--ink-2);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.62;
}

.ldm-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ldm-actions .btn {
  min-height: 44px;
  padding-inline: 19px;
}

.ldm-note {
  margin: 14px 0 0;
  color: var(--ink-3);
  font: 500 12px/1.5 var(--mono);
}

.ldm-flow-card {
  padding: 25px;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 22px 60px rgba(16, 24, 40, .08);
}

.ldm-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.ldm-flow-head strong {
  color: var(--ink);
  font-size: 14px;
}

.ldm-flow-head span {
  color: var(--ink-3);
  font: 500 10px/1 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ldm-candidate {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.ldm-candidate:last-of-type {
  border-bottom: 0;
}

.ldm-candidate-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-2);
  border-radius: 9px;
  background: var(--bg-2);
  color: var(--ink-2);
  font: 600 12px/1 var(--mono);
}

.ldm-candidate strong,
.ldm-candidate small {
  display: block;
}

.ldm-candidate strong {
  color: var(--ink);
  font: 500 13px/1.35 var(--mono);
}

.ldm-candidate small {
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 12px;
}

.ldm-signal {
  padding: 4px 7px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--ink-2);
  background: var(--surface);
  font: 500 9.5px/1 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ldm-flow-foot {
  margin: 15px 0 0;
  color: var(--ink-3);
  font-size: 11.5px;
  line-height: 1.55;
}

.ldm-section {
  padding: 88px 0;
}

.ldm-section-alt {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.ldm-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.ldm-section-head .eyebrow {
  display: block;
  margin-bottom: 15px;
}

.ldm-section h2 {
  margin: 0;
  color: var(--ink);
  font: 600 clamp(32px, 4vw, 50px)/1.08 var(--sans);
  letter-spacing: -.035em;
  text-wrap: balance;
}

.ldm-section-head p {
  max-width: 65ch;
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.65;
}

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

.ldm-cap-card {
  padding: 26px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: var(--surface);
}

.ldm-cap-n {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 9px;
  background: var(--bg-2);
  color: var(--ink-2);
  font: 600 11px/1 var(--mono);
}

.ldm-cap-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.ldm-cap-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.65;
}

.ldm-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
}

.ldm-step {
  min-height: 260px;
  padding: 27px;
  border-right: 1px solid var(--line);
}

.ldm-step:last-child {
  border-right: 0;
}

.ldm-step span {
  color: var(--ink-3);
  font: 500 11px/1 var(--mono);
  letter-spacing: .04em;
}

.ldm-step h3 {
  margin: 54px 0 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.ldm-step p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.62;
}

.ldm-caveat {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}

.ldm-caveat-copy p {
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.72;
}

.ldm-caveat-copy p:last-child {
  margin-bottom: 0;
}

.ldm-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ldm-choice {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  background: var(--surface);
}

.ldm-choice h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 21px;
}

.ldm-choice p {
  margin: 0 0 21px;
  color: var(--ink-2);
  line-height: 1.62;
}

.ldm-choice ul {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.ldm-choice li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 21px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.5;
}

.ldm-choice li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--ok);
  font-weight: 700;
}

.ldm-choice .btn {
  align-self: flex-start;
  margin-top: auto;
}

.ldm-faq {
  max-width: 900px;
}

.ldm-faq-item {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.ldm-faq-item:first-child {
  border-top: 1px solid var(--line);
}

.ldm-faq-item h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.4;
}

.ldm-faq-item p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.68;
}

.ldm-final {
  padding: 78px 0;
}

.ldm-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: var(--surface);
}

.ldm-final-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font: 600 clamp(27px, 3vw, 38px)/1.15 var(--sans);
  letter-spacing: -.03em;
}

.ldm-final-card p {
  max-width: 60ch;
  margin: 0;
  color: var(--ink-2);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .ldm-hero-grid,
  .ldm-caveat {
    grid-template-columns: 1fr;
  }
  .ldm-flow-card {
    max-width: 660px;
  }
  .ldm-cap-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ldm-steps {
    grid-template-columns: 1fr 1fr;
  }
  .ldm-step:nth-child(2) {
    border-right: 0;
  }
  .ldm-step:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .ldm-hero {
    padding: 72px 0 64px;
  }
  .ldm-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .ldm-section {
    padding: 66px 0;
  }
  .ldm-cap-grid,
  .ldm-steps,
  .ldm-choice-grid {
    grid-template-columns: 1fr;
  }
  .ldm-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .ldm-step:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }
  .ldm-step:last-child {
    border-bottom: 0;
  }
  .ldm-step h3 {
    margin-top: 30px;
  }
  .ldm-final-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }
}

@media (max-width: 480px) {
  .ldm-actions,
  .ldm-actions .btn {
    width: 100%;
  }
  .ldm-actions .btn {
    justify-content: center;
  }
  .ldm-flow-card {
    padding: 20px;
  }
  .ldm-candidate {
    grid-template-columns: 32px 1fr;
  }
  .ldm-signal {
    grid-column: 2;
    justify-self: start;
  }
}
