/* ==========================================================================
   Leader's Compass page (scoped to .leaders-compass-page)
   ========================================================================== */
.leaders-compass-page {
  --primary-coral: #ff3644;
  --primary-coral-hover: #e02431;
  --heading-dark: #121826;
  --subheading-navy: #2d384e;
  --text-body: #5a6679;
  --badge-bg: #fff5f2;
  --font-family: 'DM Sans', sans-serif;
  --header-height: 90px;
  overflow-x: clip;
}

.leaders-compass-page section[id] {
  scroll-margin-top: 95px;
}

/* Smooth Scroll Viewport Reveal Animations */
.leaders-compass-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.leaders-compass-page .reveal.reveal-active {
  opacity: 1;
  transform: translateY(0);
}

.leaders-compass-page .reveal-delay-1 {
  transition-delay: 100ms;
}

.leaders-compass-page .reveal-delay-2 {
  transition-delay: 200ms;
}

.leaders-compass-page .reveal-delay-3 {
  transition-delay: 300ms;
}

.leaders-compass-page .reveal-delay-4 {
  transition-delay: 400ms;
}

/* Amazon icon inside site .sara-btn */
.leaders-compass-page .amazon-icon {
  width: 14px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 2px;
}

.leaders-compass-page .amazon-ctas .sara-btn,
.leaders-compass-page .amazon-buttons-row .sara-btn {
  gap: 8px;
}

.leaders-compass-page .enquiries-form-card .sara-btn {
  width: 100%;
  margin-top: 4px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 700px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 32%, #fce2e5 68%, #f8c9cf 100%);
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-height) + 15px);
  padding-bottom: 0;
  overflow: hidden;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 0 50px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 55px;
  position: relative;
  z-index: 2;
}

/* Left Side: Book Mockup */
.hero-left {
  flex: 1.25;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -4px;
}

.book-mockup-wrapper {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.lc-book-image {
  width: 100%;
  height: auto;
  max-height: 740px;
  object-fit: contain;
  display: block;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.22));
}

/* Right Side: Content Area */
.hero-right {
  flex: 1.2;
  max-width: 720px;
  padding-right: 50px;
  padding-top: 0;
  padding-bottom: 20px;
  align-self: center;
}

/* Badge / Pill */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  padding: 5px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 22px;
}

.badge-dot {
  width: 7px;
  height: 7px;
  background-color: var(--primary-coral);
  border-radius: 50%;
  display: inline-block;
}

.badge-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
}

/* Titles & Content */
.hero-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.title-dark {
  color: var(--heading-dark);
}

.title-accent {
  color: #ff3644;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #192A3D;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.4;
  margin-bottom: 18px;
}

.hero-description {
  font-family: 'DM Sans', var(--font-family);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
  margin-bottom: 28px;
  font-weight: 400;
  max-width: 630px;
}

