:root{
  --khe-psych-cream:#f3efe7;
  --khe-psych-ink:#152b45;
  --khe-psych-ink-soft:rgba(21,43,69,.78);
  --khe-psych-line:rgba(21,43,69,.12);
  --khe-psych-navy:#09182e;
  --khe-psych-navy-2:#0f2647;
  --khe-psych-blue:#2d5ca0;
  --khe-psych-blue-soft:#84bbed;
  --khe-psych-coral:#ff6c47;
  --khe-psych-gold:#ffd178;
}
.khe-psych-main{overflow:hidden;background:var(--khe-psych-cream);color:var(--khe-psych-ink);}
.khe-psych-shell{width:min(1420px,calc(100% - 56px));margin:0 auto;position:relative;z-index:2;}
.khe-psych-kicker{margin:0 0 16px;text-transform:uppercase;font-size:.78rem;line-height:1.3;letter-spacing:.16em;font-weight:900;color:var(--khe-psych-coral);}
.khe-psych-grid,.khe-psych-grid--dark{position:absolute;inset:0;pointer-events:none;z-index:0;}
.khe-psych-grid{opacity:.6;background-image:linear-gradient(rgba(21,43,69,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(21,43,69,.08) 1px,transparent 1px);background-size:82px 82px;mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.68) 78%,transparent 100%);}
.khe-psych-grid--dark{opacity:.26;background-image:linear-gradient(rgba(213,229,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(213,229,255,.08) 1px,transparent 1px);background-size:80px 80px;}
.khe-psych-stars,.khe-psych-stars--dense{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:.54;background-image:radial-gradient(circle,rgba(44,92,160,.56) 0 2px,transparent 2.4px),radial-gradient(circle,rgba(255,255,255,.9) 0 1.2px,transparent 1.7px),radial-gradient(circle,rgba(255,206,125,.65) 0 1.4px,transparent 1.9px);background-size:220px 220px,130px 130px,300px 300px;background-position:20px 40px,65px 85px,140px 120px;}
.khe-psych-stars--dense{opacity:.68;background-size:170px 170px,92px 92px,240px 240px;}

.khe-psych-hero{position:relative;isolation:isolate;padding:clamp(56px,7vw,96px) 0 66px;background:linear-gradient(135deg,#f7f3eb 0%,#ece7de 40%,#f9f5ef 100%);}
.khe-psych-shooting-stars{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;}
.khe-psych-star{position:absolute;display:block;width:180px;height:3px;opacity:0;transform:rotate(-24deg);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(206,234,255,.96) 38%,rgba(255,211,126,.98) 78%,rgba(255,255,255,0));filter:drop-shadow(0 0 7px rgba(173,220,255,.92)) drop-shadow(0 0 18px rgba(255,204,114,.56));}
.khe-psych-star::after{content:"";position:absolute;right:-2px;top:50%;width:9px;height:9px;border-radius:50%;background:#fff4ca;transform:translateY(-50%);box-shadow:0 0 12px 5px rgba(255,212,130,.5);}
.khe-psych-star--one{left:6%;top:12%;animation:khePsychStarA 8s .7s linear infinite;}
.khe-psych-star--two{left:54%;top:18%;animation:khePsychStarB 10s 2.3s linear infinite;}
.khe-psych-star--three{left:18%;top:58%;animation:khePsychStarA 7.2s 4.1s linear infinite;}
.khe-psych-star--four{left:72%;top:66%;animation:khePsychStarC 11s 1.7s linear infinite;}
@keyframes khePsychStarA{0%,11%{opacity:0;transform:translate3d(0,0,0) rotate(-24deg) scaleX(.1)}12%{opacity:1}24%{opacity:0;transform:translate3d(420px,210px,0) rotate(-24deg) scaleX(1)}100%{opacity:0;transform:translate3d(420px,210px,0) rotate(-24deg) scaleX(1)}}
@keyframes khePsychStarB{0%,12%{opacity:0;transform:translate3d(0,0,0) rotate(-29deg) scaleX(.1)}13%{opacity:1}26%{opacity:0;transform:translate3d(360px,220px,0) rotate(-29deg) scaleX(1)}100%{opacity:0;transform:translate3d(360px,220px,0) rotate(-29deg) scaleX(1)}}
@keyframes khePsychStarC{0%,10%{opacity:0;transform:translate3d(0,0,0) rotate(-20deg) scaleX(.1)}11%{opacity:1}22%{opacity:0;transform:translate3d(470px,180px,0) rotate(-20deg) scaleX(1)}100%{opacity:0;transform:translate3d(470px,180px,0) rotate(-20deg) scaleX(1)}}

.khe-psych-hero__inner{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:clamp(26px,4vw,74px);align-items:center;position:relative;z-index:2;}
.khe-psych-hero__copy h1{margin:8px 0 18px;max-width:12ch;font-size:clamp(3.2rem,6.2vw,5.9rem);line-height:.9;letter-spacing:-.075em;color:#111;text-wrap:balance;}
.khe-psych-hero__copy h1 span{display:block;color:#2d5ca0;}
.khe-psych-lead{max-width:760px;font-size:clamp(1.02rem,1.35vw,1.18rem);line-height:1.74;color:var(--khe-psych-ink-soft);}
.khe-psych-pills{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0;}
.khe-psych-pills span{padding:10px 14px;border-radius:999px;border:1px solid var(--khe-psych-line);background:rgba(255,255,255,.58);box-shadow:0 10px 22px rgba(17,39,68,.06);backdrop-filter:blur(9px);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.khe-psych-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;}
.khe-psych-button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 22px;border-radius:999px;text-decoration:none;font-size:.92rem;font-weight:900;letter-spacing:.04em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease;}
.khe-psych-button:hover{transform:translateY(-3px);}
.khe-psych-button--dark{background:#151515;color:#fff;box-shadow:0 18px 34px rgba(0,0,0,.14);}
.khe-psych-button--dark:hover{background:#2c5a97;box-shadow:0 22px 42px rgba(44,90,151,.22);}
.khe-psych-button--ghost{background:rgba(255,255,255,.58);color:var(--khe-psych-ink);border:1px solid var(--khe-psych-line);box-shadow:0 14px 28px rgba(17,39,68,.08);}
.khe-psych-button--ghost:hover{background:#fff;}
.khe-psych-microcopy{max-width:700px;margin-top:20px;padding:15px 18px;border-radius:18px;border:1px solid rgba(21,43,69,.1);background:rgba(255,255,255,.42);color:rgba(21,43,69,.76);line-height:1.62;box-shadow:0 14px 28px rgba(17,39,68,.05);}
.khe-psych-hero__visual{display:grid;place-items:center;}
.khe-psych-portrait-card{position:relative;width:min(100%,470px);height:600px;border-radius:38px;overflow:hidden;background:linear-gradient(160deg,#0f2341 0%,#203b68 48%,#3f325f 100%);border:1px solid rgba(255,255,255,.22);box-shadow:0 36px 64px rgba(8,22,44,.26);}
.khe-psych-portrait-card::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.88) 0 1.2px,transparent 1.6px),radial-gradient(circle,rgba(150,201,255,.7) 0 1px,transparent 1.5px);background-size:48px 48px,72px 72px;background-position:10px 15px,38px 44px;opacity:.5;}
.khe-psych-portrait-card::after{content:"";position:absolute;left:-15%;right:-10%;bottom:-10%;height:40%;background:radial-gradient(circle at 50% 0%,rgba(255,209,120,.34) 0%,rgba(255,209,120,.15) 32%,transparent 70%);filter:blur(16px);}
.khe-psych-portrait-card img{position:absolute;z-index:2;bottom:-10px;left:52%;width:92%;max-width:none;transform:translateX(-50%);filter:drop-shadow(0 22px 32px rgba(0,0,0,.28));}
.khe-psych-portrait-card__badge{position:absolute;z-index:5;right:18px;top:18px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.92);color:#172b48;font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;}
.khe-psych-floating-quote{position:absolute;z-index:4;max-width:250px;padding:14px 16px;border-radius:20px;background:rgba(11,24,46,.64);border:1px solid rgba(204,225,255,.18);backdrop-filter:blur(14px);box-shadow:0 18px 30px rgba(0,0,0,.18);color:#fff;}
.khe-psych-floating-quote span{display:block;margin-bottom:8px;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:#ffcb79;}
.khe-psych-floating-quote strong{display:block;font-size:.92rem;line-height:1.5;}
.khe-psych-floating-quote--top{left:18px;top:108px;max-width:200px;animation:khePsychFloat 7s ease-in-out infinite;}
.khe-psych-floating-quote--bottom{right:18px;bottom:26px;animation:khePsychFloat 8s ease-in-out infinite reverse;}
.khe-psych-orbit{position:absolute;border:1px solid rgba(44,90,151,.2);border-radius:50%;pointer-events:none;z-index:1;}
.khe-psych-orbit--one{width:560px;height:560px;right:-96px;top:26px;}
.khe-psych-orbit--two{width:700px;height:700px;right:-190px;top:-42px;border-style:dashed;}
@keyframes khePsychFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

.khe-psych-highlights{padding:0 0 clamp(88px,10vw,132px);background:var(--khe-psych-cream);}
.khe-psych-highlights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.khe-psych-highlight-card{min-height:300px;padding:34px;border:1px solid var(--khe-psych-line);border-radius:28px;background:rgba(255,255,255,.54);box-shadow:0 14px 34px rgba(20,38,62,.06);transition:transform .25s ease,box-shadow .25s ease;}
.khe-psych-highlight-card:hover{transform:translateY(-8px) rotate(-.4deg);box-shadow:0 24px 44px rgba(20,38,62,.12);}
.khe-psych-highlight-card--dark{background:linear-gradient(145deg,#14305a,#264a86);color:#fff;border-color:rgba(255,255,255,.12);}
.khe-psych-highlight-card span{display:block;margin-bottom:52px;font-size:.8rem;font-weight:900;letter-spacing:.16em;color:#2d5ca0;}
.khe-psych-highlight-card--dark span{color:#ffd179;}
.khe-psych-highlight-card h2{margin:0 0 16px;font-size:clamp(1.72rem,2.45vw,2.45rem);line-height:.98;letter-spacing:-.05em;color:#192f4c;}
.khe-psych-highlight-card--dark h2{color:#ffffff;}
.khe-psych-highlight-card p{margin:0;line-height:1.68;color:rgba(21,43,69,.82);font-size:1.02rem;}
.khe-psych-highlight-card--dark p{color:rgba(255,255,255,.86);}
.khe-psych-highlight-card strong{color:inherit;}

.khe-psych-lab{position:relative;padding:clamp(88px,10vw,132px) 0;background:linear-gradient(180deg,#111f37 0%,#081529 100%);color:#f5f6fa;overflow:hidden;}
.khe-psych-lab::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;background-image:radial-gradient(circle,rgba(255,255,255,.84) 0 1px,transparent 1.5px),radial-gradient(circle,rgba(120,171,255,.7) 0 1.4px,transparent 2px);background-size:58px 58px,120px 120px;background-position:20px 30px,92px 75px;}
.khe-psych-lab__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(380px,1fr);gap:clamp(34px,6vw,86px);align-items:center;}
.khe-psych-lab__copy h2{margin:0 0 18px;max-width:9ch;font-size:clamp(2.45rem,4.9vw,4.4rem);line-height:.94;letter-spacing:-.06em;color:rgba(255,255,255,.94);}
.khe-psych-lab__copy p{margin:0 0 18px;max-width:620px;line-height:1.72;color:rgba(245,246,250,.84);font-size:1.04rem;}
.khe-psych-checklist{margin:26px 0 0;padding:0;list-style:none;display:grid;gap:12px;}
.khe-psych-checklist li{position:relative;padding-left:28px;color:rgba(245,246,250,.88);line-height:1.58;font-size:1rem;}
.khe-psych-checklist li::before{content:"";position:absolute;left:0;top:.48em;width:12px;height:12px;border-radius:50%;background:var(--khe-psych-gold);box-shadow:0 0 0 6px rgba(255,209,120,.14);}
.khe-psych-lab__visual{padding:28px;border-radius:32px;border:1px solid rgba(204,225,255,.16);background:linear-gradient(145deg,rgba(23,48,88,.88),rgba(13,29,54,.94));box-shadow:0 30px 60px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.06);}
.khe-psych-switch-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px;}
.khe-psych-switch-wrap span{font-size:.78rem;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:#ffcb7d;}
.khe-psych-switch{position:relative;width:88px;height:48px;padding:0;border:0;background:transparent;cursor:pointer;}
.khe-psych-switch__track{position:absolute;inset:0;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(204,225,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);transition:background .28s ease,border-color .28s ease;}
.khe-psych-switch__thumb{position:absolute;left:5px;top:5px;width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 10px 22px rgba(0,0,0,.28);transition:transform .32s ease,background .32s ease;}
.khe-psych-circuit{position:relative;display:grid;grid-template-columns:minmax(160px,1fr) 220px minmax(160px,1fr);align-items:center;gap:18px;min-height:330px;padding:10px 6px 6px;overflow:hidden;}
.khe-psych-circuit__glow{position:absolute;inset:12% 14%;border-radius:28px;background:radial-gradient(circle at 50% 50%,rgba(121,173,255,.18),transparent 70%);filter:blur(12px);opacity:.6;transition:opacity .35s ease,transform .35s ease;}
.khe-psych-node{position:relative;z-index:2;display:grid;place-items:center;gap:8px;padding:26px 20px;min-height:232px;border-radius:30px;border:1px solid rgba(204,225,255,.16);background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.khe-psych-node strong{font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:#f7fbff;}
.khe-psych-node small{font-size:.75rem;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:rgba(245,246,250,.66);text-align:center;}
.khe-psych-organ{position:relative;width:130px;height:130px;display:block;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));}
.khe-psych-organ--heart{width:118px;height:110px;}
.khe-psych-organ__heart-core{position:absolute;left:50%;top:22px;width:74px;height:74px;background:radial-gradient(circle at 35% 32%,#ffedf0 0%,#e74d67 32%,#b9163c 64%,#8a0c28 100%);transform:translateX(-50%) rotate(-45deg);border-radius:18px 18px 8px 8px;box-shadow:inset -8px -14px 18px rgba(82,0,12,.28), inset 8px 10px 14px rgba(255,255,255,.18);}
.khe-psych-organ__heart-core::before,.khe-psych-organ__heart-core::after{content:"";position:absolute;width:74px;height:74px;border-radius:50%;background:inherit;box-shadow:inherit;}
.khe-psych-organ__heart-core::before{left:0;top:-37px;}
.khe-psych-organ__heart-core::after{left:37px;top:0;}
.khe-psych-organ__pulse-line{position:absolute;left:18px;right:18px;top:54px;height:12px;z-index:2;transform:rotate(-2deg);}
.khe-psych-organ__pulse-line::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 4%,rgba(255,255,255,.92) 4% 28%,transparent 28% 33%,rgba(255,255,255,.92) 33% 38%,transparent 38% 44%,rgba(255,255,255,.92) 44% 52%,transparent 52% 100%);clip-path:polygon(0 45%,18% 45%,27% 45%,38% 12%,50% 76%,61% 28%,74% 28%,100% 28%,100% 46%,75% 46%,62% 46%,51% 86%,38% 27%,28% 62%,18% 62%,0 62%);filter:drop-shadow(0 0 4px rgba(255,255,255,.4));}
.khe-psych-organ--brain{width:128px;height:102px;margin-top:10px;}
.khe-psych-brain-lobe,.khe-psych-brain-stem{position:absolute;display:block;}
.khe-psych-brain-lobe{top:10px;width:40px;height:50px;border-radius:48% 52% 44% 56%/42% 46% 54% 58%;background:radial-gradient(circle at 34% 28%,#f1edff 0%,#bc98f4 32%,#8862c5 70%,#624893 100%);box-shadow:inset -6px -8px 10px rgba(50,19,83,.22), inset 6px 6px 10px rgba(255,255,255,.18);}
.khe-psych-brain-lobe--l1{left:14px;top:12px;} .khe-psych-brain-lobe--l2{left:32px;top:2px;} .khe-psych-brain-lobe--l3{left:24px;top:38px;} 
.khe-psych-brain-lobe--r1{right:14px;top:12px;} .khe-psych-brain-lobe--r2{right:32px;top:2px;} .khe-psych-brain-lobe--r3{right:24px;top:38px;}
.khe-psych-brain-stem{left:50%;bottom:4px;width:16px;height:38px;transform:translateX(-50%);border-radius:10px;background:linear-gradient(180deg,#d6c2ff,#805eb8);box-shadow:inset 0 -6px 10px rgba(50,19,83,.24);}
.khe-psych-organ--brain::before{content:"";position:absolute;left:50%;top:10px;bottom:20px;width:5px;border-radius:999px;background:rgba(255,255,255,.5);transform:translateX(-50%);opacity:.58;}
.khe-psych-circuit__wire{position:relative;width:100%;height:16px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(204,225,255,.14);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);}
.khe-psych-circuit__wire::before{content:"";position:absolute;left:-40%;top:-160%;width:50%;height:420%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(138,193,255,.9),rgba(255,209,124,.9),rgba(255,255,255,0));filter:blur(2px);opacity:0;transition:opacity .3s ease;}
.khe-psych-circuit__wire span{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:#9bcfff;transform:translateY(-50%) scale(.6);opacity:0;box-shadow:0 0 12px rgba(155,207,255,.66);}
.khe-psych-circuit__wire span:nth-child(1){left:10%;}.khe-psych-circuit__wire span:nth-child(2){left:45%;}.khe-psych-circuit__wire span:nth-child(3){left:78%;background:#ffd179;box-shadow:0 0 12px rgba(255,209,121,.7);} 
.khe-psych-lab__visual[data-active="true"] .khe-psych-switch__track{background:linear-gradient(90deg,rgba(91,148,233,.92),rgba(111,69,177,.9));border-color:rgba(255,255,255,.28);}
.khe-psych-lab__visual[data-active="true"] .khe-psych-switch__thumb{transform:translateX(40px);background:#fff7db;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__glow{opacity:1;transform:scale(1.04);}
.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire::before{opacity:1;animation:khePsychCurrent 1.5s linear infinite;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire span{animation:khePsychBlink 1.2s ease-in-out infinite;opacity:1;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire span:nth-child(2){animation-delay:.2s;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire span:nth-child(3){animation-delay:.4s;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-organ--heart{transform:scale(1.02);filter:drop-shadow(0 0 18px rgba(255,113,145,.35));}
.khe-psych-lab__visual[data-active="true"] .khe-psych-organ__heart-core{animation:kheHeartBeat 1.2s ease-in-out infinite;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-organ__pulse-line{animation:khePulseFlash 1.2s ease-in-out infinite;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-organ--brain{filter:drop-shadow(0 0 18px rgba(173,194,255,.35));}
.khe-psych-lab__visual[data-active="true"] .khe-psych-brain-lobe{animation:kheBrainGlow 1.4s ease-in-out infinite alternate;}
.khe-psych-lab__visual[data-active="true"] .khe-psych-brain-stem{box-shadow:0 0 18px rgba(173,194,255,.28), inset 0 -6px 10px rgba(50,19,83,.24);} 
@keyframes khePsychCurrent{0%{transform:translateX(-130%)}100%{transform:translateX(300%)}}
@keyframes khePsychBlink{0%,100%{transform:translateY(-50%) scale(.6);opacity:.25}50%{transform:translateY(-50%) scale(1);opacity:1}}
@keyframes kheHeartBeat{0%,100%{transform:translateX(-50%) rotate(-45deg) scale(1)}15%{transform:translateX(-50%) rotate(-45deg) scale(1.06)}30%{transform:translateX(-50%) rotate(-45deg) scale(1)}45%{transform:translateX(-50%) rotate(-45deg) scale(1.09)}60%{transform:translateX(-50%) rotate(-45deg) scale(1)}}
@keyframes khePulseFlash{0%,100%{opacity:.9}50%{opacity:1;filter:drop-shadow(0 0 8px rgba(255,255,255,.6));}}
@keyframes kheBrainGlow{0%{filter:brightness(1)}100%{filter:brightness(1.16) saturate(1.08)}}

.khe-psych-section-heading{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:36px;text-align:left;}
.khe-psych-section-heading h2{margin:0 0 14px;max-width:14ch;font-size:clamp(2.25rem,4vw,4.1rem);line-height:.93;letter-spacing:-.06em;color:#172d49;text-align:left;}
.khe-psych-section-heading > p:last-child{margin:0;max-width:680px;color:var(--khe-psych-ink-soft);line-height:1.68;font-size:1.02rem;text-align:left;}
.khe-psych-section-heading--light h2{color:#ffffff;}
.khe-psych-section-heading--light > p:last-child{color:rgba(245,246,250,.82);}

.khe-psych-spectrum{padding:clamp(86px,10vw,126px) 0;background:linear-gradient(180deg,#f3efe7 0%,#efe9de 100%);}
.khe-psych-spectrum__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.khe-psych-spectrum-card{padding:24px;border:1px solid var(--khe-psych-line);border-radius:24px;background:rgba(255,255,255,.64);box-shadow:0 14px 30px rgba(17,39,68,.06);min-height:220px;transition:transform .22s ease,box-shadow .22s ease;}
.khe-psych-spectrum-card:hover{transform:translateY(-7px);box-shadow:0 22px 40px rgba(17,39,68,.12);}
.khe-psych-spectrum-card h3{margin:0 0 14px;font-size:1.34rem;line-height:1.08;letter-spacing:-.03em;color:#172d49;}
.khe-psych-spectrum-card p{margin:0;line-height:1.66;color:var(--khe-psych-ink-soft);font-size:.98rem;}

.khe-psych-credentials{position:relative;padding:clamp(92px,11vw,144px) 0;background:linear-gradient(180deg,#0a1b33 0%,#09172a 100%);color:#f5f6fa;overflow:hidden;}
.khe-psych-credentials__timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.khe-psych-credential{position:relative;padding:26px;border-radius:26px;border:1px solid rgba(204,225,255,.14);background:linear-gradient(140deg,rgba(33,62,106,.9),rgba(17,39,72,.9));box-shadow:0 22px 46px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden;}
.khe-psych-credential::before{content:"";position:absolute;right:-28px;top:-28px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(123,183,255,.22),transparent 70%);pointer-events:none;}
.khe-psych-credential--accent::before{background:radial-gradient(circle,rgba(197,157,255,.26),transparent 70%);}
.khe-psych-credential__date{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(204,225,255,.18);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:#ffcf78;}
.khe-psych-credential h3{margin:18px 0 10px;font-size:clamp(1.38rem,1.8vw,1.88rem);line-height:1.06;letter-spacing:-.04em;color:#fff;}
.khe-psych-credential__meta{margin:0 0 12px;font-weight:800;color:#d0e6ff;letter-spacing:.015em;font-size:1rem;}
.khe-psych-credential p:last-child{margin:0;line-height:1.66;color:rgba(245,246,250,.84);font-size:.98rem;}

.khe-psych-quotes{padding:clamp(62px,7vw,88px) 0;background:var(--khe-psych-cream);}
.khe-psych-quotes__header{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(250px,.72fr);align-items:end;gap:24px;margin-bottom:24px;}
.khe-psych-quotes__heading{margin-bottom:0;}
.khe-psych-quotes__heading h2{max-width:11ch;font-size:clamp(2rem,3.3vw,3.1rem);margin-bottom:12px;}
.khe-psych-quotes__heading > p:last-child{max-width:620px;font-size:1rem;line-height:1.62;}
.khe-psych-quotes__ornament{position:relative;min-height:142px;padding:24px 26px;border-radius:28px;border:1px solid rgba(34,66,110,.14);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.45));box-shadow:0 18px 34px rgba(20,38,62,.07);overflow:hidden;}
.khe-psych-quotes__ornament::before{content:"";position:absolute;inset:auto auto -40px -28px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,210,127,.22),transparent 72%);pointer-events:none;}
.khe-psych-quotes__mark{position:absolute;left:22px;top:10px;font-size:5.8rem;line-height:1;color:rgba(45,92,160,.14);font-weight:900;font-family:Georgia,serif;}
.khe-psych-quotes__writing-line{display:flex;flex-direction:column;gap:10px;max-width:76%;margin-top:32px;}
.khe-psych-quotes__writing-line span{display:block;height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(29,59,103,.22),rgba(29,59,103,.07));}
.khe-psych-quotes__writing-line span:nth-child(1){width:78%;}
.khe-psych-quotes__writing-line span:nth-child(2){width:92%;}
.khe-psych-quotes__writing-line span:nth-child(3){width:64%;}
.khe-psych-quotes__quill{position:absolute;right:20px;bottom:16px;width:118px;height:54px;transform:rotate(-12deg);}
.khe-psych-quotes__quill-feather{position:absolute;right:18px;top:-8px;width:76px;height:28px;border-radius:78% 18% 78% 22%;background:linear-gradient(135deg,#1c457f 0%,#2e6dc4 58%,#6da2ff 100%);box-shadow:0 10px 20px rgba(20,38,62,.14);}
.khe-psych-quotes__quill-feather::before{content:"";position:absolute;left:8px;top:50%;width:56px;height:2px;background:rgba(255,255,255,.55);transform:translateY(-50%) rotate(-10deg);border-radius:999px;}
.khe-psych-quotes__quill-nib{position:absolute;left:12px;bottom:6px;width:74px;height:10px;border-radius:999px;background:linear-gradient(90deg,#d3a462,#f1cf91 62%,#ffe7c2 100%);transform:rotate(-10deg);transform-origin:left center;box-shadow:0 4px 12px rgba(20,38,62,.12);}
.khe-psych-quotes__quill-nib::after{content:"";position:absolute;left:-12px;top:50%;width:16px;height:12px;background:linear-gradient(135deg,#1f3556,#395f95);clip-path:polygon(0 50%,100% 0,100% 100%);transform:translateY(-50%);}
.khe-psych-quotes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.khe-psych-quote{position:relative;margin:0;padding:24px 24px 20px;border-radius:24px;border:1px solid var(--khe-psych-line);background:rgba(255,255,255,.56);box-shadow:0 14px 28px rgba(20,38,62,.05);min-height:198px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;}
.khe-psych-quote::before{content:"“";position:absolute;right:18px;top:10px;font-size:3.8rem;line-height:1;color:rgba(45,92,160,.08);font-family:Georgia,serif;font-weight:700;pointer-events:none;}
.khe-psych-quote--accent{background:linear-gradient(145deg,#15305a,#244581);border-color:rgba(255,255,255,.14);}
.khe-psych-quote--accent::before{color:rgba(255,255,255,.08);}
.khe-psych-quote p{margin:0;font-size:clamp(1.06rem,1.35vw,1.28rem);line-height:1.5;letter-spacing:-.028em;color:#172d49;max-width:26ch;}
.khe-psych-quote cite{margin-top:18px;font-style:normal;font-size:.8rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#2d5ca0;}
.khe-psych-quote--accent p{color:#fff;}
.khe-psych-quote--accent cite{color:#ffd179;}

.khe-psych-cta{padding:0 0 110px;background:var(--khe-psych-cream);}
.khe-psych-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:34px;border-radius:32px;border:1px solid var(--khe-psych-line);background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(255,255,255,.45));box-shadow:0 20px 40px rgba(17,39,68,.07);}
.khe-psych-cta__copy h2{margin:0 0 14px;max-width:16ch;font-size:clamp(2rem,3.8vw,3.4rem);line-height:.97;letter-spacing:-.06em;color:#172d49;}
.khe-psych-cta__copy p:last-child{margin:0;max-width:820px;color:var(--khe-psych-ink-soft);line-height:1.68;}

.khe-psych-reveal{opacity:0;transform:translateY(34px) scale(.98);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.65,.18,1);}
.khe-psych-reveal.is-visible{opacity:1;transform:translateY(0) scale(1);}

@media (max-width: 1180px){
  .khe-psych-highlights__grid,.khe-psych-spectrum__grid,.khe-psych-quotes__grid{grid-template-columns:repeat(2,1fr);}
  .khe-psych-quotes__header{grid-template-columns:1fr;}
  .khe-psych-hero__inner,.khe-psych-lab__grid,.khe-psych-cta__inner{grid-template-columns:1fr;}
  .khe-psych-credentials__timeline{grid-template-columns:1fr;}
  .khe-psych-cta__inner{justify-items:start;}
}
@media (max-width: 920px){
  .khe-psych-shell{width:min(100%,calc(100% - 34px));}
  .khe-psych-hero{padding-top:52px;}
  .khe-psych-portrait-card{height:560px;}
  .khe-psych-portrait-card img{left:52%;width:96%;bottom:-6px;}
  .khe-psych-floating-quote--top{left:14px;top:100px;max-width:188px;}
  .khe-psych-floating-quote--bottom{right:14px;bottom:16px;max-width:210px;}
  .khe-psych-lab__visual{padding:22px;}
  .khe-psych-circuit{grid-template-columns:1fr;gap:14px;min-height:0;}
  .khe-psych-circuit__wire{width:100%;height:18px;order:2;}
  .khe-psych-node{min-height:200px;}
  .khe-psych-highlights__grid,.khe-psych-spectrum__grid,.khe-psych-quotes__grid{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .khe-psych-quotes__ornament{min-height:120px;padding:20px 20px 18px;}
  .khe-psych-quotes__writing-line{max-width:72%;margin-top:26px;}
  .khe-psych-quotes__mark{font-size:4.5rem;left:16px;}
  .khe-psych-quotes__quill{width:94px;right:12px;bottom:10px;}
  .khe-psych-hero__copy h1{font-size:clamp(2.65rem,12.2vw,4rem);max-width:11ch;} 
  .khe-psych-lead{font-size:1rem;}
  .khe-psych-portrait-card{height:460px;border-radius:30px;}
  .khe-psych-portrait-card img{width:104%;left:52%;bottom:-4px;}
  .khe-psych-portrait-card__badge{right:14px;top:14px;}
  .khe-psych-floating-quote{display:none;}
  .khe-psych-highlight-card,.khe-psych-spectrum-card,.khe-psych-credential,.khe-psych-quote,.khe-psych-cta__inner{padding:22px;}
  .khe-psych-button{width:100%;}
  .khe-psych-actions{width:100%;}
  .khe-psych-actions .khe-psych-button{justify-content:center;}
  .khe-psych-star{width:110px;}
  .khe-psych-star--two,.khe-psych-star--four{display:none;}
  .khe-psych-switch-wrap{flex-wrap:wrap;}
}
@media (prefers-reduced-motion:reduce){
  .khe-psych-star,.khe-psych-floating-quote,.khe-psych-organ__heart-core,.khe-psych-organ__pulse-line,.khe-psych-brain-lobe,.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire::before,.khe-psych-lab__visual[data-active="true"] .khe-psych-circuit__wire span{animation:none !important;}
  .khe-psych-reveal{opacity:1;transform:none;transition:none;}
}


/* Greek psychology page: wider editorial rhythm for natural title wrapping. */
html[lang^="el"] .khe-psych-hero__copy h1{max-width:13ch;font-size:clamp(3rem,5.55vw,5.3rem);letter-spacing:-.065em;}
html[lang^="el"] .khe-psych-highlight-card h2{font-size:clamp(1.58rem,2.18vw,2.22rem);line-height:1.02;}
html[lang^="el"] .khe-psych-section-heading h2{max-width:17ch;font-size:clamp(2.02rem,3.5vw,3.62rem);line-height:.98;}
html[lang^="el"] .khe-psych-credential h3{font-size:clamp(1.28rem,1.65vw,1.7rem);line-height:1.1;}
html[lang^="el"] .khe-psych-quote p{max-width:30ch;font-size:clamp(1rem,1.22vw,1.18rem);}
@media (max-width:640px){
  html[lang^="el"] .khe-psych-hero__copy h1{max-width:12.5ch;font-size:clamp(2.5rem,11vw,3.55rem);}
  html[lang^="el"] .khe-psych-section-heading h2{max-width:15ch;font-size:clamp(1.95rem,9vw,2.75rem);}
}

/* Greek psychology refinement: calmer hierarchy and no awkward word breaks. */
html[lang^="el"] .khe-psych-hero__copy h1{max-width:14.5ch;font-size:clamp(2.85rem,5vw,4.85rem);line-height:.95;margin-bottom:20px;}
html[lang^="el"] .khe-psych-highlight-card h2{font-size:clamp(1.5rem,2.02vw,2.05rem);line-height:1.06;hyphens:none;overflow-wrap:normal;}
html[lang^="el"] .khe-psych-lab{padding:clamp(68px,8vw,100px) 0;}
html[lang^="el"] .khe-psych-lab__grid{gap:clamp(28px,4.5vw,60px);}
html[lang^="el"] .khe-psych-lab__copy h2{max-width:13.5ch;font-size:clamp(2.05rem,3.7vw,3.5rem);line-height:1.01;letter-spacing:-.048em;hyphens:none;overflow-wrap:normal;margin-bottom:16px;}
html[lang^="el"] .khe-psych-lab__copy p{max-width:590px;font-size:1rem;line-height:1.68;}
@media (max-width:640px){
  html[lang^="el"] .khe-psych-hero__copy h1{max-width:13.5ch;font-size:clamp(2.35rem,10.2vw,3.25rem);}
  html[lang^="el"] .khe-psych-lab{padding:62px 0 68px;}
  html[lang^="el"] .khe-psych-lab__copy h2{max-width:15ch;font-size:clamp(1.95rem,8.6vw,2.75rem);}
}


/* v2.1.87 — Greek interactive-lab title: shorter wording and safer editorial wrapping. */
html[lang^="el"] .khe-psych-lab__copy h2{
  max-width:18ch;
  font-size:clamp(1.9rem,3vw,2.85rem);
  line-height:1.04;
  letter-spacing:-.04em;
  text-wrap:balance;
  word-break:normal;
  overflow-wrap:normal;
}
@media (max-width:1180px){
  html[lang^="el"] .khe-psych-lab__copy h2{max-width:21ch;font-size:clamp(1.9rem,5.5vw,2.75rem);}
}
@media (max-width:640px){
  html[lang^="el"] .khe-psych-lab__copy h2{max-width:18ch;font-size:clamp(1.9rem,8vw,2.5rem);line-height:1.06;}
}

/* v2.1.88 — Greek spectrum cards: balanced copy and cleaner headings. */
html[lang^="el"] .khe-psych-spectrum-card h3{font-size:clamp(1.18rem,1.55vw,1.34rem);line-height:1.13;letter-spacing:-.025em;}
html[lang^="el"] .khe-psych-spectrum-card p{line-height:1.62;}


/* Greek psychology CTA: concise, calm and compact. */
html[lang^="el"] .khe-psych-cta{padding:0 0 78px;}
html[lang^="el"] .khe-psych-cta__inner{padding:28px 34px;gap:24px;}
html[lang^="el"] .khe-psych-cta__copy h2{
  max-width:18ch;
  font-size:clamp(2rem,3vw,2.85rem);
  line-height:1.02;
  letter-spacing:-.05em;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
html[lang^="el"] .khe-psych-cta__copy p:last-child{
  max-width:62ch;
  font-size:clamp(1rem,1.25vw,1.12rem);
  line-height:1.58;
}
@media (max-width: 1180px){
  html[lang^="el"] .khe-psych-cta__inner{padding:28px;}
}
@media (max-width:640px){
  html[lang^="el"] .khe-psych-cta{padding-bottom:54px;}
  html[lang^="el"] .khe-psych-cta__inner{padding:22px;}
  html[lang^="el"] .khe-psych-cta__copy h2{
    max-width:100%;
    font-size:clamp(2rem,9vw,2.65rem);
    line-height:1.04;
  }
}
