/* =========================================================
   Service Landing Page Styles
   Shared by high-intent, search-oriented landing pages.
   Scope: body.service-landing
   ========================================================= */

body.service-landing #landing section {
  scroll-margin-top: 140px;
}

body.service-landing #landing section + section {
  margin-top: 64px;
}

/* --- Cards: outcomes --- */
body.service-landing .landing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

body.service-landing .landing-card {
  border: 1px solid rgba(11, 70, 88, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 18px 18px 16px 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.service-landing .landing-card h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #0b4658;
}

body.service-landing .landing-card p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.78);
}

/* --- Callout --- */
body.service-landing .landing-callout {
  border-left: 4px solid #d13708;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(11, 70, 88, 0.03);
}

body.service-landing .landing-callout p {
  color: rgba(0, 0, 0, 0.82);
}

body.service-landing .landing-muted p {
  color: rgba(0, 0, 0, 0.72);
}

/* --- Steps (3 across when possible, otherwise stack) --- */
body.service-landing .landing-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

body.service-landing .landing-steps > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

body.service-landing .landing-step {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(11, 70, 88, 0.12);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(11, 70, 88, 0.12);
  border-top: 4px solid rgba(209, 55, 8, 0.85);
  border-radius: 12px;
  background: #fff;
  padding: 22px 20px 18px 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.service-landing .landing-step:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: rgba(209, 55, 8, 0.85);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

body.service-landing .landing-step-num {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.92rem;
  color: #0b4658;
  background: rgba(11, 70, 88, 0.08);
  border: 1px solid rgba(11, 70, 88, 0.16);
  margin-bottom: 10px;
}

body.service-landing .landing-step h3 {
  font-size: 1.05rem;
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #0b4658;
}

body.service-landing .landing-step p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.78);
}

/* --- Scope list --- */
body.service-landing .landing-scope {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;}

body.service-landing .landing-scope-item {
  border: 1px solid rgba(11, 70, 88, 0.12);
  border-radius: 12px;
  padding: 16px 16px 14px 16px;
  background: rgba(11, 70, 88, 0.03);
}

body.service-landing .landing-scope-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #0b4658;
}

body.service-landing .landing-scope-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.78);
}

/* --- Related resources --- */
body.service-landing .landing-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
}

body.service-landing .landing-resource {
  border: 1px solid rgba(11, 70, 88, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 16px 16px 14px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

body.service-landing .landing-resource h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #0b4658;
}

body.service-landing .landing-resource p {
  color: rgba(0, 0, 0, 0.78);
}

body.service-landing .landing-resource a {
  font-weight: 600;
}
