/* Future Ready Coaching Journey page styles. Uses existing theme variables only. */

.coaching-anchor {
  scroll-margin-top: 140px;
}

.future-ready-page #site-header {
  z-index: 1035 !important;
}

.future-ready-page .w3l-cwp4-sec,
.future-ready-page .w3l-faq-block,
.future-ready-page .w3l-contact-11 {
  overflow: hidden;
}

.future-ready-page main > section {
  position: relative;
}

.future-ready-page main > section:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.coaching-page-title,
.coaching-section-title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.coaching-page-title-dark,
.coaching-lead-dark {
  color: var(--heading-color);
}

.coaching-hero-banner .new-block {
  min-height: 660px;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.coaching-hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
}

.coaching-hero-copy {
  max-width: 720px;
}

.coaching-hero-visual {
  position: relative;
  overflow: visible;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.coaching-hero-visual::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 6px;
  box-shadow: inset 0 -110px 120px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  z-index: 1;
}

.coaching-hero-visual img,
.coaching-image-panel {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.coaching-hero-visual img {
  aspect-ratio: 16 / 10;
  max-height: 390px;
  object-position: center;
}

.coaching-hero-stat {
  position: absolute;
  z-index: 2;
  right: -10px;
  max-width: 230px;
  padding: 14px 16px;
  background: var(--bg-white);
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.coaching-hero-stat strong,
.coaching-hero-stat span {
  display: block;
}

.coaching-hero-stat strong {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 24px;
}

.coaching-hero-stat span {
  color: var(--para-color);
  font-size: 14px;
  line-height: 20px;
}

.coaching-hero-stat-top {
  top: 28px;
}

.coaching-hero-stat-bottom {
  bottom: 28px;
  left: -12px;
  right: auto;
}

.coaching-image-panel {
  height: 380px;
  min-height: 340px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.coaching-hero-banner .coaching-page-title,
.coaching-hero-banner .coaching-tagline,
.coaching-hero-banner .coaching-lead,
.coaching-section-title-light {
  color: #fff;
}

.coaching-tagline {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 18px;
}

.coaching-lead {
  font-size: 18px;
  line-height: 29px;
  max-width: 780px;
}

.coaching-section-header {
  max-width: 860px;
}

.coaching-overline {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
}

.coaching-section-intro {
  max-width: 760px;
}

.coaching-intro-section {
  background: linear-gradient(180deg, var(--bg-white) 0%, rgba(128, 238, 40, 0.04) 100%);
}

.coaching-intro-layout {
  row-gap: 32px;
}

.coaching-intro-copy {
  max-width: 620px;
}

.coaching-intro-note-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.coaching-intro-note-pill {
  padding: 20px;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.coaching-intro-note-pill span {
  display: block;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 8px;
}

.coaching-intro-note-pill strong {
  display: block;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.coaching-intro-statement {
  height: auto;
  border-left: 4px solid var(--primary-color);
}

.coaching-intro-frame {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 16px;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.coaching-intro-frame::before {
  content: "";
  position: absolute;
  inset: 34px 34px -14px -14px;
  border: 1px solid rgba(128, 238, 40, 0.45);
  border-radius: 6px;
  z-index: -1;
}

.coaching-intro-image {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  background: var(--bg-color);
}

.coaching-intro-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  padding: 18px 20px;
  background: var(--bg-white);
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.coaching-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.coaching-card,
.testimonial-card {
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.coaching-card:hover,
.testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(128, 238, 40, 0.55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.coaching-card-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 12px;
}

.coaching-note {
  margin-top: 24px;
}

.coaching-icon-grid,
.coaching-steps-grid,
.testimonial-grid {
  display: grid;
  gap: 24px;
}

.coaching-icon-grid,
.coaching-steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.coaching-process-visual img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.coaching-module-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.coaching-module-card {
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.coaching-module-card img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.coaching-module-card:nth-child(2) img {
  object-position: center 18%;
}

.coaching-module-body {
  padding: 2rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.coaching-card .fa,
.testimonial-card .fa {
  color: var(--primary-color);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(128, 238, 40, 0.14);
}

.coaching-icon-grid .coaching-card,
.coaching-steps-grid .coaching-card {
  border-top: 4px solid var(--primary-color);
}

.coaching-list {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.coaching-list li {
  list-style-type: disc;
}

.coaching-list li + li {
  margin-top: 10px;
}

.coaching-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.coaching-check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--para-color);
  line-height: 26px;
}

.coaching-check-list li + li {
  margin-top: 12px;
}

.coaching-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
  background: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.coaching-check-list-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
}

.coaching-check-list-two li + li {
  margin-top: 0;
}

.coaching-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.coaching-timeline::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(128, 238, 40, 0.45);
}

.coaching-timeline-item {
  position: relative;
  padding: 1.45rem 1.5rem 1.45rem 4.5rem;
  margin-bottom: 2rem;
  list-style-type: none;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.coaching-timeline-item:last-child {
  margin-bottom: 0;
}

.coaching-timeline-item::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 1.65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 4px solid var(--bg-white);
  box-shadow: 0 0 0 1px rgba(128, 238, 40, 0.45);
}

.coaching-timeline-label {
  color: var(--para-color);
  margin-bottom: 0;
}

.coaching-accordion details {
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.coaching-accordion details + details {
  margin-top: 16px;
}

.coaching-accordion summary {
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
  outline: none;
  list-style-position: outside;
}

.coaching-accordion summary:focus-visible,
.coaching-cta-group a:focus-visible,
.testimonial-card a:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

.coaching-accordion-content {
  margin-top: 1rem;
}

.coaching-inline-note {
  font-size: 15px;
  line-height: 22px;
}

.coaching-profile {
  max-width: 230px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 5px solid var(--bg-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.coaching-coach-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.coaching-coach-section .row {
  row-gap: 30px;
}

.coaching-coach-frame {
  position: relative;
  max-width: 560px;
  padding: 16px;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.coaching-coach-frame::before {
  content: "";
  position: absolute;
  inset: 36px -14px -14px 36px;
  border: 1px solid rgba(128, 238, 40, 0.45);
  border-radius: 6px;
  z-index: -1;
}

.coaching-coach-frame .coaching-coach-image {
  height: 520px;
  object-fit: cover;
  object-position: center;
}

.coaching-coach-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  padding: 18px 20px;
  background: var(--bg-white);
  border-left: 4px solid var(--primary-color);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.coaching-coach-card span,
.testimonial-trust-card span,
.coaching-contact-methods span,
.coaching-intro-card span {
  display: block;
  color: var(--para-color);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.coaching-coach-card strong,
.testimonial-trust-card strong,
.coaching-intro-card strong {
  display: block;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}

.coaching-coach-card p,
.coaching-intro-card p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 21px;
}

.coaching-pathway-panel {
  position: sticky;
  top: 110px;
  background: var(--heading-color);
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.coaching-panel-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

.coaching-pathway-panel p {
  color: #fff;
}

.coaching-pathway-panel .coaching-overline {
  color: var(--primary-color);
}

.coaching-investment-card {
  border-top: 4px solid var(--primary-color);
}

.coaching-price {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: var(--heading-color);
}

.coaching-table th {
  width: 42%;
  color: var(--heading-color);
}

.coaching-consultation-section {
  background: linear-gradient(180deg, rgba(128, 238, 40, 0.06), rgba(128, 238, 40, 0));
}

.coaching-contact-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 34px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  padding: clamp(2rem, 4vw, 3rem);
}

.coaching-contact-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--primary-color);
}

.coaching-contact-cta-content {
  max-width: 650px;
}

.coaching-contact-actions {
  margin-top: 28px;
}

.coaching-contact-visual {
  padding: 12px;
  background: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.coaching-consultation-image {
  display: block;
  width: 100%;
  height: clamp(260px, 28vw, 360px);
  object-fit: cover;
  object-position: center 24%;
  border-radius: 6px;
  margin: 0;
}

.coaching-contact-cta-card .custom-contact-btn {
  display: inline-block;
  margin-top: 24px;
}

.coaching-contact-methods {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.coaching-contact-methods div {
  padding: 16px 18px;
  border: 1px solid var(--bg-border);
  border-radius: 6px;
  background: rgba(128, 238, 40, 0.06);
}

.coaching-contact-methods a {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 600;
  margin-top: 4px;
  word-break: break-word;
}

.testimonials-intro {
  max-width: 860px;
}

.testimonial-intro-section .coaching-image-panel {
  height: 430px;
  object-position: center;
}

.testimonial-visual-stack {
  position: relative;
}

.testimonial-visual-stack::before {
  content: "";
  position: absolute;
  inset: 34px -16px -16px 34px;
  border: 1px solid rgba(128, 238, 40, 0.45);
  border-radius: 6px;
  z-index: -1;
}

.testimonial-trust-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: var(--bg-white);
  border-radius: 6px;
  border-left: 4px solid var(--primary-color);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.testimonial-trust-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
}

.quote-mark {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 1.5rem;
  opacity: 0.55;
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  font-size: 17px;
  line-height: 29px;
  color: var(--heading-color);
  font-weight: 600;
}

.testimonial-card {
  position: relative;
  padding: 2.25rem;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--primary-color);
}

.testimonial-meta {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--primary-color);
}

.coaching-belief {
  margin-top: 1.5rem;
  font-size: 22px;
  line-height: 34px;
  color: var(--heading-color);
  font-weight: 600;
  border-left: 4px solid var(--primary-color);
  padding-left: 1rem;
}

.testimonial-cta-panel .coaching-cta-group {
  justify-content: center;
}

.testimonial-final-cta .middle-section,
.testimonial-final-cta .section-width,
.testimonial-final-cta .link-list-menu {
  text-align: left;
}

.testimonial-final-cta .section-width {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-final-cta .coaching-cta-group {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .coaching-hero-banner .new-block {
    min-height: auto;
    padding-top: 110px;
  }

  .coaching-icon-grid,
  .coaching-steps-grid,
  .testimonial-grid,
  .testimonial-grid-two {
    grid-template-columns: repeat(2, 1fr);
  }

  .coaching-page-title,
  .coaching-section-title {
    font-size: 30px;
    line-height: 36px;
  }

  .coaching-pathway-panel {
    position: static;
  }

  .coaching-contact-cta-card {
    grid-template-columns: 1fr;
  }

  .coaching-contact-visual {
    max-width: 680px;
  }

  .coaching-intro-copy {
    max-width: none;
  }

  .coaching-intro-frame {
    margin: 0 auto;
  }

  .coaching-intro-image {
    height: 520px;
  }

  .coaching-coach-frame {
    margin: 0 auto;
  }

  .coaching-process-visual img {
    height: 240px;
  }

  .coaching-hero-stat {
    right: 8px;
  }

  .coaching-hero-stat-bottom {
    left: 8px;
  }
}

@media (max-width: 767px) {
  .coaching-icon-grid,
  .coaching-steps-grid,
  .testimonial-grid,
  .testimonial-grid-two,
  .coaching-module-grid {
    grid-template-columns: 1fr;
  }

  .coaching-check-list-two,
  .coaching-intro-note-grid {
    grid-template-columns: 1fr;
  }

  .coaching-cta-group .custom-contact-btn,
  .coaching-cta-group .btn {
    width: 100%;
    text-align: center;
  }

  .coaching-page-title,
  .coaching-section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .coaching-hero-copy {
    max-width: 100%;
  }

  .coaching-hero-banner .coaching-page-title {
    max-width: 11.5em;
    white-space: normal;
  }

  .coaching-lead {
    max-width: 100%;
  }

  .coaching-tagline {
    font-size: 20px;
    line-height: 28px;
  }

  .coaching-hero-stat {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .coaching-timeline {
    padding-left: 0;
  }

  .coaching-timeline::before {
    left: 18px;
  }

  .coaching-timeline-item {
    padding-left: 3.75rem;
  }

  .coaching-timeline-item::before {
    left: 10px;
  }

  .testimonial-card blockquote,
  .coaching-belief {
    font-size: 18px;
    line-height: 28px;
  }

  .coaching-image-panel {
    min-height: 260px;
    height: 300px;
  }

  .coaching-process-visual img,
  .coaching-panel-image {
    height: 220px;
  }

  .coaching-module-card img {
    height: 240px;
  }

  .coaching-coach-frame,
  .coaching-intro-frame {
    padding: 12px;
  }

  .coaching-intro-image {
    height: 470px;
  }

  .coaching-coach-frame::before,
  .testimonial-visual-stack::before,
  .coaching-intro-frame::before {
    display: none;
  }

  .coaching-coach-frame .coaching-coach-image {
    height: 420px;
  }

  .coaching-coach-card,
  .coaching-intro-card,
  .testimonial-trust-card {
    position: static;
    margin-top: 14px;
  }

  .coaching-module-body,
  .testimonial-card {
    padding: 1.5rem;
  }

  .coaching-contact-cta-card {
    padding: 1.5rem;
    gap: 24px;
  }

  .coaching-contact-methods {
    grid-template-columns: 1fr;
  }

  .coaching-contact-cta-card .custom-contact-btn {
    width: 100%;
    text-align: center;
  }

  .coaching-consultation-image,
  .testimonial-intro-section .coaching-image-panel {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .coaching-hero-copy,
  .coaching-hero-visual,
  .coaching-lead,
  .coaching-hero-banner .coaching-page-title {
    max-width: 360px;
  }

  .testimonial-intro-section .coaching-page-title,
  .testimonial-intro-section .coaching-lead {
    max-width: 330px;
  }

  .coaching-intro-image {
    height: 430px;
  }
}