/* Testimonial Strip */
.hero-testimonial {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.author-label {
  color: #ff3644;
  font-weight: 700;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}

.thinkers-badge {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.testimonial-content {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: var(--heading-dark);
  line-height: 1.35;
}

.coach-title {
  font-weight: 800;
}

.quote-text {
  font-weight: 700;
  font-style: italic;
}

/* Amazon Buttons Row */
.amazon-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Decorative Compass */
.decorative-compass-wrapper {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.decorative-compass {
  width: 215px;
  height: auto;
  display: block;
  opacity: 0.45;
}

/* ==========================================================================
   TRUSTED BY LEADERS LOGO MARQUEE SECTION
   ========================================================================== */
.logo-marquee-section {
  padding: 50px 0 60px 0;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.logo-marquee-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #192A3D;
  text-align: center;
  margin-bottom: 8px;
}

.logo-marquee-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #64748b;
  text-align: center;
  margin-bottom: 40px;
}

.logo-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
  will-change: transform;
}

.logo-marquee-track:hover {
  animation-play-state: running;
  /* Keep continuous scroll even on hover */
}

.logo-item {
  height: 65px;
  max-width: 220px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
}

.logo-item:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   RED QUOTE BANNER STRIP
   ========================================================================== */
.quote-banner-section {
  background: linear-gradient(135deg, #ff3644 0%, #ff3644 50%, #ff4d5a 100%);
  padding: 40px 24px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(255, 54, 68, 0.15);
}

.quote-banner-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-section {
    min-height: auto;
    padding-bottom: 40px;
    align-items: center;
  }

  .hero-container {
    align-items: center;
    gap: 24px;
    padding: 0 24px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .book-mockup-wrapper {
    max-width: 440px;
  }

  .decorative-compass {
    width: 130px;
  }
}

@media (max-width: 768px) {
  .hero-testimonial {
    flex-wrap: wrap;
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--header-height) + 20px);
    padding-bottom: 60px;
  }

  .hero-container {
    flex-direction: column;
    text-align: left;
    padding: 0 24px;
  }

  .hero-left {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }

  .hero-right {
    width: 100%;
    order: 2;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  .book-mockup-wrapper {
    max-width: 380px;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 34px;
  }

  .amazon-ctas {
    justify-content: flex-start;
  }

  .decorative-compass {
    width: 100px;
    right: 10px;
    bottom: 5px;
    opacity: 0.6;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .amazon-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .amazon-ctas .sara-btn {
    justify-content: center;
    width: 100%;
  }
}

/* ==========================================================================
   ABOUT THE BOOK SECTION
   ========================================================================== */
.about-book-section {
  background: linear-gradient(180deg, #FFF0F2 0%, #FFF5F6 100%);
  padding: 80px 24px 90px 24px;
  position: relative;
  overflow: hidden;
}

.about-book-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header & Intro */
.about-badge-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #fecdd3;
  padding: 6px 18px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #192A3D;
  box-shadow: 0 2px 8px rgba(255, 54, 68, 0.06);
}

.about-badge-dot {
  width: 8px;
  height: 8px;
  background-color: #ff3644;
  border-radius: 50%;
  display: inline-block;
}

.about-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.about-title span {
  color: #ff3644;
}

.about-intro-text {
  max-width: 1360px;
  margin: 0 auto 20px auto;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #4A5568;
  text-align: center;
}

.about-highlight-quote {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ff3644;
  text-align: center;
  max-width: 1360px;
  margin: 36px auto 55px auto;
}

/* Content Grid (2 Columns) */
.about-content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left Checklist */
.about-learn-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #192A3D;
  margin-bottom: 28px;
}

.about-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4A5568;
}

.about-check-icon {
  width: 20px;
  height: 20px;
  background-color: #ff3644;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-check-icon svg {
  width: 11px;
  height: 11px;
  fill: #ffffff;
}

.about-bottom-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ff3644;
}

/* Right Book Image with Soft Drop Shadow */
.about-book-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-book-img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}

.about-book-img:hover {
  transform: translateY(-6px);
}

@media (max-width: 992px) {
  .about-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-book-wrapper {
    order: -1;
  }

  .about-title {
    font-size: 30px;
  }
}

/* ==========================================================================
   LEADERSHIP NAVIGATION SYSTEM / AUDIENCE SECTION
   ========================================================================== */
.audience-section {
  background-color: #ffffff;
  padding: 90px 24px 100px 24px;
}

.audience-container {
  max-width: 1240px;
  margin: 0 auto;
}

.audience-badge-wrapper {
  text-align: center;
  margin-bottom: 22px;
}

.audience-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #FFF0F2;
  border: 1px solid #fecdd3;
  padding: 6px 20px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ff3644;
}

.audience-badge-dot {
  width: 7px;
  height: 7px;
  background-color: #ff3644;
  border-radius: 50%;
  display: inline-block;
}

.audience-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.audience-title-red {
  color: #ff3644;
}

.audience-subtext-group {
  max-width: 1300px;
  margin: 0 auto 55px auto;
  text-align: center;
}

.audience-subtext-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 8px;
  line-height: 1.6;
}

.audience-subtext-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #64748B;
  line-height: 1.6;
}

.audience-subtext-2 strong {
  color: #192A3D;
  font-weight: 700;
}

