/* Brand tokens (aligned with conniekwan.com) */
:root {
  --ck-ink: #1a1f2e;
  --ck-muted: #5c6478;
  --ck-cream: #f7f5f0;
  --ck-purple: #382274;
  --ck-green: #94BC2E;
  --ck-pm-green: #94BC2E;
  --ck-gold: #FEC200;
  --ck-orange: #FEC200;
  --ck-coral: #ca2400;

  /* Type scale */
  --ck-fs-hero: clamp(1.75rem, 4vw, 2.5rem);
  --ck-fs-section: clamp(1.5rem, 3vw, 2rem);
  --ck-fs-sub: clamp(1.2rem, 2.2vw, 1.4rem);
  --ck-fs-card: 1.15rem;
  --ck-fs-body: 1.05rem;
  --ck-fs-small: 0.9rem;
  --ck-fs-meta: 0.8rem;
}

/* Kill leftover navy/slate blues sitewide in this mirror */
.ck-testimonials .ipHQgC,
.sc-iudaby.ipHQgC {
  background-color: transparent !important;
}

/* Readable brand headings instead of Syncopate */
.ck-hero .jrDIRs,
.ck-hero .jrDIRs span,
.ck-proven__title,
.ck-testimonials h1,
.ck-benefits .iCusdD,
.ck-benefits .iCusdD span,
.ck-faq h1,
.ck-faq h1 span,
.ck-curriculum .BqzMX,
.ck-curriculum .BqzMX span,
.ck-about h1,
.ck-about h1 span,
.ck-pricing__title,
.ck-cohort-form__title,
.sc-gcfzXs.BqzMX,
.sc-gcfzXs.BqzMX span,
.sc-gcfzXs.jeVnBT,
.sc-gcfzXs.jeVnBT span,
.sc-gcfzXs.iCusdD,
.sc-gcfzXs.iCusdD span,
.sc-gcfzXs.jrDIRs,
.sc-gcfzXs.jrDIRs span {
  font-family: "DM Sans", system-ui, sans-serif !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none;
}

/* Unified section titles (H2-level) */
.ck-proven__title,
.ck-testimonials h1,
.ck-testimonials h1 span,
.ck-faq h1,
.ck-faq h1 span,
.ck-curriculum .BqzMX,
.ck-curriculum .BqzMX span,
.ck-curriculum .BqzMX p,
.ck-about h1,
.ck-about h1 span,
.ck-pricing__title,
.ck-cohort-form__title,
.ck-benefits .iCusdD,
.ck-benefits .iCusdD span {
  font-size: var(--ck-fs-section) !important;
  line-height: 1.2 !important;
  color: var(--ck-ink) !important;
}

/* Unified body copy */
.ck-curriculum #text-aa21cceb,
.ck-curriculum #text-aa21cceb p,
.ck-curriculum .gfgPLB,
.ck-curriculum .gfgPLB p,
.ck-about .hqNzIM,
.ck-about .hqNzIM p,
.ck-faq #text-d27f183f,
.ck-faq #text-d27f183f p,
.ck-curriculum .bARWpN,
.ck-curriculum .bARWpN p,
.ck-curriculum .bARWpN li {
  font-family: "DM Sans", system-ui, sans-serif !important;
  font-size: var(--ck-fs-body) !important;
  line-height: 1.6 !important;
  color: var(--ck-muted) !important;
}

.ck-curriculum .bARWpN strong,
.ck-about .hqNzIM a,
.ck-faq #text-d27f183f a {
  color: var(--ck-ink) !important;
}

.ck-hero .jrDIRs,
.ck-hero .jrDIRs span {
  font-size: var(--ck-fs-hero) !important;
  color: var(--ck-ink) !important;
}

/* Brand rainbow bar — coral / gold / green / purple (no blue) */
.ck-rainbow,
.ck-section-divider .ck-rainbow-bar,
img[src*="DividerBar.png"] {
  display: block;
  width: 100%;
  height: 5px !important;
  border: 0;
  border-radius: 2px;
  padding: 0;
  background: linear-gradient(
    90deg,
    var(--ck-coral) 0 25%,
    var(--ck-gold) 25% 50%,
    var(--ck-pm-green) 50% 75%,
    var(--ck-purple) 75% 100%
  ) !important;
  object-position: -9999px; /* hide original PNG colors if still an img */
}

