:root {
  --ctk-ink: #10162f;
  --ctk-night: #131a36;
  --ctk-paper: #f8f8f5;
  --ctk-white: #ffffff;
  --ctk-mist: #eef0f6;
  --ctk-line: #dfe2ea;
  --ctk-muted: #687087;
  --ctk-orange: #ff6b35;
  --ctk-orange-soft: #fff0e9;
  --ctk-blue: #5575ff;
  --ctk-lime: #c9f36a;
  --ctk-cyan: #54d7d1;
  --ctk-violet: #9e76ff;
  --ctk-radius-lg: 28px;
  --ctk-radius-md: 18px;
  --ctk-shadow: 0 22px 70px rgba(15, 23, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ctk-ink); background: var(--ctk-paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.ctk-nav-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ctk-frame { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ctk-skip { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ctk-white); padding: 12px 18px; border-radius: 10px; box-shadow: var(--ctk-shadow); }
.ctk-skip:focus { top: 12px; }

.ctk-topbar { height: 76px; background: rgba(19, 26, 54, .94); color: var(--ctk-white); position: sticky; top: 0; z-index: 80; backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.09); }
.ctk-navline { height: 76px; display: flex; align-items: center; gap: 34px; }
.ctk-brand { display: inline-flex; align-items: center; gap: 11px; font: 800 19px/1 "Manrope", sans-serif; letter-spacing: -.5px; }
.ctk-brandmark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; background: var(--ctk-orange); color: white; font-size: 12px; letter-spacing: -1px; transform: rotate(-3deg); }
.ctk-desknav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.ctk-desknav a { color: #c9cede; font-size: 14px; font-weight: 600; transition: color .2s; }
.ctk-desknav a:hover { color: white; }
.ctk-navcta { display: inline-flex; align-items: center; gap: 15px; padding: 11px 17px; background: var(--ctk-white); color: var(--ctk-ink); border-radius: 10px; font-size: 13px; font-weight: 700; }
.ctk-navcta span { color: var(--ctk-orange); font-size: 17px; }
.ctk-menukey { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; padding: 12px 9px; }
.ctk-menukey span { display: block; height: 2px; background: white; margin: 5px 0; transition: .2s; }
.ctk-menukey[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.ctk-menukey[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.ctk-drawer { display: none; }

.ctk-opening { position: relative; overflow: hidden; color: var(--ctk-white); background: var(--ctk-night); padding: 74px 0 0; min-height: calc(100vh - 76px); }
.ctk-opening::before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, black, transparent 75%); }
.ctk-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.ctk-orb-one { width: 480px; height: 480px; right: -220px; top: -220px; background: radial-gradient(circle, rgba(85,117,255,.33), transparent 68%); }
.ctk-orb-two { width: 320px; height: 320px; left: 35%; bottom: -250px; background: rgba(255,107,53,.13); filter: blur(60px); }
.ctk-openinggrid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; position: relative; z-index: 1; }
.ctk-eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 700; color: #cbd0df; }
.ctk-eyebrow span { width: 8px; height: 8px; background: var(--ctk-orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,107,53,.13); }
.ctk-pitch h1 { max-width: 620px; margin: 24px 0 22px; font: 800 clamp(44px, 5vw, 70px)/1.05 "Manrope", sans-serif; letter-spacing: -3.5px; }
.ctk-pitch h1 em { font-style: normal; color: var(--ctk-orange); }
.ctk-lead { max-width: 560px; margin: 0; color: #b8bfd2; font-size: 18px; line-height: 1.7; }
.ctk-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.ctk-button { min-height: 49px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 0 22px; border: 0; border-radius: 11px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.ctk-button:hover { transform: translateY(-2px); }
.ctk-button-hot { color: white; background: var(--ctk-orange); box-shadow: 0 12px 30px rgba(255,107,53,.24); }
.ctk-button-hot:hover { background: #f25820; box-shadow: 0 16px 35px rgba(255,107,53,.34); }
.ctk-button-light { background: white; color: var(--ctk-ink); }
.ctk-button-outline { border: 1px solid var(--ctk-line); background: white; color: var(--ctk-ink); }
.ctk-play { display: inline-flex; align-items: center; gap: 11px; font-weight: 600; font-size: 14px; color: #e5e8f2; }
.ctk-play span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 10px; }
.ctk-proofline { display: flex; align-items: center; gap: 13px; margin-top: 27px; }
.ctk-faces { display: flex; }
.ctk-faces b { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -7px; border: 2px solid var(--ctk-night); border-radius: 50%; color: white; background: #5475ff; font-size: 8px; }
.ctk-faces b:first-child { margin-left: 0; background: #e17251; }.ctk-faces b:nth-child(2) { background: #6c5b99; }.ctk-faces b:nth-child(3) { background: #29796f; }.ctk-faces b:last-child { background: #313a5b; }
.ctk-proofline p { margin: 0; color: #8f98b1; font-size: 11px; line-height: 1.35; }.ctk-proofline strong { color: white; font-size: 13px; }
.ctk-honesty { max-width: 560px; display: flex; gap: 11px; margin-top: 20px; padding: 11px 14px; border: 1px solid rgba(201,243,106,.25); border-radius: 12px; color: #c8cfde; background: rgba(201,243,106,.06); font-size: 11px; line-height: 1.45; }
.ctk-honesty > span { flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--ctk-lime); color: var(--ctk-night); font: 700 11px serif; }
.ctk-honesty p { margin: 1px 0 0; }.ctk-honesty strong { color: white; }

.ctk-console { position: relative; min-height: 506px; overflow: visible; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #f6f7fa; color: var(--ctk-ink); box-shadow: 0 30px 80px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-2deg); }
.ctk-consolebar { height: 38px; border-radius: 20px 20px 0 0; background: #222a48; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; color: #8c94aa; font-size: 9px; }
.ctk-consolebar div { display: flex; gap: 5px; }.ctk-consolebar i { width: 7px; height: 7px; border-radius: 50%; background: #ff6b35; }.ctk-consolebar i:nth-child(2) { background: #f9c74f; }.ctk-consolebar i:nth-child(3) { background: #72d28c; }
.ctk-consolebar > span { border-radius: 5px; background: #171d35; padding: 5px 60px; }.ctk-consolebar b { letter-spacing: 2px; }
.ctk-consoleside { position: absolute; left: 0; top: 38px; bottom: 0; width: 54px; padding: 15px 10px; background: white; border-radius: 0 0 0 20px; border-right: 1px solid #eaecf2; display: flex; flex-direction: column; align-items: center; gap: 17px; color: #9aa1b4; }
.ctk-mini-logo { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 12px; background: var(--ctk-orange); color: white; border-radius: 8px; font: 800 8px "Manrope"; }
.ctk-consoleside > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; font-size: 14px; }.ctk-consoleside .ctk-side-active { color: var(--ctk-orange); background: var(--ctk-orange-soft); }.ctk-consoleside .ctk-side-bottom { margin-top: auto; }
.ctk-consolebody { padding: 27px 24px 25px 78px; }
.ctk-welcome { display: flex; justify-content: space-between; align-items: center; }.ctk-welcome small { color: #929aae; font-size: 8px; letter-spacing: 1px; }.ctk-welcome h2 { margin: 5px 0 0; font: 800 20px "Manrope"; }.ctk-bell { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #e1e4ec; border-radius: 9px; color: #9ca4b7; }
.ctk-progresscard { min-height: 174px; display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 21px; padding: 23px; overflow: hidden; border-radius: 15px; color: white; background: linear-gradient(135deg, #526df4, #756bf6); box-shadow: 0 16px 30px rgba(84,107,244,.23); }
.ctk-progresscopy > span { font-size: 7px; letter-spacing: 1.2px; color: #d8ddff; }.ctk-progresscopy h3 { margin: 12px 0 5px; font: 700 18px "Manrope"; }.ctk-progresscopy p { margin: 0; color: #d7dcff; font-size: 10px; }.ctk-progressbar { height: 5px; max-width: 170px; margin: 20px 0 7px; overflow: hidden; border-radius: 6px; background: rgba(255,255,255,.2); }.ctk-progressbar i { display: block; width: 78%; height: 100%; background: var(--ctk-lime); }.ctk-progresscopy small { color: #e3e7ff; font-size: 8px; }
.ctk-codeart { position: relative; display: grid; place-items: center; }.ctk-codeart > span { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 22px; background: rgba(20,28,69,.32); color: var(--ctk-lime); font: 800 21px "Manrope"; transform: rotate(7deg); box-shadow: 0 10px 25px rgba(25,28,80,.2); }.ctk-codeart i { position: absolute; display: block; border-radius: 50%; background: var(--ctk-lime); }.ctk-codeart i:nth-child(2) { width: 8px; height: 8px; top: 10px; right: 17px; }.ctk-codeart i:nth-child(3) { width: 5px; height: 5px; bottom: 20px; left: 7px; }.ctk-codeart i:nth-child(4) { width: 4px; height: 4px; top: 23px; left: 10px; background: white; }
.ctk-todays h3 { display: flex; align-items: center; justify-content: space-between; margin: 22px 0 12px; font: 700 12px "Manrope"; }.ctk-todays h3 span { color: var(--ctk-blue); font: 600 8px "DM Sans"; }.ctk-todays article { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; padding: 9px 11px; margin-top: 7px; border: 1px solid #e6e8ee; border-radius: 10px; background: white; }.ctk-todays article div { display: flex; flex-direction: column; gap: 3px; }.ctk-todays article strong { font-size: 10px; }.ctk-todays article small { color: #9aa1b0; font-size: 8px; }.ctk-todays article > span { padding: 5px 8px; border-radius: 6px; color: var(--ctk-blue); background: #eef1ff; font-size: 8px; font-weight: 700; }.ctk-iconbox { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: #e85d2b; background: var(--ctk-orange-soft); font-size: 8px; }.ctk-iconbox-blue { color: var(--ctk-blue); background: #edf0ff; font-size: 13px; }
.ctk-floatingnote { position: absolute; right: -23px; bottom: 34px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border-radius: 12px; background: white; box-shadow: 0 15px 40px rgba(15,22,47,.2); }.ctk-floatingnote > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e7fbd8; color: #3d923f; font-weight: 800; }.ctk-floatingnote div { display: flex; flex-direction: column; gap: 3px; }.ctk-floatingnote strong { font-size: 10px; }.ctk-floatingnote small { color: #9da4b4; font-size: 8px; }
.ctk-partnerline { min-height: 72px; margin-top: 68px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.1); color: #6f7896; font-size: 12px; }.ctk-partnerline span { text-transform: uppercase; letter-spacing: 1px; font-size: 9px; }.ctk-partnerline b { color: #949cb4; font: 700 13px "Manrope"; }

.ctk-programs { padding: 108px 0 118px; }
.ctk-sectionhead { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 44px; }.ctk-sectionhead h2, .ctk-centerhead h2, .ctk-methodcopy h2, .ctk-faqintro h2, .ctk-connectcopy h2 { margin: 13px 0 0; font: 800 clamp(34px, 4vw, 48px)/1.12 "Manrope"; letter-spacing: -2px; }.ctk-sectionhead h2 em { color: var(--ctk-orange); font-style: normal; }.ctk-sectionhead > p { margin: 0; color: var(--ctk-muted); font-size: 16px; line-height: 1.7; }.ctk-kicker { display: inline-block; color: var(--ctk-orange); font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.ctk-trackgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.ctk-track { min-height: 293px; display: flex; flex-direction: column; padding: 27px; position: relative; border: 1px solid var(--ctk-line); border-radius: var(--ctk-radius-md); background: white; transition: transform .25s, box-shadow .25s; }.ctk-track:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(19,26,54,.1); }.ctk-trackicon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; color: #ef5e27; background: var(--ctk-orange-soft); font: 800 13px "Manrope"; }.ctk-track h3 { max-width: 270px; margin: 22px 0 10px; font: 750 20px/1.3 "Manrope"; letter-spacing: -.5px; }.ctk-track p { margin: 0; color: var(--ctk-muted); font-size: 13px; line-height: 1.6; }.ctk-track > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 21px; border-top: 1px solid #edf0f4; color: var(--ctk-ink); font-size: 12px; font-weight: 700; }.ctk-track > a span { color: var(--ctk-orange); }.ctk-track ul { padding: 0; margin: 17px 0 23px; list-style: none; display: grid; gap: 7px; color: #dde1f0; font-size: 11px; }.ctk-track li::before { content: "✓"; margin-right: 8px; color: var(--ctk-lime); }.ctk-track-featured { grid-row: span 2; min-height: 600px; justify-content: flex-start; color: white; background: var(--ctk-night); border: 0; overflow: hidden; }.ctk-track-featured::after { content: "</>"; position: absolute; left: 30px; bottom: 80px; color: rgba(255,255,255,.035); font: 800 100px "Manrope"; }.ctk-track-featured .ctk-level { position: absolute; top: 28px; right: 24px; font-size: 8px; color: var(--ctk-lime); letter-spacing: 1px; }.ctk-track-featured h3 { margin-top: 50px; font-size: 29px; }.ctk-track-featured p { color: #acb4cc; font-size: 14px; }.ctk-track-featured > a { margin-top: auto; border-color: rgba(255,255,255,.1); color: white; z-index: 2; }.ctk-purple { color: #7753dc; background: #f0ebff; }.ctk-green { color: #19865a; background: #e4f8ed; }.ctk-cyan { color: #197b8b; background: #e3f8fa; }.ctk-yellow { color: #a06c00; background: #fff5d8; }.ctk-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }.ctk-tags span { padding: 5px 8px; border-radius: 5px; color: #71798c; background: #f1f3f7; font-size: 8px; font-weight: 700; }.ctk-track-invite { color: white; background: var(--ctk-orange); border-color: var(--ctk-orange); }.ctk-track-invite > span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }.ctk-track-invite h3 { font-size: 25px; }.ctk-track-invite p { color: #ffe1d4; }.ctk-track-invite .ctk-button { width: max-content; border: 0; padding: 0 17px; }

.ctk-method { padding: 112px 0; color: white; background: #0f1530; overflow: hidden; }.ctk-methodgrid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }.ctk-methodcopy > p { color: #aeb6cc; line-height: 1.7; font-size: 15px; }.ctk-steps { list-style: none; padding: 0; margin: 38px 0 0; }.ctk-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }.ctk-steps li > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--ctk-orange); background: rgba(255,107,53,.12); font-size: 9px; font-weight: 700; }.ctk-steps h3 { margin: 0 0 5px; font: 700 15px "Manrope"; }.ctk-steps p { margin: 0; color: #8e98b3; font-size: 12px; line-height: 1.5; }
.ctk-mentorpanel { min-height: 500px; position: relative; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: linear-gradient(145deg, #202947, #151c37); box-shadow: 0 30px 80px rgba(0,0,0,.26); }.ctk-mentorhead { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; }.ctk-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #2d3252; background: #a9d7bf; font-size: 10px; font-weight: 800; }.ctk-mentorhead small { color: #7f89a5; font-size: 7px; letter-spacing: 1px; }.ctk-mentorhead h3 { margin: 4px 0 0; font: 700 14px "Manrope"; }.ctk-mentorhead > span { padding: 5px 8px; border-radius: 5px; color: #76dd96; background: rgba(66,204,105,.12); font-size: 7px; font-weight: 800; letter-spacing: 1px; }.ctk-editor { margin-top: 21px; min-height: 340px; overflow: hidden; border-radius: 14px; color: #cbd2e4; background: #0b1025; }.ctk-tabs { display: flex; gap: 22px; align-items: center; height: 39px; padding: 0 16px; background: #171e38; color: #6f7894; font-size: 8px; }.ctk-tabs b { color: #e3e7f2; }.ctk-editor pre { margin: 0; padding: 25px 25px 58px; font: 12px/2.15 Consolas, monospace; }.ctk-editor code { color: #e5a3cf; }.ctk-editor code i { color: #4d5877; font-style: normal; margin-right: 18px; }.ctk-reviewtag { display: flex; gap: 10px; width: calc(100% - 42px); margin: 0 21px; padding: 12px; border: 1px solid #303a58; border-radius: 9px; background: #171e38; }.ctk-reviewtag b { display: grid; place-items: center; flex: 0 0 26px; height: 26px; border-radius: 50%; color: #18203b; background: var(--ctk-lime); font-size: 9px; }.ctk-reviewtag p { margin: 0; color: #8e98b2; font-size: 9px; line-height: 1.5; }.ctk-reviewtag strong { color: #e8ebf3; }.ctk-mentorstamp { position: absolute; right: -32px; bottom: 35px; display: flex; gap: 13px; align-items: center; padding: 15px 18px; border-radius: 13px; color: var(--ctk-ink); background: var(--ctk-lime); box-shadow: 0 15px 35px rgba(0,0,0,.25); }.ctk-mentorstamp strong { font: 800 24px "Manrope"; }.ctk-mentorstamp span { font-size: 9px; line-height: 1.4; }

.ctk-packages { padding: 110px 0 120px; background: #f1f2f6; }.ctk-centerhead { text-align: center; max-width: 690px; margin: 0 auto 45px; }.ctk-centerhead p { color: var(--ctk-muted); line-height: 1.65; }.ctk-pricegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: stretch; }.ctk-price { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--ctk-line); border-radius: 21px; background: white; }.ctk-pacename { color: var(--ctk-blue); font-size: 9px; letter-spacing: 1.4px; font-weight: 800; }.ctk-price h3 { margin: 11px 0 7px; font: 800 25px "Manrope"; }.ctk-price > p { margin: 0; min-height: 45px; color: var(--ctk-muted); font-size: 13px; line-height: 1.5; }.ctk-cost { display: flex; align-items: baseline; gap: 7px; margin: 23px 0; padding-bottom: 23px; border-bottom: 1px solid #e6e8ed; }.ctk-cost strong { font: 800 30px "Manrope"; letter-spacing: -1px; }.ctk-cost span { color: var(--ctk-muted); font-size: 11px; }.ctk-price ul { list-style: none; padding: 0; margin: 0 0 27px; display: grid; gap: 13px; color: #41485d; font-size: 12px; }.ctk-price li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; border-radius: 50%; color: #29915a; background: #e7f8ef; font-size: 8px; font-weight: 800; }.ctk-price .ctk-button { margin-top: auto; }.ctk-price-main { color: white; background: var(--ctk-night); border-color: var(--ctk-night); transform: translateY(-9px); box-shadow: 0 25px 60px rgba(18,25,54,.18); }.ctk-price-main .ctk-pacename { color: var(--ctk-lime); }.ctk-price-main > p, .ctk-price-main .ctk-cost span { color: #a9b1c7; }.ctk-price-main .ctk-cost { border-color: rgba(255,255,255,.12); }.ctk-price-main ul { color: #e1e4ed; }.ctk-ribbon { position: absolute; top: 0; right: 23px; padding: 7px 12px; border-radius: 0 0 7px 7px; color: var(--ctk-night); background: var(--ctk-lime); font-size: 7px; letter-spacing: 1px; font-weight: 800; }.ctk-pricefoot { margin: 20px 0 0; text-align: center; color: #7c8395; font-size: 10px; }

.ctk-stories { padding: 112px 0; }.ctk-storygrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.ctk-story { min-height: 290px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--ctk-line); border-radius: 17px; background: white; }.ctk-stars { color: var(--ctk-orange); letter-spacing: 2px; font-size: 10px; }.ctk-story blockquote { margin: 23px 0; color: #333b53; font-size: 14px; line-height: 1.7; }.ctk-story footer { display: flex; gap: 11px; align-items: center; margin-top: auto; }.ctk-story footer > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: #265f56; background: #cbe9e0; font-size: 9px; font-weight: 800; }.ctk-story footer div { display: flex; flex-direction: column; gap: 3px; }.ctk-story footer strong { font-size: 11px; }.ctk-story footer small { color: #8990a2; font-size: 8px; }.ctk-story-dark { color: white; background: var(--ctk-night); border-color: var(--ctk-night); }.ctk-story-dark blockquote { color: white; }.ctk-story-dark footer strong { color: white; }.ctk-quote { height: 14px; color: var(--ctk-orange); font: 800 37px/1 serif; }

.ctk-library { padding: 105px 0; background: #e9ecf3; }.ctk-librarytitle { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 35px; }.ctk-librarytitle .ctk-kicker { grid-column: 1/-1; }.ctk-librarytitle h2 { margin: 12px 0 0; font: 800 39px "Manrope"; letter-spacing: -1.5px; }.ctk-librarytitle > a { color: var(--ctk-blue); font-size: 12px; font-weight: 700; }.ctk-librarygrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.ctk-article { overflow: hidden; border-radius: 18px; background: white; transition: transform .2s, box-shadow .2s; }.ctk-article:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(17,25,52,.1); }.ctk-articleart { height: 153px; display: grid; place-items: center; position: relative; overflow: hidden; font: 800 35px "Manrope"; }.ctk-articleart::before, .ctk-articleart::after { content: ""; position: absolute; border: 1px solid currentColor; opacity: .25; border-radius: 20px; transform: rotate(25deg); }.ctk-articleart::before { width: 120px; height: 120px; }.ctk-articleart::after { width: 200px; height: 70px; }.ctk-art-code { color: #654bd2; background: #e9e2ff; }.ctk-art-data { color: #096d67; background: #c9efea; }.ctk-art-design { color: #b84720; background: #ffd8ca; }.ctk-article > div { padding: 23px; }.ctk-article small { color: var(--ctk-blue); font-size: 8px; font-weight: 800; letter-spacing: .8px; }.ctk-article h3 { min-height: 68px; margin: 11px 0 9px; font: 700 17px/1.35 "Manrope"; }.ctk-article p { margin: 0; color: var(--ctk-muted); font-size: 12px; line-height: 1.55; }.ctk-article b { display: block; margin-top: 20px; color: var(--ctk-orange); font-size: 11px; }

.ctk-faqzone { padding: 112px 0; }.ctk-faqgrid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 95px; }.ctk-faqintro { position: sticky; top: 110px; align-self: start; }.ctk-faqintro p { color: var(--ctk-muted); line-height: 1.7; }.ctk-faqintro a { display: inline-block; margin-top: 18px; color: var(--ctk-orange); font-size: 13px; font-weight: 700; }.ctk-accordions { border-top: 1px solid var(--ctk-line); }.ctk-question { border-bottom: 1px solid var(--ctk-line); }.ctk-question button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; color: var(--ctk-ink); border: 0; background: transparent; text-align: left; cursor: pointer; font: 700 16px "Manrope"; }.ctk-question button b { display: grid; place-items: center; flex: 0 0 29px; width: 29px; height: 29px; border-radius: 50%; color: var(--ctk-orange); background: var(--ctk-orange-soft); font: 500 18px "DM Sans"; }.ctk-answer { padding: 0 50px 22px 0; }.ctk-answer p { margin: 0; color: var(--ctk-muted); line-height: 1.7; font-size: 13px; }.ctk-answer a { color: var(--ctk-blue); text-decoration: underline; }.ctk-question-open button { color: var(--ctk-orange); }

.ctk-connect { padding: 112px 0; color: white; background: var(--ctk-night); }.ctk-connectgrid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }.ctk-connectcopy > p { color: #aab2c7; font-size: 16px; line-height: 1.7; }.ctk-contactpoints { display: grid; gap: 18px; margin: 32px 0; }.ctk-contactpoints p { display: grid; grid-template-columns: 38px 1fr; margin: 0; }.ctk-contactpoints p > span { grid-row: 1/3; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--ctk-lime); background: rgba(201,243,106,.1); }.ctk-contactpoints b { font-size: 13px; }.ctk-contactpoints small { margin-top: 4px; color: #7f89a4; font-size: 10px; }.ctk-connectcopy aside { padding: 16px 17px; border-left: 3px solid var(--ctk-orange); background: rgba(255,255,255,.04); }.ctk-connectcopy aside strong { font-size: 11px; }.ctk-connectcopy aside p { margin: 5px 0 0; color: #949db5; font-size: 10px; line-height: 1.55; }
.ctk-form { padding: 32px; border-radius: 22px; color: var(--ctk-ink); background: white; box-shadow: 0 28px 70px rgba(0,0,0,.22); }.ctk-formhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }.ctk-formhead h3 { margin: 0; font: 800 21px "Manrope"; }.ctk-formhead span { padding: 5px 8px; border-radius: 6px; color: #4e7a34; background: #eff8e9; font-size: 8px; font-weight: 700; }.ctk-form > label { display: grid; gap: 7px; margin-top: 14px; color: #3b4256; font-size: 11px; font-weight: 700; }.ctk-form input, .ctk-form select, .ctk-form textarea { width: 100%; padding: 12px 13px; color: var(--ctk-ink); border: 1px solid #dfe2e9; border-radius: 9px; background: #fbfbfc; outline: 0; font-size: 12px; transition: border-color .2s, box-shadow .2s; }.ctk-form input:focus, .ctk-form select:focus, .ctk-form textarea:focus { border-color: var(--ctk-blue); box-shadow: 0 0 0 3px rgba(85,117,255,.11); }.ctk-form textarea { resize: vertical; }.ctk-form .ctk-check { display: flex; align-items: flex-start; gap: 8px; font-weight: 500; color: var(--ctk-muted); line-height: 1.45; }.ctk-check input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--ctk-orange); }.ctk-check a { color: var(--ctk-blue); text-decoration: underline; }.ctk-form .ctk-button { width: 100%; margin-top: 20px; }.ctk-formstate { min-height: 17px; margin: 11px 0 0; color: #2c8450; text-align: center; font-size: 10px; line-height: 1.5; }.ctk-form-tried :invalid { border-color: #db6a6a; }
.ctk-finalcall { padding: 62px 0; color: var(--ctk-ink); background: var(--ctk-orange); }.ctk-finalcall .ctk-frame { display: flex; justify-content: space-between; align-items: center; gap: 50px; }.ctk-finalcall span { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }.ctk-finalcall h2 { max-width: 700px; margin: 7px 0 0; font: 800 31px/1.25 "Manrope"; letter-spacing: -1px; }.ctk-finalcall .ctk-button { flex: 0 0 auto; }

.ctk-footer { padding: 69px 0 25px; color: #aab2c6; background: #0b1025; }.ctk-footmain { display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 100px; padding-bottom: 52px; }.ctk-footer .ctk-brand { color: white; }.ctk-footbrand p { max-width: 310px; margin: 19px 0; color: #7f88a0; font-size: 12px; line-height: 1.7; }.ctk-footbrand > a:last-child { color: var(--ctk-orange); font-size: 12px; font-weight: 700; }.ctk-footlinks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }.ctk-footlinks div { display: flex; flex-direction: column; gap: 13px; }.ctk-footlinks strong { margin-bottom: 5px; color: white; font-size: 11px; }.ctk-footlinks a { color: #7f88a0; font-size: 11px; }.ctk-footlinks a:hover { color: white; }.ctk-footbottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); color: #59627b; font-size: 9px; }

.ctk-consent { position: fixed; left: 24px; right: 24px; bottom: 20px; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 900px; margin: auto; padding: 16px 18px; border: 1px solid #dfe2e8; border-radius: 15px; background: rgba(255,255,255,.98); box-shadow: 0 18px 55px rgba(15,22,47,.2); transform: translateY(150%); opacity: 0; transition: .35s ease; }.ctk-consent-visible { transform: translateY(0); opacity: 1; }.ctk-consent-hidden { transform: translateY(150%); opacity: 0; pointer-events: none; }.ctk-consent > div:first-child { display: grid; gap: 4px; }.ctk-consent strong { font-size: 12px; }.ctk-consent p { margin: 0; color: var(--ctk-muted); font-size: 10px; line-height: 1.45; }.ctk-consent a { color: var(--ctk-blue); text-decoration: underline; }.ctk-consent > div:last-child { display: flex; gap: 8px; }.ctk-consent button { padding: 9px 13px; border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 700; }.ctk-cookie-soft { border: 1px solid var(--ctk-line); background: white; }.ctk-cookie-bold { border: 1px solid var(--ctk-ink); color: white; background: var(--ctk-ink); }

.ctk-inner-main { min-height: 60vh; }.ctk-inner-hero { padding: 88px 0 75px; color: white; background: var(--ctk-night); }.ctk-breadcrumbs { display: flex; gap: 8px; align-items: center; color: #8f98b1; font-size: 11px; }.ctk-breadcrumbs a:hover { color: white; }.ctk-breadcrumbs span { color: #59627c; }.ctk-inner-hero h1 { max-width: 820px; margin: 23px 0 16px; font: 800 clamp(39px, 5vw, 61px)/1.08 "Manrope"; letter-spacing: -2.8px; }.ctk-inner-hero > .ctk-frame > p { max-width: 720px; margin: 0; color: #b4bbce; font-size: 17px; line-height: 1.7; }.ctk-meta-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #8d96ae; font-size: 10px; }.ctk-meta-row strong { color: var(--ctk-lime); }
.ctk-document { padding: 75px 0 105px; }.ctk-docgrid { display: grid; grid-template-columns: 220px minmax(0, 730px); justify-content: center; gap: 70px; }.ctk-docnav { align-self: start; position: sticky; top: 110px; padding: 18px; border: 1px solid var(--ctk-line); border-radius: 14px; background: white; }.ctk-docnav strong { display: block; margin-bottom: 12px; font: 700 11px "Manrope"; }.ctk-docnav a { display: block; padding: 8px 0; color: var(--ctk-muted); font-size: 10px; border-bottom: 1px solid #edf0f4; }.ctk-docnav a:last-child { border: 0; }.ctk-prose { color: #3d4559; font-size: 15px; line-height: 1.8; }.ctk-prose h2 { scroll-margin-top: 105px; margin: 50px 0 14px; color: var(--ctk-ink); font: 800 27px/1.25 "Manrope"; letter-spacing: -.8px; }.ctk-prose h2:first-child { margin-top: 0; }.ctk-prose h3 { margin: 29px 0 10px; color: var(--ctk-ink); font: 700 18px "Manrope"; }.ctk-prose p { margin: 0 0 18px; }.ctk-prose ul, .ctk-prose ol { margin: 0 0 22px; padding-left: 22px; }.ctk-prose li { margin-bottom: 8px; }.ctk-prose a { color: var(--ctk-blue); text-decoration: underline; }.ctk-noticebox { margin: 27px 0; padding: 20px 22px; border-left: 4px solid var(--ctk-orange); border-radius: 0 12px 12px 0; background: var(--ctk-orange-soft); }.ctk-noticebox strong { display: block; color: var(--ctk-ink); margin-bottom: 5px; }.ctk-noticebox p { margin: 0; font-size: 13px; }.ctk-tablewrap { overflow-x: auto; margin: 24px 0; }.ctk-prose table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 12px; }.ctk-prose th, .ctk-prose td { padding: 13px; border: 1px solid var(--ctk-line); text-align: left; vertical-align: top; }.ctk-prose th { color: var(--ctk-ink); background: #eef0f5; }
.ctk-pagecards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 30px 0; }.ctk-pagecard { padding: 23px; border: 1px solid var(--ctk-line); border-radius: 15px; background: white; }.ctk-pagecard span { color: var(--ctk-orange); font-size: 20px; }.ctk-pagecard h3 { margin: 13px 0 7px; }.ctk-pagecard p { margin: 0; font-size: 13px; }.ctk-readmore { margin-top: 45px; padding: 25px; border-radius: 17px; background: #eef0f6; }.ctk-readmore h2 { margin: 0 0 14px; font-size: 20px; }.ctk-readmore ul { margin: 0; display: grid; gap: 8px; }.ctk-article-hero { padding-bottom: 85px; }.ctk-article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 55px; }.ctk-article-aside { align-self: start; position: sticky; top: 108px; }.ctk-article-aside > div { padding: 22px; border-radius: 15px; background: var(--ctk-night); color: white; }.ctk-article-aside h3 { margin: 0 0 10px; font: 700 16px "Manrope"; }.ctk-article-aside p { color: #aeb5c7; font-size: 11px; line-height: 1.6; }.ctk-article-aside a { width: 100%; min-height: 42px; margin-top: 8px; }
.ctk-contactgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 35px 0; }.ctk-contactcard { padding: 25px; border: 1px solid var(--ctk-line); border-radius: 17px; background: white; }.ctk-contactcard small { color: var(--ctk-orange); font-size: 9px; font-weight: 800; letter-spacing: 1px; }.ctk-contactcard h3 { margin: 10px 0 8px; }.ctk-contactcard p { margin: 0; font-size: 13px; }.ctk-contactcard a { text-decoration: none; }

@media (max-width: 1060px) {
  .ctk-desknav { gap: 17px; }.ctk-desknav a { font-size: 12px; }.ctk-openinggrid { gap: 35px; }.ctk-console { transform: scale(.9); transform-origin: center right; }.ctk-methodgrid { gap: 55px; }.ctk-storygrid { grid-template-columns: repeat(2, 1fr); }.ctk-connectgrid { gap: 50px; }
}
@media (max-width: 860px) {
  .ctk-frame { width: min(100% - 32px, 700px); }.ctk-desknav, .ctk-navcta { display: none; }.ctk-menukey { display: block; }.ctk-drawer { position: fixed; inset: 76px 0 auto; height: calc(100vh - 76px); display: flex; flex-direction: column; gap: 4px; padding: 20px 24px 40px; background: var(--ctk-night); transform: translateX(100%); transition: transform .25s; }.ctk-drawer-open { transform: translateX(0); }.ctk-drawer a { padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.08); color: #d9ddeb; font-weight: 600; }
  .ctk-opening { padding-top: 58px; }.ctk-openinggrid { grid-template-columns: 1fr; }.ctk-console { width: min(100%, 620px); margin: 0 auto; transform: none; }.ctk-pitch h1 { max-width: 690px; }.ctk-partnerline { overflow-x: auto; gap: 35px; justify-content: flex-start; }.ctk-partnerline > * { white-space: nowrap; }
  .ctk-sectionhead { grid-template-columns: 1fr; gap: 20px; }.ctk-trackgrid { grid-template-columns: repeat(2, 1fr); }.ctk-track-featured { grid-row: span 2; }.ctk-methodgrid { grid-template-columns: 1fr; }.ctk-mentorpanel { width: calc(100% - 25px); }.ctk-pricegrid { grid-template-columns: 1fr; max-width: 560px; margin: auto; }.ctk-price-main { transform: none; }.ctk-librarygrid { grid-template-columns: 1fr; }.ctk-article { display: grid; grid-template-columns: 220px 1fr; }.ctk-article h3 { min-height: 0; }.ctk-articleart { height: 100%; min-height: 220px; }.ctk-faqgrid, .ctk-connectgrid { grid-template-columns: 1fr; }.ctk-faqintro { position: static; }.ctk-footmain { grid-template-columns: 1fr; gap: 45px; }
  .ctk-docgrid, .ctk-article-layout { grid-template-columns: 1fr; }.ctk-docnav, .ctk-article-aside { position: static; }.ctk-docnav { display: none; }.ctk-article-aside { max-width: 480px; }.ctk-inner-hero { padding-top: 65px; }
}
@media (max-width: 580px) {
  .ctk-frame { width: min(100% - 26px, 520px); }.ctk-topbar, .ctk-navline { height: 68px; }.ctk-drawer { top: 68px; height: calc(100vh - 68px); }.ctk-opening { min-height: auto; padding-top: 47px; }.ctk-pitch h1 { margin-top: 19px; font-size: 42px; letter-spacing: -2.2px; }.ctk-lead { font-size: 15px; }.ctk-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.ctk-honesty { font-size: 10px; }.ctk-console { min-height: 430px; }.ctk-consolebar > span { padding-inline: 30px; }.ctk-consolebody { padding: 20px 14px 20px 65px; }.ctk-progresscard { padding: 17px; min-height: 145px; }.ctk-codeart > span { width: 65px; height: 65px; font-size: 16px; }.ctk-todays article:nth-child(3) { display: none; }.ctk-floatingnote { right: -5px; bottom: 20px; }.ctk-partnerline { margin-top: 45px; }
  .ctk-programs, .ctk-method, .ctk-packages, .ctk-stories, .ctk-library, .ctk-faqzone, .ctk-connect { padding-block: 75px; }.ctk-sectionhead h2, .ctk-centerhead h2, .ctk-methodcopy h2, .ctk-faqintro h2, .ctk-connectcopy h2 { font-size: 34px; }.ctk-trackgrid { grid-template-columns: 1fr; }.ctk-track-featured { grid-row: auto; min-height: 420px; }.ctk-mentorstamp { right: -10px; }.ctk-storygrid { grid-template-columns: 1fr; }.ctk-story { min-height: 240px; }.ctk-librarytitle { grid-template-columns: 1fr; gap: 14px; }.ctk-librarytitle h2 { font-size: 32px; }.ctk-article { display: block; }.ctk-articleart { min-height: 150px; }.ctk-finalcall .ctk-frame { align-items: flex-start; flex-direction: column; }.ctk-finalcall h2 { font-size: 26px; }.ctk-footlinks { grid-template-columns: 1fr 1fr; row-gap: 35px; }.ctk-footbottom { flex-direction: column; gap: 4px; }.ctk-consent { left: 10px; right: 10px; bottom: 10px; align-items: stretch; flex-direction: column; gap: 12px; }.ctk-consent > div:last-child button { flex: 1; }
  .ctk-inner-hero h1 { font-size: 38px; letter-spacing: -1.8px; }.ctk-inner-hero > .ctk-frame > p { font-size: 15px; }.ctk-document { padding-block: 55px 80px; }.ctk-prose { font-size: 14px; }.ctk-pagecards, .ctk-contactgrid { grid-template-columns: 1fr; }.ctk-form { padding: 23px 18px; }.ctk-formhead { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
