/* Shared styles for industry / feature landing pages */

.landing-hero {
  padding: 2.5rem 0 2rem;
}

.landing-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.landing-hero__copy .page-kicker {
  text-align: left;
  margin-bottom: 0.65rem;
}

.landing-hero__copy h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 1rem;
  text-align: left;
}

.landing-hero__copy .page-lede {
  margin: 0 0 1.5rem;
  text-align: left;
  max-width: 36rem;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 0.85rem;
}

.landing-note {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 36rem;
}

.landing-photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sand);
  box-shadow: 0 18px 40px rgba(42, 28, 22, 0.08);
}

.landing-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-mock {
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(42, 28, 22, 0.08);
}

.landing-mock__bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  background: var(--espresso, #3a2a24);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}

.landing-mock__body {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.landing-mock__card {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--sand, #f7f1ea);
  padding: 1rem;
}

.landing-mock__card--dash {
  border-style: dashed;
  background: #faf8f6;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.landing-card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.landing-photo-row--2 {
  grid-template-columns: 1fr 1fr;
}

.landing-card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.landing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.35rem;
}

.landing-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.landing-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
}

.landing-stat {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--orange);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.landing-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.landing-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-check li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--ink);
  font-size: 0.98rem;
}

.landing-check li::before {
  content: "";
  flex: 0 0 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--orange);
}

.landing-faq {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 44rem;
  margin: 0 auto;
}

.landing-faq details,
.landing-faq .landing-card {
  width: 100%;
}

.landing-faq dt,
.landing-faq strong.q {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.landing-faq dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.landing-sources {
  max-width: 44rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.landing-sources a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.landing-photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.landing-tool {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.25rem;
}

.landing-tool h3,
.landing-tool h4 {
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.landing-tool label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.landing-tool input,
.landing-tool select,
.landing-tool textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font: inherit;
  margin-bottom: 0.75rem;
  background: #fff;
}

.landing-tool .tool-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.landing-tool .tool-out {
  margin-top: 0.5rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: var(--sand);
  border: 1px solid var(--line);
  font-weight: 600;
}

.section-title--left {
  text-align: left;
}

.section-title--left .rule {
  margin-left: 0;
}

@media (max-width: 900px) {
  .landing-hero__grid,
  .landing-split,
  .landing-card-grid,
  .landing-card-grid--2,
  .landing-photo-row,
  .landing-photo-row--2 {
    grid-template-columns: 1fr;
  }

  .landing-tool .tool-row {
    grid-template-columns: 1fr;
  }
}
