.portrait-highlight {
    width: 300px;
    height: 350px;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
}

.portrait-highlight img {
    width: 100%;
    height: 100%;
    border-radius: 60%;
    object-fit: cover;
    background: #fff;
}
.sc-speaker-page {
  color: #172033;
  background: #ffffff;
}

.sc-speaker-hero {
  padding: 110px 8%;
  background:
    linear-gradient(120deg, rgba(17,24,39,.92), rgba(30,41,59,.78)),
    url('/wp-content/uploads/speaker-hero-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sc-hero-content {
  max-width: 850px;
}

.sc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  color: #c7a75b;
  margin-bottom: 18px;
}

.sc-speaker-hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .95;
  margin-bottom: 24px;
}

.sc-speaker-hero p {
  font-size: 1.35rem;
  line-height: 1.6;
  max-width: 760px;
  color: #e5e7eb;
}

.sc-hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.sc-btn-primary,
.sc-btn-secondary {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.sc-btn-primary {
  background: #c7a75b;
  color: #111827;
}

.sc-btn-secondary {
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
}

.sc-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #111827;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.sc-proof-strip div {
  padding: 28px 18px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.sc-topics-section {
  padding: 90px 8%;
}

.sc-section-header {
  max-width: 920px;
  margin-bottom: 46px;
}

.sc-section-header h2,
.sc-speaker-bio h2,
.sc-cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.sc-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sc-topic-card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,.09);
  border: 1px solid rgba(15,23,42,.06);
  transition: all .25s ease;
}

.sc-topic-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 70px rgba(15,23,42,.14);
}

.sc-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #f4efe3;
  color: #8a6f3d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
  font-weight: 900;
}

.sc-topic-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
  color: #111827;
}

.sc-topic-card p {
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

.sc-speaker-bio {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  padding: 90px 8%;
  background: #f8fafc;
}

.sc-speaker-bio p {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #374151;
}

.sc-cta {
  text-align: center;
  padding: 90px 8%;
  background: #111827;
  color: #fff;
}

.sc-cta p {
  font-size: 1.2rem;
  color: #d1d5db;
  max-width: 760px;
  margin: 20px auto 34px;
}

@media (max-width: 950px) {
  .sc-proof-strip,
  .sc-topic-grid,
  .sc-speaker-bio {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .sc-proof-strip,
  .sc-topic-grid,
  .sc-speaker-bio {
    grid-template-columns: 1fr;
  }

  .sc-speaker-hero {
    padding: 80px 7%;
  }
}
.sc-about-page {
  color: #172033;
  background: #fff;
}

.sc-about-hero {
  padding: 110px 8%;
  background: linear-gradient(120deg, rgba(17,24,39,.94), rgba(30,41,59,.82));
  color: #fff;
}

.sc-hero-content {
  max-width: 900px;
}

.sc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 800;
  color: #c7a75b;
  margin-bottom: 18px;
}

.sc-about-hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .95;
  margin-bottom: 24px;
}

.sc-about-hero p {
  font-size: 1.35rem;
  line-height: 1.6;
  max-width: 780px;
  color: #e5e7eb;
}

.sc-hero-buttons {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.sc-btn-primary,
.sc-btn-secondary {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.sc-btn-primary {
  background: #c7a75b;
  color: #111827;
}

.sc-btn-secondary {
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
}

.sc-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #111827;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.sc-proof-strip div {
  padding: 28px 18px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.sc-about-section {
  padding: 90px 8%;
}

.sc-section-header {
  max-width: 920px;
  margin-bottom: 46px;
}

.sc-section-header h2,
.sc-split-section h2,
.sc-cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.sc-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sc-card {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,.09);
  border: 1px solid rgba(15,23,42,.06);
}

.sc-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #f4efe3;
  color: #8a6f3d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
  font-weight: 900;
}

.sc-card h3 {
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.sc-card p,
.sc-wide-copy,
.sc-split-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4b5563;
}

.sc-split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  padding: 90px 8%;
  background: #f8fafc;
}

.sc-wide-copy {
  max-width: 900px;
}

.sc-cta {
  text-align: center;
  padding: 90px 8%;
  background: #111827;
  color: #fff;
}

.sc-cta p {
  font-size: 1.2rem;
  color: #d1d5db;
  max-width: 760px;
  margin: 20px auto 34px;
}

@media (max-width: 950px) {
  .sc-proof-strip,
  .sc-card-grid,
  .sc-split-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .sc-proof-strip,
  .sc-card-grid,
  .sc-split-section {
    grid-template-columns: 1fr;
  }

  .sc-about-hero {
    padding: 80px 7%;
  }
}
/* Add space above and below the How I Lead header */
.sc-how-i-lead .sc-section-header {
  padding-top: 20px;     /* space above title */
  margin-bottom: 80px;
	margin-left: 50px;/* space before cards */
}

/* Add spacing between title and subtitle */
.sc-how-i-lead .sc-section-header h2 {
  margin-top: 12px;

}

/* Optional: give the eyebrow a little more room */
.sc-how-i-lead .sc-eyebrow {
  margin-bottom: 20px;
}
