/*
Theme Name: Josma Kids Care
Theme URI: https://josmahealth.co.ke
Author: Josma Health
Author URI: https://josmahealth.co.ke
Description: Playful, modern children's hospital theme for Josma Health, Kasarani — Sprout design system: Fredoka + Nunito, lime accents, pastel department cards, scroll animations.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: josma-kids-care
Tags: blog, custom-menu, custom-logo, featured-images, theme-options
*/

/* =========================================================
   1. Sprout design tokens
========================================================= */
:root {
  --jkc-bg: #F5F8EC;
  --jkc-ink: #1B2416;
  --jkc-ink-2: #3a4630;
  --jkc-ink-3: #4b5840;
  --jkc-muted: #7c8a6b;
  --jkc-muted-2: #9aa886;
  --jkc-lime: #C6FF00;
  --jkc-lime-soft: #EAFFB0;
  --jkc-lime-pale: #DFF3C4;
  --jkc-lime-deep: #8fd400;
  --jkc-lime-text: #8aa03a;
  --jkc-link: #5b7a12;
  --jkc-pink: #FFDDE1;
  --jkc-blue: #D6E7FF;
  --jkc-purple: #E6DEFF;
  --jkc-yellow: #FFF1BF;
  --jkc-peach: #FFE6CC;
  --jkc-teal: #CFF0EA;
  --jkc-dark: #1B2416;
  --jkc-dark-card: #232f1c;
  --jkc-dark-text: #c3ccb6;
  --jkc-dark-muted: #9fb07f;
  --jkc-line: rgba(27,36,22,.08);
  --jkc-field: #e6ecd8;
  --jkc-font-display: 'Fredoka', system-ui, sans-serif;
  --jkc-font-body: 'Nunito', system-ui, sans-serif;
  --jkc-r-sm: 14px;
  --jkc-r: 18px;
  --jkc-r-lg: 30px;
  --jkc-r-xl: 34px;
  --jkc-shadow: 0 24px 50px -24px rgba(27,36,22,.5);
  --jkc-shadow-soft: 0 8px 20px -14px rgba(27,36,22,.55);
  --jkc-shadow-lime: 0 14px 30px -12px rgba(150,190,0,1);
  --jkc-container: 1280px;
  /* Legacy aliases kept for shared templates */
  --jkc-teal-900: #1B2416;
  --jkc-teal-100: #e6ecd8;
  --jkc-mint: #f7fbe9;
  --jkc-green-600: #5b7a12;
  --jkc-green-100: #DFF3C4;
  --jkc-teal-500: #8aa03a;
  --jkc-radius: 18px;
  --jkc-radius-lg: 30px;
}

/* =========================================================
   2. Base
========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--jkc-bg);
  background-image: radial-gradient(rgba(27,36,22,.045) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  color: var(--jkc-ink);
  font-family: var(--jkc-font-body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
::selection { background: var(--jkc-lime); color: #14200a; }
img { max-width: 100%; height: auto; }
a { color: var(--jkc-link); text-decoration: none; transition: color .18s ease; }
a:hover { color: #3f5a06; }
h1, h2, h3, h4 { font-family: var(--jkc-font-display); color: var(--jkc-ink); line-height: 1.06; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.5px; }
h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -1.8px; }
h2 { font-size: clamp(30px, 4.4vw, 52px); letter-spacing: -1.2px; }
h3 { font-size: clamp(21px, 2.4vw, 27px); font-weight: 600; letter-spacing: -.6px; }
p { margin: 0 0 1.1em; }
button, input, textarea, select { font-family: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; }
:where(svg.jkc-icon) { width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em; }

/* =========================================================
   3. Animations
========================================================= */
@keyframes jkcFloatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }
@keyframes jkcFloatB { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(8deg); } }
@keyframes jkcFloatC { 0%,100% { transform: translate(0,0); } 50% { transform: translate(14px,-14px); } }
@keyframes jkcSpinSlow { to { transform: rotate(360deg); } }
@keyframes jkcBob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(3deg); } }
@keyframes jkcMarquee { to { transform: translateX(-50%); } }
@keyframes jkcBlink { 0%,90%,100% { transform: scaleY(1); } 94% { transform: scaleY(.12); } }
@keyframes jkcBounceL { 0%,100% { transform: translateY(0); } 35% { transform: translateY(-30%) rotate(-5deg); } 65% { transform: translateY(5%); } }
@keyframes jkcWaveArm { 0%,100% { transform: rotate(-40deg); } 50% { transform: rotate(-8deg); } }
@keyframes jkcHintBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes jkcPulseSoft { 0%,100% { transform: scale(1); opacity: .55; } 50% { transform: scale(1.35); opacity: 0; } }
.jkc-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.jkc-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .jkc-reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   4. Layout / shared
========================================================= */
.jkc-container { max-width: var(--jkc-container); margin: 0 auto; padding-left: max(22px, env(safe-area-inset-left)); padding-right: max(22px, env(safe-area-inset-right)); }
.jkc-section { padding: clamp(40px, 6vw, 84px) 0; position: relative; }
.jkc-section-head { max-width: 680px; margin: 0 auto clamp(30px, 4vw, 50px); text-align: center; }
.jkc-section-head p { color: var(--jkc-muted); font-weight: 700; font-size: 16px; }
.jkc-kicker { display: block; font-weight: 800; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--jkc-lime-text); margin-bottom: 12px; }
.jkc-section-mint { background: transparent; }
.jkc-section-teal { background: var(--jkc-dark); color: var(--jkc-dark-text); }
.jkc-wave { display: none; }
.jkc-strong { font-weight: 800; color: var(--jkc-link); }

/* Scroll progress bar */
.jkc-progress { position: fixed; top: 0; left: 0; right: 0; height: 4px; background: var(--jkc-lime); transform-origin: 0 50%; transform: scaleX(0); z-index: 100; pointer-events: none; }

/* Buttons — pill everything */
.jkc-btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 15px 28px; border: none; border-radius: 999px; cursor: pointer;
  font-family: var(--jkc-font-body); font-weight: 800; font-size: 16px; line-height: 1;
  white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.jkc-btn:hover { transform: translateY(-3px); }