/* 4 Grid Cards */
.audience-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.audience-card {
  background-color: #FFF2F4;
  border: 1px dashed #FCD4D6;
  border-radius: 20px;
  padding: 16px 16px 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Hover Animation Effect */
.audience-card:hover {
  transform: translateY(-8px);
  background-color: #ffffff;
  border: 1px solid #ff3644;
  box-shadow: 0 20px 40px rgba(255, 54, 68, 0.12), 0 10px 20px rgba(0, 0, 0, 0.04);
}

.card-img-wrapper {
  width: 100%;
  height: 170px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.audience-card:hover .card-img {
  transform: scale(1.06);
}

.card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #192A3D;
  margin-bottom: 12px;
}

.card-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #64748B;
  padding: 0 8px;
}

@media (max-width: 1024px) {
  .audience-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .audience-cards-grid {
    grid-template-columns: 1fr;
  }

  .audience-title {
    font-size: 28px;
  }
}

/* ==========================================================================
   FIVE DIMENSIONS / NAVIGATION SYSTEM SECTION (STICKY LEFT COL)
   ========================================================================== */
.dimensions-section {
  background-color: #FFF2F4;
  padding: 100px 24px 80px 24px;
}

.dimensions-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 64px;
  align-items: start;
}

/* Sticky Left Image Box */
.dimensions-left-col {
  position: sticky;
  top: 120px;
  align-self: start;
}

.sticky-book-box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.sticky-book-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sticky-book-box:hover .sticky-book-img {
  transform: scale(1.03);
}

/* Right Column Content */
.dimensions-right-col {
  display: flex;
  flex-direction: column;
}

.dim-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #fecdd3;
  padding: 6px 18px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ff3644;
  align-self: flex-start;
  margin-bottom: 20px;
}

.dim-badge-dot {
  width: 7px;
  height: 7px;
  background-color: #ff3644;
  border-radius: 50%;
  display: inline-block;
}

.dim-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.dim-title-red {
  color: #ff3644;
}

.dim-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #64748B;
  margin-bottom: 45px;
  max-width: 650px;
}

/* List Items */
.dim-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dim-item {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 54, 68, 0.12);
}

.dim-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dim-item-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #ffffff;
  border: 1px solid #fecdd3;
  padding: 4px 14px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #192A3D;
  margin-bottom: 12px;
}

.dim-item-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #192A3D;
  margin-bottom: 8px;
}

.dim-item-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #64748B;
}

/* Bottom Red Quote Banner */
.dimensions-quote-container {
  max-width: 900px;
  margin: 90px auto 0 auto;
  text-align: center;
}

.dimensions-quote-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  color: #ff3644;
  line-height: 1.65;
}

@media (max-width: 992px) {
  .dimensions-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dimensions-left-col {
    position: static;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   WORLD-CLASS ENDORSEMENTS SECTION STYLES
   ========================================================================== */

.endorsements-section {
  padding: 100px 0 110px 0;
  background-color: #ffffff;
  position: relative;
}

.endorsements-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.endorsements-badge-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.endorsements-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #FFF2F4;
  border: 1px solid #fecdd3;
  padding: 6px 18px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ff3644;
}

.endorsements-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.endorsements-title-red {
  color: #ff3644;
}

.endorsements-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #64748B;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}

/* 3-Card Grid */
.endorsements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

/* Endorsement Card */
.endorsement-card {
  background-color: #FFF2F4;
  border-radius: 16px;
  padding: 36px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.endorsement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(255, 54, 68, 0.08);
}

.endorsement-quote-icon {
  width: 50px;
  height: 40px;
  margin-bottom: 22px;
}

.endorsement-quote-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.endorsement-quote-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 36px;
  flex-grow: 1;
}

/* Card Footer: Author Info & Compass Thumbnail */
.endorsement-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  margin-top: auto;
}

.endorsement-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 75px;
}

.endorsement-author-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #192A3D;
}

.endorsement-author-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #64748B;
  line-height: 1.45;
}

.endorsement-compass-img {
  position: absolute;
  right: -26px;
  bottom: -16px;
  width: 110px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.45;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.endorsement-card:hover .endorsement-compass-img {
  opacity: 0.65;
  transform: scale(1.04);
}

/* Responsive Styles for Endorsements Section */
@media (max-width: 1024px) {
  .endorsements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .endorsements-grid {
    grid-template-columns: 1fr;
  }

  .endorsements-title {
    font-size: 30px;
  }

  .endorsements-section {
    padding: 60px 0 70px 0;
  }
}

/* ==========================================
   ABOUT THE AUTHOR SECTION
   ========================================== */
.about-author-section {
  position: relative;
  background-color: #FFF2F4;
  padding: 60px 0 0 0;
  overflow: hidden;
}

/* Diagonal Red Accent Background Shape on the Left */
.author-red-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #ff3644;
  clip-path: polygon(0 0, 38% 0, 82% 100%, 0 100%);
  z-index: 1;
}

