:root {
  --ctk-ink: #10182b;
  --ctk-navy: #13274b;
  --ctk-blue: #2468ff;
  --ctk-cyan: #21c7d9;
  --ctk-plum: #38213f;
  --ctk-cloud: #f3f7fb;
  --ctk-line: #dbe5ef;
  --ctk-white: #ffffff;
  --ctk-muted: #58677d;
  --ctk-radius: 18px;
  --ctk-shadow: 0 18px 55px rgba(16, 24, 43, 0.11);
}

/* Remove Kadence's boxed article shell on launch-kit pages only. */
body.ctk-launch-page .entry-hero-container,
body.ctk-launch-page .entry-hero-container-inner,
body.ctk-launch-page .entry-header,
body.ctk-launch-page .page-header,
body.ctk-launch-page #colophon,
body.ctk-launch-page .site-footer {
  display: none !important;
}

body.ctk-launch-page #primary,
body.ctk-launch-page .content-area,
body.ctk-launch-page .content-container,
body.ctk-launch-page .site-container,
body.ctk-launch-page .site-main,
body.ctk-launch-page .content-bg,
body.ctk-launch-page .entry-content-wrap,
body.ctk-launch-page .entry-content,
body.ctk-launch-page article.page {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.ctk-page,
.ctk-page * {
  box-sizing: border-box;
}

.ctk-page {
  color: var(--ctk-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.ctk-page h1,
.ctk-page h2,
.ctk-page h3,
.ctk-page p {
  margin-top: 0;
}

.ctk-page h1,
.ctk-page h2,
.ctk-page h3 {
  color: inherit;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ctk-page h1 {
  font-size: clamp(2.75rem, 6vw, 5.5rem);
  margin-bottom: 26px;
  max-width: 850px;
}

.ctk-page h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
  margin-bottom: 20px;
}

.ctk-page h3 {
  font-size: 1.35rem;
  margin-bottom: 13px;
}

.ctk-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.ctk-hero {
  background:
    radial-gradient(circle at 83% 30%, rgba(33, 199, 217, 0.22), transparent 26%),
    radial-gradient(circle at 65% 100%, rgba(36, 104, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #eef5fb 62%, #f6f0f8 100%);
  min-height: 710px;
  padding: 98px 0 82px;
  position: relative;
}

.ctk-hero::before {
  background-image: linear-gradient(rgba(19, 39, 75, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(19, 39, 75, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
  pointer-events: none;
  position: absolute;
}

.ctk-hero__grid {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  position: relative;
  z-index: 1;
}

.ctk-hero__content {
  max-width: 760px;
}

.ctk-eyebrow {
  color: var(--ctk-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.ctk-lead {
  color: var(--ctk-muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.62;
  max-width: 760px;
}

.ctk-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 22px;
}

.ctk-actions--center {
  justify-content: center;
}

.ctk-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 760;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 52px;
  padding: 12px 25px;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ctk-button:hover {
  transform: translateY(-2px);
}

.ctk-button--primary {
  background: var(--ctk-blue);
  box-shadow: 0 12px 28px rgba(36, 104, 255, 0.25);
  color: var(--ctk-white) !important;
}

.ctk-button--secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: #b9c9da;
  color: var(--ctk-navy) !important;
}

.ctk-button--light {
  background: var(--ctk-white);
  color: var(--ctk-navy) !important;
  margin-top: 18px;
}

.ctk-inline-cta,
.ctk-text-link {
  color: var(--ctk-blue) !important;
  font-weight: 750;
  text-decoration: none !important;
}

.ctk-inline-cta {
  display: inline-block;
  font-size: 0.95rem;
}

.ctk-hero__visual {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(155deg, var(--ctk-ink), #162d55 72%, #1a5270);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 36px;
  box-shadow: 0 40px 90px rgba(16, 24, 43, 0.25);
  display: flex;
  justify-content: center;
  max-width: 510px;
  padding: 68px;
  position: relative;
}

.ctk-hero__visual::after {
  border: 1px solid rgba(33, 199, 217, 0.28);
  border-radius: 50%;
  content: "";
  inset: 12%;
  position: absolute;
}

.ctk-hero__visual > img {
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.35));
  height: auto;
  max-width: 74%;
  position: relative;
  z-index: 2;
}

.ctk-signal-card {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(4, 16, 38, 0.25);
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  padding: 13px 16px;
  position: absolute;
  z-index: 3;
}

.ctk-signal-card strong {
  color: var(--ctk-blue);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.ctk-signal-card span {
  color: var(--ctk-ink);
  font-size: 0.74rem;
  margin-top: 3px;
}

.ctk-signal-card--one { left: -32px; top: 18%; }
.ctk-signal-card--two { bottom: 18%; right: -34px; }
.ctk-signal-card--three { bottom: -24px; left: 22%; }

.ctk-proof-strip {
  background: var(--ctk-white);
  border-bottom: 1px solid var(--ctk-line);
  border-top: 1px solid var(--ctk-line);
}

.ctk-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ctk-proof-strip__grid > div {
  border-right: 1px solid var(--ctk-line);
  padding: 26px 22px;
}

.ctk-proof-strip__grid > div:first-child { border-left: 1px solid var(--ctk-line); }
.ctk-proof-strip strong,
.ctk-proof-strip span { display: block; }
.ctk-proof-strip strong { color: var(--ctk-navy); font-size: 0.98rem; }
.ctk-proof-strip span { color: var(--ctk-muted); font-size: 0.78rem; margin-top: 3px; }

.ctk-section {
  padding: 100px 0;
}

.ctk-section--white { background: var(--ctk-white); }
.ctk-section--light { background: var(--ctk-cloud); }
.ctk-section--ink { background: var(--ctk-ink); color: var(--ctk-white); }
.ctk-section--accent { background: linear-gradient(135deg, #2254ca, #245fe8 48%, #1aa2ba); color: var(--ctk-white); }

.ctk-section--ink .ctk-eyebrow,
.ctk-section--accent .ctk-eyebrow { color: #79e4ef; }
.ctk-section--ink .ctk-lead,
.ctk-section--accent p { color: rgba(255, 255, 255, 0.78); }

.ctk-section-heading {
  margin-bottom: 48px;
  max-width: 780px;
}

.ctk-section-heading > p:last-child {
  color: var(--ctk-muted);
  font-size: 1.08rem;
}

.ctk-section-heading--row {
  align-items: end;
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.ctk-path-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.ctk-path-card {
  background: var(--ctk-white);
  border: 1px solid var(--ctk-line);
  border-radius: var(--ctk-radius);
  color: var(--ctk-ink);
  display: flex;
  flex-direction: column;
  min-height: 265px;
  padding: 29px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ctk-path-card:hover {
  border-color: #9eb9dd;
  box-shadow: var(--ctk-shadow);
  transform: translateY(-4px);
}

.ctk-path-card > span {
  color: var(--ctk-blue);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  margin-bottom: 42px;
}

.ctk-path-card p {
  color: var(--ctk-muted);
  font-size: 0.94rem;
}

.ctk-path-card h3 a {
  color: var(--ctk-ink) !important;
  text-decoration: none !important;
}

.ctk-path-card__link {
  color: var(--ctk-blue) !important;
  font-size: 0.82rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 18px;
  text-decoration: none !important;
}

.ctk-split {
  align-items: start;
  display: grid;
  gap: 90px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ctk-checklist {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 46px;
}

.ctk-checklist p {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  display: flex;
  font-size: 1.02rem;
  gap: 13px;
  margin: 0;
  padding: 17px 0;
}

.ctk-checklist span {
  align-items: center;
  background: rgba(33, 199, 217, 0.15);
  border-radius: 50%;
  color: #79e4ef;
  display: inline-flex;
  flex: 0 0 26px;
  height: 26px;
  justify-content: center;
}

.ctk-course-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.ctk-course-card {
  background: var(--ctk-white);
  border: 1px solid var(--ctk-line);
  border-radius: var(--ctk-radius);
  box-shadow: 0 10px 28px rgba(16, 24, 43, 0.07);
  overflow: hidden;
}

.ctk-course-card__image {
  aspect-ratio: 16 / 9;
  background: linear-gradient(140deg, var(--ctk-navy), #1d5bad 55%, #20a8bc);
  display: block;
  overflow: hidden;
  text-decoration: none !important;
}

.ctk-course-card__image img { height: 100%; object-fit: cover; width: 100%; }
.ctk-course-card__placeholder { align-items: center; color: #fff; display: flex; font-size: 1.4rem; font-weight: 800; height: 100%; justify-content: center; letter-spacing: 0.08em; text-transform: uppercase; }
.ctk-course-card__body { padding: 25px; }
.ctk-course-card__body h3 a { color: var(--ctk-ink); text-decoration: none; }

.ctk-empty-state {
  background: linear-gradient(135deg, #f4f8fe, #edf4fa);
  border: 1px dashed #9fb5cb;
  border-radius: var(--ctk-radius);
  grid-column: 1 / -1;
  padding: 42px;
  text-align: center;
}

.ctk-empty-state p:last-child { color: var(--ctk-muted); margin: 0 auto; max-width: 650px; }

.ctk-founder {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 270px minmax(0, 1fr);
}

.ctk-founder__badge {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, var(--ctk-plum), var(--ctk-navy));
  border-radius: 50%;
  box-shadow: var(--ctk-shadow);
  color: var(--ctk-white);
  display: flex;
  flex-direction: column;
  font-size: 4.4rem;
  font-weight: 800;
  justify-content: center;
  line-height: 0.92;
  text-align: center;
}

.ctk-founder__badge span {
  color: #b8edf1;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  margin-top: 15px;
  max-width: 130px;
  text-transform: uppercase;
}

.ctk-final-cta {
  background: #f7fbff;
  padding: 105px 0;
  text-align: center;
}

.ctk-final-cta h2 { margin-left: auto; margin-right: auto; max-width: 920px; }
.ctk-parent-note { color: var(--ctk-muted); font-size: 0.82rem; margin: 28px 0 0; }

.ctk-page-hero {
  background:
    radial-gradient(circle at 80% 25%, rgba(33, 199, 217, 0.18), transparent 27%),
    linear-gradient(135deg, var(--ctk-ink), var(--ctk-navy));
  color: var(--ctk-white);
  padding: 110px 0 95px;
}

.ctk-page-hero .ctk-eyebrow { color: #79e4ef; }
.ctk-page-hero .ctk-lead { color: rgba(255, 255, 255, 0.76); }

.ctk-detail-list { display: grid; gap: 18px; }
.ctk-detail-card { align-items: start; background: var(--ctk-cloud); border: 1px solid var(--ctk-line); border-radius: var(--ctk-radius); display: grid; gap: 30px; grid-template-columns: 54px 1fr; padding: 34px; }
.ctk-detail-card__index { color: var(--ctk-blue); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.12em; }
.ctk-detail-card p { color: var(--ctk-muted); }

.ctk-panel { background: var(--ctk-cloud); border: 1px solid var(--ctk-line); border-radius: var(--ctk-radius); padding: 38px; }

@media (max-width: 960px) {
  .ctk-hero { min-height: auto; padding-top: 74px; }
  .ctk-hero__grid,
  .ctk-split { gap: 52px; grid-template-columns: 1fr; }
  .ctk-hero__visual { margin: 0 auto; max-width: 540px; width: calc(100% - 30px); }
  .ctk-proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .ctk-path-grid,
  .ctk-course-grid { grid-template-columns: repeat(2, 1fr); }
  .ctk-checklist { border-left: 0; padding-left: 0; }
}

@media (max-width: 640px) {
  .ctk-shell { padding-left: 20px; padding-right: 20px; }
  .ctk-hero { padding: 62px 0 72px; }
  .ctk-page h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .ctk-section { padding: 74px 0; }
  .ctk-path-grid,
  .ctk-course-grid,
  .ctk-proof-strip__grid,
  .ctk-founder { grid-template-columns: 1fr; }
  .ctk-proof-strip__grid > div,
  .ctk-proof-strip__grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--ctk-line); }
  .ctk-section-heading--row { align-items: start; flex-direction: column; gap: 10px; }
  .ctk-founder__badge { height: 230px; justify-self: center; width: 230px; }
  .ctk-signal-card { display: none; }
  .ctk-hero__visual { border-radius: 24px; padding: 45px; }
  .ctk-button { width: 100%; }
  .ctk-detail-card { gap: 15px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ctk-button,
  .ctk-path-card { transition: none; }
}