img[src*="DividerBar.png"] {
  height: 5px !important;
  max-height: 5px;
}

/* —— Proven / logos —— */
.ck-proven {
  padding: 2rem 1.25rem 2.5rem;
  background: #fff;
}

.ck-proven__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.ck-proven__title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-section);
  font-weight: 600;
  color: var(--ck-ink);
  letter-spacing: -0.02em;
  margin: 1.25rem 0;
  line-height: 1.2;
}

.ck-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem 2.5rem;
  margin: 0 0 1.5rem;
}

.ck-logo-row img {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: none;
  opacity: 0.95;
}

.ck-logo-row img[alt="Mailchimp"] {
  height: 52px;
  max-width: 220px;
}

.ck-logo-row img[alt="Oracle"] {
  height: 40px;
}

.ck-logo-4s {
  height: 56px !important;
  width: 56px !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .ck-logo-row {
    gap: 2rem 3rem;
  }

  .ck-logo-row img {
    height: 48px;
    max-width: 200px;
  }

  .ck-logo-row img[alt="Mailchimp"] {
    height: 58px;
    max-width: 240px;
  }

  .ck-logo-row img[alt="Oracle"] {
    height: 44px;
  }
}

@media (min-width: 768px) {
  .ck-proven {
    padding: 2.5rem 2rem 3rem;
  }

  .ck-logo-4s {
    height: 64px !important;
    width: 64px !important;
  }
}

/* Hero layout fix for tablet / ~3/4 viewport widths */
@media only screen and (min-width: 801px) and (max-width: 1100px) {
  .sc-ghWlax.ouayb {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .sc-ghWlax.fJjqek {
    margin-right: 0 !important;
    margin-bottom: 24px !important;
  }

  .sc-gcfzXs.gIMdWE {
    font-size: 44px !important;
    line-height: 1.15 !important;
  }

  .sc-cWJKYG.dPlvga {
    padding-left: 28px !important;
    padding-right: 28px !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  #row-cd678677.sc-iudaby {
    flex-wrap: wrap !important;
  }

  #row-cd678677 .sc-zlfrG.cFUlIS,
  #row-cd678677 .sc-zlfrG.dqMTey {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #row-cd678677 .sc-zlfrG.dCGVwK {
    display: none !important;
  }
}

/* Minimal site chrome */
.ck-back-bar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 24px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.ck-back-bar__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ck-btn--quiz {
  background: var(--ck-gold);
  color: var(--ck-ink);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 20px;
  white-space: nowrap;
}

.ck-btn--quiz:hover {
  background: #e0ab00;
  color: var(--ck-ink);
}

.ck-back-link {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ck-muted);
  text-decoration: none;
}

.ck-back-link:hover {
  color: var(--ck-purple);
  text-decoration: underline;
}

/* Shared buttons */
.ck-btn {
  display: inline-block;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 24px;
  border: none;
  cursor: pointer;
}

/* Override leftover Systeme.io half-round button shapes */
a[class*="sc-fufdwm"],
.sc-fufdwm,
.kmDUNx,
.foYvbe {
  border-radius: 999px !important;
}

.ck-btn--yellow {
  background: var(--ck-gold);
  color: var(--ck-ink);
}

.ck-btn--yellow:hover {
  background: #e0ab00;
  color: var(--ck-ink);
}

