/* Start custom CSS for html, class: .elementor-element-21c1945 *//* SellerAppeal – Lawyer Intent SEO Page
   Scope: only affects content wrapped in .sa-lawyer-page
   Colors aligned to your SellerAppeal palette (cream + Amazon-orange)
*/

.sa-lawyer-page{
  --bg: #FFF6ED;
  --panel: #FFFFFF;
  --ink: #1F2933;
  --muted: #5F6C7B;
  --muted2: #8A94A6;
  --orange: #F7931E;
  --orange-soft: rgba(247,147,30,.12);
  --stroke: #E6E6E6;
  --shadow: 0 12px 30px rgba(0,0,0,.06);
  --r: 16px;

  background: var(--bg);
  color: var(--ink);
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: 0 0 72px;
}

.sa-lawyer-page *{ box-sizing: border-box; }

.sa-lawyer-page .sa-inner,
.sa-lawyer-page .sa-hero-inner{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

/* HERO */

.sa-lawyer-page .sa-hero{
  background: linear-gradient(180deg, #FFF6ED, #FFFFFF);
  border-bottom: 1px solid var(--stroke);
  padding: 56px 0 42px;
}

.sa-lawyer-page .sa-title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.sa-lawyer-page .sa-lead{
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 860px;
}

.sa-lawyer-page .sa-cta-row{
  margin-top: 18px;
}

.sa-lawyer-page .sa-cta-sub{
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}

/* BUTTONS */

.sa-lawyer-page .sa-btn{
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: transform .12s ease, box-shadow .12s ease;
}

.sa-lawyer-page .sa-btn-primary{
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 18px rgba(247,147,30,.25);
}

.sa-lawyer-page .sa-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(247,147,30,.32);
}

/* CONTENT */

.sa-lawyer-page .sa-content{
  padding-top: 54px;
}

.sa-lawyer-page .sa-section{
  margin-top: 44px;
}

.sa-lawyer-page .sa-section:first-child{
  margin-top: 0;
}

.sa-lawyer-page .sa-h2{
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.sa-lawyer-page .sa-p{
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 920px;
}

/* LISTS */

.sa-lawyer-page .sa-ul{
  margin: 12px 0 12px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14.5px;
  max-width: 920px;
}

.sa-lawyer-page .sa-ul li{ margin: 6px 0; }

/* QUOTE */

.sa-lawyer-page .sa-quote{
  margin: 16px 0 16px;
  padding: 14px 18px;
  background: var(--orange-soft);
  border-left: 4px solid var(--orange);
  border-radius: var(--r);
  font-weight: 600;
  line-height: 1.6;
  color: rgba(31,41,51,.92);
  max-width: 920px;
}

/* LINKS */

.sa-lawyer-page .sa-link{
  color: var(--orange);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(247,147,30,.35);
  transition: border-color .12s ease, color .12s ease;
}

.sa-lawyer-page .sa-link:hover{
  color: #d87410;
  border-bottom-color: rgba(216,116,16,.45);
}

/* CTA BLOCK inside content */

.sa-lawyer-page #next-step .sa-cta-row{
  margin-top: 14px;
  padding: 16px 18px;
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  box-shadow: var(--shadow);
}

.sa-lawyer-page #next-step .sa-cta-sub{
  margin-top: 10px;
}

/* DISCLAIMER */

.sa-lawyer-page .sa-disclaimer{
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted2);
}

/* MOBILE polish */

@media (max-width: 640px){
  .sa-lawyer-page{
    padding-bottom: 56px;
  }
  .sa-lawyer-page .sa-hero{
    padding: 44px 0 34px;
  }
  .sa-lawyer-page .sa-h2{
    font-size: 22px;
  }
  .sa-lawyer-page .sa-content{
    padding-top: 42px;
  }
}

/* Accessibility focus */

.sa-lawyer-page a:focus{
  outline: 2px solid rgba(247,147,30,.55);
  outline-offset: 2px;
}/* End custom CSS */