/* === SEO positioning sections: customers + companies === */
.seo-clarity,
.seo-growth-page{
  font-family:Arial, Helvetica, sans-serif;
  box-sizing:border-box;
}

.seo-clarity *,
.seo-growth-page *{
  box-sizing:border-box;
}

.seo-clarity{
  background:#fff;
  color:#151c24;
  padding:52px 24px;
  border-bottom:1px solid #eadfce;
}

.seo-wrap{
  max-width:1180px;
  margin:0 auto;
}

.seo-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  padding:8px 12px;
  background:#fff8ed;
  border:1px solid #eadfce;
  color:#7a552a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.seo-clarity h2,
.seo-growth-page h1,
.seo-growth-page h2{
  color:#151c24;
  letter-spacing:-1px;
}

.seo-clarity h2{
  margin:0 0 14px;
  max-width:850px;
  font-size:42px;
  line-height:1.08;
}

.seo-clarity-lead{
  margin:0 0 28px;
  max-width:850px;
  color:#4f5964;
  font-size:19px;
  line-height:1.58;
}

.seo-two-paths{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:24px;
}

.seo-path-card{
  background:#f6f1ea;
  border:1px solid #eadfce;
  border-top:5px solid #c8a06a;
  padding:26px;
}

.seo-path-card.company{
  border-top-color:#151c24;
}

.seo-path-card h3{
  margin:0 0 10px;
  color:#151c24;
  font-size:26px;
  line-height:1.15;
}

.seo-path-card p{
  margin:0 0 18px;
  color:#4f5964;
  font-size:16px;
  line-height:1.55;
}

.seo-path-card ul{
  margin:0 0 20px;
  padding-left:20px;
  color:#4f5964;
  font-size:15px;
  line-height:1.55;
}

.seo-path-card a,
.seo-growth-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  background:#151c24;
  color:#fff;
  -webkit-text-fill-color:#fff;
  font-weight:900;
  text-decoration:none;
}

.seo-path-card.customer a{
  background:#c8a06a;
  color:#151c24;
  -webkit-text-fill-color:#151c24;
}

.seo-growth-page{
  background:#f6f1ea;
  color:#151c24;
}

.seo-growth-hero{
  background:linear-gradient(135deg,#151c24 0%,#202a35 72%,#6f5537 100%);
  color:#fff;
  padding:68px 24px 48px;
}

.seo-growth-hero h1{
  margin:0 0 16px;
  max-width:900px;
  color:#fff;
  font-size:54px;
  line-height:1.05;
}

.seo-growth-hero p{
  margin:0;
  max-width:780px;
  color:#dbe0e6;
  font-size:20px;
  line-height:1.6;
}

.seo-growth-content{
  padding:52px 24px;
}

.seo-growth-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
  margin:28px 0;
}

.seo-growth-card{
  background:#fff;
  border:1px solid #eadfce;
  border-top:5px solid #c8a06a;
  padding:24px;
}

.seo-growth-card h3{
  margin:0 0 10px;
  color:#151c24;
  font-size:22px;
}

.seo-growth-card p{
  margin:0;
  color:#4f5964;
  font-size:15px;
  line-height:1.55;
}

.seo-growth-text{
  background:#fff;
  border:1px solid #eadfce;
  padding:28px;
  margin-top:22px;
}

.seo-growth-text h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.1;
}

.seo-growth-text p{
  margin:0 0 14px;
  color:#4f5964;
  font-size:16px;
  line-height:1.65;
}

.seo-growth-text ul{
  color:#4f5964;
  font-size:16px;
  line-height:1.65;
}

.seo-growth-cta{
  margin-top:24px;
  padding:28px;
  background:#151c24;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.seo-growth-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
}

.seo-growth-cta p{
  margin:0;
  color:#dbe0e6;
  font-size:16px;
  line-height:1.5;
}

.seo-growth-cta a{
  background:#c8a06a;
  color:#151c24;
  -webkit-text-fill-color:#151c24;
  white-space:nowrap;
}

@media(max-width:900px){
  .seo-clarity,
  .seo-growth-content{
    padding:38px 16px;
  }

  .seo-growth-hero{
    padding:44px 16px 34px;
  }

  .seo-clarity h2,
  .seo-growth-hero h1{
    font-size:34px;
  }

  .seo-clarity-lead,
  .seo-growth-hero p{
    font-size:17px;
  }

  .seo-two-paths,
  .seo-growth-grid{
    grid-template-columns:1fr;
  }

  .seo-growth-cta{
    display:block;
  }

  .seo-growth-cta a{
    width:100%;
    margin-top:18px;
  }
}