/* —— Hero (copy + video) —— */
.ck-hero {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.25rem 2.5rem !important;
  background: linear-gradient(165deg, #f7f5f0 0%, #fff 55%, #f3f0ea 100%) !important;
  background-image: none !important;
}

.ck-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2%;
  width: min(42%, 360px);
  height: 80%;
  transform: translateY(-50%);
  background: url("/4storyteller/5291937/65372efad3ee1_balloon-trans2.png") no-repeat center / contain;
  opacity: 0.1;
  filter: saturate(0.85) hue-rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

.ck-hero-main {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  position: relative;
  z-index: 1;
}

.ck-hero-copy {
  flex: 1;
  min-width: 0;
}

.ck-hero-video {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 12px 40px rgba(26, 31, 46, 0.18);
  aspect-ratio: 16 / 9;
}

.ck-hero-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 900px) {
  .ck-hero {
    padding: 2.75rem 2rem 3.25rem !important;
  }

  .ck-hero-main {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }

  .ck-hero-copy {
    flex: 0 1 44%;
  }

  .ck-hero-video {
    flex: 1 1 56%;
    max-width: 580px;
    margin-left: auto;
  }
}

/* —— Testimonials —— */
.ck-testimonials,
.ck-benefits,
.ck-faq,
.ck-curriculum,
.ck-about {
  padding: 2.5rem 1.25rem !important;
}

.ck-testimonials .sc-fJRCgt,
.ck-benefits .sc-fJRCgt,
.ck-faq .sc-fJRCgt,
.ck-curriculum .sc-fJRCgt,
.ck-about .sc-fJRCgt {
  max-width: 1120px;
  margin: 0 auto;
}

.ck-testimonials h1,
.ck-benefits .iCusdD,
.ck-faq h1,
.ck-curriculum .BqzMX,
.ck-about h1 {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
  line-height: 1.2 !important;
}

.ck-testimonials #row-03335dc1,
.ck-testimonials #row-8db4efd5 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
  width: 100% !important;
}

.ck-testimonials #row-03335dc1 > div,
.ck-testimonials #row-8db4efd5 > div {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  grid-column: auto !important;
  background: transparent !important;
  border: none !important;
  padding: 0.25rem 0 !important;
  box-shadow: none !important;
  min-width: 0;
}

.ck-testimonials #video-9e037d3f {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 1rem;
}

.ck-testimonials #video-9e037d3f iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
  display: block;
}

/* Green chat bubble, white quote text — kill the inner blue box */
.ck-testimonials .jBijt {
  background: rgba(148, 188, 46, 1) !important;
  border-radius: 18px;
  padding: 1rem 1.15rem;
  margin-bottom: 1.15rem;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: visible;
  z-index: 0;
}

.ck-testimonials .jBijt .ipHQgC {
  background: transparent !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.ck-testimonials .jBijt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: rgba(148, 188, 46, 1) transparent transparent transparent;
  z-index: 0;
  pointer-events: none;
}

.ck-testimonials .jBijt p,
.ck-testimonials .jBijt span,
.ck-testimonials .jBijt strong {
  color: #fff !important;
  line-height: 1.55 !important;
  font-size: var(--ck-fs-small) !important;
}

.ck-testimonials .jBqDhW {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 0.35rem !important;
  padding: 0.45rem 0 0 !important;
  margin: 0 !important; /* kill Systeme.io -70px pull-up into the bubble */
  background: transparent !important;
  position: relative !important;
  z-index: 1;
}

.ck-testimonials .jBqDhW > .sc-iudaby,
.ck-testimonials .jBqDhW #row-c7dcd61e,
.ck-testimonials .jBqDhW #row-706a30aa,
.ck-testimonials .jBqDhW #row-f80b55e0,
.ck-testimonials .jBqDhW #row-45b9ea1a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0.25rem !important;
  width: 100% !important;
}

.ck-testimonials .jBqDhW .cKMNYy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0.2rem !important;
  width: 100% !important;
}

.ck-testimonials .jBqDhW .fWmRSs,
.ck-testimonials .jBqDhW .huEojb {
  flex-shrink: 0;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}

.ck-testimonials .jBqDhW img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto !important;
  display: block !important;
  position: relative;
  z-index: 1;
  transform: none !important;
}

.ck-testimonials .jBqDhW .klKXJQ,
.ck-testimonials .jBqDhW .dTbpJs,
.ck-testimonials .jBqDhW .fgEMiw,
.ck-testimonials .jBqDhW .eYYvtQ {
  text-align: center !important;
  width: 100% !important;
}

.ck-testimonials .jBqDhW .klKXJQ p {
  margin: 0.35rem 0 0 !important;
  font-size: var(--ck-fs-body) !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.88) !important;
  text-align: center !important;
}

