/* Root-level SEO landing pages */
.landing-page .page-shell,
.landing-page .page-main {
  background: #f7f7f4;
}

.landing-hero {
  padding: 82px 0 56px;
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.98), rgba(12, 24, 39, 0.98)),
    #08111d;
  color: #f6fbff;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.02fr);
  gap: 46px;
  align-items: center;
}

.landing-hero .breadcrumb {
  margin-bottom: 18px;
  color: #91a4b6;
}

.landing-hero .breadcrumb a {
  color: #d7e5f1;
}

.landing-hero .page-title {
  max-width: 900px;
  margin: 14px 0 0;
  color: #fff;
  font-size: 4rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.landing-hero .lede {
  max-width: 780px;
  margin-top: 22px;
  color: #bfd0df;
  font-size: 1.12rem;
  line-height: 1.72;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-hero-media {
  min-width: 0;
  margin: 0;
}

.landing-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: #f7f7f4;
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
}

.landing-hero-media figcaption,
.landing-product-media figcaption {
  margin-top: 12px;
  color: #91a4b6;
  font-size: 0.86rem;
  line-height: 1.48;
}

.landing-content {
  padding: 0;
  background: #f7f7f4;
  color: #111318;
}

.landing-band {
  padding: 72px 0;
  background: #f7f7f4;
}

.landing-band + .landing-band {
  border-top: 1px solid rgba(17,19,24,0.08);
}

.landing-answer-band,
.landing-example-band,
.landing-related-band,
.landing-final-cta {
  background: #fff;
}

.landing-workflow-band,
.landing-fit-band {
  background: #f1f0eb;
}

.landing-product-band,
.landing-faq-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.landing-two-column,
.landing-example-grid,
.landing-product-grid,
.landing-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

.landing-section-heading {
  max-width: 920px;
  margin-bottom: 30px;
}

.landing-section-copy h2,
.landing-section-heading h2 {
  margin: 10px 0 0;
  color: #111318;
  font-size: 2.6rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.landing-section-copy p,
.landing-section-heading p {
  margin: 14px 0 0;
  color: #5f6872;
  line-height: 1.72;
}

.landing-callout {
  padding: 24px;
  border: 1px solid rgba(177,132,49,0.28);
  border-left: 4px solid #b18431;
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 16px 44px rgba(17,19,24,0.06);
}

.landing-callout strong {
  color: #111318;
  font-size: 1rem;
}

.landing-callout p {
  margin: 10px 0 0;
  color: #5f6872;
  line-height: 1.62;
}

.landing-card-grid {
  display: grid;
  gap: 16px;
}

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

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

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

.landing-info-card,
.landing-resource-card {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 48px rgba(17,19,24,0.07);
}

.landing-info-card-featured {
  border-color: rgba(177,132,49,0.30);
  background: #fffaf0;
}

.landing-info-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #b18431;
  font-size: 0.78rem;
  font-weight: 900;
}

.landing-info-card h3,
.landing-resource-card h3 {
  margin: 0;
  color: #111318;
  font-size: 1.18rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.landing-info-card p,
.landing-resource-card p {
  margin: 12px 0 0;
  color: #5f6872;
  line-height: 1.62;
}

.landing-info-card ul,
.landing-check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.landing-info-card li,
.landing-check-list li {
  position: relative;
  padding-left: 24px;
  color: #4e5a67;
  line-height: 1.55;
}

.landing-info-card li::before,
.landing-check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #b18431;
}

.landing-workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-workflow-steps li {
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 16px 40px rgba(17,19,24,0.06);
}

.landing-workflow-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(177,132,49,0.32);
  border-radius: 999px;
  background: rgba(216,170,76,0.12);
  color: #92681a;
  font-weight: 900;
}

.landing-workflow-steps h3 {
  margin: 0;
  color: #111318;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.landing-workflow-steps p {
  margin: 10px 0 0;
  color: #5f6872;
  line-height: 1.6;
}

.landing-result-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.landing-result-table {
  width: 100%;
  min-width: 620px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17,19,24,0.08);
}

.landing-result-table th,
.landing-result-table td {
  padding: 16px 18px;
  border-right: 1px solid rgba(17,19,24,0.08);
  border-bottom: 1px solid rgba(17,19,24,0.08);
  text-align: left;
  vertical-align: top;
}

.landing-result-table th {
  color: #111318;
  background: #f6f3eb;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.landing-result-table td {
  color: #4e5a67;
  line-height: 1.5;
}

.landing-result-table tr:last-child td {
  border-bottom: 0;
}

.landing-result-table th:last-child,
.landing-result-table td:last-child {
  border-right: 0;
}

.landing-product-media {
  min-width: 0;
  margin: 0;
}

.landing-product-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(17,19,24,0.10);
}

.landing-product-media figcaption {
  color: #68717c;
}

.landing-resource-card a {
  color: #111318;
  text-decoration: none;
}

.landing-resource-card a:hover {
  color: #805b1b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.landing-faq-layout .faq-list details {
  border-color: rgba(17,19,24,0.10);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 34px rgba(17,19,24,0.06);
}

.landing-faq-layout .faq-list summary {
  color: #111318;
}

.landing-faq-layout .faq-answer p {
  color: #5f6872;
}

.landing-final-cta {
  padding-bottom: 88px;
}

@media (max-width: 1080px) {
  .landing-hero-grid,
  .landing-two-column,
  .landing-example-grid,
  .landing-product-grid,
  .landing-faq-layout {
    grid-template-columns: 1fr;
  }

  .landing-card-grid-4,
  .landing-workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero .page-title {
    font-size: 3.1rem;
  }
}

@media (max-width: 760px) {
  .landing-hero {
    padding: 58px 0 42px;
  }

  .landing-hero .page-title {
    font-size: 2.45rem;
    line-height: 1.1;
  }

  .landing-hero .lede {
    font-size: 1rem;
  }

  .landing-hero-actions .btn {
    width: 100%;
  }

  .landing-band {
    padding: 52px 0;
  }

  .landing-section-copy h2,
  .landing-section-heading h2 {
    font-size: 2rem;
    line-height: 1.16;
  }

  .landing-card-grid-2,
  .landing-card-grid-3,
  .landing-card-grid-4,
  .landing-workflow-steps {
    grid-template-columns: 1fr;
  }

  .landing-info-card,
  .landing-resource-card,
  .landing-workflow-steps li {
    min-height: 0;
    padding: 20px;
  }
}
