/**
 * Jarayan 9.2 — stable app-like UX and palette overhaul.
 * This layer is intentionally conservative: it does not hide content before JS.
 */

:root{
  --v92-surface:var(--surface,#fff);
  --v92-ink:var(--ink,#10212f);
  --v92-muted:var(--premium-muted,var(--muted,#607480));
  --v92-line:var(--premium-line,var(--line,rgba(16,33,47,.12)));
  --v92-accent:var(--accent,#0f86c5);
  --v92-accent-dark:var(--accent-dark,#06699f);
  --v92-soft:var(--soft,#eef8fc);
  --v92-secondary:var(--premium-blue-2,#36b9ca);
  --v92-warm:var(--premium-gold,#e4a84f);
  --v92-page:min(1180px,calc(100vw - 40px));
  --v92-card-radius:22px;
  --v92-small-radius:15px;
  --v92-shadow:0 16px 44px rgba(16,33,47,.08);
  --v92-shadow-hover:0 24px 65px rgba(16,33,47,.13);
  --v92-mobile-dock-height:74px;
}

body.jarayan-v92{
  color:var(--v92-ink);
  background:color-mix(in srgb,var(--v92-soft) 16%,#fff);
}
body.jarayan-v92 .container{width:var(--v92-page)}
body.jarayan-v92 :where(h1,h2,h3,h4,strong){text-wrap:balance}
body.jarayan-v92 :where(p,li){text-wrap:pretty}
body.jarayan-v92 a{outline-offset:4px}
body.jarayan-v92 :focus-visible{outline:3px solid color-mix(in srgb,var(--v92-accent) 42%,transparent)}

/* Global palette bridge: neutralize legacy fixed blues in the main UI. */
body.jarayan-v92 :where(.button--primary,.header-appointment,.booking-submit,.career-submit,.contact-submit){
  background:linear-gradient(135deg,var(--v92-accent),var(--v92-accent-dark));
  border-color:transparent;
  color:#fff;
}
body.jarayan-v92 :where(.button--primary,.header-appointment,.booking-submit,.career-submit,.contact-submit):hover{
  background:linear-gradient(135deg,var(--v92-accent-dark),color-mix(in srgb,var(--v92-accent-dark) 82%,#000));
  color:#fff;
}
body.jarayan-v92 :where(.button--outline,.button--ghost){
  border-color:color-mix(in srgb,var(--v92-accent) 28%,var(--v92-line));
  color:var(--v92-accent-dark);
}
body.jarayan-v92 :where(.eyebrow,.about-v84-kicker,.tests-hub-lane__title small,.program-lane__head h2){color:var(--v92-accent-dark)}
body.jarayan-v92 :where(.text-link,.entry-content a:not(.button),.workshop-card h3 a:hover,.psych-test-card h3 a:hover){color:var(--v92-accent-dark)}

/* Stable card system. No global transforms or hidden initial state. */
body.jarayan-v92 :where(
  .premium-service-card,.v6-standard-card,.therapist-card,.premium-therapist-card,
  .workshop-card,.post-card,.news-card,.psych-test-card,.jarayan-book-card,
  .about-v84-principle,.contact-v84-route,.gallery-v84-card>a,
  .booking-type-card,.booking-therapist-card,.tests-hub-category,
  .jarayan-service-card,.career-benefit-card,.career-position-card
){
  border-color:var(--v92-line);
  box-shadow:var(--v92-shadow);
}
@media (hover:hover) and (pointer:fine){
  body.jarayan-v92 :where(
    .premium-service-card,.v6-standard-card,.therapist-card,.premium-therapist-card,
    .workshop-card,.post-card,.news-card,.psych-test-card,.jarayan-book-card,
    .about-v84-principle,.contact-v84-route,.gallery-v84-card>a,
    .jarayan-service-card,.career-benefit-card,.career-position-card
  ){
    transition:translate .28s ease,box-shadow .28s ease,border-color .28s ease;
  }
  body.jarayan-v92 :where(
    .premium-service-card,.v6-standard-card,.therapist-card,.premium-therapist-card,
    .workshop-card,.post-card,.news-card,.psych-test-card,.jarayan-book-card,
    .about-v84-principle,.contact-v84-route,.gallery-v84-card>a,
    .jarayan-service-card,.career-benefit-card,.career-position-card
  ):hover{
    translate:0 -4px;
    box-shadow:var(--v92-shadow-hover);
    border-color:color-mix(in srgb,var(--v92-accent) 26%,var(--v92-line));
  }
}

/* Header: compact, predictable and resilient. */
body.jarayan-v92 .premium-topbar{
  background:var(--v92-ink);
  color:#fff;
}
body.jarayan-v92 .premium-header{
  background:color-mix(in srgb,#fff 92%,var(--v92-soft));
  border-bottom:1px solid var(--v92-line);
  box-shadow:0 8px 28px rgba(16,33,47,.06);
  backdrop-filter:saturate(135%) blur(18px);
}
body.jarayan-v92 .premium-header__inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(16px,2vw,30px);
  min-height:74px;
}
body.jarayan-v92 .premium-header__brand{min-width:0}
body.jarayan-v92 .site-logo img{max-height:52px;width:auto}
body.jarayan-v92 .premium-navigation{min-width:0}
body.jarayan-v92 .primary-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:2px;
  margin:0;
  padding:0;
}
body.jarayan-v92 .primary-menu>li{position:relative;flex:0 0 auto}
body.jarayan-v92 .primary-menu>li>a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 10px;
  border-radius:12px;
  color:var(--v92-ink);
  font-size:.81rem;
  font-weight:700;
  white-space:nowrap;
}
body.jarayan-v92 .primary-menu>li>a:hover,
body.jarayan-v92 .primary-menu>li.current-menu-item>a,
body.jarayan-v92 .primary-menu>li.current-menu-ancestor>a{
  color:var(--v92-accent-dark);
  background:color-mix(in srgb,var(--v92-soft) 76%,#fff);
}
body.jarayan-v92 .primary-menu .sub-menu{
  position:absolute;
  z-index:100;
  top:calc(100% + 9px);
  right:0;
  min-width:245px;
  padding:9px;
  border:1px solid var(--v92-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 22px 60px rgba(16,33,47,.16);
  opacity:0;
  visibility:hidden;
  translate:0 8px;
  transition:.2s ease;
}
body.jarayan-v92 .primary-menu li:hover>.sub-menu,
body.jarayan-v92 .primary-menu li:focus-within>.sub-menu,
body.jarayan-v92 .primary-menu li.is-submenu-open>.sub-menu{
  opacity:1;
  visibility:visible;
  translate:0 0;
}
body.jarayan-v92 .primary-menu .sub-menu a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:9px 11px;
  border-radius:11px;
  color:var(--v92-ink);
  font-size:.76rem;
  font-weight:650;
}
body.jarayan-v92 .primary-menu .sub-menu a:hover{background:var(--v92-soft);color:var(--v92-accent-dark)}
body.jarayan-v92 .premium-header__actions{display:flex;align-items:center;gap:7px;white-space:nowrap}
body.jarayan-v92 .header-appointment{min-height:44px;padding-inline:15px;border-radius:13px;box-shadow:0 10px 24px color-mix(in srgb,var(--v92-accent) 18%,transparent)}
body.jarayan-v92 .header-team-link{display:none!important}
body.jarayan-v92 .menu-toggle{display:none}

/* About page: restrained proportions and editorial width. */
body.jarayan-v92 .about-v84-hero{min-height:0!important;padding:42px 0 48px!important}
body.jarayan-v92 .about-v84-hero__grid{
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.72fr)!important;
  gap:clamp(28px,5vw,58px)!important;
  align-items:center;
  max-width:1120px;
  margin-inline:auto;
}
body.jarayan-v92 .about-v84-hero__copy h1{font-size:clamp(2rem,4vw,3.45rem);line-height:1.3;max-width:760px}
body.jarayan-v92 .about-v84-hero__copy>p{max-width:680px;font-size:clamp(.88rem,1.3vw,1.02rem);line-height:2}
body.jarayan-v92 .about-v84-system{width:min(100%,390px);min-height:390px;margin-inline:auto}
body.jarayan-v92 .about-v84-system__node{padding:9px 11px;border-radius:14px}
body.jarayan-v92 .about-v84-system__node i{width:36px;height:36px;border-radius:11px}
body.jarayan-v92 .about-v84-system__node strong{font-size:.7rem}
body.jarayan-v92 .about-v84-overview{padding-block:48px}
body.jarayan-v92 .about-v84-overview__grid{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.62fr)!important;
  gap:28px!important;
  max-width:1080px;
  margin-inline:auto;
}
body.jarayan-v92 .about-v84-story,
body.jarayan-v92 .about-v84-director{padding:clamp(20px,3vw,32px);border-radius:var(--v92-card-radius)}
body.jarayan-v92 .about-v84-story__body{max-width:720px;font-size:.9rem;line-height:2.05}
body.jarayan-v92 .about-v84-principles{padding-block:48px}
body.jarayan-v92 .about-v84-principles__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.jarayan-v92 .about-v84-principle{min-height:0;padding:20px;border-radius:18px}
body.jarayan-v92 .about-v84-principle h3{font-size:.94rem}
body.jarayan-v92 .about-v84-principle p{font-size:.72rem;line-height:1.85}
body.jarayan-v92 .about-v84-stats__grid{max-width:1080px;margin-inline:auto;border-radius:22px}
body.jarayan-v92 .about-v84-stats__grid>div{min-height:104px;padding:20px 24px}
body.jarayan-v92 .about-v84-stats strong{font-size:1.65rem}
body.jarayan-v92 .about-v84-journey__shell{max-width:1080px;margin-inline:auto;padding:32px;border-radius:26px;gap:30px}
body.jarayan-v92 .about-v84-journey__intro h2{font-size:1.75rem}

/* Booking: a clear four-step task flow. */
body.jarayan-v92 .appointment-page-hero,
body.jarayan-v92 .booking-page-hero{padding-block:34px!important;min-height:0!important}
body.jarayan-v92 .jarayan-booking{max-width:1040px;margin-inline:auto}
body.jarayan-v92 .booking-mobile-guide{
  display:none;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
  padding:12px 14px;
  border:1px solid color-mix(in srgb,var(--v92-accent) 22%,var(--v92-line));
  border-radius:16px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--v92-soft) 78%,#fff),#fff);
}
body.jarayan-v92 .booking-mobile-guide>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--v92-accent);color:#fff}
body.jarayan-v92 .booking-mobile-guide small,
body.jarayan-v92 .booking-mobile-guide strong{display:block}
body.jarayan-v92 .booking-mobile-guide small{font-size:.62rem;color:var(--v92-muted)}
body.jarayan-v92 .booking-mobile-guide strong{font-size:.82rem;margin-top:2px}
body.jarayan-v92 .booking-progress{
  position:sticky;
  top:82px;
  z-index:12;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0 0 12px;
  padding:8px;
  border:1px solid var(--v92-line);
  border-radius:18px;
  background:color-mix(in srgb,#fff 94%,var(--v92-soft));
  box-shadow:0 10px 34px rgba(16,33,47,.07);
  backdrop-filter:blur(16px);
}
body.jarayan-v92 .booking-progress button{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:52px;
  padding:7px 9px;
  border:0;
  border-radius:13px;
  background:transparent;
  color:var(--v92-muted);
  cursor:pointer;
}
body.jarayan-v92 .booking-progress button>span{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--v92-soft);color:var(--v92-accent-dark)}
body.jarayan-v92 .booking-progress button>span b{position:absolute;top:-5px;left:-5px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#fff;border:1px solid var(--v92-line);font-size:.5rem;color:var(--v92-muted)}
body.jarayan-v92 .booking-progress button em{font-style:normal;font-size:.72rem;font-weight:750}
body.jarayan-v92 .booking-progress button.is-active{background:linear-gradient(135deg,var(--v92-accent),var(--v92-accent-dark));color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--v92-accent) 20%,transparent)}
body.jarayan-v92 .booking-progress button.is-active>span{background:rgba(255,255,255,.17);color:#fff}
body.jarayan-v92 .booking-progress button.is-complete{color:var(--v92-accent-dark);background:color-mix(in srgb,var(--v92-soft) 72%,#fff)}
body.jarayan-v92 .booking-live-summary{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:12px;
  padding:8px;
  border-radius:17px;
  background:var(--v92-ink);
  color:#fff;
}
body.jarayan-v92 .booking-live-summary>div{min-height:56px;padding:8px 12px;border-radius:12px;background:rgba(255,255,255,.055)}
body.jarayan-v92 .booking-live-summary small{color:rgba(255,255,255,.58);font-size:.57rem}
body.jarayan-v92 .booking-live-summary strong{color:#fff;font-size:.7rem}
body.jarayan-v92 .booking-form{
  border:1px solid var(--v92-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--v92-shadow);
  overflow:clip;
}
body.jarayan-v92 .booking-step{padding:clamp(20px,3.5vw,38px)}
body.jarayan-v92 .booking-step__head{max-width:700px;margin-bottom:20px}
body.jarayan-v92 .booking-step__head>span{display:inline-flex;margin-bottom:6px;padding:5px 9px;border-radius:999px;background:var(--v92-soft);color:var(--v92-accent-dark);font-size:.62rem;font-weight:800}
body.jarayan-v92 .booking-step__head h2{margin:0;font-size:clamp(1.25rem,2.4vw,1.8rem)}
body.jarayan-v92 .booking-step__head p{margin:.45rem 0 0;color:var(--v92-muted);font-size:.79rem;line-height:1.85}
body.jarayan-v92 .booking-type-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}
body.jarayan-v92 .booking-type-card{min-height:130px;padding:16px;border-radius:17px;background:#fff}
body.jarayan-v92 .booking-type-card:has(input:checked){border-color:var(--v92-accent);background:color-mix(in srgb,var(--v92-soft) 56%,#fff);box-shadow:0 14px 34px color-mix(in srgb,var(--v92-accent) 13%,transparent)}
body.jarayan-v92 .booking-type-card__icon{background:var(--v92-soft);color:var(--v92-accent-dark)}
body.jarayan-v92 .booking-field--topic{margin-top:14px;padding:14px;border-radius:16px;background:color-mix(in srgb,var(--v92-soft) 45%,#fff)}
body.jarayan-v92 .booking-field :where(select,input),
body.jarayan-v92 .booking-fields-grid :where(select,input),
body.jarayan-v92 .booking-notes textarea{min-height:50px;border-color:var(--v92-line);border-radius:13px;background:#fff}
body.jarayan-v92 .booking-therapist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.jarayan-v92 .booking-therapist-card{min-height:132px;padding:14px;border-radius:17px}
body.jarayan-v92 .booking-therapist-card--reception{grid-column:1/-1;min-height:112px;background:linear-gradient(135deg,color-mix(in srgb,var(--v92-soft) 80%,#fff),#fff)}
body.jarayan-v92 .booking-therapist-card:has(input:checked){border-color:var(--v92-accent);box-shadow:0 14px 34px color-mix(in srgb,var(--v92-accent) 14%,transparent)}
body.jarayan-v92 .booking-calendar-toolbar{padding:12px 14px;border-radius:15px;background:var(--v92-soft)}
body.jarayan-v92 .booking-date-strip{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 12px;scrollbar-width:thin}
body.jarayan-v92 .booking-date-strip>*{scroll-snap-align:start;flex:0 0 auto}
body.jarayan-v92 .booking-date-card{min-width:84px;border-radius:15px;border-color:var(--v92-line)}
body.jarayan-v92 .booking-date-card.is-selected{background:var(--v92-accent);border-color:var(--v92-accent);color:#fff}
body.jarayan-v92 .booking-slots-panel{padding:16px;border:1px solid var(--v92-line);border-radius:18px;background:color-mix(in srgb,var(--v92-soft) 32%,#fff)}
body.jarayan-v92 .booking-slots{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px}
body.jarayan-v92 .booking-slot{min-height:46px;border-radius:12px;border-color:var(--v92-line)}
body.jarayan-v92 .booking-slot.is-selected{background:var(--v92-accent);border-color:var(--v92-accent);color:#fff}
body.jarayan-v92 .booking-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.jarayan-v92 .booking-review{border-radius:17px;background:var(--v92-soft)}
body.jarayan-v92 .booking-actions{margin-top:22px;padding-top:16px;border-top:1px solid var(--v92-line)}
body.jarayan-v92 .booking-actions .button{min-height:48px;border-radius:13px}

/* Tests: route-first selection instead of a filter wall. */
body.jarayan-v92 .tests-hub-hero{padding:42px 0 34px!important;min-height:0!important}
body.jarayan-v92 .tests-hub-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.6fr);gap:30px;max-width:1080px;margin-inline:auto}
body.jarayan-v92 .tests-hub-hero__copy h1{font-size:clamp(2rem,4.3vw,3.5rem);max-width:720px}
body.jarayan-v92 .tests-hub-overview{min-height:0;padding:20px;border-radius:22px}
body.jarayan-v92 .tests-hub-quickpaths{padding:0 0 22px;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--v92-soft) 28%,#fff))}
body.jarayan-v92 .tests-hub-quickpaths__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.jarayan-v92 .tests-hub-quickpaths__grid>a{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 18px;
  align-items:center;
  gap:10px;
  min-height:118px;
  padding:15px;
  border:1px solid var(--v92-line);
  border-radius:19px;
  background:#fff;
  color:var(--v92-ink);
  box-shadow:var(--v92-shadow);
}
body.jarayan-v92 .tests-hub-quickpaths__grid>a>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--v92-soft);color:var(--v92-accent-dark)}
body.jarayan-v92 .tests-hub-quickpaths__grid>a>svg{width:17px;color:var(--v92-muted)}
body.jarayan-v92 .tests-hub-quickpaths__grid small,
body.jarayan-v92 .tests-hub-quickpaths__grid strong{display:block}
body.jarayan-v92 .tests-hub-quickpaths__grid small{font-size:.58rem;color:var(--v92-accent-dark)}
body.jarayan-v92 .tests-hub-quickpaths__grid strong{font-size:.83rem;margin-top:2px}
body.jarayan-v92 .tests-hub-quickpaths__grid p{margin:4px 0 0;color:var(--v92-muted);font-size:.62rem;line-height:1.65}
body.jarayan-v92 .tests-hub-quickpaths__grid>a.is-sport{background:linear-gradient(145deg,var(--v92-ink),color-mix(in srgb,var(--v92-ink) 80%,var(--v92-accent)));color:#fff;border-color:transparent}
body.jarayan-v92 .tests-hub-quickpaths__grid>a.is-sport strong{color:#fff}
body.jarayan-v92 .tests-hub-quickpaths__grid>a.is-sport small,
body.jarayan-v92 .tests-hub-quickpaths__grid>a.is-sport p,
body.jarayan-v92 .tests-hub-quickpaths__grid>a.is-sport>svg{color:rgba(255,255,255,.7)}
body.jarayan-v92 .tests-hub-controls{position:sticky;top:74px;z-index:9;padding:10px 0;background:color-mix(in srgb,#fff 91%,var(--v92-soft));border-block:1px solid var(--v92-line);backdrop-filter:blur(17px)}
body.jarayan-v92 .tests-hub-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:8px}
body.jarayan-v92 .tests-hub-tabs a{min-height:48px;padding:7px 10px;border-radius:13px;border:1px solid var(--v92-line);background:#fff}
body.jarayan-v92 .tests-hub-tabs a.is-active{background:var(--v92-ink);border-color:var(--v92-ink);color:#fff}
body.jarayan-v92 .tests-hub-filter{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(150px,.7fr)) auto auto;gap:7px;align-items:center}
body.jarayan-v92 .tests-hub-filter :where(input,select){min-height:46px;border-radius:12px;border-color:var(--v92-line);background:#fff}
body.jarayan-v92 .tests-hub-filter .button{min-height:46px;border-radius:12px}
body.jarayan-v92 .tests-hub-lane{padding-block:42px}
body.jarayan-v92 .tests-hub-lane__head{margin-bottom:18px}
body.jarayan-v92 .tests-hub-online-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.jarayan-v92 .tests-hub-category-stack{display:grid;gap:10px}
body.jarayan-v92 .tests-hub-category{border-radius:18px;background:#fff;overflow:clip}
body.jarayan-v92 .tests-hub-category summary{min-height:70px;padding:13px 16px}
body.jarayan-v92 .tests-hub-center-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 14px 14px}

/* Programs archive and SEO content. */
body.jarayan-v92 .programs-overview{padding:24px 0;border-bottom:1px solid var(--v92-line);background:color-mix(in srgb,var(--v92-soft) 45%,#fff)}
body.jarayan-v92 .programs-overview__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end}
body.jarayan-v92 .programs-overview h2{margin:.35rem 0 .5rem;font-size:clamp(1.35rem,2.5vw,2rem)}
body.jarayan-v92 .programs-overview p{max-width:760px;margin:0;color:var(--v92-muted);font-size:.8rem;line-height:1.9}
body.jarayan-v92 .program-type-tabs{display:flex;gap:6px;padding:5px;border:1px solid var(--v92-line);border-radius:14px;background:#fff}
body.jarayan-v92 .program-type-tabs a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border-radius:10px;color:var(--v92-muted);font-size:.72rem;font-weight:750;white-space:nowrap}
body.jarayan-v92 .program-type-tabs a.is-active{background:var(--v92-ink);color:#fff}
body.jarayan-v92 .program-lane{padding-block:42px}
body.jarayan-v92 .program-lane--event{background:color-mix(in srgb,var(--v92-soft) 32%,#fff)}
body.jarayan-v92 .program-lane__head{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:18px}
body.jarayan-v92 .program-lane__head>span{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:var(--v92-soft);color:var(--v92-accent-dark)}
body.jarayan-v92 .program-lane__head h2{margin:0;font-size:1.35rem}
body.jarayan-v92 .program-lane__head p{max-width:760px;margin:.35rem 0 0;color:var(--v92-muted);font-size:.75rem;line-height:1.8}
body.jarayan-v92 .program-lane__head>strong{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--v92-line);font-size:.65rem;color:var(--v92-muted)}
body.jarayan-v92 .programs-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
body.jarayan-v92 .workshop-card{border-radius:20px;overflow:clip;background:#fff}
body.jarayan-v92 .workshop-card__badges{position:absolute;z-index:2;top:10px;right:10px;left:10px;display:flex;justify-content:space-between;gap:7px;pointer-events:none}
body.jarayan-v92 .workshop-card__type,
body.jarayan-v92 .workshop-card__status{position:static!important;display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--v92-ink);font-size:.58rem;font-weight:800;box-shadow:0 6px 18px rgba(16,33,47,.12);backdrop-filter:blur(10px)}
body.jarayan-v92 .workshop-card__type--event{background:color-mix(in srgb,var(--v92-warm) 88%,#fff);color:var(--v92-ink)}
body.jarayan-v92 .programs-seo-guide{padding-block:38px;background:var(--v92-ink);color:#fff}
body.jarayan-v92 .programs-seo-guide__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.jarayan-v92 .programs-seo-guide article{padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.055)}
body.jarayan-v92 .programs-seo-guide h2{margin:0 0 8px;color:#fff;font-size:1rem}
body.jarayan-v92 .programs-seo-guide p{margin:0;color:rgba(255,255,255,.66);font-size:.7rem;line-height:1.9}

/* App-like responsive presentation. */
@media (max-width:1180px){
  body.jarayan-v92 .premium-header__inner{grid-template-columns:auto 1fr auto;min-height:68px}
  body.jarayan-v92 .premium-navigation{
    position:fixed;
    z-index:1001;
    inset:0 0 0 auto;
    width:min(390px,92vw);
    height:100dvh;
    padding:0 14px calc(var(--v92-mobile-dock-height) + env(safe-area-inset-bottom) + 18px);
    background:#fff;
    box-shadow:-24px 0 70px rgba(16,33,47,.2);
    overflow-y:auto;
    translate:105% 0;
    transition:translate .28s cubic-bezier(.2,.8,.2,1);
  }
  body.menu-open.jarayan-v92 .premium-navigation{translate:0 0}
  body.jarayan-v92 .menu-toggle{display:grid}
  body.jarayan-v92 .primary-menu{display:grid;gap:4px;justify-content:stretch;padding:8px 0}
  body.jarayan-v92 .primary-menu>li>a{justify-content:space-between;min-height:50px;padding:0 13px;border:1px solid var(--v92-line);background:color-mix(in srgb,var(--v92-soft) 20%,#fff);font-size:.84rem}
  body.jarayan-v92 .primary-menu .sub-menu{position:static;min-width:0;margin:5px 10px 8px;padding:5px;border-radius:13px;box-shadow:none;opacity:1;visibility:visible;translate:none;display:none;background:var(--v92-soft)}
  body.jarayan-v92 .primary-menu li.is-open>.sub-menu,
  body.jarayan-v92 .primary-menu li.is-submenu-open>.sub-menu{display:grid}
  body.jarayan-v92 .primary-menu .sub-menu a{min-height:42px}
  body.jarayan-v92 .submenu-toggle{position:absolute;left:8px;top:7px;z-index:2}
  body.jarayan-v92 .tests-hub-quickpaths__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.jarayan-v92 .tests-hub-online-grid,
  body.jarayan-v92 .tests-hub-center-grid,
  body.jarayan-v92 .programs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.jarayan-v92 .about-v84-principles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
  :root{--v92-page:calc(100vw - 22px)}
  html{scroll-padding-top:82px}
  body.jarayan-v92{padding-bottom:calc(var(--v92-mobile-dock-height) + env(safe-area-inset-bottom) + 10px);background:color-mix(in srgb,var(--v92-soft) 34%,#fff)}
  body.jarayan-v92 .premium-topbar{display:none}
  body.jarayan-v92 .premium-header{position:sticky;top:0;z-index:50}
  body.jarayan-v92 .premium-header__inner{min-height:62px;gap:8px}
  body.jarayan-v92 .site-logo img{max-height:42px}
  body.jarayan-v92 .header-appointment{min-width:42px;width:42px;height:42px;padding:0;display:grid;place-items:center;border-radius:14px}
  body.jarayan-v92 .header-appointment span{display:none}
  body.jarayan-v92 .icon-button{width:42px;height:42px;border-radius:14px}
  body.jarayan-v92 .mobile-app-dock{
    position:fixed;
    z-index:999;
    right:8px;
    left:8px;
    bottom:max(8px,env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(var(--jarayan-dock-count),minmax(0,1fr));
    height:var(--v92-mobile-dock-height);
    padding:7px;
    border:1px solid color-mix(in srgb,var(--v92-line) 72%,transparent);
    border-radius:23px;
    background:color-mix(in srgb,#fff 92%,var(--v92-soft));
    box-shadow:0 18px 55px rgba(16,33,47,.22);
    backdrop-filter:blur(20px) saturate(150%);
  }
  body.jarayan-v92 .mobile-app-dock>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;border-radius:16px;color:var(--v92-muted)}
  body.jarayan-v92 .mobile-app-dock>a>span{display:grid;place-items:center;width:31px;height:31px;border-radius:11px}
  body.jarayan-v92 .mobile-app-dock>a small{max-width:100%;font-size:.55rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  body.jarayan-v92 .mobile-app-dock>a.is-active{color:var(--v92-accent-dark);background:var(--v92-soft)}
  body.jarayan-v92 .mobile-app-dock>a.mobile-app-dock__primary{translate:0 -10px;color:#fff}
  body.jarayan-v92 .mobile-app-dock>a.mobile-app-dock__primary>span{width:47px;height:47px;border-radius:16px;background:linear-gradient(135deg,var(--v92-accent),var(--v92-accent-dark));box-shadow:0 12px 25px color-mix(in srgb,var(--v92-accent) 28%,transparent)}
  body.jarayan-v92 .mobile-app-dock>a.mobile-app-dock__primary small{color:var(--v92-accent-dark);margin-top:-2px}

  /* Page sections behave like stacked app screens. */
  body.jarayan-v92 .section{padding-block:28px}
  body.jarayan-v92 :where(.page-hero,.archive-hero,.jarayan-archive-hero,.team-directory-hero,.jarayan-service-hero,.tests-hub-hero,.about-v84-hero,.contact-v84-hero,.gallery-v84-hero){padding-block:28px!important;border-radius:0 0 28px 28px}
  body.jarayan-v92 :where(.page-section>.container--narrow,.jarayan-editor-first-page .entry-content,.page-template-default .entry-content,.single-post-content,.single-news-content,.jarayan-service-article,.jarayan-book-article){border-radius:20px;box-shadow:0 10px 34px rgba(16,33,47,.06)}

  /* About mobile */
  body.jarayan-v92 .about-v84-hero__grid,
  body.jarayan-v92 .about-v84-overview__grid{grid-template-columns:1fr!important;gap:20px!important}
  body.jarayan-v92 .about-v84-hero__copy{text-align:right!important}
  body.jarayan-v92 .about-v84-hero__copy h1{font-size:clamp(1.75rem,8vw,2.35rem)}
  body.jarayan-v92 .about-v84-hero__copy>p{font-size:.8rem;line-height:1.9}
  body.jarayan-v92 .about-v84-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  body.jarayan-v92 .about-v84-hero__signals{display:flex;overflow-x:auto;justify-content:flex-start!important;scroll-snap-type:x mandatory;padding-bottom:3px}
  body.jarayan-v92 .about-v84-hero__signals span{flex:0 0 auto;scroll-snap-align:start}
  body.jarayan-v92 .about-v84-system{display:none}
  body.jarayan-v92 .about-v84-story,
  body.jarayan-v92 .about-v84-director{padding:18px;border-radius:20px}
  body.jarayan-v92 .about-v84-principles__grid{grid-template-columns:1fr}
  body.jarayan-v92 .about-v84-principle{display:grid;grid-template-columns:34px 44px 1fr;gap:9px;align-items:center;padding:14px}
  body.jarayan-v92 .about-v84-principle h3,
  body.jarayan-v92 .about-v84-principle p{grid-column:3;margin:0}
  body.jarayan-v92 .about-v84-principle p{margin-top:3px}
  body.jarayan-v92 .about-v84-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.jarayan-v92 .about-v84-stats__grid>div{min-height:86px;padding:14px;text-align:center;border-bottom:1px solid var(--v92-line)}
  body.jarayan-v92 .about-v84-journey__shell{padding:18px;border-radius:21px}

  /* Booking mobile: one decision per screen. */
  body.jarayan-v92 .jarayan-booking{width:100%}
  body.jarayan-v92 .booking-mobile-guide{display:flex;position:sticky;top:68px;z-index:14}
  body.jarayan-v92 .booking-progress{top:130px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:6px;padding:6px;border-radius:16px;scrollbar-width:none}
  body.jarayan-v92 .booking-progress::-webkit-scrollbar{display:none}
  body.jarayan-v92 .booking-progress button{flex:0 0 128px;scroll-snap-align:center;min-height:46px;justify-content:flex-start;padding:6px 8px}
  body.jarayan-v92 .booking-progress button>span{width:31px;height:31px}
  body.jarayan-v92 .booking-progress button em{font-size:.66rem}
  body.jarayan-v92 .booking-live-summary{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:6px;padding:7px;scrollbar-width:none}
  body.jarayan-v92 .booking-live-summary>div{flex:0 0 78%;scroll-snap-align:start;min-height:52px}
  body.jarayan-v92 .booking-form{border-radius:21px}
  body.jarayan-v92 .booking-step{padding:17px 14px 20px}
  body.jarayan-v92 .booking-step__head{margin-bottom:15px}
  body.jarayan-v92 .booking-step__head h2{font-size:1.25rem}
  body.jarayan-v92 .booking-type-grid{grid-template-columns:1fr 1fr;gap:8px}
  body.jarayan-v92 .booking-type-card{min-height:118px;padding:13px}
  body.jarayan-v92 .booking-type-card small{font-size:.61rem;line-height:1.65}
  body.jarayan-v92 .booking-field--topic{padding:12px}
  body.jarayan-v92 .booking-test-invite{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px}
  body.jarayan-v92 .booking-test-invite>a{grid-column:1/-1;width:100%;justify-content:center}
  body.jarayan-v92 .booking-therapist-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;padding-bottom:8px;scrollbar-width:thin}
  body.jarayan-v92 .booking-therapist-card{flex:0 0 86%;scroll-snap-align:center;min-height:132px}
  body.jarayan-v92 .booking-therapist-card--reception{flex-basis:92%;min-height:126px}
  body.jarayan-v92 .booking-calendar-toolbar{align-items:flex-start}
  body.jarayan-v92 .booking-refresh span{display:none}
  body.jarayan-v92 .booking-date-card{min-width:78px}
  body.jarayan-v92 .booking-slots-panel{padding:12px}
  body.jarayan-v92 .booking-slots-panel__head{display:grid;gap:8px}
  body.jarayan-v92 .booking-slots{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.jarayan-v92 .booking-fields-grid{grid-template-columns:1fr}
  body.jarayan-v92 .booking-actions{
    position:sticky;
    z-index:8;
    bottom:calc(var(--v92-mobile-dock-height) + env(safe-area-inset-bottom) + 13px);
    display:grid;
    grid-template-columns:minmax(105px,.42fr) minmax(0,1fr);
    gap:8px;
    margin:18px -8px -12px;
    padding:10px 8px;
    border:1px solid var(--v92-line);
    border-radius:17px;
    background:rgba(255,255,255,.95);
    box-shadow:0 -12px 34px rgba(16,33,47,.1);
    backdrop-filter:blur(17px);
  }
  body.jarayan-v92 .booking-actions--end{grid-template-columns:1fr}
  body.jarayan-v92 .booking-actions .button{width:100%;padding-inline:10px;font-size:.72rem}

  /* Tests mobile */
  body.jarayan-v92 .tests-hub-hero__grid{grid-template-columns:1fr;gap:14px}
  body.jarayan-v92 .tests-hub-hero__copy h1{font-size:clamp(1.8rem,8.5vw,2.45rem)}
  body.jarayan-v92 .tests-hub-overview{display:none}
  body.jarayan-v92 .tests-hub-quickpaths{padding-bottom:14px}
  body.jarayan-v92 .tests-hub-quickpaths__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:6px;scrollbar-width:none}
  body.jarayan-v92 .tests-hub-quickpaths__grid>a{flex:0 0 84%;scroll-snap-align:center;min-height:105px}
  body.jarayan-v92 .tests-hub-controls{top:62px;padding:7px 0}
  body.jarayan-v92 .tests-hub-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:6px;scrollbar-width:none}
  body.jarayan-v92 .tests-hub-tabs a{flex:0 0 72%;scroll-snap-align:center;justify-content:flex-start}
  body.jarayan-v92 .tests-hub-filter{grid-template-columns:1fr 1fr;gap:6px}
  body.jarayan-v92 .tests-hub-filter__search{grid-column:1/-1}
  body.jarayan-v92 .tests-hub-filter .button{grid-column:1/-1;width:100%}
  body.jarayan-v92 .tests-hub-filter__reset{grid-column:1/-1;text-align:center}
  body.jarayan-v92 .tests-hub-lane{padding-block:28px}
  body.jarayan-v92 .tests-hub-lane__head{display:grid;gap:9px}
  body.jarayan-v92 .tests-hub-lane__title{align-items:flex-start}
  body.jarayan-v92 .tests-hub-online-grid{grid-template-columns:1fr}
  body.jarayan-v92 .tests-hub-center-grid{grid-template-columns:1fr;padding:0 10px 10px}
  body.jarayan-v92 .tests-hub-category summary{min-height:62px;padding:11px}

  /* Programs mobile */
  body.jarayan-v92 .programs-overview__grid{grid-template-columns:1fr;gap:14px}
  body.jarayan-v92 .program-type-tabs{display:grid;grid-template-columns:repeat(3,1fr)}
  body.jarayan-v92 .program-type-tabs a{padding:0 6px;font-size:.63rem}
  body.jarayan-v92 .program-lane{padding-block:28px}
  body.jarayan-v92 .program-lane__head{grid-template-columns:46px minmax(0,1fr);gap:10px}
  body.jarayan-v92 .program-lane__head>span{width:46px;height:46px;border-radius:14px}
  body.jarayan-v92 .program-lane__head>strong{grid-column:2;justify-self:start}
  body.jarayan-v92 .programs-grid{grid-template-columns:1fr}
  body.jarayan-v92 .programs-seo-guide__grid{grid-template-columns:1fr}
}

@media (max-width:420px){
  body.jarayan-v92 .about-v84-hero__actions{grid-template-columns:1fr}
  body.jarayan-v92 .booking-type-grid{grid-template-columns:1fr}
  body.jarayan-v92 .booking-type-card{min-height:100px}
  body.jarayan-v92 .booking-slots{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.jarayan-v92 .tests-hub-filter{grid-template-columns:1fr}
  body.jarayan-v92 .tests-hub-filter>*{grid-column:1!important}
}

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

/* Appointment page composition. */
body.jarayan-v92 .appointment-page-hero__grid{grid-template-columns:minmax(0,1fr) 240px;gap:30px;align-items:center;max-width:1060px;margin-inline:auto}
body.jarayan-v92 .appointment-page-hero__visual{max-width:220px;min-height:190px;margin-inline:auto}
body.jarayan-v92 .appointment-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}
body.jarayan-v92 .appointment-sidebar{position:sticky;top:92px;display:grid;gap:10px}
body.jarayan-v92 .appointment-sidebar__card{padding:16px;border:1px solid var(--v92-line);border-radius:18px;background:#fff;box-shadow:var(--v92-shadow)}
body.jarayan-v92 .appointment-sidebar__card h3{font-size:.86rem}
body.jarayan-v92 .appointment-sidebar__card li{font-size:.68rem;line-height:1.8}
body.jarayan-v92 .appointment-sidebar__contact{border-radius:17px;background:var(--v92-ink)}
@media(max-width:900px){
  body.jarayan-v92 .appointment-page-hero__grid{grid-template-columns:1fr}
  body.jarayan-v92 .appointment-page-hero__visual{display:none}
  body.jarayan-v92 .appointment-layout{grid-template-columns:1fr}
  body.jarayan-v92 .appointment-sidebar{position:static;grid-template-columns:1fr 1fr}
  body.jarayan-v92 .appointment-sidebar__contact{grid-column:1/-1}
}
@media(max-width:760px){
  body.jarayan-v92 .appointment-page-hero__trust{display:flex;overflow-x:auto;justify-content:flex-start;scroll-snap-type:x mandatory;padding-bottom:4px}
  body.jarayan-v92 .appointment-page-hero__trust span{flex:0 0 auto;scroll-snap-align:start}
  body.jarayan-v92 .appointment-booking-section{padding-top:16px}
  body.jarayan-v92 .appointment-sidebar{display:none}
}