.ck-testimonials .jBqDhW .dTbpJs p {
  margin: 0 !important;
  font-size: var(--ck-fs-meta) !important;
  color: rgba(0, 0, 0, 0.65) !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

@media (min-width: 640px) {
  .ck-testimonials {
    padding: 3rem 1.5rem !important;
  }

  /* Flatten nested rows so all 4 quotes share one grid */
  .ck-testimonials #row-da4a3bd5 > .cKMNYy {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.25rem !important;
    align-items: start !important;
  }

  .ck-testimonials #row-da4a3bd5 > .cKMNYy > .doyUzW {
    grid-column: 1 / -1 !important;
  }

  .ck-testimonials #row-da4a3bd5 > .cKMNYy > .eYYvtQ,
  .ck-testimonials #row-03335dc1,
  .ck-testimonials #row-8db4efd5 {
    display: contents !important;
  }

  .ck-testimonials #row-03335dc1 > div,
  .ck-testimonials #row-8db4efd5 > div {
    padding: 0 !important;
  }
}

@media (min-width: 1100px) {
  .ck-testimonials {
    padding: 3.5rem 2rem !important;
  }

  .ck-testimonials #row-da4a3bd5 > .cKMNYy {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.25rem 1rem !important;
  }

  .ck-testimonials .jBijt {
    margin-bottom: 1.35rem;
    padding: 0.95rem 1rem;
  }

  .ck-testimonials .jBqDhW {
    padding-top: 0.55rem !important;
  }

  .ck-testimonials .jBqDhW img {
    width: 56px !important;
    height: 56px !important;
  }

  .ck-testimonials .jBijt p,
  .ck-testimonials .jBijt span,
  .ck-testimonials .jBijt strong {
    font-size: 0.88rem !important;
  }
}

/* —— Benefits —— */
.ck-benefits #row-006df612 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  width: 100% !important;
}

.ck-benefits #row-006df612 > div {
  width: 100% !important;
  max-width: 100% !important;
  grid-column: auto !important;
}

.ck-benefits .ck-benefit-card__inner,
.ck-benefits .fBoCdM {
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem 1rem 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
}

.ck-benefits .fOGPOX,
.ck-benefits .iZOoZB,
.ck-benefits .gfxqLn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.ck-benefits .ck-gpt-card .fOGPOX {
  margin-bottom: 1.25rem !important;
}

.ck-benefits .ck-gpt-card .itgNQ {
  margin-bottom: 0.65rem !important;
}

.ck-benefits .cEPWxQ {
  margin-bottom: 0.5rem !important;
}

.ck-benefits .hFZMYw p {
  line-height: 1.55 !important;
  margin: 0 !important;
}

@media (min-width: 640px) {
  .ck-benefits #row-006df612 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 900px) {
  .ck-benefits #row-006df612 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }
}

/* Expense link spacing */
.ck-expense-gap {
  margin-left: 0.35em !important;
}

/* Register for class CTA spacing */
.ck-register-cta #row-0471118e {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

.ck-register-cta #row-0471118e > div {
  width: 100% !important;
  max-width: 100% !important;
}

.ck-register-cta #row-9900f907 {
  margin-top: 0.5rem;
}

.ck-register-cta .kmDUNx {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .ck-register-cta #row-0471118e {
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 2rem !important;
  }
}

/* Section divider (rainbow bar) */
.ck-section-divider {
  max-width: 1120px;
  margin: 0.5rem auto 0;
  padding: 0 1.25rem 1.5rem;
}

.ck-section-divider .ck-rainbow-bar {
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--ck-coral) 0 25%,
    var(--ck-gold) 25% 50%,
    var(--ck-pm-green) 50% 75%,
    var(--ck-purple) 75% 100%
  );
}

/* —— FAQ —— */
.ck-faq #text-d27f183f p {
  line-height: 1.65 !important;
  margin-bottom: 0.75rem !important;
}

.ck-faq #text-d27f183f strong {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  font-size: var(--ck-fs-body);
  font-weight: 600;
  color: var(--ck-ink);
}