.jkc-btn-primary { background: var(--jkc-lime); color: #14200a; box-shadow: var(--jkc-shadow-lime); }
.jkc-btn-primary:hover { box-shadow: 0 20px 40px -14px rgba(150,190,0,1); color: #14200a; }
.jkc-btn-dark { background: var(--jkc-dark); color: #fff; box-shadow: 0 8px 20px -10px rgba(27,36,22,.7); }
.jkc-btn-dark:hover { color: #fff; box-shadow: 0 12px 26px -10px rgba(27,36,22,.8); }
.jkc-btn-outline { background: #fff; color: var(--jkc-ink); border: 1px solid rgba(27,36,22,.1); box-shadow: 0 6px 16px -12px rgba(27,36,22,.5); }
.jkc-btn-outline:hover { color: var(--jkc-ink); }
.jkc-btn-green { background: var(--jkc-lime); color: #14200a; box-shadow: var(--jkc-shadow-lime); }
.jkc-btn-green:hover { color: #14200a; }
.jkc-btn-white { background: var(--jkc-dark); color: #fff; }
.jkc-btn-white:hover { color: #fff; }

/* =========================================================
   5. Topbar + Header
========================================================= */
.jkc-topbar { background: var(--jkc-dark); color: var(--jkc-dark-text); font-size: 13.5px; font-weight: 700; }
.jkc-topbar .jkc-container { display: flex; justify-content: space-between; gap: 1em; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.jkc-topbar-items { display: flex; gap: 1.4em; flex-wrap: wrap; align-items: center; }
.jkc-topbar-item { display: inline-flex; align-items: center; gap: .45em; }
.jkc-topbar-item svg { width: 14px; height: 14px; fill: var(--jkc-lime); }
.jkc-topbar a { color: #fff; }
.jkc-topbar a:hover { color: var(--jkc-lime); }

.jkc-header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(245,248,236,.78); border-bottom: 1px solid var(--jkc-line); }
.jkc-header-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding: 12px 0; }
.jkc-branding { display: flex; align-items: center; gap: 11px; }
.jkc-branding img.custom-logo { max-height: 46px; width: auto; border-radius: 12px; }
.jkc-logo-mark { width: 42px; height: 42px; border-radius: 14px; background: var(--jkc-lime); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px -8px rgba(150,190,0,.9); position: relative; flex: none; }
.jkc-logo-mark::after { content: ""; width: 15px; height: 15px; border-radius: 50% 50% 50% 0; background: var(--jkc-dark); transform: rotate(-45deg); }
.jkc-logo-mark svg { display: none; }
.jkc-site-title { font-family: var(--jkc-font-display); font-weight: 700; font-size: 19px; color: var(--jkc-ink); letter-spacing: -.3px; margin: 0; line-height: 1.1; }
.jkc-site-title span { color: var(--jkc-lime-deep); }
.jkc-tagline { font-size: 10.5px; font-weight: 800; color: var(--jkc-muted); letter-spacing: .5px; text-transform: uppercase; margin: 2px 0 0; }
.jkc-nav { margin-left: auto; }
.jkc-nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap; align-items: center; }
.jkc-nav a { display: block; padding: 9px 14px; border-radius: 999px; font-weight: 700; font-size: 15px; color: var(--jkc-ink-2); transition: background .18s ease, color .18s ease; }
.jkc-nav a:hover { background: rgba(27,36,22,.06); color: var(--jkc-ink); }
.jkc-nav .current-menu-item > a, .jkc-nav .current_page_item > a { background: var(--jkc-lime); color: #14200a; }
.jkc-header-cta { flex: none; }
.jkc-header-cta .jkc-btn { padding: 12px 22px; font-size: 15px; }
.jkc-menu-toggle { display: none; width: 46px; height: 46px; border: none; border-radius: 999px; background: var(--jkc-dark); color: #fff; cursor: pointer; place-items: center; }
.jkc-menu-toggle svg { width: 20px; height: 20px; fill: #fff; }
@media (max-width: 980px) {
  .jkc-menu-toggle { display: grid; margin-left: auto; }
  .jkc-nav { position: fixed; inset: 0; top: 0; background: rgba(245,248,236,.98); backdrop-filter: blur(10px); display: none; z-index: 70; padding: 90px 26px; margin: 0; }
  .jkc-nav.is-open { display: block; }
  .jkc-nav ul { flex-direction: column; align-items: stretch; gap: 8px; }
  .jkc-nav a { font-family: var(--jkc-font-display); font-size: 24px; font-weight: 600; padding: 14px 18px; }
  .jkc-header-cta { display: none; }
}

/* =========================================================
   6. Hero
========================================================= */
.jkc-hero { position: relative; min-height: 88vh; display: flex; align-items: center; justify-content: center; padding: 50px 22px 100px; text-align: center; }
.jkc-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.jkc-hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px 8px 10px; background: #fff; border: 1px solid var(--jkc-line); border-radius: 999px; box-shadow: 0 6px 18px -12px rgba(27,36,22,.5); font-weight: 800; font-size: 13.5px; color: var(--jkc-ink-2); }
.jkc-hero-eyebrow::before { content: "✦"; width: 22px; height: 22px; border-radius: 50%; background: var(--jkc-lime); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #14200a; }
.jkc-hero h1 { font-size: clamp(44px, 8vw, 104px); line-height: .98; letter-spacing: -2.5px; margin: 26px 0 0; }
.jkc-hl { position: relative; white-space: nowrap; display: inline-block; }
.jkc-hl i { font-style: normal; display: inline-block; animation: jkcBounceL 2.6s ease-in-out infinite; animation-delay: calc(var(--i) * .08s); }
.jkc-hl::after { content: ""; position: absolute; left: -8px; right: -8px; bottom: 8px; height: 32%; background: var(--jkc-lime); z-index: -1; border-radius: 8px; transform: rotate(-1.2deg); }
.jkc-hero-lead { font-size: clamp(16px, 1.8vw, 20px); line-height: 1.6; color: var(--jkc-ink-3); max-width: 560px; margin: 24px auto 0; font-weight: 500; }
.jkc-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; justify-content: center; }
.jkc-hero-actions .jkc-btn-primary { padding: 17px 30px; font-size: 17px; }
.jkc-scrollhint { position: absolute; bottom: 26px; left: 50%; margin-left: -14px; z-index: 2; animation: jkcHintBob 1.6s ease-in-out infinite; pointer-events: none; }
.jkc-scrollhint span { display: block; width: 28px; height: 44px; border: 3px solid rgba(27,36,22,.3); border-radius: 16px; position: relative; }
.jkc-scrollhint span::after { content: ""; position: absolute; top: 8px; left: 50%; margin-left: -3px; width: 6px; height: 10px; border-radius: 4px; background: var(--jkc-lime); }

/* Floating shapes + mouse layers */
.jkc-float { position: absolute; pointer-events: none; }
.jkc-shape-glow { width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #E9FFB0, var(--jkc-lime)); opacity: .55; filter: blur(2px); animation: jkcFloatA 7s ease-in-out infinite; }
.jkc-shape-blue { width: 76px; height: 76px; border-radius: 24px; background: var(--jkc-blue); animation: jkcFloatB 6s ease-in-out infinite; }
.jkc-shape-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--jkc-purple); }
.jkc-shape-spin { width: 28px; height: 28px; border-radius: 9px; background: var(--jkc-yellow); animation: jkcSpinSlow 14s linear infinite; }
.jkc-shape-plus { position: relative; width: 38px; height: 38px; animation: jkcFloatC 6.4s ease-in-out infinite; }
.jkc-shape-plus::before, .jkc-shape-plus::after { content: ""; position: absolute; background: var(--jkc-pink); border-radius: 4px; }
.jkc-shape-plus::before { left: 15px; top: 0; width: 8px; height: 38px; }
.jkc-shape-plus::after { top: 15px; left: 0; width: 38px; height: 8px; }

/* Mascot */
.jkc-mascot { position: relative; width: 64px; height: 64px; border-radius: 50%; background: var(--jkc-lime); box-shadow: 0 14px 30px -12px rgba(150,190,0,.9); animation: jkcBob 4.5s ease-in-out infinite; }
.jkc-mascot::before { content: ""; position: absolute; top: -11px; left: 25px; width: 17px; height: 17px; border-radius: 50% 50% 50% 0; background: var(--jkc-lime-deep); transform: rotate(-45deg); }
.jkc-mascot .eye { position: absolute; top: 23px; width: 7px; height: 7px; border-radius: 50%; background: #14200a; animation: jkcBlink 3.4s infinite; }
.jkc-mascot .eye.l { left: 15px; } .jkc-mascot .eye.r { right: 15px; }
.jkc-mascot .smile { position: absolute; top: 35px; left: 24px; width: 16px; height: 8px; border: 3px solid #14200a; border-top: none; border-radius: 0 0 16px 16px; }

/* Polaroids */
.jkc-polaroid { background: #fff; padding: 10px 10px 14px; border-radius: 14px; box-shadow: var(--jkc-shadow); width: 210px; }
.jkc-polaroid figure { margin: 0; width: 100%; height: 150px; border-radius: 8px; overflow: hidden; background: var(--jkc-lime-pale); }
.jkc-polaroid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jkc-polaroid figcaption { font-family: var(--jkc-font-display); font-weight: 500; font-size: 13.5px; color: var(--jkc-muted); margin-top: 9px; text-align: center; }
.jkc-pol-left { transform: rotate(-6deg); } .jkc-pol-right { transform: rotate(5deg); }
@media (max-width: 900px) { .jkc-hero .jkc-polaroid { display: none; } }

/* =========================================================
   7. Marquee
========================================================= */
.jkc-marquee { position: relative; z-index: 5; background: var(--jkc-dark); overflow: hidden; transform: rotate(-1.1deg); margin: -30px -14px 30px; padding: 14px 0; box-shadow: 0 20px 44px -30px rgba(27,36,22,.9); }
.jkc-marquee-track { display: flex; width: max-content; animation: jkcMarquee 26s linear infinite; }
.jkc-marquee-group { display: flex; align-items: center; gap: 36px; padding-left: 36px; flex: none; }
.jkc-marquee-group span { color: #fff; font-family: var(--jkc-font-display); font-weight: 500; font-size: 17px; white-space: nowrap; }
.jkc-marquee-group b { color: var(--jkc-lime); font-size: 16px; font-weight: 400; }

/* =========================================================
   8. Why rows
========================================================= */
.jkc-why-row { display: flex; gap: clamp(24px, 4vw, 60px); flex-wrap: wrap; align-items: center; margin-top: clamp(44px, 6vw, 90px); }
.jkc-why-row.rev { flex-wrap: wrap-reverse; flex-direction: row-reverse; }
.jkc-why-media { flex: 1 1 380px; min-width: 300px; position: relative; }
.jkc-why-photo { position: relative; border-radius: 32px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 60px -30px rgba(27,36,22,.55); aspect-ratio: 4/3; background: var(--jkc-lime-pale); }
.jkc-why-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jkc-why-copy { flex: 1 1 380px; min-width: 300px; }
.jkc-why-chip { width: 56px; height: 56px; border-radius: 18px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.jkc-why-chip i { display: block; width: 24px; height: 24px; border-radius: 8px; }
.jkc-why-copy h3 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -.8px; margin-bottom: 12px; }
.jkc-why-copy p { font-size: 17px; line-height: 1.65; color: var(--jkc-ink-3); font-weight: 500; max-width: 460px; }

/* =========================================================
   9. Departments sticky stack
========================================================= */
.jkc-stack { position: relative; padding-bottom: 40px; max-width: 1080px; margin: 0 auto; }
.jkc-dept { position: sticky; margin-bottom: 28px; border-radius: var(--jkc-r-xl); padding: clamp(28px, 4vw, 52px); min-height: 380px; box-shadow: 0 -14px 40px -30px rgba(27,36,22,.5); display: flex; flex-direction: column; justify-content: center; }
.jkc-dept:nth-child(1) { top: 92px; background: var(--jkc-lime-pale); }
.jkc-dept:nth-child(2) { top: 112px; background: var(--jkc-pink); }
.jkc-dept:nth-child(3) { top: 132px; background: var(--jkc-blue); }
.jkc-dept:nth-child(4) { top: 152px; background: var(--jkc-yellow); margin-bottom: 0; }
.jkc-dept-tag { font-family: var(--jkc-font-display); font-weight: 600; font-size: 15px; letter-spacing: 1px; text-transform: uppercase; }
.jkc-dept:nth-child(1) .jkc-dept-tag { color: var(--jkc-link); }
.jkc-dept:nth-child(2) .jkc-dept-tag { color: #b45a68; }
.jkc-dept:nth-child(3) .jkc-dept-tag { color: #4a72b8; }
.jkc-dept:nth-child(4) .jkc-dept-tag { color: #a4842a; }
.jkc-dept h3 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -1px; margin: 10px 0 12px; font-weight: 700; }
.jkc-dept > p { font-size: 16.5px; color: var(--jkc-ink-3); font-weight: 500; max-width: 560px; margin: 0 0 22px; line-height: 1.6; }
.jkc-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.jkc-chip { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px 12px 12px; border: none; border-radius: 999px; background: #fff; cursor: pointer; box-shadow: var(--jkc-shadow-soft); transition: transform .2s ease; color: var(--jkc-ink); }
.jkc-chip:hover { transform: translateY(-3px) scale(1.03); color: var(--jkc-ink); }
.jkc-chip .ini { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--jkc-font-display); font-weight: 600; font-size: 15px; color: var(--jkc-ink); flex: none; }
.jkc-chip .nm { font-family: var(--jkc-font-display); font-weight: 600; font-size: 16px; }
.jkc-chip .ar { font-weight: 800; color: var(--jkc-lime-text); }

/* =========================================================
   10. Doctors — horizontal rail on dark
========================================================= */
.jkc-docsrail { position: relative; background: var(--jkc-dark); }
@media (min-width: 981px) { .jkc-docsrail { height: 260vh; } .jkc-docsrail-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; } }
@media (max-width: 980px) { .jkc-docsrail { padding: clamp(44px,7vw,70px) 0; } .jkc-docsrail-sticky { overflow-x: auto; -webkit-overflow-scrolling: touch; } }
.jkc-docsrail .jkc-kicker { color: var(--jkc-lime); }
.jkc-docsrail h2 { color: #fff; }
.jkc-docsrail-hint { font-size: 16px; color: var(--jkc-dark-muted); font-weight: 700; margin: 12px 0 0; }
.jkc-dtrack { display: flex; gap: 22px; padding: 24px clamp(20px, 4vw, 60px); width: max-content; will-change: transform; }
.jkc-dcard { width: min(340px, 78vw); flex: none; background: var(--jkc-dark-card); border: 1px solid rgba(255,255,255,.08); border-radius: var(--jkc-r-lg); padding: 26px; transition: transform .25s ease; }
.jkc-dcard:hover { transform: translateY(-6px); }
.jkc-dcard-avatar { width: 84px; height: 84px; border-radius: 26px; overflow: hidden; background: var(--jkc-lime); transition: transform .35s cubic-bezier(.2,.9,.3,1.5); }
.jkc-dcard:hover .jkc-dcard-avatar { transform: rotate(-8deg) scale(1.1); }
.jkc-dcard-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.jkc-dcard-name { font-family: var(--jkc-font-display); font-weight: 600; font-size: 23px; color: #fff; margin-top: 18px; }
.jkc-dcard-name a { color: #fff; }
.jkc-dcard-role { font-size: 14.5px; font-weight: 700; color: var(--jkc-dark-muted); margin-top: 3px; }
.jkc-dcard .jkc-btn { width: 100%; justify-content: center; margin-top: 20px; padding: 13px; border-radius: 15px; font-size: 15.5px; }
.jkc-dcard-cta { width: min(340px, 78vw); flex: none; background: var(--jkc-lime); border-radius: var(--jkc-r-lg); padding: 28px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; transition: transform .25s ease; }
.jkc-dcard-cta:hover { transform: translateY(-6px) scale(1.02); }
.jkc-dcard-cta strong { font-family: var(--jkc-font-display); font-weight: 700; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -.8px; color: #14200a; line-height: 1.1; }
.jkc-dcard-cta span { margin-top: 22px; padding: 13px 24px; border-radius: 999px; background: var(--jkc-dark); color: #fff; font-weight: 800; font-size: 15.5px; }

/* =========================================================
   11. Stats + How it works + CTA band
========================================================= */
.jkc-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; }
.jkc-stat strong { display: block; font-family: var(--jkc-font-display); font-weight: 700; font-size: clamp(52px, 6vw, 84px); letter-spacing: -2px; color: var(--jkc-ink); line-height: 1; }
.jkc-stat strong span { color: var(--jkc-lime-deep); }
.jkc-stat small { display: block; font-size: 15.5px; font-weight: 800; color: var(--jkc-muted); margin-top: 8px; }
.jkc-section-teal .jkc-stat strong { color: #fff; }
.jkc-section-teal .jkc-stat small { color: var(--jkc-dark-muted); }

.jkc-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; margin-top: 44px; }
.jkc-step { text-align: center; padding: 10px 14px; }
.jkc-step-n { width: 84px; height: 84px; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--jkc-font-display); font-weight: 700; font-size: 34px; color: var(--jkc-ink); box-shadow: 0 14px 30px -16px rgba(27,36,22,.4); transition: transform .4s cubic-bezier(.2,.9,.3,1.5); }
.jkc-step:hover .jkc-step-n { transform: rotate(10deg) scale(1.12); }
.jkc-step h3 { font-size: 22px; margin: 22px 0 8px; }
.jkc-step p { font-size: 15px; line-height: 1.6; color: var(--jkc-ink-3); margin: 0 auto; max-width: 280px; font-weight: 500; }

.jkc-cta-band { position: relative; overflow: hidden; background: var(--jkc-lime); border-radius: 36px; padding: clamp(36px, 5vw, 68px); display: flex; gap: 30px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.jkc-cta-band h2 { color: #14200a; margin: 0; font-size: clamp(30px, 4.5vw, 52px); letter-spacing: -1.2px; }
.jkc-cta-band p { font-size: clamp(16px, 1.7vw, 20px); color: #2c3a1c; font-weight: 600; margin: 14px 0 0; }
.jkc-cta-band .jkc-btn-white, .jkc-cta-band .jkc-btn-primary { position: relative; z-index: 2; }
.jkc-cta-mascot { position: absolute; bottom: 0; right: 22%; z-index: 1; pointer-events: none; }
.jkc-cta-mascot .body { position: relative; width: 84px; height: 54px; animation: jkcBob 4.6s ease-in-out infinite; }
.jkc-cta-mascot .head { position: absolute; bottom: -28px; left: 8px; width: 64px; height: 64px; border-radius: 50%; background: var(--jkc-dark); }
.jkc-cta-mascot .head::before { content: ""; position: absolute; top: -11px; left: 25px; width: 17px; height: 17px; border-radius: 50% 50% 50% 0; background: #2c3a1c; transform: rotate(-45deg); }
.jkc-cta-mascot .eye { position: absolute; top: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--jkc-lime); animation: jkcBlink 3.8s infinite; }
.jkc-cta-mascot .eye.l { left: 15px; } .jkc-cta-mascot .eye.r { right: 15px; }
.jkc-cta-mascot .smile { position: absolute; top: 31px; left: 24px; width: 16px; height: 8px; border: 3px solid var(--jkc-lime); border-top: none; border-radius: 0 0 16px 16px; }
.jkc-cta-mascot .arm { position: absolute; right: 0; bottom: -4px; width: 9px; height: 26px; border-radius: 6px; background: var(--jkc-dark); transform-origin: bottom center; animation: jkcWaveArm 1.4s ease-in-out infinite; }
@media (max-width: 700px) { .jkc-cta-mascot { display: none; } }

/* =========================================================
   12. Blog cards / archives / entries
========================================================= */
.jkc-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .jkc-blog-grid { grid-template-columns: 1fr; } }
.jkc-post-card, article.jkc-post-card { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); transition: transform .22s ease, box-shadow .22s ease; }
.jkc-post-card:hover { transform: translateY(-6px); box-shadow: var(--jkc-shadow); }
.jkc-post-thumb { display: block; }
.jkc-post-thumb img { width: 100%; height: 200px; object-fit: cover; display: block; }
.jkc-post-body { padding: 20px 22px 24px; }
.jkc-post-meta { font-size: 13px; font-weight: 800; color: var(--jkc-lime-text); text-transform: uppercase; letter-spacing: .5px; }
.jkc-post-body h3 { font-size: 20px; margin: 8px 0 8px; }
.jkc-post-body p { font-size: 15px; color: var(--jkc-ink-3); font-weight: 500; margin: 0; }

/* Page hero (inner pages) */
.jkc-page-hero { padding: clamp(44px, 6vw, 80px) 0 clamp(20px, 3vw, 36px); text-align: center; }
.jkc-page-hero h1 { font-size: clamp(34px, 5vw, 62px); }
.jkc-breadcrumb { font-size: 14px; font-weight: 700; color: var(--jkc-muted); }
.jkc-breadcrumb a { color: var(--jkc-link); }

.jkc-content-area { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(24px, 4vw, 50px); align-items: start; }
@media (max-width: 900px) { .jkc-content-area { grid-template-columns: 1fr; } }
.jkc-entry { background: #fff; border-radius: var(--jkc-r-lg); padding: clamp(24px, 3.5vw, 44px); box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); }
.jkc-entry-content { font-size: 16.5px; line-height: 1.75; color: var(--jkc-ink-3); }
.jkc-entry-content h2, .jkc-entry-content h3 { margin-top: 1.4em; }
.jkc-entry-content img { border-radius: var(--jkc-r); }
.jkc-sidebar > * { background: #fff; border-radius: 22px; padding: 22px; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); margin-bottom: 20px; }
.jkc-sidebar h3, .jkc-sidebar .wp-block-heading { font-size: 19px; }
.jkc-sidebar ul { list-style: none; margin: 0; padding: 0; }
.jkc-sidebar li { padding: 8px 0; border-bottom: 1px dashed rgba(27,36,22,.1); font-weight: 600; font-size: 15px; }
.jkc-sidebar li:last-child { border-bottom: 0; }
.wp-block-search__inside-wrapper { display: flex; gap: 8px; }
.wp-block-search input[type="search"], .jkc-searchform input[type="search"] { flex: 1; padding: 12px 16px; border: 2px solid var(--jkc-field); border-radius: 999px; font-size: 15px; font-weight: 600; background: #fafcf3; outline: none; }
.wp-block-search input[type="search"]:focus { border-color: var(--jkc-lime); background: #fff; }
.wp-block-search button, .jkc-searchform button { padding: 12px 20px; border: none; border-radius: 999px; background: var(--jkc-lime); color: #14200a; font-weight: 800; cursor: pointer; }
.jkc-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.jkc-pagination .page-numbers { padding: 11px 18px; border-radius: 999px; background: #fff; font-weight: 800; color: var(--jkc-ink-2); border: 1px solid var(--jkc-line); }
.jkc-pagination .page-numbers.current { background: var(--jkc-lime); color: #14200a; }

/* =========================================================
   13. Services / doctors grids (archives)
========================================================= */
.jkc-services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 22px; }
.jkc-service-card { background: #fff; border-radius: 26px; padding: 24px; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); position: relative; transition: transform .22s ease, box-shadow .22s ease; }
.jkc-service-card:hover { transform: translateY(-6px); box-shadow: var(--jkc-shadow); }
.jkc-service-card.has-photo { padding-top: 0; overflow: hidden; }
.jkc-service-photo { display: block; margin: 0 -24px 16px; }
.jkc-service-photo img { display: block; width: 100%; height: 180px; object-fit: cover; transition: transform .45s ease; }
.jkc-service-card.has-photo:hover .jkc-service-photo img { transform: scale(1.05); }
.jkc-service-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--jkc-lime); display: grid; place-items: center; margin-bottom: 14px; }
.jkc-service-card.has-photo .jkc-service-icon { margin-top: -26px; position: relative; z-index: 1; box-shadow: 0 8px 18px -8px rgba(150,190,0,.8); }
.jkc-service-icon svg { width: 24px; height: 24px; fill: #14200a; }
.jkc-service-card h3 { font-size: 20px; margin-bottom: 8px; }
.jkc-service-card h3 a { color: var(--jkc-ink); }
.jkc-service-card p { font-size: 15px; color: var(--jkc-ink-3); font-weight: 500; margin-bottom: 14px; }
.jkc-service-more { font-weight: 800; font-size: 14.5px; }
.jkc-service-hero-icon { width: 74px; height: 74px; border-radius: 22px; background: var(--jkc-lime); display: grid; place-items: center; margin: 0 auto 18px; }
.jkc-service-hero-icon svg { width: 34px; height: 34px; fill: #14200a; }

.jkc-doctors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; }
.jkc-doctor-card { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); transition: transform .22s ease; }
.jkc-doctor-card:hover { transform: translateY(-6px); }
.jkc-doctor-photo { aspect-ratio: 1/1; background: var(--jkc-lime-pale); overflow: hidden; }
.jkc-doctor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.jkc-doctor-body { padding: 18px 20px 22px; }
.jkc-doctor-card h3 { font-size: 19px; margin-bottom: 2px; }
.jkc-doctor-role { color: var(--jkc-lime-text); font-weight: 800; font-size: 13.5px; }

.jkc-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.jkc-testimonial { margin: 0; background: #fff; border-radius: 26px; padding: 26px; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); }
.jkc-testimonial p { font-size: 15.5px; color: var(--jkc-ink-3); font-weight: 500; }
.jkc-testimonial cite { font-style: normal; font-family: var(--jkc-font-display); font-weight: 600; color: var(--jkc-ink); display: block; }
.jkc-testimonial cite small { display: block; color: var(--jkc-muted); font-family: var(--jkc-font-body); font-weight: 700; font-size: 12.5px; margin-top: 2px; }

/* =========================================================
   14. Quickcards, checklist, hours, forms, booking
========================================================= */
.jkc-quickstrip { position: relative; z-index: 6; margin-top: -50px; }
.jkc-quickstrip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .jkc-quickstrip-grid { grid-template-columns: 1fr; } .jkc-quickstrip { margin-top: 0; } }
.jkc-quickcard { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: 24px; padding: 22px; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); }
.jkc-quickcard h3 { font-size: 18px; margin-bottom: 4px; }
.jkc-quickcard p { font-size: 14.5px; color: var(--jkc-ink-3); font-weight: 600; margin: 0; }
.jkc-quickcard-icon { flex: none; width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--jkc-lime); }
.jkc-quickcard-icon svg { width: 24px; height: 24px; fill: #14200a; }
.jkc-quickcard:nth-child(2) .jkc-quickcard-icon { background: var(--jkc-blue); }
.jkc-quickcard:nth-child(3) .jkc-quickcard-icon { background: var(--jkc-pink); }

.jkc-checklist { list-style: none; margin: 0 0 1.6em; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
@media (max-width: 560px) { .jkc-checklist { grid-template-columns: 1fr; } }
.jkc-checklist li { display: flex; align-items: center; gap: .6em; font-weight: 700; font-size: 15px; color: var(--jkc-ink-2); }
.jkc-checklist svg { width: 20px; height: 20px; fill: var(--jkc-lime-deep); flex: none; }

.jkc-split { display: flex; gap: clamp(24px, 4vw, 60px); flex-wrap: wrap; align-items: center; }
.jkc-split > div { flex: 1 1 380px; min-width: 300px; }
.jkc-split-media { position: relative; }
.jkc-blob, .jkc-blob-frame { border-radius: 32px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 26px 60px -30px rgba(27,36,22,.55); aspect-ratio: 4/3; background: var(--jkc-lime-pale); }
.jkc-blob img, .jkc-blob-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.jkc-hours-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--jkc-shadow-soft); border: 1px solid var(--jkc-line); }
.jkc-hours-table td { padding: 15px 20px; border-bottom: 1px dashed rgba(27,36,22,.12); font-weight: 600; font-size: 15.5px; color: var(--jkc-ink-2); }
.jkc-hours-table tr:last-child td { border-bottom: 0; }
.jkc-hours-table td:last-child { text-align: right; font-family: var(--jkc-font-display); font-weight: 600; color: var(--jkc-ink); }
.jkc-address-line { display: flex; align-items: flex-start; gap: .5em; margin-top: 1.4em; color: var(--jkc-ink-3); font-weight: 600; }
.jkc-address-line svg { flex: none; width: 18px; height: 18px; fill: var(--jkc-lime-deep); margin-top: .2em; }
.jkc-directions-card { margin-top: 1.2em; background: #fff; border: 1px solid var(--jkc-line); border-radius: 22px; padding: 1.3em 1.4em; box-shadow: var(--jkc-shadow-soft); }
.jkc-directions-card p { margin: 0 0 .9em; color: var(--jkc-ink-3); font-weight: 600; }
.jkc-emergency-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--jkc-dark-card); border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 800; color: #fff; }
.jkc-emergency-pill svg { width: 15px; height: 15px; fill: var(--jkc-lime); }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], textarea {
  width: 100%; padding: 14px 16px; border: 2px solid var(--jkc-field); border-radius: 14px; font-size: 15.5px; font-weight: 600; color: var(--jkc-ink); background: #fafcf3; outline: none; transition: border-color .18s ease, background .18s ease;
}
input:focus, textarea:focus { border-color: var(--jkc-lime); background: #fff; }

.jkc-booking-intro { max-width: 760px; margin: 0 auto 2rem; text-align: center; color: var(--jkc-ink-3); font-size: 1.06rem; font-weight: 500; }
.jkc-booking-frame { background: #fff; border: 1px solid var(--jkc-line); border-radius: var(--jkc-r-lg); overflow: hidden; box-shadow: 0 30px 70px -40px rgba(27,36,22,.5); }
.jkc-booking-frame iframe { display: block; width: 100%; min-height: 720px; border: 0; }
.jkc-booking-empty { padding: 3rem 1.5rem; text-align: center; }
.jkc-booking-empty p { color: var(--jkc-ink-3); max-width: 560px; margin: 0 auto 1.2em; font-weight: 500; }
.jkc-admin-hint { font-size: .88rem; background: var(--jkc-mint); border-radius: 14px; padding: .9em 1.2em; }
.jkc-booking-note { text-align: center; color: var(--jkc-muted); font-size: .95rem; margin-top: 1rem; font-weight: 700; }
.jkc-booking-alt { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.4rem; }
@media (max-width: 900px) { .jkc-booking-alt { grid-template-columns: 1fr; } }

/* =========================================================
   15. Footer + floaters
========================================================= */
.jkc-footer { background: var(--jkc-dark); color: var(--jkc-dark-text); margin-top: clamp(40px, 6vw, 80px); }
.jkc-footer-wave { display: none; }
.jkc-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; padding: clamp(40px, 5vw, 64px) 0 30px; }
.jkc-footer h4 { font-family: var(--jkc-font-display); font-weight: 600; color: #fff; font-size: 16px; margin-bottom: 14px; }
.jkc-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; font-weight: 600; }
.jkc-footer a { color: var(--jkc-dark-text); }
.jkc-footer a:hover { color: var(--jkc-lime); }
.jkc-footer-about p { font-size: 14.5px; line-height: 1.6; max-width: 280px; font-weight: 500; }
.jkc-footer-contact li { display: flex; gap: .6em; align-items: flex-start; }
.jkc-footer-contact svg { width: 15px; height: 15px; fill: var(--jkc-lime); flex: none; margin-top: .25em; }
.jkc-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: 13px; font-weight: 600; color: #8b9878; display: flex; justify-content: space-between; gap: 1em; flex-wrap: wrap; }

.jkc-top { position: fixed; right: 22px; bottom: 88px; z-index: 90; width: 48px; height: 48px; border-radius: 50%; background: var(--jkc-dark); color: #fff; border: 0; display: grid; place-items: center; cursor: pointer; box-shadow: var(--jkc-shadow-soft); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.jkc-top.is-visible { opacity: 1; pointer-events: auto; }
.jkc-top:hover { transform: translateY(-3px); }
.jkc-top svg { width: 20px; height: 20px; fill: var(--jkc-lime); }
.jkc-whatsapp-float { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 990; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(27,36,22,.35); transition: transform .2s ease, box-shadow .2s ease; }
.jkc-whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
.jkc-whatsapp-float:hover { transform: scale(1.08); }
@media (max-width: 560px) { .jkc-whatsapp-float { width: 52px; height: 52px; } }

/* Comments (pages) */
.jkc-comments { margin-top: 2rem; }
.comment-list { list-style: none; padding: 0; }
.comment-body { background: #fff; border-radius: 18px; padding: 18px 20px; margin-bottom: 14px; border: 1px solid var(--jkc-line); }

/* Responsive spare */
@media (max-width: 560px) {
  .jkc-hero { min-height: 78vh; padding-bottom: 80px; }
  .jkc-footer-bottom { justify-content: center; text-align: center; }
}

/* =========================================================
   16. Skip link (visually hidden, appears on keyboard focus)
========================================================= */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; padding: 12px 20px; background: var(--jkc-dark); color: #fff; border-radius: 0 0 14px 0; font-weight: 800; }
.skip-link:focus { left: 0; color: var(--jkc-lime); }

/* =========================================================
   17. Booking wizard (Sprout flow)
========================================================= */
@keyframes jkcPopIn { 0% { opacity: 0; transform: scale(.85); } 100% { opacity: 1; transform: scale(1); } }
@keyframes jkcSlideStep { from { opacity: 0; transform: translateY(22px) scale(.99); } to { opacity: 1; transform: none; } }
@keyframes jkcConfettiFall { 0% { transform: translateY(-30px) rotate(0deg); opacity: 0; } 8% { opacity: 1; } 100% { transform: translateY(430px) rotate(320deg); opacity: 0; } }
@keyframes jkcShimmerBar { to { background-position: -200% 0; } }

.jkc-wiz { max-width: 820px; margin: 0 auto; }
.jkc-wiz-stepper { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.jkc-wiz-st { display: flex; align-items: center; gap: 9px; flex: 1; min-width: 120px; }
.jkc-wiz-st .n { width: 34px; height: 34px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-family: var(--jkc-font-display); font-weight: 600; font-size: 15px; transition: all .3s ease; background: #eef2e3; color: var(--jkc-muted-2); border: 2px solid var(--jkc-field); }
.jkc-wiz-st .lb { font-weight: 800; font-size: 13.5px; color: var(--jkc-muted-2); }
.jkc-wiz-st.is-active .n { background: var(--jkc-dark); color: #fff; border-color: transparent; }
.jkc-wiz-st.is-done .n { background: var(--jkc-lime); color: #14200a; border-color: transparent; }
.jkc-wiz-st.is-active .lb, .jkc-wiz-st.is-done .lb { color: var(--jkc-ink); }
.jkc-wiz-bar { height: 8px; border-radius: 999px; background: #e6ecd8; overflow: hidden; margin-bottom: 30px; }
.jkc-wiz-bar > span { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #a6e000, #C6FF00, #e4ff7a, #C6FF00); background-size: 200% 100%; animation: jkcShimmerBar 2.4s linear infinite; transition: width .5s cubic-bezier(.4,0,.2,1); width: 25%; }

.jkc-wiz-card { background: #fff; border-radius: var(--jkc-r-lg); padding: clamp(24px, 3.5vw, 44px); box-shadow: 0 30px 70px -40px rgba(27,36,22,.5); border: 1px solid rgba(27,36,22,.05); position: relative; overflow: hidden; }
.jkc-wiz-step { display: none; }
.jkc-wiz-step.is-active { display: block; animation: jkcSlideStep .5s cubic-bezier(.2,.7,.3,1) both; }
.jkc-wiz-eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--jkc-lime-text); }
.jkc-wiz-step h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -.6px; margin: 8px 0 4px; }
.jkc-wiz-sub { color: var(--jkc-muted); font-weight: 600; margin: 0 0 26px; font-size: 15.5px; }
.jkc-wiz-sub strong { color: var(--jkc-link); }

.jkc-wiz-depts { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.jkc-selcard { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 18px; cursor: pointer; background: #fff; border: 2px solid var(--jkc-field); box-shadow: 0 4px 12px -10px rgba(27,36,22,.4); transition: all .2s ease; position: relative; animation: jkcPopIn .5s cubic-bezier(.2,.9,.3,1.3) both; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(1) { animation-delay: .03s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(2) { animation-delay: .08s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(3) { animation-delay: .13s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(4) { animation-delay: .18s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(5) { animation-delay: .23s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(6) { animation-delay: .28s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(7) { animation-delay: .33s; }
.jkc-wiz-step.is-active .jkc-selcard:nth-child(8) { animation-delay: .38s; }
.jkc-selcard:hover { transform: translateY(-2px); }
.jkc-selcard.is-sel { background: #f7ffdd; border-color: var(--jkc-lime); box-shadow: 0 12px 26px -14px rgba(160,200,0,.9); }
.jkc-selcard .ini { width: 48px; height: 48px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-family: var(--jkc-font-display); font-weight: 600; font-size: 21px; color: var(--jkc-ink); flex: none; overflow: hidden; }
.jkc-selcard .ini img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.jkc-selcard .tx { text-align: left; min-width: 0; flex: 1; }
.jkc-selcard .tx b { display: block; font-family: var(--jkc-font-display); font-weight: 600; font-size: 16px; color: var(--jkc-ink); line-height: 1.15; }
.jkc-selcard .tx small { font-size: 12.5px; font-weight: 700; color: var(--jkc-muted); }
.jkc-selcard .chk { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 50%; background: var(--jkc-lime); color: #14200a; font-size: 12px; font-weight: 800; display: none; align-items: center; justify-content: center; }
.jkc-selcard.is-sel .chk { display: flex; }

.jkc-wiz-docs { display: flex; flex-direction: column; gap: 12px; }
.jkc-wiz-h3 { font-family: var(--jkc-font-display); font-weight: 600; font-size: 17px; color: var(--jkc-ink); margin: 0 0 12px; }
.jkc-wiz-dates { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.jkc-datepill { cursor: pointer; padding: 12px 4px; width: 74px; text-align: center; border-radius: 16px; background: #fff; border: 2px solid var(--jkc-field); transition: all .2s ease; animation: jkcPopIn .5s cubic-bezier(.2,.9,.3,1.3) both; }
.jkc-datepill .dow { font-size: 12px; font-weight: 800; color: var(--jkc-muted-2); text-transform: uppercase; letter-spacing: .3px; }
.jkc-datepill .num { font-family: var(--jkc-font-display); font-weight: 600; font-size: 24px; line-height: 1; margin-top: 4px; color: var(--jkc-ink); }
.jkc-datepill .mon { font-size: 11px; font-weight: 700; color: var(--jkc-muted-2); margin-top: 2px; }
.jkc-datepill.is-sel { background: var(--jkc-lime); border-color: var(--jkc-lime); box-shadow: 0 12px 24px -14px rgba(160,200,0,.9); }
.jkc-datepill.is-sel .dow, .jkc-datepill.is-sel .mon { color: #3c5205; }
.jkc-datepill.is-sel .num { color: #14200a; }
.jkc-wiz-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; }
.jkc-timepill { cursor: pointer; text-align: center; padding: 13px 6px; border-radius: 14px; font-weight: 800; font-size: 14.5px; background: #fafcf3; color: var(--jkc-ink-2); border: 2px solid var(--jkc-field); transition: all .2s ease; animation: jkcPopIn .5s cubic-bezier(.2,.9,.3,1.3) both; }
.jkc-timepill.is-sel { background: var(--jkc-lime); color: #14200a; border-color: var(--jkc-lime); }

.jkc-wiz-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.jkc-wiz-fields label span, .jkc-wiz-note span { font-weight: 800; font-size: 13.5px; color: var(--jkc-ink-2); display: block; margin-bottom: 7px; }
.jkc-wiz-note { display: block; margin-top: 16px; }
.jkc-wiz-note span i { font-style: normal; font-weight: 600; color: #a3ad91; }

.jkc-wiz-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--jkc-line); }
.jkc-wiz-back { padding: 14px 22px; border-radius: 999px; font-weight: 800; font-size: 15.5px; cursor: pointer; background: transparent; color: var(--jkc-muted); border: 2px solid var(--jkc-field); transition: all .2s ease; }
.jkc-wiz-next { padding: 14px 26px; border: none; border-radius: 999px; font-weight: 800; font-size: 15.5px; transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; background: var(--jkc-lime); color: #14200a; box-shadow: 0 12px 26px -12px rgba(150,190,0,1); }
.jkc-wiz-next:disabled { cursor: not-allowed; background: #eef2e3; color: #b3bfa2; box-shadow: none; }
.jkc-wiz-next:not(:disabled):hover { transform: translateY(-2px); }

.jkc-wiz-done { text-align: center; padding: 14px 0; position: relative; overflow: hidden; }
.jkc-wiz-done-badge { position: relative; width: 96px; height: 96px; margin: 0 auto 8px; }
.jkc-wiz-done-badge::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--jkc-lime); animation: jkcPulseSoft 2.2s ease-out infinite; }
.jkc-wiz-done-badge b { position: relative; width: 96px; height: 96px; border-radius: 50%; background: var(--jkc-lime); display: flex; align-items: center; justify-content: center; font-size: 46px; color: #14200a; font-weight: 800; animation: jkcPopIn .6s cubic-bezier(.2,.9,.3,1.4) both; }
.jkc-wiz-summary { text-align: left; background: #f7fbe9; border: 1px solid rgba(198,255,0,.5); border-radius: 22px; padding: 24px; max-width: 460px; margin: 0 auto; }
.jkc-wiz-summary div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed rgba(27,36,22,.12); }
.jkc-wiz-summary div:last-child { border-bottom: 0; }
.jkc-wiz-summary .k { font-weight: 700; color: var(--jkc-muted); font-size: 14.5px; }
.jkc-wiz-summary .v { font-family: var(--jkc-font-display); font-weight: 600; color: var(--jkc-ink); font-size: 15.5px; text-align: right; }
.jkc-confetti { position: absolute; top: -30px; pointer-events: none; }
.jkc-wiz-done-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.jkc-wiz-alt { margin-top: 26px; text-align: center; }
.jkc-wiz-alt details { background: #fff; border: 1px solid var(--jkc-line); border-radius: 22px; box-shadow: var(--jkc-shadow-soft); padding: 4px 0; }
.jkc-wiz-alt summary { cursor: pointer; padding: 16px 22px; font-family: var(--jkc-font-display); font-weight: 600; font-size: 16.5px; color: var(--jkc-ink); list-style: none; }
.jkc-wiz-alt summary::-webkit-details-marker { display: none; }
.jkc-wiz-alt summary::after { content: " ▾"; color: var(--jkc-lime-text); }
.jkc-wiz-alt .jkc-booking-frame { margin: 0 16px 16px; box-shadow: none; }
