/* 01 - Hero */

.speaking-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient( circle at 88% 15%, rgba(36, 87, 166, 0.12), transparent 34% ), #ffffff;
}

.speaking-label, .speaking-visual-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-heading {
  max-width: 52rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.speaking-copy {
  max-width: 46rem;
  line-height: 1.7;
}

.speaking-actions .btn {
  white-space: nowrap;
}

/* Style the visual panel */

.speaking-visual {
  color: #ffffff;
  background-color: #172033;
  padding: 2rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 32, 51, 0.14);
}

.speaking-visual-label {
  color: rgba(255, 255, 255, 0.68);
}

.speaking-focus-list {
  margin-top: 1.5rem;
}

.speaking-focus-item {
  color: #ffffff;
  background-color: #26334a;
  border: 1px solid #3b4961;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.speaking-focus-item p {
  color: #ffffff !important;
  background-color: transparent !important;
}

.speaking-focus-item:hover {
  background-color: #30405c;
  border-color: #50617c;
  transform: translateX(3px);
}

.speaking-focus-number {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background-color: #2457a6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Add responsive CSS */

@media (min-width: 768px) {
  .speaking-visual {
    padding: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .speaking-heading {
    font-size: 2.35rem;
  }
}

@media (max-width: 575.98px) {
  .speaking-copy {
    font-size: 1.05rem;
  }
}

@media (max-width: 575.98px) {
  .speaking-actions .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .speaking-visual {
    padding: 1.5rem;
  }
}

/* 02 - Introduction */

.speaking-intro {
  background-color: var(--site-light);
}

.speaking-intro-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-intro-heading {
  max-width: 27rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-intro-lead {
  max-width: 44rem;
  color: var(--site-dark);
  line-height: 1.65;
}

.speaking-intro-copy {
  max-width: 44rem;
  line-height: 1.7;
}

/* Optional accent line */

@media (min-width: 992px) {
  .speaking-intro-heading-column {
    padding-left: 1.5rem;
    border-left: 4px solid var(--bs-primary);
  }
}

/* 03 - Speaking topics */

.speaking-topics-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-topics-heading {
  max-width: 25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-topics-copy {
  max-width: 26rem;
  line-height: 1.7;
}

.speaking-topics-accordion {
  --bs-accordion-border-color: #dee3ea;
  --bs-accordion-border-radius: 0.75rem;
  --bs-accordion-inner-border-radius: calc(0.75rem - 1px);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(36, 87, 166, 0.16);
  --bs-accordion-active-color: #172033;
  --bs-accordion-active-bg: #f1f5fb;
}

.speaking-topics-accordion .accordion-item {
  overflow: hidden;
  background-color: #ffffff;
}

.speaking-topics-accordion .accordion-button {
  color: #172033;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.25rem;
}

.speaking-topics-accordion .accordion-button:not(.collapsed) {
  color: #172033;
  background-color: #f1f5fb;
  box-shadow: inset 0 -1px 0 #dee3ea;
}

.speaking-topics-accordion .accordion-body {
  padding: 1.25rem;
}

.speaking-topic-list {
  color: var(--site-body);
}

.speaking-topic-list li {
  line-height: 1.6;
}

.speaking-topic-check {
  color: #2457a6;
  font-weight: 700;
}

.speaking-topic-list-text {
  color: var(--site-body);
}

/* Optional sticky introduction */

@media (min-width: 992px) {
  .speaking-topics-intro {
    position: sticky;
    top: 7rem;
  }
}

/* Mobile adjustment - long topics headings may need slightly smaller text on mobile */

@media (max-width: 575.98px) {
  .speaking-topics-accordion .accordion-button {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .speaking-topics-accordion .accordion-body {
    padding: 1rem;
  }
}

/* 04 - Speaking formats */

.speaking-formats-section {
  background-color: var(--site-light);
}

.speaking-formats-header {
  max-width: 46rem;
}

.speaking-formats-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-formats-heading {
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-formats-copy {
  line-height: 1.7;
}

.speaking-format-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #dee3ea;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.speaking-format-card:hover {
  transform: translateY(-3px);
  border-color: rgba(36, 87, 166, 0.35);
  box-shadow: 0 0.75rem 1.75rem rgba(23, 32, 51, 0.08);
}

.speaking-format-number {
  width: 2.75rem;
  height: 2.75rem;
  color: #2457a6;
  background-color: #e9f0fa;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.speaking-format-card p {
  line-height: 1.7;
}

/* Add the optional top accent */

.speaking-format-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2457a6;
}

/* Add the mobile adjustment - if the cards feel too spacious on small phones, add: */

@media (max-width: 575.98px) {
  .speaking-format-card .card-body {
    padding: 1.25rem !important;
  }
}

@media (max-width: 575.98px) {
  .speaking-format-number {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 05 - Tailored to your audience */

.speaking-tailored-section {
  color: #ffffff;
  background-color: #172033;
}

.speaking-tailored-label {
  color: #8fb5f2;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-tailored-heading {
  max-width: 24rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-tailored-lead {
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.speaking-tailored-copy {
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.speaking-tailored-item {
  color: #ffffff;
  background-color: #26334a;
  border: 1px solid #3b4961;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.speaking-tailored-item:hover {
  transform: translateY(-2px);
  background-color: #30405c;
  border-color: #50617c;
}

.speaking-tailored-check {
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background-color: #2457a6;
  font-size: 0.8rem;
  font-weight: 700;
}

.speaking-tailored-item-text {
  color: #ffffff;
  line-height: 1.55;
}

/* Optional sticky introduction */

/* 06 - What audiences can expect */

.speaking-expectations-header {
  max-width: 48rem;
}

.speaking-expectations-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-expectations-heading {
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-expectations-copy {
  line-height: 1.7;
}

.speaking-expectation-item {
  padding: 0.5rem 0;
}

.speaking-expectation-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #2457a6;
  background-color: #e9f0fa;
  font-size: 1rem;
  font-weight: 700;
}

.speaking-expectation-content {
  min-width: 0;
}

.speaking-expectation-content p {
  line-height: 1.65;
}

/* Optional subtle hover effect */

.speaking-expectation-item {
  transition: transform 180ms ease;
}

.speaking-expectation-item:hover {
  transform: translateY(-2px);
}

.speaking-expectation-icon {
  transition: color 180ms ease, background-color 180ms ease;
}

.speaking-expectation-item:hover .speaking-expectation-icon {
  color: #ffffff;
  background-color: #2457a6;
}

/* Mobile adjustment - if the section feels too spacious on small phones, reduce the Row gap: */

@media (max-width: 575.98px) {
  .speaking-expectations-section .row {
    --bs-gutter-y: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .speaking-expectation-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* 07 - Featured testimonial */

.speaking-testimonial-section {
  background-color: var(--site-light);
}

.speaking-featured-testimonial {
  background-color: #ffffff;
  border: 1px solid #dee3ea;
  box-shadow: 0 0.75rem 2rem rgba(23, 32, 51, 0.08);
}

.speaking-featured-quote-mark {
  height: 4rem;
  color: #2457a6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 0.9;
}

.speaking-featured-content {
  min-width: 0;
}

.speaking-testimonial-label {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-featured-quote {
  max-width: 48rem;
  color: #172033;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.6;
}

.speaking-testimonial-initials {
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  background-color: #2457a6;
  font-size: 0.85rem;
  font-weight: 700;
}

.speaking-testimonial-avatar {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.speaking-testimonial-role {
  line-height: 1.45;
}

/* 08 - Call to action */

.speaking-cta-box {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #2457a6;
}

.speaking-cta-label {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.speaking-cta-heading {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.speaking-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.speaking-cta-button {
  position: relative;
  z-index: 1;
  color: #2457a6;
  background-color: #ffffff;
  border-color: #ffffff;
  font-weight: 600;
}

.speaking-cta-button:hover, .speaking-cta-button:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

/* Add optional background decoration */

.speaking-cta-box::before {
  content: "";
  position: absolute;
  top: -9rem;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.speaking-cta-box::after {
  content: "";
  position: absolute;
  bottom: -11rem;
  left: -7rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

/* Make the button full-width on mobile */

@media (max-width: 575.98px) {
  .speaking-cta-button {
    display: block;
    width: 100%;
  }
}