.ck-faq #text-d27f183f strong:first-child {
  margin-top: 0;
}

/* —— Curriculum —— */
.ck-curriculum {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.ck-curriculum > .sc-fJRCgt,
.ck-curriculum .ck-what-you-get {
  width: 100% !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.ck-curriculum #text-aa21cceb p {
  line-height: 1.65 !important;
  margin-bottom: 0.85rem !important;
}

.ck-curriculum .sc-gcfzXs p {
  line-height: 1.6 !important;
}

.ck-what-you-get {
  margin-top: 2rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(26, 31, 46, 0.1);
  order: 2;
}

.ck-what-you-get__title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-sub);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ck-ink);
  margin: 0 0 1.25rem;
  text-align: center;
}

.ck-what-you-get__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem 0.75rem;
  align-items: start;
}

.ck-what-you-get__item {
  text-align: center;
  min-width: 0;
}

.ck-what-you-get__item h4 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 600;
  color: var(--ck-pm-green);
  margin: 0 0 0.45rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ck-what-you-get__item p {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-meta);
  line-height: 1.4;
  color: var(--ck-muted);
  margin: 0;
}

@media (min-width: 700px) {
  .ck-what-you-get {
    margin-top: 2.25rem;
    padding-top: 1.75rem;
  }

  .ck-what-you-get__grid {
    gap: 1.25rem 1.5rem;
  }
}

/* —— About —— */
.ck-about #row-435f8a22 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  align-items: center !important;
}

.ck-about #row-435f8a22 .cJSSAF,
.ck-about #row-435f8a22 .cPcbrW {
  width: 100% !important;
  max-width: 100% !important;
}

.ck-about #row-435f8a22 .cJSSAF,
.ck-about #row-435f8a22 .cJSSAF .fWmRSs,
.ck-about #row-435f8a22 .cJSSAF .hWyGfY,
.ck-about #row-435f8a22 .cJSSAF picture {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ck-about #row-435f8a22 img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 auto !important;
  display: block !important;
}

.ck-about .eHIsQH p,
.ck-about .sc-gcfzXs p {
  line-height: 1.65 !important;
  margin-bottom: 0.85rem !important;
}

@media (min-width: 768px) {
  .ck-faq,
  .ck-curriculum,
  .ck-about {
    padding: 3.5rem 2rem !important;
  }

  .ck-about #row-435f8a22 {
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .ck-about #row-435f8a22 .cJSSAF {
    flex: 0 0 34% !important;
    max-width: 34% !important;
  }

  .ck-about #row-435f8a22 .cPcbrW {
    flex: 1 1 66% !important;
    max-width: 66% !important;
  }
}

/* —— Hero brand row (4S + title) —— */
.ck-hero-brand {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ck-hero-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.ck-hero-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-hero);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ck-ink);
  line-height: 1.15;
  margin: 0 0 0.35rem;
}

.ck-hero-sub {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-body);
  font-weight: 500;
  color: var(--ck-muted);
  margin: 0;
}

.ck-hero-benefit {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-body);
  line-height: 1.6;
  color: var(--ck-ink);
  margin: 0 0 1.25rem;
  max-width: 36rem;
}

.ck-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.ck-btn--orange {
  background: var(--ck-gold);
  color: var(--ck-ink);
}

.ck-btn--orange:hover {
  background: #e0ab00;
  color: var(--ck-ink);
}

.ck-btn--soon {
  cursor: default;
  pointer-events: none;
  opacity: 0.72;
  user-select: none;
}

.ck-btn--soon:hover {
  background: var(--ck-gold);
  color: var(--ck-ink);
}

@media (min-width: 900px) {
  .ck-hero-logo {
    width: 72px;
    height: 72px;
  }
}

/* Benefit / testimonial greens → brand #94BC2E */
.ck-testimonials .jBijt {
  background: #94BC2E !important;
}

.ck-testimonials .jBijt::after {
  border-color: #94BC2E transparent transparent transparent;
}

/* —— Pricing (late on page; anchor then $299) —— */
.ck-pricing {
  background: var(--ck-cream);
  padding: 3rem 1.25rem 3.5rem;
}

