/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* ─────────────────────────────────────────
   TAB MODULE
───────────────────────────────────────── */

.hhs-tab-wrapper {
  display: flex !important;
  gap: 8px !important;
  border-bottom: none !important;
  padding: 0 !important;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-bottom: 50px !important;
}

.hhs-tab-wrapper li {
  flex: 0 0 auto !important;
  width: auto !important;
  border: none !important;
  border-bottom: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.hhs-tab-wrapper li::before {
  display: none !important;
}

.hhs-tab-wrapper li a,
.hhs-tab-wrapper li button {
  border-radius: 10px !important;
  border: 2px solid #e4e8f0 !important;
  font-weight: 700 !important;
  padding: 10px 24px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  width: auto !important;
}

.hhs-tab-wrapper li a[aria-selected="true"],
.hhs-tab-wrapper li button[aria-selected="true"] {
  background: #1a2744 !important;
  color: #ffffff !important;
  border-color: #1a2744 !important;
}


/* ─────────────────────────────────────────
   TAB PANEL LIST STYLES
───────────────────────────────────────── */

.hhs-panel-wrapper ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.hhs-panel-wrapper ul li {
  display: block !important;
  border-bottom: 1px solid #e4e8f0 !important;
  padding: 8px 0 8px 20px !important;
  text-indent: -20px !important;
  margin-left: 20px !important;
  line-height: 1.5 !important;
}

.hhs-panel-wrapper ul li:last-child {
  border-bottom: none !important;
}

.hhs-panel-wrapper ul li p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.hhs-panel-wrapper ul li::before {
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  border-radius: 50% !important;
  background: #f05a22 !important;
  display: inline-block !important;
  margin-right: 12px !important;
  vertical-align: middle !important;
}


/* ─────────────────────────────────────────
   TESTIMONIAL GRID
───────────────────────────────────────── */

.cw-test-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

@media (max-width: 768px) {
  .cw-test-grid {
    grid-template-columns: 1fr !important;
  }
}


/* ─────────────────────────────────────────
   WHY OUR SPEAKERS — OUTCOME PILLS
───────────────────────────────────────── */

.cw-why-wrap .cw-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.cw-why-wrap .cw-outcome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e4e8f0;
  border-left: 3px solid #f05a22;
  border-radius: 8px;
  font-weight: 700;
}

.cw-why-wrap .cw-outcome::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f05a22;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cw-why-wrap .cw-outcomes {
    grid-template-columns: 1fr 1fr;
  }
}


//* ─────────────────────────────────────────
   DAVID SPEAKER CARD
───────────────────────────────────────── */

.cw-david-wrap,
.cw-david-wrap > div {
  height: 100%;
}

.cw-david-wrap .cw-david-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e4e8f0;
  box-shadow: 0 4px 24px rgba(26,39,68,.08);
  display: flex;
  flex-direction: row;
}

.cw-david-wrap .cw-david-photo {
  width: 320px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.cw-david-wrap .cw-david-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.cw-david-wrap .cw-david-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f05a22;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  z-index: 2;
}

.cw-david-wrap .cw-david-body {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cw-david-wrap .cw-david-title {
  font-weight: 800;
  color: #f05a22;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
}

.cw-david-wrap .cw-david-creds {
  color: #8a9ab8;
  margin-bottom: 18px;
  line-height: 1.6;
}

.cw-david-wrap .cw-david-bio {
  line-height: 1.78;
  margin-bottom: 0;
}

.cw-david-wrap .cw-david-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cw-david-wrap .cw-david-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cw-david-wrap .cw-david-linkedin:hover { color: #0077b5; }

@media (max-width: 1024px) {
  .cw-david-wrap,
  .cw-david-wrap > div {
    height: auto;
  }
  .cw-david-wrap .cw-david-card {
    grid-template-columns: 1fr;
  }
  .cw-david-wrap .cw-david-photo {
    min-height: unset;
    height: 380px;
  }
  .cw-david-wrap .cw-david-photo img {
    object-position: center 15%;
  }
}

@media (max-width: 768px) {
  .cw-david-wrap .cw-david-body {
    padding: 28px 24px;
  }
  .cw-david-wrap .cw-david-photo {
    height: 320px;
  }
  .cw-david-wrap .cw-david-photo img {
    object-position: center 10%;
  }
}


/* ─────────────────────────────────────────
   AL & LOGAN SPEAKER CARDS + CTA CARD
───────────────────────────────────────── */

.cw-duo-wrap .cw-duo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.cw-duo-wrap .cw-speaker-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4e8f0;
  box-shadow: 0 4px 20px rgba(26,39,68,.07);
}

.cw-duo-wrap .cw-speaker-photo {
  position: relative;
  overflow: hidden;
  height: 260px;
}

.cw-duo-wrap .cw-speaker-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cw-duo-wrap .cw-speaker-body {
  padding: 28px;
}

.cw-duo-wrap .cw-speaker-title {
  font-weight: 800;
  color: #f05a22;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
}

.cw-duo-wrap .cw-speaker-bio {
  line-height: 1.72;
  margin-bottom: 18px;
}

.cw-duo-wrap .cw-speaker-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cw-duo-wrap .cw-speaker-linkedin:hover { color: #0077b5; }

.cw-duo-wrap .cw-cta-card {
  background: #1a2744;
  border-radius: 16px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(26,39,68,.15);
  position: relative;
  overflow: hidden;
}

.cw-duo-wrap .cw-cta-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f05a22, #ffb347);
}

.cw-duo-wrap .cw-cta-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.cw-duo-wrap .cw-cta-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #f05a22;
  position: relative;
  z-index: 1;
}

