/* ==========================================================================
   Certrak landing page — design system ported from the Claude Design prototype
   "Calm paper, lit by one light": #FAFAFA paper, #1A1A1D ink, #4343AF indigo.
   Bree Serif (wordmark only) · Hanken Grotesk (headlines) · Inter (body).
   ========================================================================== */

:root {
	--ck-indigo: #4343AF;
	--ck-ink: #1A1A1D;
	--ck-body: #4A4A54;
	--ck-muted: #6E6E7A;
	--ck-faint: #8A8A96;
	--ck-paper: #FAFAFA;
}

html { scroll-behavior: smooth; }
body { background: var(--ck-paper); font-family: 'Inter', system-ui, sans-serif; color: var(--ck-ink); }
[id] { scroll-margin-top: 84px; }

/* ---------- prototype helper classes (used inside HTML widgets) ---------- */
.qbtn { font: 500 15px/1.35 'Inter', sans-serif; color: #1A1A1D; text-align: center; background: #fff; border: 1px solid rgba(0,0,0,0.12); border-radius: 11px; padding: 14px 16px; cursor: pointer; transition: border-color .15s, box-shadow .15s, transform .05s; width: 100%; }
.qbtn:hover { border-color: #4343AF; box-shadow: 0 0 0 3px rgba(67,67,175,.12); }
.qbtn:active { transform: translateY(1px); }

.cta { font: 600 15px/1 'Inter', sans-serif; color: #fff; background: #4343AF; border: none; border-radius: 10px; padding: 13px 21px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .15s, box-shadow .2s, transform .05s; }
.cta:hover { background: #3939A0; box-shadow: 0 10px 28px rgba(67,67,175,.34); color: #fff; }
.cta:active { transform: translateY(1px); }

.ghost { font: 600 15px/1 'Inter', sans-serif; color: #4343AF; background: transparent; border: 1.5px solid rgba(67,67,175,.40); border-radius: 10px; padding: 12px 20px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .15s, border-color .15s; }
.ghost:hover { background: rgba(67,67,175,.07); border-color: #4343AF; }

.linkbtn { font: 500 13px/1 'Inter', sans-serif; color: #6E6E7A; background: none; border: none; cursor: pointer; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; }
.linkbtn:hover { color: #4343AF; }

.grad { background: linear-gradient(116deg, #4F4FC0 12%, #2E2E8A 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.flink { color: rgba(255,255,255,.62); text-decoration: none; font: 400 13.5px/1 'Inter', sans-serif; background: none; border: none; cursor: pointer; padding: 0; }
.flink:hover { color: #fff; }

.bcard { display: block; text-decoration: none; background: #fff; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; padding: 26px 26px 28px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.bcard:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -24px rgba(67,67,175,.45); border-color: rgba(67,67,175,.30); }

/* ==========================================================================
   Sticky navbar
   ========================================================================== */
.e-con.ck-nav-band { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; padding: 0; --content-width: 100%; }
/* When the WP admin bar is showing (logged-in views), stick below it instead
   of jumping behind it on scroll. */
body.admin-bar .e-con.ck-nav-band { top: 32px; }
body.admin-bar [id] { scroll-margin-top: 116px; }
@media (max-width: 782px) {
	body.admin-bar .e-con.ck-nav-band { top: 46px; }
	body.admin-bar [id] { scroll-margin-top: 130px; }
}
.e-con.ck-nav-band.is-scrolled { box-shadow: 0 10px 26px -18px rgba(26,26,29,.22); }
.ck-nav-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 26px; padding: 15px 40px; position: relative; }
.ck-logo { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.ck-logo-badge { width: 28px; height: 28px; border-radius: 8px; background: #4343AF; color: #fff; display: flex; align-items: center; justify-content: center; font: 400 18px/1 'Bree Serif', serif; }
.ck-logo-word { font: 400 16px/1 'Bree Serif', serif; color: #1A1A2E; }
.ck-links { display: flex; gap: 21px; align-items: center; }
.ck-links a { font: 500 14.5px/1 'Inter', sans-serif; text-decoration: none; color: #4A4A54; transition: color .15s; }
.ck-links a:hover, .ck-links a.is-active { color: #4343AF; }
.ck-nav-cta { margin-left: 6px; }
.ck-burger { display: none; flex-direction: column; justify-content: center; gap: 4px; width: 38px; height: 38px; background: none; border: 1px solid rgba(0,0,0,0.12); border-radius: 9px; cursor: pointer; padding: 9px; }
.ck-burger span { display: block; height: 2px; border-radius: 2px; background: #1A1A1D; }

/* ==========================================================================
   Native-widget typography (headings / text set via CSS classes)
   ========================================================================== */
.elementor-widget.ck-h1 { margin-bottom: 22px; }
.ck-h1 .elementor-heading-title { font: 700 57px/1.04 'Hanken Grotesk', sans-serif; letter-spacing: -.025em; color: #1A1A1D; margin: 0 auto; max-width: 15em; text-wrap: balance; text-align: center; }
.ck-h1 .elementor-heading-title .grad { font: inherit; }

.ck-sub-hero p { font: 400 18.5px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0 auto; max-width: 34em; text-wrap: pretty; text-align: center; }

.elementor-widget.ck-h2 { margin-bottom: 18px; }
.ck-h2 .elementor-heading-title { font: 700 42px/1.08 'Hanken Grotesk', sans-serif; letter-spacing: -.022em; color: #1A1A1D; margin: 0 auto; text-wrap: balance; text-align: center; max-width: 740px; }
.ck-h2--how .elementor-heading-title { font-size: 44px; line-height: 1.06; letter-spacing: -.024em; }
.ck-h2--left .elementor-heading-title { text-align: left; margin: 0; max-width: none; }
.ck-h2--dark .elementor-heading-title { color: #fff; font-size: 46px; line-height: 1.06; letter-spacing: -.025em; }
.ck-h2--final .elementor-heading-title { color: #fff; font-size: 50px; line-height: 1.05; letter-spacing: -.025em; }
.elementor-widget.ck-h2--tight { margin-bottom: 0; }

.ck-sub p { font: 400 18px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0 auto; max-width: 740px; text-wrap: pretty; text-align: center; }
.ck-sub--dark p { color: #C9C9EC; max-width: 38em; font-size: 18.5px; line-height: 1.62; }
.ck-sub--final p { color: #C9C9EC; font-size: 19px; max-width: 32em; }

.elementor-widget.ck-h3 { margin-bottom: 14px; }
.ck-h3 .elementor-heading-title { font: 700 30px/1.12 'Hanken Grotesk', sans-serif; letter-spacing: -.018em; color: #1A1A1D; margin: 0; text-align: left; }

.ck-copy p { font: 400 17px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0 0 14px; text-wrap: pretty; }
.ck-copy p:last-child { margin-bottom: 0; }
.ck-copy--lg p { font-size: 18px; }
.ck-copy--about p { font-size: 18px; line-height: 1.7; color: #33323A; margin: 0 auto 22px; max-width: 680px; }
.ck-copy--about p:last-child { margin-bottom: 0; }
.ck-copy strong { font-weight: 600; color: #1A1A1D; }

.ck-pull .elementor-heading-title { font: 500 27px/1.35 'Hanken Grotesk', sans-serif; letter-spacing: -.01em; color: #4343AF; margin: 0 auto; text-align: center; text-wrap: balance; max-width: 760px; }
.elementor-widget.ck-pull { margin: 6px 0 8px; }

.ck-note p { font: 400 14.5px/1.6 'Inter', sans-serif; color: #6E6E7A; margin: 0 auto; text-align: center; text-wrap: pretty; max-width: 920px; }
.ck-closing p { font: 500 16px/1.5 'Inter', sans-serif; color: #6E6E7A; margin: 30px auto 0; text-align: center; }

/* the indigo callout used inside "Find it" copy */
.ck-callout { font: 400 16px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 16px 0 0 !important; padding: 16px 18px; background: rgba(67,67,175,.06); border-left: 3px solid #4343AF; border-radius: 0 10px 10px 0; text-wrap: pretty; }

/* ==========================================================================
   Section bands (classes applied to Elementor containers)
   ========================================================================== */
.e-con.ck-sec { padding: 88px 40px; }
.e-con.ck-s-start { padding: 74px 40px 8px; }
.e-con.ck-quiz-band { padding: 38px 40px 92px; }
.e-con.ck-s-gap { padding: 80px 40px; }
.e-con.ck-s-why-now { padding: 60px 40px 92px; }
.e-con.ck-band-white { background: #fff; border-top: 1px solid rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.08); }
.e-con.ck-s-how { padding: 88px 40px 80px; }
.e-con.ck-s-about { padding: 92px 40px; }
.e-con.ck-s-faq { padding: 92px 40px; }
.e-con.ck-band-engine { background: linear-gradient(165deg, #232352, #191938); position: relative; overflow: hidden; padding: 92px 40px; }
.e-con.ck-band-engine::before { content: ""; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 760px; height: 520px; background: radial-gradient(closest-side, rgba(90,90,210,.35), transparent 70%); pointer-events: none; }
.e-con.ck-band-cta { background: linear-gradient(165deg, #232352, #181834); position: relative; overflow: hidden; padding: 100px 40px; }
.e-con.ck-band-cta::before { content: ""; position: absolute; bottom: -30%; left: 50%; transform: translateX(-50%); width: 820px; height: 560px; background: radial-gradient(closest-side, rgba(98,98,222,.4), transparent 70%); pointer-events: none; }
.e-con.ck-footer-band { background: #1A1A1D; padding: 0; }

/* two-column rows — flex layout comes from Elementor container settings;
   here only width constraints and spacing */
.e-con.ck-row { padding: 36px 0 0; max-width: 1080px; margin: 0 auto; width: 100%; }
.e-con.ck-col { min-width: 0; }
.e-con.ck-row--wide { max-width: 1100px; padding-top: 0; }

/* ==========================================================================
   Hero quiz card
   ========================================================================== */
.ck-quiz-wrap { position: relative; width: 520px; max-width: 100%; margin: 0 auto; }
.ck-quiz-glow { position: absolute; inset: -12% -16% -22% -16%; background: radial-gradient(58% 52% at 50% 32%, rgba(67,67,175,.30), rgba(67,67,175,0) 70%); filter: blur(18px); pointer-events: none; }
.ck-quiz-card { position: relative; background: #fff; border: 1px solid rgba(67,67,175,0.30); border-radius: 20px; box-shadow: 0 0 48px rgba(67,67,175,0.15), 0 8px 24px -6px rgba(67,67,175,0.12); padding: 32px 32px 26px; }
.ck-quiz-title { font: 700 21px/1.25 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 5px; text-align: center; }
.ck-quiz-sub { font: 400 14px/1.45 'Inter', sans-serif; color: #6E6E7A; text-align: center; margin-bottom: 20px; }
.ck-quiz-bar { height: 5px; border-radius: 99px; background: rgba(0,0,0,0.08); overflow: hidden; margin-bottom: 7px; }
.ck-quiz-fill { height: 100%; border-radius: 99px; background: #4343AF; transition: width .35s ease; width: 0; }
.ck-quiz-meta { display: flex; justify-content: space-between; font: 500 11.5px/1 'Inter', sans-serif; color: #8A8A96; margin-bottom: 18px; }
.ck-quiz-q { font: 600 18px/1.35 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 16px; text-align: center; min-height: 48px; }
.ck-quiz-opts { display: flex; flex-direction: column; gap: 10px; }
.ck-quiz-foot { display: flex; align-items: center; justify-content: center; margin-top: 16px; min-height: 18px; }
.ck-quiz-honest { text-align: center; font: 400 11.5px/1.4 'Inter', sans-serif; color: #8A8A96; margin-top: 6px; }
.ck-quiz-tier { font: 700 11px/1 'Inter', sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #4343AF; margin-bottom: 8px; text-align: center; }
.ck-quiz-rtitle { font: 700 23px/1.25 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 10px; text-align: center; }
.ck-quiz-rbody { font: 400 14.5px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0 0 18px; text-wrap: pretty; text-align: center; }
.ck-lead-box { text-align: left; background: #F7F7F9; border: 1px solid rgba(67,67,175,.16); border-radius: 13px; padding: 18px 16px; }
.ck-lead-box .ck-lead-title { font: 600 14px/1.4 'Inter', sans-serif; color: #1A1A1D; margin-bottom: 12px; text-align: center; }
.ck-input { width: 100%; font: 500 14px/1.3 'Inter', sans-serif; color: #1A1A1D; background: #fff; border: 1px solid rgba(0,0,0,0.18); border-radius: 9px; padding: 11px 12px; outline: none; box-sizing: border-box; }
.ck-input:focus { border-color: #4343AF; }
.ck-form-err { font: 500 12px/1.4 'Inter', sans-serif; color: #DC2626; margin-top: 8px; }
.ck-lead-alt { text-align: center; margin-top: 11px; font: 400 12.5px/1.4 'Inter', sans-serif; color: #6E6E7A; }
.ck-success-box { background: #F7F7F9; border: 1px solid rgba(67,67,175,.16); border-radius: 13px; padding: 24px 18px; text-align: center; }
.ck-success-tick { width: 42px; height: 42px; border-radius: 50%; background: #1A8F32; color: #fff; display: flex; align-items: center; justify-content: center; font: 700 20px/1 'Inter', sans-serif; margin: 0 auto 14px; }
.ck-success-title { font: 700 19px/1.3 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 8px; }
.ck-success-body { font: 400 14px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0; }
.ck-quiz-restart { display: block; margin: 13px auto 0; }

/* ==========================================================================
   Buttons (native Elementor button widgets, restyled)
   ========================================================================== */
.ck-btn .elementor-button { font: 600 15px/1 'Inter', sans-serif; border-radius: 10px; padding: 13px 21px; transition: background .15s, box-shadow .2s, border-color .15s, transform .05s; }
.ck-btn-white .elementor-button { background: #fff; color: #232352; padding: 15px 26px; font-size: 16px; font-weight: 600; font-family: 'Inter', sans-serif; border-radius: 10px; }
.ck-btn-white .elementor-button:hover { background: #F0F0FA; box-shadow: 0 10px 28px rgba(0,0,0,.28); color: #232352; }
.ck-btn-ghost-d .elementor-button { background: transparent; color: #CFCFEA; border: 1.5px solid rgba(255,255,255,.28); border-radius: 10px; padding: 14px 24px; font-size: 16px; font-weight: 600; font-family: 'Inter', sans-serif; }
.ck-btn-ghost-d .elementor-button:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); color: #fff; }
.e-con.ck-btn-row { padding: 0; }
.e-con.ck-btn-row .elementor-widget-button { width: auto; }
.ck-cta-note p { font: 400 13.5px/1.5 'Inter', sans-serif; color: #8E8EC4; margin: 18px 0 0; text-align: center; }

/* ==========================================================================
   Kickers ("01 · FIND IT")
   ========================================================================== */
.ck-kicker { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.ck-kicker .ck-kicker-num { font: 700 14px/1 'Hanken Grotesk', sans-serif; color: #4343AF; }
.ck-kicker .ck-kicker-label { font: 600 13px/1 'Inter', sans-serif; letter-spacing: .06em; text-transform: uppercase; color: #6E6E7A; }

/* screenshot placeholders */
.ck-shot { position: relative; }
.ck-shot-glow { position: absolute; inset: -10% -8%; background: radial-gradient(55% 60% at 60% 40%, rgba(67,67,175,.22), rgba(67,67,175,0) 72%); filter: blur(14px); pointer-events: none; }
.ck-shot-frame { position: relative; border-radius: 14px; border: 1px solid rgba(0,0,0,0.12); background: repeating-linear-gradient(135deg, #ECECEF 0 11px, #F4F4F6 11px 22px); min-height: 320px; display: flex; align-items: center; justify-content: center; }
.ck-shot-frame.ck-shot-glowless { min-height: 300px; }
.ck-shot--hero .ck-shot-frame { box-shadow: 0 20px 50px -30px rgba(67,67,175,.4); }
.ck-shot-tag { font: 500 12px/1.5 ui-monospace, Menlo, monospace; color: #4343AF; background: #fff; border: 1px solid rgba(67,67,175,.25); border-radius: 8px; padding: 9px 13px; margin: 12px; text-align: center; }

/* ==========================================================================
   Screenshot placeholders as native image widgets
   ========================================================================== */
/* uniform treatment for all app screenshots; the page's one glow lives on
   the quiz card only */
.elementor-widget.ck-shot-img img { width: 100%; height: auto; border-radius: 14px; border: 1px solid rgba(0,0,0,0.12); display: block; box-shadow: 0 20px 50px -30px rgba(67,67,175,.4); }

/* ==========================================================================
   Recent-posts teaser cards ([certrak_recent_posts])
   ========================================================================== */
.ck-blogcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1100px; margin: 44px auto 0; }
.ck-bcard-kicker { font: 700 11px/1 'Inter', sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #4343AF; margin-bottom: 16px; }
.ck-bcard-title { font: 700 21px/1.25 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 10px; text-wrap: balance; }
.ck-bcard-excerpt { font: 400 14.5px/1.55 'Inter', sans-serif; color: #6E6E7A; margin: 0 0 16px; text-wrap: pretty; }
.ck-bcard-read { font: 600 13.5px/1 'Inter', sans-serif; color: #4343AF; }

/* ==========================================================================
   FAQ — native Elementor toggle widgets, restyled to the design
   ========================================================================== */
.elementor-widget.ck-faq-block { max-width: 680px; margin-left: auto; margin-right: auto; width: 100%; }
.elementor-widget.ck-faq-glabel { margin-top: 14px; }
.ck-faq-glabel .elementor-heading-title { font: 700 12px/1 'Inter', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #6E6E7A; margin: 0; padding-left: 2px; text-align: left; }
.ck-faqw .elementor-toggle-item { background: #fff; border: 1px solid rgba(0,0,0,0.10); border-left: 3px solid transparent; border-radius: 12px; overflow: hidden; transition: border-color .15s; margin-bottom: 10px; }
.ck-faqw .elementor-toggle-item:last-child { margin-bottom: 0; }
.ck-faqw .elementor-toggle-item:has(.elementor-tab-title.elementor-active) { border-left-color: #4343AF; }
.ck-faqw .elementor-tab-title { padding: 17px 20px; display: flex; align-items: center; gap: 16px; cursor: pointer; }
.ck-faqw .elementor-tab-title a.elementor-toggle-title { flex: 1; font: 600 16.5px/1.4 'Hanken Grotesk', sans-serif; color: #1A1A1D; }
.ck-faqw .elementor-toggle-icon { display: none !important; }
.ck-faqw .elementor-tab-title::after { content: "+"; flex: none; font: 400 22px/1 'Inter', sans-serif; color: #4343AF; transition: transform .2s ease; }
.ck-faqw .elementor-tab-title.elementor-active::after { transform: rotate(45deg); }
.ck-faqw .elementor-tab-content { font: 400 15.5px/1.65 'Inter', sans-serif; color: #4A4A54; padding: 2px 20px 18px; border-top: none !important; }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.ck-faq { max-width: 680px; margin: 0 auto; }
.ck-faq-group { margin-bottom: 34px; }
.ck-faq-group:last-child { margin-bottom: 0; }
.ck-faq-glabel { font: 700 12px/1 'Inter', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #6E6E7A; margin-bottom: 14px; padding-left: 2px; }
.ck-faq-items { display: flex; flex-direction: column; gap: 10px; }
.ck-faq-item { background: #fff; border: 1px solid rgba(0,0,0,0.10); border-left: 3px solid transparent; border-radius: 12px; overflow: hidden; transition: border-color .15s; }
.ck-faq-item.open { border-left-color: #4343AF; }
.ck-faq-q { width: 100%; text-align: left; background: transparent; border: none; padding: 17px 20px; cursor: pointer; display: flex; align-items: center; gap: 16px; font: 600 16.5px/1.4 'Hanken Grotesk', sans-serif; color: #1A1A1D; }
.ck-faq-q .ck-faq-qtext { flex: 1; }
.ck-faq-q .ck-faq-icon { flex: none; font-size: 22px; line-height: 1; color: #4343AF; display: inline-block; transition: transform .2s ease; }
.ck-faq-item.open .ck-faq-icon { transform: rotate(45deg); }
.ck-faq-a { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .3s ease, opacity .2s ease; }
.ck-faq-item.open .ck-faq-a { max-height: 560px; opacity: 1; }
.ck-faq-a p { font: 400 15.5px/1.65 'Inter', sans-serif; color: #4A4A54; margin: 0; padding: 2px 20px 18px; }

/* ==========================================================================
   Contact modal
   ========================================================================== */
.ck-modal { position: fixed; inset: 0; z-index: 100; background: rgba(24,24,52,.55); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.ck-modal[hidden] { display: none; }
.ck-modal-card { width: 448px; max-width: 100%; background: #fff; border-radius: 18px; box-shadow: 0 40px 90px -30px rgba(24,24,52,.65); padding: 30px 30px 28px; max-height: 90vh; overflow-y: auto; }
.ck-modal-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 8px; }
.ck-modal-title { font: 700 23px/1.2 'Hanken Grotesk', sans-serif; color: #1A1A1D; }
.ck-modal-x { background: none; border: none; cursor: pointer; font: 400 24px/1 'Inter', sans-serif; color: #8A8A96; padding: 0 2px; margin: -2px -2px 0 0; }
.ck-modal-intro { font: 400 14.5px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0 0 16px; text-wrap: pretty; }
.ck-modal .ck-input { margin-bottom: 9px; }
.ck-textarea { resize: vertical; min-height: 88px; line-height: 1.45; font-family: 'Inter', sans-serif; }
.ck-modal-success { text-align: center; padding: 8px 0 4px; }
.ck-modal-success .ck-success-tick { width: 46px; height: 46px; font-size: 22px; margin-bottom: 16px; }
.ck-modal-success .ck-success-title { font-size: 21px; }
.ck-modal-success .ck-success-body { margin-bottom: 20px; font-size: 14.5px; }

/* ==========================================================================
   Blog index (/blog) — header widgets + [certrak_blog_index] shortcode
   ========================================================================== */
.e-con.ck-s-bloghead { padding: 74px 40px 0; }
.ck-blog-kicker p { font: 700 13px/1 'Inter', sans-serif; letter-spacing: .04em; color: #4343AF; margin: 0; text-align: left; }
.elementor-widget.ck-blog-kicker { margin-bottom: 18px; }
.ck-h1-blog .elementor-heading-title { font: 700 52px/1.05 'Hanken Grotesk', sans-serif; letter-spacing: -.025em; color: #1A1A1D; margin: 0; max-width: 16em; text-wrap: balance; text-align: left; }
.elementor-widget.ck-h1-blog { margin-bottom: 18px; }
.ck-sub-blog p { font: 400 19px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0; max-width: 40em; text-wrap: pretty; text-align: left; }
.e-con.ck-s-blogidx { padding: 24px 40px 80px; }

/* featured card */
.featcard { display: grid; grid-template-columns: 1.05fr .95fr; text-decoration: none; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 18px; overflow: hidden; transition: box-shadow .18s, border-color .18s; margin-top: 12px; }
.featcard:hover { box-shadow: 0 22px 50px -28px rgba(67,67,175,.42); border-color: rgba(67,67,175,.28); }
.featcard:hover .rd, .pcard:hover .rd { color: #3939A0; }
.featcard-media { position: relative; min-height: 340px; background: repeating-linear-gradient(135deg, #ECECEF 0 12px, #F4F4F6 12px 24px); display: flex; align-items: center; justify-content: center; }
.featcard-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.featcard-media .ck-noimg { font: 500 12px/1.5 ui-monospace, Menlo, monospace; color: #4343AF; background: #fff; border: 1px solid rgba(67,67,175,.25); border-radius: 8px; padding: 9px 13px; }
.featcard-badge { position: absolute; top: 18px; left: 18px; font: 700 11px/1 'Inter', sans-serif; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: #4343AF; border-radius: 7px; padding: 8px 11px; }
.featcard-body { padding: 40px 40px; display: flex; flex-direction: column; justify-content: center; }
.featcard-kicker { font: 700 11px/1 'Inter', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #4343AF; margin-bottom: 14px; }
.featcard-title { font: 700 32px/1.14 'Hanken Grotesk', sans-serif; letter-spacing: -.02em; color: #1A1A1D; margin: 0 0 14px; text-wrap: balance; }
.featcard-excerpt { font: 400 16px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0 0 22px; text-wrap: pretty; }
.featcard .ck-postmeta { margin-bottom: 20px; }
.ck-postmeta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font: 500 13.5px/1 'Inter', sans-serif; color: #6E6E7A; }
.ck-postmeta .sep { color: #C9C7CC; }
.rd { font: 600 15px/1 'Inter', sans-serif; color: #4343AF; transition: color .15s; }

/* filter chips */
.ck-chiprow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.chip { font: 500 13.5px/1 'Inter', sans-serif; color: #4A4A54; background: #fff; border: 1px solid rgba(0,0,0,0.12); border-radius: 99px; padding: 9px 15px; cursor: pointer; transition: all .15s; text-decoration: none; display: inline-block; }
.chip:hover { border-color: #4343AF; color: #4343AF; }
.chip.on { background: #4343AF; color: #fff; border-color: #4343AF; }

/* post grid */
.ck-postgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; margin-top: 24px; }
.pcard { display: flex; flex-direction: column; text-decoration: none; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; overflow: hidden; transition: transform .18s, box-shadow .18s, border-color .18s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -26px rgba(67,67,175,.40); border-color: rgba(67,67,175,.28); }
.pcard-media { position: relative; aspect-ratio: 16/9; background: repeating-linear-gradient(135deg, #ECECEF 0 11px, #F4F4F6 11px 22px); display: flex; align-items: center; justify-content: center; }
.pcard-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pcard-media .ck-noimg { font: 500 11px/1.4 ui-monospace, Menlo, monospace; color: #8A8A96; background: #fff; border: 1px solid rgba(0,0,0,0.10); border-radius: 7px; padding: 6px 10px; }
.pcard-cat { position: absolute; top: 14px; left: 14px; font: 600 10.5px/1 'Inter', sans-serif; letter-spacing: .05em; text-transform: uppercase; color: #4343AF; background: rgba(247,247,252,0.92); border: 1px solid rgba(67,67,175,0.20); border-radius: 6px; padding: 6px 9px; }
.pcard-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pcard-title { font: 700 20px/1.25 'Hanken Grotesk', sans-serif; letter-spacing: -.012em; color: #1A1A1D; margin: 0 0 10px; text-wrap: balance; }
.pcard-excerpt { font: 400 14.5px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0 0 18px; text-wrap: pretty; }
.pcard .ck-postmeta { margin-top: auto; margin-bottom: 14px; font-size: 12.5px; }
.pcard .rd { font-size: 13.5px; }

/* empty state + pagination */
.ck-blog-empty { font: 400 16px/1.6 'Inter', sans-serif; color: #6E6E7A; margin: 40px 0 0; text-align: center; }
.ck-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 44px; }
.ck-pagination .page-numbers { font: 600 14px/1 'Inter', sans-serif; color: #4A4A54; min-width: 40px; height: 40px; padding: 0 6px; border-radius: 9px; border: 1px solid rgba(0,0,0,0.12); background: #fff; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: all .15s; }
.ck-pagination a.page-numbers:hover { border-color: #4343AF; color: #4343AF; }
.ck-pagination .page-numbers.current { background: #4343AF; color: #fff; border-color: #4343AF; }
.ck-pagination .page-numbers.dots { border: none; background: none; }

@media (max-width: 1024px) {
	.ck-postgrid { grid-template-columns: repeat(2, 1fr); }
	.ck-h1-blog .elementor-heading-title { font-size: 42px; }
}
@media (max-width: 900px) {
	.featcard { grid-template-columns: 1fr; }
	.featcard-media { min-height: 0; aspect-ratio: 16/9; }
	.featcard-body { padding: 28px 26px; }
}
@media (max-width: 640px) {
	.ck-postgrid { grid-template-columns: 1fr; }
	.e-con.ck-s-bloghead { padding: 48px 22px 0; }
	.e-con.ck-s-blogidx { padding: 20px 22px 64px; }
	.ck-h1-blog .elementor-heading-title { font-size: 33px; }
}

/* ==========================================================================
   Single post template (rendered by the certrak-site plugin)
   ========================================================================== */
body.ck-post-page { background: #FAFAFA; }

/* standalone navbar (non-Elementor pages) — same look as .e-con.ck-nav-band */
.ck-navbar { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.ck-navbar.is-scrolled { box-shadow: 0 10px 26px -18px rgba(26,26,29,.22); }
body.admin-bar .ck-navbar { top: 32px; }
@media (max-width: 782px) { body.admin-bar .ck-navbar { top: 46px; } }

.ck-post-header { max-width: 760px; margin: 0 auto; padding: 48px 40px 0; }
.ck-crumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; }
.crumb { font: 500 13.5px/1 'Inter', sans-serif; color: #6E6E7A; text-decoration: none; }
.crumb:hover { color: #4343AF; }
.ck-crumbs .sep { color: #C9C7CC; }
.ck-crumbs .here { font: 500 13.5px/1 'Inter', sans-serif; color: #4343AF; }
.ck-post-badge { display: inline-block; font: 600 11px/1 'Inter', sans-serif; letter-spacing: .06em; text-transform: uppercase; color: #4343AF; background: rgba(67,67,175,0.10); border: 1px solid rgba(67,67,175,0.20); border-radius: 7px; padding: 8px 11px; margin-bottom: 20px; }
.ck-post-title { font: 700 46px/1.08 'Hanken Grotesk', sans-serif; letter-spacing: -.025em; color: #1A1A1D; margin: 0 0 20px; text-wrap: balance; }
.ck-post-dek { font: 400 21px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0 0 28px; text-wrap: pretty; }
.ck-byline { display: flex; align-items: center; gap: 14px; padding: 20px 0; border-top: 1px solid rgba(0,0,0,0.10); border-bottom: 1px solid rgba(0,0,0,0.10); }
.ck-avatar { flex: none; width: 42px; height: 42px; border-radius: 50%; background: #4343AF; color: #fff; display: flex; align-items: center; justify-content: center; font: 400 16px/1 'Bree Serif', serif; overflow: hidden; }
.ck-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.ck-byline-names { margin-right: auto; }
.ck-byline-name { font: 600 14.5px/1.3 'Inter', sans-serif; color: #1A1A1D; }
.ck-byline-role { font: 400 13px/1.3 'Inter', sans-serif; color: #6E6E7A; }
.ck-byline .ck-postmeta { font-size: 13px; }

.ck-post-hero { max-width: 980px; margin: 36px auto 0; padding: 0 40px; }
.ck-post-hero-frame { position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: repeating-linear-gradient(135deg, #ECECEF 0 13px, #F4F4F6 13px 26px); display: flex; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,0.08); }
.ck-post-hero-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ck-post-hero-frame .ck-noimg { font: 500 12px/1.5 ui-monospace, Menlo, monospace; color: #4343AF; background: #fff; border: 1px solid rgba(67,67,175,.25); border-radius: 8px; padding: 9px 13px; }

/* prose — styles Gutenberg output inside the article body */
.ck-prose { max-width: 720px; margin: 0 auto; padding: 48px 40px 8px; }
.ck-prose p { font: 400 18px/1.72 'Inter', sans-serif; color: #33323A; margin: 0 0 24px; }
.ck-prose h2 { font: 700 28px/1.2 'Hanken Grotesk', sans-serif; letter-spacing: -.018em; color: #1A1A1D; margin: 44px 0 16px; }
.ck-prose h3 { font: 700 22px/1.25 'Hanken Grotesk', sans-serif; letter-spacing: -.014em; color: #1A1A1D; margin: 36px 0 14px; }
.ck-prose h4 { font: 700 18px/1.3 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin: 30px 0 12px; }
.ck-prose ul, .ck-prose ol { margin: 0 0 24px; padding: 0 0 0 4px; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.ck-prose li { font: 400 18px/1.6 'Inter', sans-serif; color: #33323A; padding-left: 30px; position: relative; }
.ck-prose ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 8px; height: 8px; border-radius: 2px; background: #4343AF; }
.ck-prose ol { counter-reset: ck-ol; }
.ck-prose ol li { counter-increment: ck-ol; }
.ck-prose ol li::before { content: counter(ck-ol); position: absolute; left: 0; top: 2px; font: 700 14px/1 'Hanken Grotesk', sans-serif; color: #4343AF; }
.ck-prose strong { font-weight: 600; color: #1A1A1D; }
.ck-prose a { color: #4343AF; text-decoration: underline; text-underline-offset: 3px; }
.ck-prose a:hover { color: #3939A0; }
.ck-prose blockquote { margin: 32px 0; padding: 4px 0 4px 24px; border-left: 3px solid #4343AF; }
.ck-prose blockquote p { font: 500 22px/1.45 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin: 0; }
.ck-prose blockquote cite { display: block; font: 400 14px/1.4 'Inter', sans-serif; color: #6E6E7A; margin-top: 10px; font-style: normal; }
.ck-prose img { max-width: 100%; height: auto; border-radius: 12px; }
.ck-prose figure { margin: 32px 0; }
.ck-prose figcaption { font: 400 13.5px/1.5 'Inter', sans-serif; color: #8A8A96; margin-top: 10px; text-align: center; }
.ck-prose pre { background: #1A1A1D; color: #E7E7F6; border-radius: 12px; padding: 20px 22px; overflow-x: auto; font: 400 14px/1.6 ui-monospace, Menlo, monospace; margin: 0 0 24px; }
.ck-prose code { font: 400 .9em ui-monospace, Menlo, monospace; background: rgba(67,67,175,.08); border-radius: 5px; padding: 2px 6px; color: #2E2E8A; }
.ck-prose pre code { background: none; padding: 0; color: inherit; }
.ck-prose hr { border: none; border-top: 1px solid rgba(0,0,0,0.10); margin: 40px 0; }

/* inline CTA card */
.ck-post-cta-wrap { max-width: 720px; margin: 24px auto 0; padding: 0 40px; }
.ck-post-cta { background: #fff; border: 1px solid rgba(67,67,175,0.22); border-radius: 16px; padding: 30px 32px; box-shadow: 0 0 48px rgba(67,67,175,0.10); text-align: center; }
.ck-post-cta-title { font: 700 22px/1.25 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 10px; }
.ck-post-cta p { font: 400 15.5px/1.55 'Inter', sans-serif; color: #4A4A54; margin: 0 0 20px; }

/* per-post FAQ + author box + related */
.ck-post-faq { max-width: 720px; margin: 0 auto; padding: 56px 40px 8px; }
.ck-post-faq > h2 { font: 700 30px/1.12 'Hanken Grotesk', sans-serif; letter-spacing: -.02em; color: #1A1A1D; margin: 0 0 22px; }
.ck-authorbox-wrap { max-width: 720px; margin: 0 auto; padding: 44px 40px; }
.ck-authorbox { display: flex; gap: 20px; align-items: flex-start; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; padding: 28px 30px; }
.ck-authorbox .ck-avatar { width: 56px; height: 56px; font-size: 22px; }
.ck-authorbox-kicker { font: 700 11px/1 'Inter', sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #6E6E7A; margin-bottom: 8px; }
.ck-authorbox-name { font: 700 19px/1.2 'Hanken Grotesk', sans-serif; color: #1A1A1D; margin-bottom: 8px; }
.ck-li { display: inline-flex; margin-left: 9px; vertical-align: -2px; color: #6E6E7A; transition: color .15s; }
.ck-li:hover { color: #4343AF; }
.ck-li svg { width: 16px; height: 16px; fill: currentColor; }
.ck-authorbox p { font: 400 15px/1.6 'Inter', sans-serif; color: #4A4A54; margin: 0; text-wrap: pretty; }
.ck-related { max-width: 1180px; margin: 0 auto; padding: 20px 40px 80px; }
.ck-related-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.ck-related-head h2 { font: 700 28px/1.12 'Hanken Grotesk', sans-serif; letter-spacing: -.02em; color: #1A1A1D; margin: 0; }
.ck-related-head .crumb { color: #4343AF; font-weight: 600; }
.ck-related .ck-postgrid { margin-top: 0; }

@media (max-width: 640px) {
	.ck-post-header { padding: 36px 22px 0; }
	.ck-post-title { font-size: 32px; }
	.ck-post-dek { font-size: 18px; }
	.ck-post-hero { padding: 0 22px; }
	.ck-prose { padding: 36px 22px 8px; }
	.ck-post-cta-wrap, .ck-post-faq, .ck-authorbox-wrap { padding-left: 22px; padding-right: 22px; }
	.ck-related { padding: 12px 22px 60px; }
	.ck-byline .ck-postmeta { display: none; }
}

/* ==========================================================================
   Legal pages (privacy policy etc.) — ck-prose with tighter type
   ========================================================================== */
.e-con.ck-s-legal { padding: 64px 40px 80px; }
.ck-legal-title .elementor-heading-title { text-align: left; margin: 0 auto; max-width: 720px; }
.elementor-widget.ck-legal-body { max-width: 720px; margin: 0 auto; width: 100%; }
.ck-legal-body p { font: 400 15.5px/1.7 'Inter', sans-serif; color: #33323A; margin: 0 0 18px; }
.ck-legal-body h2 { font: 700 22px/1.25 'Hanken Grotesk', sans-serif; letter-spacing: -.014em; color: #1A1A1D; margin: 36px 0 12px; }
.ck-legal-body ul { margin: 0 0 18px; padding-left: 22px; }
.ck-legal-body li { font: 400 15.5px/1.65 'Inter', sans-serif; color: #33323A; margin-bottom: 7px; }
.ck-legal-body a { color: #4343AF; }
.ck-legal-updated p { font: 400 13.5px/1.5 'Inter', sans-serif; color: #8A8A96; margin: 0 auto 8px; max-width: 720px; text-align: left; }

/* ==========================================================================
   Footer
   ========================================================================== */
.ck-footer { max-width: 1180px; margin: 0 auto; padding: 34px 40px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ck-footer-logo { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.ck-footer-badge { width: 28px; height: 28px; border-radius: 8px; background: #fff; color: #1A1A2E; display: flex; align-items: center; justify-content: center; font: 400 18px/1 'Bree Serif', serif; }
.ck-footer-word { font: 400 16px/1 'Bree Serif', serif; color: #fff; }
.ck-footer-line { font: 400 13px/1.5 'Inter', sans-serif; color: rgba(255,255,255,.46); }
.ck-footer-links { display: flex; gap: 20px; align-items: center; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
	.ck-h1 .elementor-heading-title { font-size: 46px; }
	.ck-h2 .elementor-heading-title { font-size: 36px; }
	.ck-h2--dark .elementor-heading-title { font-size: 38px; }
	.ck-h2--final .elementor-heading-title { font-size: 40px; }
	.ck-h3 .elementor-heading-title { font-size: 26px; }
}

@media (max-width: 960px) {
	.ck-links { display: none; }
	.ck-links.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 18px 40px 22px; gap: 18px; border-bottom: 1px solid rgba(0,0,0,0.12); box-shadow: 0 18px 30px -18px rgba(0,0,0,.15); }
	.ck-burger { display: flex; }
}

@media (max-width: 1024px) {
	/* rows stack at Elementor's tablet breakpoint (set in container settings);
	   put the text column back on top for media-first rows */
	.e-con.ck-row.ck-row--media-first > .e-con:first-child,
	.e-con.ck-row--media-first > .e-con-inner > .e-con:first-child { order: 2; }
}

@media (max-width: 900px) {
	.ck-gap-grid { grid-template-columns: 1fr !important; }
	.ck-gap-arrow { transform: rotate(90deg); padding: 4px 0; }
	.ck-2col { grid-template-columns: 1fr !important; }
	.ck-3col { grid-template-columns: 1fr !important; }
}

@media (max-width: 640px) {
	.e-con.ck-sec, .e-con.ck-s-how, .e-con.ck-s-about, .e-con.ck-s-faq { padding-left: 22px; padding-right: 22px; }
	.e-con.ck-s-start { padding: 48px 22px 8px; }
	.e-con.ck-quiz-band { padding: 30px 22px 70px; }
	.e-con.ck-s-gap, .e-con.ck-s-why-now { padding-left: 22px; padding-right: 22px; }
	.e-con.ck-band-engine, .e-con.ck-band-cta { padding-left: 22px; padding-right: 22px; }
	.ck-nav-inner { padding: 12px 18px; gap: 12px; }
	.ck-nav-cta { display: none; }
	.ck-h1 .elementor-heading-title { font-size: 34px; }
	.ck-h2 .elementor-heading-title { font-size: 29px; }
	.ck-h2--dark .elementor-heading-title { font-size: 30px; }
	.ck-h2--final .elementor-heading-title { font-size: 32px; }
	.ck-quiz-card { padding: 24px 20px 20px; }
	.ck-quote-card { padding: 34px 26px !important; }
	.ck-quote-card .ck-quote-text { font-size: 22px !important; }
	.ck-footer { padding: 28px 22px; }
}