.ck-pricing__inner {
  max-width: 960px;
  margin: 0 auto;
}

.ck-pricing__title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-section);
  font-weight: 600;
  color: var(--ck-ink);
  letter-spacing: -0.02em;
  text-align: center;
  margin: 1.25rem 0;
}

.ck-pricing .ck-rainbow {
  margin: 0;
}

.ck-pricing__lead {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-body);
  color: var(--ck-muted);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 1.25rem;
  line-height: 1.55;
}

.ck-pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.ck-price-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 24px rgba(26, 31, 46, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ck-price-card--primary {
  border: 2px solid var(--ck-purple);
  box-shadow: 0 8px 32px rgba(56, 34, 116, 0.14);
}

.ck-price-card__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-meta);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ck-muted);
  margin: 0;
}

.ck-price-card--primary .ck-price-card__eyebrow {
  color: var(--ck-purple);
}

.ck-price-card__name {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-card);
  font-weight: 600;
  color: var(--ck-ink);
  margin: 0;
}

.ck-price-card__desc {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-small);
  color: var(--ck-muted);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.ck-price-card__amount {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--ck-ink);
  margin: 0.35rem 0;
}

.ck-price-card__amount span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ck-muted);
}

.ck-price-card__note {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.85rem;
  color: var(--ck-muted);
  margin: 0 0 0.5rem;
}

.ck-price-card .ck-btn {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 720px) {
  .ck-pricing {
    padding: 4rem 2rem;
  }

  .ck-pricing__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}


/* —— Footer —— */
.ck-footer {
  background: #fff;
  padding: 0 1.25rem 1.75rem;
}

.ck-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ck-footer .ck-rainbow {
  margin: 0 0 1.25rem;
}

.ck-footer__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

.ck-footer__logo {
  display: inline-flex;
  line-height: 0;
}

.ck-footer__logo img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.ck-footer__copy {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--ck-muted);
  margin: 0;
  max-width: 36rem;
}

.ck-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
}

.ck-footer__links a {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  color: #8a91a1;
  text-decoration: none;
}

.ck-footer__links a:hover {
  color: var(--ck-purple);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .ck-footer {
    padding: 0 2rem 2rem;
  }

  .ck-footer .ck-rainbow {
    margin-bottom: 1.35rem;
  }

  .ck-footer__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
  }

  .ck-footer__copy {
    flex: 1;
    text-align: center;
  }

  .ck-footer__links {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    flex-shrink: 0;
  }
}

/* —— Cohort inquiry form —— */
.ck-cohort-form {
  background: var(--ck-cream);
  padding: 0 1.25rem 3rem;
}

.ck-cohort-form__inner {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.5rem 2rem;
  box-shadow: 0 4px 24px rgba(26, 31, 46, 0.08);
}

.ck-cohort-form__title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-section);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ck-ink);
  margin: 0 0 0.5rem;
  text-align: center;
}

.ck-cohort-form__lead {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: var(--ck-fs-body);
  color: var(--ck-muted);
  text-align: center;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.ck-book-form {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ck-book-form label {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ck-ink);
  margin-top: 0.65rem;
}

.ck-book-form input,
.ck-book-form textarea {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(26, 31, 46, 0.18);
  border-radius: 10px;
  color: var(--ck-ink);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.ck-book-form input:focus,
.ck-book-form textarea:focus {
  outline: 2px solid rgba(254, 194, 0, 0.55);
  border-color: var(--ck-gold);
}

.ck-book-form textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.45;
}

.ck-book-form button[type="submit"] {
  margin-top: 1.1rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.ck-book-form button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: wait;
}

.ck-book-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.ck-form-status {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0.85rem 0 0;
  text-align: center;
}

.ck-form-status--success {
  color: #3d6b00;
}

.ck-form-status--error {
  color: #9b1c1c;
}

@media (min-width: 720px) {
  .ck-cohort-form {
    padding: 0 2rem 3.5rem;
  }

  .ck-cohort-form__inner {
    padding: 2rem 2rem 2.25rem;
  }
}