.cw-duo-wrap .cw-cta-text {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.cw-duo-wrap .cw-cta-text em {
  font-style: italic;
  color: rgba(255,255,255,.7);
}

.cw-duo-wrap .cw-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f05a22;
  color: #ffffff;
  padding: 13px 24px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .15s;
  position: relative;
  z-index: 1;
  align-self: flex-start;
}

.cw-duo-wrap .cw-cta-btn:hover {
  background: #ff7a45;
  transform: translateY(-1px);
  color: #ffffff;
}

@media (max-width: 900px) {
  .cw-duo-wrap .cw-duo-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cw-duo-wrap .cw-cta-card {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .cw-duo-wrap .cw-duo-grid {
    grid-template-columns: 1fr;
  }
  .cw-duo-wrap .cw-cta-card {
    grid-column: span 1;
  }
}


/* ─────────────────────────────────────────
   BOOKS SECTION
───────────────────────────────────────── */

.cw-books-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cw-book-card {
  display: flex;
  gap: 20px;
  align-items: center;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 20px;
}

.cw-book-img {
  width: 64px;
  flex-shrink: 0;
}

.cw-book-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 4px 4px 16px rgba(0,0,0,.4);
}

.cw-book-new {
  display: inline-block;
  background: #f05a22;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 5px;
}

.cw-book-descriptor {
  font-weight: 800;
  color: #f05a22;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 6px;
}

.cw-book-desc {
  line-height: 1.6;
}


/* ─────────────────────────────────────────
   TALKS SECTION
───────────────────────────────────────── */

.cw-talks-wrap .cw-talks-formats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 40px;
  flex-wrap: wrap;
}

.cw-talks-wrap .cw-talks-pill {
  padding: 8px 18px;
  border-radius: 100px;
  border: 1.5px solid #e4e8f0;
  font-weight: 700;
}

.cw-talks-wrap .cw-talks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.cw-talks-wrap .cw-talk-card {
  border: 1px solid #e4e8f0;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}

.cw-talks-wrap .cw-talk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26,39,68,.1);
}

.cw-talks-wrap .cw-talk-photo {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1e3a5c, #0f2035);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw-talks-wrap .cw-talk-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw-talks-wrap .cw-talk-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.2);
}

.cw-talks-wrap .cw-talk-photo-placeholder svg {
  width: 28px;
  height: 28px;
}

.cw-talks-wrap .cw-talk-photo-placeholder span {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cw-talks-wrap .cw-talk-body {
  padding: 20px 20px 22px;
}

.cw-talks-wrap .cw-talk-title {
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.3;
}

.cw-talks-wrap .cw-talk-desc {
  line-height: 1.65;
}

.cw-talks-wrap .cw-talks-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #1a2744;
  border-radius: 14px;
  padding: 28px 36px;
}

.cw-talks-wrap .cw-talks-callout h4 {
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.cw-talks-wrap .cw-talks-callout p {
  line-height: 1.6;
  margin: 0;
  color: rgba(255,255,255,.65);
}

.cw-talks-wrap .cw-talks-callout-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f05a22;
  color: #ffffff;
  padding: 13px 24px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  flex-shrink: 0;
}

.cw-talks-wrap .cw-talks-callout-btn:hover {
  background: #ff7a45;
  transform: translateY(-1px);
  color: #ffffff;
}

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

@media (max-width: 768px) {
  .cw-talks-wrap .cw-talks-grid {
    grid-template-columns: 1fr;
  }
  .cw-talks-wrap .cw-talks-callout {
    flex-direction: column;
    text-align: center;
  }
}

/* ─────────────────────────────────────────
   STEPS MODULE
───────────────────────────────────────── */

.cw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.cw-steps::after {
  content: '';
  position: absolute;
  top: 35px;
  left: calc(12.5% + 18px);
  right: calc(12.5% + 18px);
  height: 2px;
  background: repeating-linear-gradient(90deg, #f05a22 0, #f05a22 10px, transparent 10px, transparent 22px);
}

.cw-step {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.cw-step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1a2744;
  color: #ffffff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px #e4e8f0;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.cw-step:hover .cw-step-circle {
  background: #f05a22;
  transform: scale(1.1);
  box-shadow: 0 0 0 8px #ffffff, 0 0 0 9px rgba(240,90,34,.3), 0 8px 24px rgba(240,90,34,.3);
}

.cw-step h4 {
  margin-bottom: 10px;
  transition: color 0.2s;
}

.cw-step:hover h4 {
  color: #f05a22;
}

.cw-step p {
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .cw-steps {
    grid-template-columns: 1fr;
  }
  .cw-steps::after {
    display: none;
  }
  .cw-step {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    text-align: left;
    padding: 0 0 32px 0;
    align-items: start;
  }
  .cw-step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 34px;
    top: 70px;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(180deg, #f05a22 0, #f05a22 10px, transparent 10px, transparent 22px);
  }
  .cw-step-circle {
    margin: 0;
    flex-shrink: 0;
  }
  .cw-step-text {
    padding-top: 20px;
  }
}