.author-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: end;
  position: relative;
  z-index: 2;
}

/* Left Column: Image Wrap - Anchored flush to the section bottom floor */
.author-image-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  line-height: 0;
}

.author-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.12));
  display: block;
}

/* Right Column: Content Wrap */
.author-content-wrap {
  padding-left: 60px;
  padding-bottom: 60px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Badge */
.author-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border: 1px solid #FDE8E9;
  border-radius: 9999px;
  padding: 6px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ff3644;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(255, 54, 68, 0.06);
}

.author-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff3644;
}

/* Heading */
.author-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  line-height: 1.25;
  margin-bottom: 24px;
}

.text-coral {
  color: #ff3644;
}

/* Bio Paragraphs */
.author-bio {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px;
}

/* Featured Quote */
.author-quote {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  color: #ff3644;
  margin: 12px 0 28px 0;
  padding: 0;
  border: none;
}

/* Credentials Grid */
.author-credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
  width: 100%;
  margin-bottom: 32px;
}

.credential-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  border: 1px solid #FEE2E2;
  border-radius: 9999px;
  padding: 10px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #192A3D;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.credential-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 54, 68, 0.08);
}

.check-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  color: #ff3644;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon svg {
  width: 100%;
  height: 100%;
}

/* Footer Link Callout */
.author-footer-callout {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #475569;
  line-height: 1.5;
}

.author-website-link {
  color: #ff3644;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.author-website-link:hover {
  text-decoration: underline;
  color: #E02431;
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .author-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .author-red-shape {
    width: 100%;
    height: 340px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }

  .author-image-wrap {
    position: relative;
    width: 100%;
    min-height: 380px;
    height: auto;
  }

  .author-img {
    height: auto;
    max-height: 440px;
    width: auto;
  }

  .author-content-wrap {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .about-author-section {
    padding: 60px 0;
  }

  .author-heading {
    font-size: 30px;
  }

  .author-credentials-grid {
    grid-template-columns: 1fr;
  }

  .author-quote {
    font-size: 15px;
  }

  .form-row-2col {
    grid-template-columns: 1fr;
  }

  .enquiries-form-card {
    padding: 24px 20px;
  }

  .enquiries-title,
  .final-cta-title {
    font-size: 26px;
  }

  .amazon-buttons-row {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .amazon-buttons-row .sara-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================
   ENQUIRIES & FINAL CTA SECTION
   ========================================== */
.enquiries-cta-section {
  background-color: #FAF6F2;
  padding: 90px 0 100px 0;
  position: relative;
  width: 100%;
}

.enquiries-cta-section .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Part 1: Enquiries Wrapper */
.enquiries-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 90px;
  width: 100%;
}

.enquiries-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  line-height: 1.3;
  margin-bottom: 12px;
}

.enquiries-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #64748B;
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 36px;
}

/* Form Card */
.enquiries-form-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02);
  border: 1px solid #F3ECE7;
  padding: 36px 40px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transform: none;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.enquiries-form-card .form-group {
  width: 100%;
  position: relative;
}

.enquiries-form-card .form-group input {
  border: 1px solid #dbe3eb;
  outline: 3px solid transparent;
  height: 45px;
  padding: 0 25px;
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
  color: #797590;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.enquiries-form-card .form-group input:focus {
  border-color: #ff3644;
  outline: none;
}

/* Part 2: Final CTA Wrapper */
.final-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-cta-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #192A3D;
  line-height: 1.3;
  margin-bottom: 10px;
}

.final-cta-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* Amazon Buttons Row */
.amazon-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.corporate-gifting-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #64748B;
}

.corporate-gifting-note .email-link {
  color: #ff3644;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.corporate-gifting-note .email-link:hover {
  text-decoration: underline;
  color: #E02431;
}

.leaders-compass-page .logo-marquee-section .container,
.leaders-compass-page .quote-banner-section .container {
  text-align: center;
}