@import url('access.css');
:root{
  --ink:#101828;--ink-2:#344054;--muted:#667085;--line:#e5e7eb;--line-2:#d0d5dd;
  --paper:#ffffff;--canvas:#f7f8fa;--canvas-blue:#f2f6fb;
  --navy:#071d3a;--navy-2:#0b2d55;--blue:#155eef;--blue-2:#004eeb;--cyan:#06aed4;
  --mint:#dff7ef;--lime:#eaf6c9;--violet:#eee9ff;--peach:#fff0e5;
  --radius-sm:12px;--radius:20px;--radius-lg:32px;--radius-xl:44px;
  --shadow-sm:0 1px 2px rgba(16,24,40,.04),0 4px 14px rgba(16,24,40,.05);
  --shadow:0 18px 55px rgba(16,24,40,.10);--shadow-lg:0 35px 100px rgba(7,29,58,.16);
  --ease:cubic-bezier(.2,.75,.25,1);--max:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Apple SD Gothic Neo","Helvetica Neue",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;word-break:keep-all}
body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 12% 8%,rgba(21,94,239,.07),transparent 24%),radial-gradient(circle at 86% 18%,rgba(6,174,212,.05),transparent 22%)}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{color:inherit}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.skip{position:fixed;left:24px;top:-100px;z-index:1000;padding:12px 18px;border-radius:10px;background:#000;color:#fff}.skip:focus{top:18px}

/* utility bar */
.top{height:34px;background:var(--navy);color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.02em}.top .container{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:20px}.top span{transition:.2s}.top span:hover{color:#fff}

/* header */
.header{position:sticky;top:0;z-index:150;background:rgba(255,255,255,.82);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);border-bottom:1px solid rgba(16,24,40,.06);transition:.35s var(--ease)}
.header.scrolled{box-shadow:0 8px 30px rgba(16,24,40,.08);background:rgba(255,255,255,.94)}
.header-in{min-height:82px;display:flex;align-items:center;gap:34px}.brand{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;color:var(--navy);font-size:17px;font-weight:800;line-height:1.1;letter-spacing:-.03em;white-space:nowrap}.brand b{grid-row:1/3;font-size:28px;font-style:italic;font-weight:900;letter-spacing:-.08em}.brand small{font-size:9px;color:#8792a2;font-weight:500;letter-spacing:0}.nav{display:flex;align-items:center;justify-content:center;gap:3px;flex:1}.nav>a{position:relative;padding:30px 14px;font-size:15px;font-weight:700;color:#263348}.nav>a:after{content:"";position:absolute;left:14px;right:14px;bottom:20px;height:2px;border-radius:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.3s var(--ease)}.nav>a:hover,.nav>a.active{color:var(--blue)}.nav>a:hover:after,.nav>a.active:after{transform:scaleX(1)}.actions{display:flex;gap:8px}.icon{width:44px;height:44px;border:1px solid rgba(16,24,40,.1);border-radius:14px;background:rgba(255,255,255,.7);display:grid;place-items:center;cursor:pointer;transition:.25s var(--ease)}.icon:hover{border-color:rgba(21,94,239,.3);background:#f5f8ff;transform:translateY(-2px)}.menu{display:none}

/* hero */
.hero{position:relative;min-height:690px;display:grid;align-items:center;overflow:hidden;background:var(--navy)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,41,.98) 0%,rgba(5,20,41,.84) 46%,rgba(5,20,41,.22) 76%,rgba(5,20,41,.1)),url('../assets/hero.png') center/cover no-repeat;transform:scale(1.015)}
.hero:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.10);border-radius:50%;left:-220px;bottom:-330px;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)}
.hero .container{position:relative;z-index:2}.hero .copy{max-width:760px;padding:116px 0 132px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.16em;color:#8ec5ff;font-weight:800}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}.hero h1{margin:22px 0 24px;color:#fff;font-size:clamp(46px,5.1vw,76px);line-height:1.12;letter-spacing:-.065em;font-weight:800}.hero p{max-width:630px;margin:0;color:rgba(255,255,255,.77);font-size:18px;line-height:1.85}.btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 23px;border:1px solid transparent;border-radius:14px;font-weight:750;letter-spacing:-.01em;transition:.28s var(--ease)}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(5,20,41,.18)}.primary{background:linear-gradient(135deg,var(--blue),#2677ff);color:#fff}.outline{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.05);color:#fff;backdrop-filter:blur(12px)}.outline:hover{background:rgba(255,255,255,.14)}.dark{background:var(--navy);color:#fff}.light{background:#fff;color:var(--navy)}
.keywords{position:relative;z-index:5;margin-top:-34px}.keywords .container{min-height:70px;display:flex;align-items:center;gap:28px;overflow:auto;padding:15px 26px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.keywords strong{color:var(--navy);white-space:nowrap}.keywords a{white-space:nowrap;color:#596579;font-size:14px;transition:.2s}.keywords a:hover{color:var(--blue)}

/* section system */
.section{padding:110px 0}.alt{background:linear-gradient(180deg,#f7f9fc 0%,#f2f5f9 100%)}.head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.head h2{margin:0;color:var(--navy);font-size:clamp(29px,3vw,42px);line-height:1.2;letter-spacing:-.055em}.head p{margin:10px 0 0;color:var(--muted)}.more{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:750;font-size:14px}.more:hover{gap:13px}

/* bento services */
.services{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.service{position:relative;grid-column:span 4;min-height:244px;padding:30px;border:1px solid rgba(16,24,40,.08);border-radius:var(--radius);background:rgba(255,255,255,.94);overflow:hidden;transition:.38s var(--ease)}.service:nth-child(1),.service:nth-child(6){grid-column:span 6}.service:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-85px;top:-90px;background:radial-gradient(circle,rgba(21,94,239,.12),transparent 67%);transition:.4s}.service:hover{transform:translateY(-7px);border-color:rgba(21,94,239,.2);box-shadow:var(--shadow)}.service:hover:before{transform:scale(1.35)}.service i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#eff4ff;color:var(--blue);font-style:normal;font-size:11px;font-weight:900;letter-spacing:.02em}.service h3{margin:36px 0 10px;color:var(--navy);font-size:22px;letter-spacing:-.035em}.service p{max-width:420px;margin:0;color:var(--muted);font-size:14px}.service:after{content:"↗";position:absolute;right:25px;bottom:22px;color:var(--navy);font-size:20px;transition:.25s}.service:hover:after{transform:translate(3px,-3px);color:var(--blue)}

/* cards */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{position:relative;border:1px solid rgba(16,24,40,.08);border-radius:24px;background:#fff;overflow:hidden;transition:.38s var(--ease);box-shadow:var(--shadow-sm)}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(21,94,239,.16)}.visual{position:relative;height:230px;padding:24px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;font-size:31px;font-weight:850;letter-spacing:-.04em;background:linear-gradient(135deg,#102f5b,#1369da)}.visual:before,.visual:after{content:"";position:absolute;border-radius:50%;filter:blur(.1px)}.visual:before{width:240px;height:240px;right:-75px;top:-100px;background:rgba(255,255,255,.13)}.visual:after{width:120px;height:120px;right:60px;bottom:-50px;border:24px solid rgba(255,255,255,.1)}.visual.ai{background:linear-gradient(135deg,#0b1f44 0%,#174ea6 54%,#28a0c9)}.visual.esg{background:linear-gradient(135deg,#173c36,#2b7b5e 54%,#80ad54)}.visual.art{background:linear-gradient(135deg,#503682,#8a5cc7 55%,#ec8fa7)}.visual.life{background:linear-gradient(135deg,#533d2f,#ac7551 55%,#e2ab65)}.visual.carbon{background:linear-gradient(135deg,#123c43,#087d7b 55%,#5cb8a4)}.body{padding:27px}.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#eef4ff;color:var(--blue);font-size:11px;font-weight:800}.body h3{margin:14px 0 9px;color:var(--navy);font-size:22px;line-height:1.4;letter-spacing:-.035em}.body p,.meta{color:var(--muted)}.body p{font-size:14px}.meta{display:grid;gap:6px;margin:18px 0;font-size:13px}.meta span{display:flex;gap:10px}.meta span:before{content:"•";color:#98a2b3}

/* stats */
.stats{position:relative;display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:0;padding:50px;border:1px solid rgba(21,94,239,.09);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(125deg,#edf4ff 0%,#fff 46%,#f5fbff 100%)}.stats:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-190px;top:-220px;border:70px solid rgba(21,94,239,.05)}.stats h2{margin:0 0 12px;color:var(--navy);font-size:29px;line-height:1.35;letter-spacing:-.045em}.stats p{margin:0;color:var(--muted)}.stat{position:relative;display:grid;align-content:center;text-align:center;border-left:1px solid rgba(16,24,40,.09)}.stat strong{display:block;color:var(--navy);font-size:30px;letter-spacing:-.045em}.stat span{color:var(--muted);font-size:12px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.list{list-style:none;margin:0;padding:0;border-top:2px solid var(--navy)}.list li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 4px;border-bottom:1px solid var(--line);transition:.2s}.list li:hover{padding-left:11px;background:linear-gradient(90deg,#fff,transparent)}.list a{font-weight:600}.list small{color:var(--muted);font-size:12px;white-space:nowrap}.cta{position:relative;overflow:hidden;min-height:210px;padding:46px 52px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;background:linear-gradient(120deg,#071d3a,#0d3b6b 62%,#0e5682)}.cta:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-130px;top:-260px;box-shadow:0 0 0 65px rgba(255,255,255,.03)}.cta>*{position:relative;z-index:2}.cta h2{margin:0 0 12px;font-size:32px;letter-spacing:-.04em}.cta p{margin:0;color:rgba(255,255,255,.7)}

/* sub pages */
.subhero{position:relative;padding:100px 0 88px;overflow:hidden;border-bottom:1px solid rgba(16,24,40,.06);background:linear-gradient(135deg,#f7f9fc 0%,#eef4ff 60%,#f6fbff)}.subhero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-170px;top:-300px;background:radial-gradient(circle,rgba(21,94,239,.12),rgba(21,94,239,0) 68%)}.subhero:after{content:"KERI";position:absolute;right:5%;bottom:-38px;color:rgba(7,29,58,.035);font-size:160px;font-weight:900;font-style:italic;letter-spacing:-.1em}.subhero .container{position:relative;z-index:2}.crumb{font-size:12px;color:#758195}.subhero h1{margin:18px 0 14px;color:var(--navy);font-size:clamp(40px,5vw,64px);line-height:1.15;letter-spacing:-.065em}.subhero p{max-width:760px;margin:0;color:var(--muted);font-size:18px}.layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:70px}.side{position:sticky;top:116px;height:max-content;padding:22px 0;border-top:3px solid var(--navy)}.side h2{margin:0 10px 16px;color:var(--navy);font-size:19px}.side a{position:relative;display:block;margin:2px 0;padding:13px 12px;border-radius:10px;color:#5b6678;font-size:14px;transition:.2s}.side a:hover,.side a.active{background:#f0f5ff;color:var(--blue);font-weight:700}.content{min-width:0}.content>h2:first-child{margin-top:0}.content h2{color:var(--navy);font-size:34px;line-height:1.35;letter-spacing:-.045em}.content h3{color:var(--navy)}.lead{max-width:850px;color:#3e4c61;font-size:20px;line-height:1.9}.panel{padding:28px;border:1px solid rgba(16,24,40,.08);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.panel h3{margin-top:0}.timeline{position:relative;padding-left:34px;border-left:1px solid var(--line-2)}.timeline article{position:relative;margin-bottom:34px;padding:0 0 4px}.timeline article:before{content:"";position:absolute;left:-40px;top:8px;width:11px;height:11px;border:4px solid #eaf1ff;border-radius:50%;background:var(--blue)}.timeline strong{color:var(--blue);font-size:22px}.table{width:100%;border-spacing:0;border-collapse:separate;border:1px solid var(--line);border-radius:16px;overflow:hidden}.table th,.table td{padding:17px 18px;border-bottom:1px solid var(--line);text-align:left}.table tr:last-child th,.table tr:last-child td{border-bottom:0}.table th{width:160px;color:var(--navy);background:#f7f9fc;font-weight:750}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.filters input,.filters select,.form input,.form select,.form textarea{min-height:48px;padding:12px 14px;border:1px solid var(--line-2);border-radius:12px;background:#fff;outline:none;transition:.2s}.filters input:focus,.filters select:focus,.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(21,94,239,.10)}.filters input{flex:1;min-width:250px}.detail-hero{position:relative;padding:86px 0;color:#fff;overflow:hidden;background:linear-gradient(125deg,#071d3a,#0b3b6c)}.detail-hero:after{content:"";position:absolute;width:500px;height:500px;right:-180px;top:-260px;border-radius:50%;border:85px solid rgba(255,255,255,.04)}.detail-hero .container{position:relative;z-index:2}.detail-hero h1{max-width:900px;margin:16px 0;color:#fff;font-size:clamp(38px,4.5vw,58px);line-height:1.25;letter-spacing:-.055em}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:46px}.detail-grid>.panel:last-child{position:sticky;top:118px;height:max-content}.step{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}.step b{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--navy),#164a80);color:#fff}.form{display:grid;gap:16px}.form label{display:grid;gap:8px;font-weight:700}.form textarea{min-height:160px;resize:vertical}.notice{padding:16px 18px;border:1px solid #f1d98e;border-radius:14px;background:#fff9e8;color:#725b16}

/* search */
.search-layer{display:none;position:fixed;inset:0;z-index:500;padding:110px 20px 40px;background:rgba(4,15,30,.82);backdrop-filter:blur(14px)}.search-layer.open{display:block;animation:fade .2s ease}.search-box{max-width:900px;padding:34px;border:1px solid rgba(255,255,255,.6);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-lg)}.search-box h2{margin:0 0 20px;color:var(--navy);font-size:30px}.search-box input{width:100%;padding:17px 18px;border:2px solid var(--navy);border-radius:14px;outline:none}.results{display:grid;gap:10px;max-height:360px;overflow:auto;margin-top:16px}.result{padding:15px 16px;border-radius:12px;background:#f5f7fa}.result b{color:var(--navy)}.result div{margin-top:4px;color:var(--muted);font-size:13px}

/* footer */
.footer{position:relative;padding:64px 0 24px;color:#b9c7d8;background:#06182e}.footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#2d70ba,transparent)}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1.35fr;gap:62px}.footer h3{margin:0 0 18px;color:#fff}.footer p{font-size:13px}.footer a{display:block;margin:8px 0;font-size:13px;transition:.2s}.footer a:hover{color:#fff;transform:translateX(3px)}.copy{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#7f91a6;font-size:11px}.footer-note{color:#8092a7;font-size:11px}

/* motion */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:none}@keyframes fade{from{opacity:0}to{opacity:1}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

@media(max-width:1050px){.nav{gap:0}.nav>a{padding-inline:9px;font-size:13px}.service{grid-column:span 6}.service:nth-child(1),.service:nth-child(6){grid-column:span 6}.stats{grid-template-columns:1fr 1fr 1fr}.stats>div:first-child{grid-column:1/-1;margin-bottom:24px}.stat:nth-child(2){border-left:0}.detail-grid{grid-template-columns:1fr 320px}}
@media(max-width:900px){.container{width:min(var(--max),calc(100% - 40px))}.top{display:none}.header-in{min-height:72px}.nav{display:none;position:absolute;left:20px;right:20px;top:82px;padding:12px;border:1px solid var(--line);border-radius:20px;flex-direction:column;align-items:stretch;background:rgba(255,255,255,.98);box-shadow:var(--shadow)}.nav.open{display:flex}.nav>a{padding:14px 16px;border-radius:10px}.nav>a:after{display:none}.nav>a:hover{background:#f3f6fb}.menu{display:grid}.hero{min-height:620px}.hero .copy{padding:95px 0 120px}.services,.grid{grid-template-columns:1fr 1fr}.service,.service:nth-child(1),.service:nth-child(6){grid-column:span 6}.stats{grid-template-columns:1fr 1fr}.stats>div:first-child{grid-column:1/-1}.stat{padding:16px;border:0}.layout,.detail-grid,.split{grid-template-columns:1fr}.side{position:static;display:flex;gap:4px;overflow:auto;padding:10px;border-top:0;border-bottom:1px solid var(--line)}.side h2{display:none}.side a{white-space:nowrap}.detail-grid>.panel:last-child{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.brand{font-size:14px}.brand b{font-size:24px}.brand small{display:none}.header-in{gap:12px}.actions{margin-left:auto}.hero{min-height:590px}.hero:before{background:linear-gradient(90deg,rgba(5,20,41,.96),rgba(5,20,41,.77)),url('../assets/hero.png') 62% center/cover}.hero h1{font-size:40px}.hero p{font-size:15px}.hero .copy{padding:80px 0 105px}.btns{display:grid}.btn{width:100%}.keywords{margin-top:-26px}.keywords .container{gap:18px;min-height:58px;padding:12px 16px}.section{padding:78px 0}.head{align-items:flex-start;flex-direction:column;margin-bottom:25px}.head h2{font-size:30px}.services,.grid{grid-template-columns:1fr}.service,.service:nth-child(1),.service:nth-child(6){grid-column:auto;min-height:220px}.visual{height:195px}.stats{grid-template-columns:1fr;padding:28px}.stats>div:first-child{grid-column:auto}.stat{padding:15px 0;border-top:1px solid var(--line)}.split{gap:55px}.subhero{padding:70px 0 62px}.subhero h1{font-size:42px}.subhero:after{font-size:90px}.layout{gap:38px}.content h2{font-size:29px}.lead{font-size:17px}.table th{width:105px}.table th,.table td{padding:14px 12px}.detail-hero{padding:66px 0}.detail-hero h1{font-size:38px}.cta{padding:34px 26px}.cta h2{font-size:27px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer{padding-top:48px}.search-layer{padding:85px 14px 20px}.search-box{padding:24px;border-radius:20px}}

/* 2026 homepage visual refresh — supplied education/research photo */
.hero.hero-light{min-height:610px;background:#f6f8fb;color:var(--navy)}
.hero.hero-light:before{inset:0;background:linear-gradient(90deg,rgba(249,250,252,.99) 0%,rgba(249,250,252,.96) 27%,rgba(249,250,252,.72) 45%,rgba(249,250,252,.04) 69%),url('../assets/hero-education-research.png') center right/cover no-repeat;transform:none}
.hero.hero-light:after{display:none}
.hero.hero-light .copy{max-width:650px;padding:88px 0 70px}
.hero.hero-light .eyebrow{color:#45627f}
.hero.hero-light h1{margin:18px 0 22px;color:var(--navy);font-size:clamp(46px,4.7vw,72px);line-height:1.13;letter-spacing:-.065em}
.hero.hero-light p{color:#334155;font-size:18px;line-height:1.8}
.hero.hero-light .outline{border-color:#173b63;background:rgba(255,255,255,.72);color:var(--navy);backdrop-filter:blur(10px)}
.hero.hero-light .outline:hover{background:#fff;border-color:var(--blue)}
.hero-pagination{display:flex;align-items:center;gap:15px;margin-top:42px;color:#5d6d80;font-size:13px}
.hero-pagination button{width:34px;height:34px;border:0;background:transparent;color:var(--navy);font-size:26px;cursor:pointer}
.hero-pagination strong{color:var(--navy)}
.hero-pagination span{display:block;width:78px;height:2px;background:linear-gradient(90deg,var(--navy) 38%,#cbd5e1 38%)}
.hero-pagination em{font-style:normal}
.quick-services{position:relative;z-index:3;background:linear-gradient(100deg,#061d3a 0%,#0a315b 100%);color:#fff}
.quick-services-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));min-height:104px}
.quick-services a{display:flex;align-items:center;gap:15px;min-width:0;padding:22px 18px;color:#fff;border-right:1px solid rgba(255,255,255,.12);transition:.25s var(--ease)}
.quick-services a:first-child{border-left:1px solid rgba(255,255,255,.12)}
.quick-services a:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.quick-services .quick-icon{flex:0 0 auto;width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:11px;color:#dbeafe;font-size:20px}
.quick-services strong,.quick-services small{display:block;white-space:normal}
.quick-services strong{font-size:14px;line-height:1.35}
.quick-services small{margin-top:5px;color:rgba(255,255,255,.65);font-size:11px;line-height:1.45}
@media(max-width:1100px){.quick-services-grid{grid-template-columns:repeat(3,1fr)}.quick-services a:nth-child(3){border-right:0}.hero.hero-light:before{background:linear-gradient(90deg,rgba(249,250,252,.98) 0%,rgba(249,250,252,.89) 45%,rgba(249,250,252,.26) 72%),url('../assets/hero-education-research.png') 58% center/cover no-repeat}}
@media(max-width:900px){.hero.hero-light{min-height:590px}.hero.hero-light .copy{padding:82px 0 68px}.hero.hero-light:before{background:linear-gradient(90deg,rgba(249,250,252,.98),rgba(249,250,252,.78)),url('../assets/hero-education-research.png') 60% center/cover no-repeat}}
@media(max-width:620px){.hero.hero-light{min-height:560px}.hero.hero-light:before{background:linear-gradient(180deg,rgba(249,250,252,.95) 0%,rgba(249,250,252,.88) 56%,rgba(249,250,252,.65) 100%),url('../assets/hero-education-research.png') 66% center/cover no-repeat}.hero.hero-light h1{font-size:40px}.hero.hero-light p{font-size:15px}.hero-pagination{margin-top:28px}.quick-services-grid{grid-template-columns:1fr 1fr}.quick-services a{min-height:94px;padding:17px 13px}.quick-services a:nth-child(odd){border-left:0}.quick-services a:nth-child(even){border-right:0}.quick-services .quick-icon{width:34px;height:34px}.quick-services small{display:none}}

/* 2026 marketing hero slider */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hero-slider{position:relative;min-height:630px;overflow:hidden;background:#eef3f8}
.hero-track{position:relative;min-height:630px}
.hero-slide{position:absolute;inset:0;display:grid;align-items:center;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .65s var(--ease),visibility .65s,transform 1.1s var(--ease)}
.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}
.hero-media{position:absolute;inset:0;background-image:var(--hero-image);background-position:var(--hero-position);background-size:cover;background-repeat:no-repeat}
.hero-slide:after{content:"";position:absolute;inset:0;pointer-events:none}
.hero-slide.theme-light:after{background:linear-gradient(90deg,rgba(249,250,252,.995) 0%,rgba(249,250,252,.96) 28%,rgba(249,250,252,.72) 47%,rgba(249,250,252,.05) 73%)}
.hero-slide.theme-education:after{background:linear-gradient(90deg,rgba(6,29,59,.97) 0%,rgba(6,29,59,.88) 40%,rgba(6,29,59,.42) 66%,rgba(6,29,59,.16) 100%)}
.hero-slide.theme-b2b:after{background:linear-gradient(90deg,rgba(7,35,50,.97) 0%,rgba(7,35,50,.87) 42%,rgba(7,35,50,.38) 69%,rgba(7,35,50,.14) 100%)}
.hero-inner{position:relative;z-index:3;min-height:630px;display:flex;align-items:center;padding-bottom:70px}
.hero-copy{max-width:730px;padding:76px 0 72px}
.hero-copy h1,.hero-copy h2{margin:18px 0 23px;font-size:clamp(44px,4.7vw,72px);line-height:1.13;letter-spacing:-.065em;font-weight:850}
.theme-light .hero-copy h1{color:var(--navy)}
.theme-education .hero-copy h2,.theme-b2b .hero-copy h2{color:#fff}
.hero-copy p{margin:0;max-width:650px;font-size:18px;line-height:1.85}
.theme-light .hero-copy p{color:#334155}.theme-education .hero-copy p,.theme-b2b .hero-copy p{color:rgba(255,255,255,.82)}
.theme-light .eyebrow{color:#45627f}.theme-education .eyebrow{color:#78c7ff}.theme-b2b .eyebrow{color:#8ee0cf}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.hero-tags span{padding:8px 12px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(12px)}
.hero-slider .outline{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.08);color:#fff}
.hero-slider .theme-light .outline{border-color:#173b63;background:rgba(255,255,255,.72);color:var(--navy)}
.hero-controls{position:absolute;z-index:8;left:50%;bottom:27px;transform:translateX(-50%);display:flex;align-items:center;gap:14px;color:#5d6d80;font-size:13px}
.theme-dark-active .hero-controls{color:#fff}
.hero-arrow,.hero-pause{display:grid;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}
.hero-arrow{width:34px;height:34px;font-size:27px}.hero-pause{width:36px;height:36px;border:1px solid currentColor;border-radius:50%;font-size:12px;opacity:.85}
.hero-progress{position:relative;width:96px;height:2px;overflow:hidden;background:rgba(100,116,139,.28)}
.hero-progress i{display:block;width:100%;height:100%;background:currentColor;transform-origin:left center;animation:heroProgress 6s linear forwards}
.hero-slider.is-paused .hero-progress i{animation-play-state:paused}
.hero-dots{display:flex;gap:7px;margin-left:6px}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:currentColor;opacity:.28;cursor:pointer}.hero-dots button.is-active{width:22px;border-radius:999px;opacity:1}
@keyframes heroProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:900px){.hero-slider,.hero-track,.hero-inner{min-height:590px}.hero-slide.theme-light:after{background:linear-gradient(90deg,rgba(249,250,252,.98),rgba(249,250,252,.79))}.hero-slide.theme-education:after,.hero-slide.theme-b2b:after{background:linear-gradient(90deg,rgba(6,29,59,.96),rgba(6,29,59,.72))}.hero-copy{padding:72px 0 90px}}
@media(max-width:620px){.hero-slider,.hero-track,.hero-inner{min-height:590px}.hero-media{background-position:68% center!important}.hero-slide:after{background:linear-gradient(180deg,rgba(249,250,252,.96) 0%,rgba(249,250,252,.91) 61%,rgba(249,250,252,.76) 100%)!important}.hero-slide.theme-education:after,.hero-slide.theme-b2b:after{background:linear-gradient(180deg,rgba(5,25,51,.93),rgba(5,25,51,.79))!important}.hero-copy{padding:62px 0 112px}.hero-copy h1,.hero-copy h2{font-size:39px}.hero-copy p{font-size:15px;line-height:1.7}.hero-copy p br{display:none}.hero-tags span:nth-child(n+4){display:none}.hero-controls{bottom:22px;width:calc(100% - 28px);justify-content:center}.hero-dots{display:none}.hero-progress{width:72px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-progress i{animation:none!important;transform:scaleX(1)}}

/* Final approved three-banner image set: 104 → 106 → 105 */
.hero-slide.theme-creator:after,
.hero-slide.theme-public:after{
  background:linear-gradient(90deg,rgba(249,250,252,.995) 0%,rgba(249,250,252,.96) 29%,rgba(249,250,252,.70) 47%,rgba(249,250,252,.05) 72%);
}
.hero-slide.theme-creator .hero-copy h2,
.hero-slide.theme-public .hero-copy h2{color:var(--navy)}
.hero-slide.theme-creator .hero-copy p,
.hero-slide.theme-public .hero-copy p{color:#334155}
.hero-slide.theme-creator .hero-tags span,
.hero-slide.theme-public .hero-tags span{
  border-color:rgba(18,63,105,.18);
  background:rgba(255,255,255,.72);
  color:#173b63;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.hero-slide.theme-creator .outline,
.hero-slide.theme-public .outline{
  border-color:#173b63;
  background:rgba(255,255,255,.76);
  color:var(--navy);
}
@media(max-width:900px){
  .hero-slide.theme-creator:after,
  .hero-slide.theme-public:after{background:linear-gradient(90deg,rgba(249,250,252,.98),rgba(249,250,252,.80))}
}
@media(max-width:620px){
  .hero-slide.theme-creator:after,
  .hero-slide.theme-public:after{background:linear-gradient(180deg,rgba(249,250,252,.96) 0%,rgba(249,250,252,.91) 61%,rgba(249,250,252,.76) 100%)!important}
  .hero-slide.theme-creator .hero-media{background-position:69% center!important}
  .hero-slide.theme-public .hero-media{background-position:72% center!important}
}


/* KERI official header logo */
.brand-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:230px;
  text-decoration:none;
}
.brand-logo img{
  display:block;
  width:auto;
  height:54px;
  max-width:270px;
  object-fit:contain;
  image-rendering:auto;
}
@media (max-width:1100px){
  .brand-logo{min-width:190px}
  .brand-logo img{height:46px;max-width:220px}
}
@media (max-width:640px){
  .brand-logo{min-width:0}
  .brand-logo img{height:40px;max-width:185px}
}

/* Hero slider controls: persistent visibility and stable autoplay UI */
.hero-controls{
  min-height:50px;
  padding:7px 12px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:#173b63;
  box-shadow:0 10px 34px rgba(15,23,42,.14);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  isolation:isolate;
}
.hero-slider[data-active-theme="dark"] .hero-controls{
  border-color:rgba(255,255,255,.24);
  background:rgba(7,29,58,.72);
  color:#fff;
}
.hero-controls strong,
.hero-controls em,
.hero-controls button,
.hero-controls .hero-progress,
.hero-controls .hero-dots{visibility:visible!important;opacity:1}
.hero-progress{background:rgba(100,116,139,.28)}
.hero-slider[data-active-theme="dark"] .hero-progress{background:rgba(255,255,255,.30)}
.hero-slide[aria-hidden="true"]{pointer-events:none}
.hero-slide[aria-hidden="false"]{pointer-events:auto}
@media(max-width:620px){
  .hero-controls{width:auto;max-width:calc(100% - 24px);padding:6px 10px;gap:10px}
  .hero-arrow{width:30px;height:30px}.hero-pause{width:32px;height:32px}
}


/* 2026 desktop mega dropdown navigation */
.header{overflow:visible!important;z-index:1000}
.header-in{overflow:visible!important}
.nav{align-self:stretch;display:flex;align-items:stretch;overflow:visible!important}
.nav-item{position:relative;display:flex;align-items:center}
.nav-item>a{display:flex;align-items:center;height:100%;padding:0 16px;white-space:nowrap}
.nav-item>a:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:center;transition:transform .22s var(--ease)}
.nav-item:hover>a:after,.nav-item:focus-within>a:after,.nav-item>a.active:after{transform:scaleX(1)}
.submenu{position:absolute;top:calc(100% - 1px);left:50%;min-width:210px;padding:12px;background:rgba(255,255,255,.98);border:1px solid rgba(16,24,40,.08);border-radius:0 0 18px 18px;box-shadow:0 22px 55px rgba(7,29,58,.16);transform:translate(-50%,10px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .22s var(--ease),visibility .2s;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:1200}
.submenu:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
.nav-item:hover .submenu,.nav-item:focus-within .submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.submenu a{display:block;padding:11px 13px;border-radius:10px;color:var(--ink-2);font-size:14px;font-weight:600;white-space:nowrap;transition:background .18s,color .18s,transform .18s}
.submenu a:hover,.submenu a:focus-visible{background:#eef4ff;color:var(--blue);transform:translateX(3px);outline:none}

/* ultra-high-resolution header logo */
.brand-logo img{height:58px!important;max-width:285px!important;width:auto!important;filter:contrast(1.04) saturate(1.04);transform:translateZ(0)}

/* transparent hero controls — no boxed numbers */
.hero-controls,.hero-slider[data-active-theme="light"] .hero-controls,.hero-slider[data-active-theme="dark"] .hero-controls{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important;border-radius:0!important}
.hero-controls strong,.hero-controls>span,.hero-arrow,.hero-pause{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}
.hero-controls strong,.hero-controls>span{padding:0!important;min-width:auto!important;width:auto!important;height:auto!important;color:inherit!important}
.hero-arrow,.hero-pause{color:inherit!important;width:34px!important;height:34px!important;transition:opacity .18s,transform .18s!important}
.hero-arrow:hover,.hero-pause:hover{transform:scale(1.12)!important;opacity:.7!important;background:transparent!important}
.hero-progress{background:rgba(7,29,58,.18)!important;border-radius:999px!important;overflow:hidden}
.hero-slider[data-active-theme="dark"] .hero-progress{background:rgba(255,255,255,.28)!important}
.hero-dots button{background:transparent!important;border:1px solid currentColor!important;box-shadow:none!important}
.hero-dots button.is-active{background:currentColor!important}

@media(max-width:1100px){
  .brand-logo img{height:49px!important;max-width:235px!important}
  .nav.open{overflow:auto!important;align-items:stretch}
  .nav.open .nav-item{display:block;width:100%}
  .nav.open .nav-item>a{height:auto;padding:14px 20px}
  .nav.open .submenu{position:static;display:block;min-width:0;padding:0 12px 10px 28px;border:0;border-radius:0;box-shadow:none;background:transparent;transform:none;opacity:1;visibility:visible;pointer-events:auto;backdrop-filter:none}
  .nav.open .submenu a{padding:8px 12px;font-size:13px;color:var(--muted)}
}
@media(max-width:640px){.brand-logo img{height:43px!important;max-width:205px!important}}

/* Final high-resolution KERI header logo */
.brand-logo{min-width:245px!important}
.brand-logo img{height:58px!important;width:auto!important;max-width:285px!important;object-fit:contain!important}
@media(max-width:1100px){.brand-logo{min-width:205px!important}.brand-logo img{height:49px!important;max-width:235px!important}}
@media(max-width:640px){.brand-logo{min-width:0!important}.brand-logo img{height:42px!important;max-width:195px!important}}


/* 2026 service hub — editorial icon carousel */
.service-hub{position:relative;overflow:hidden;background:#fff;padding:118px 0 102px}
.service-hub:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 30%,rgba(20,112,255,.045),transparent 26%),radial-gradient(circle at 90% 75%,rgba(0,164,197,.045),transparent 24%)}
.service-hub .container{position:relative}
.service-hub-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:56px}
.service-kicker{display:block;margin-bottom:12px;color:#0a73ff;font-size:18px;font-weight:500;letter-spacing:-.025em}
.service-hub h2{margin:0;color:#15191f;font-size:clamp(38px,4.1vw,58px);line-height:1.05;letter-spacing:-.065em;font-weight:850}
.service-hub-head p{margin:16px 0 0;color:#737b88;font-size:15px}
.service-all{display:inline-flex;align-items:center;gap:9px;padding:10px 0;color:#25324a;font-size:14px;font-weight:750;border-bottom:1px solid #cbd3df;transition:.25s}
.service-all:hover{gap:14px;color:#0b68ed;border-color:#0b68ed}
.service-viewport{overflow:hidden;margin-inline:-12px;padding:4px 12px 16px}
.service-track{display:flex;transition:transform .65s cubic-bezier(.22,.72,.18,1);will-change:transform}
.service-item{flex:0 0 calc(100% / 6);min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 18px 20px;border-radius:28px;transition:.35s cubic-bezier(.2,.75,.25,1)}
.service-item:hover{transform:translateY(-8px);background:linear-gradient(180deg,rgba(245,249,255,.76),rgba(255,255,255,0))}
.service-graphic{position:relative;width:122px;height:112px;display:grid;place-items:center;margin-bottom:20px;filter:drop-shadow(0 14px 20px rgba(45,82,120,.09))}
.service-graphic:before{content:"";position:absolute;width:76px;height:76px;border-radius:28px;transform:rotate(-8deg);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(211,228,242,.62));box-shadow:inset 0 1px 1px rgba(255,255,255,.9),0 14px 30px rgba(67,102,139,.12);filter:blur(.2px)}
.service-graphic:after{content:"";position:absolute;width:95px;height:42px;left:14px;bottom:8px;border-radius:50%;background:radial-gradient(ellipse,rgba(74,107,143,.16),transparent 68%);filter:blur(7px)}
.service-graphic svg{position:relative;z-index:2;width:80px;height:80px;fill:none;stroke:#537d9c;stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 3px rgba(255,255,255,.9))}
.service-graphic.tone-cyan svg{stroke:#3a88a8}.service-graphic.tone-indigo svg{stroke:#526f9e}.service-graphic.tone-green svg{stroke:#548f7e}.service-graphic.tone-violet svg{stroke:#6d78a5}.service-graphic.tone-slate svg{stroke:#526c80}
.service-item strong{display:block;color:#252a32;font-size:18px;line-height:1.35;letter-spacing:-.035em;font-weight:650}
.service-item small{display:block;min-height:42px;margin-top:8px;color:#89909b;font-size:12px;line-height:1.55}
.service-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px}
.service-controls button{width:34px;height:34px;padding:0;border:0;background:transparent;color:#213047;font-size:18px;cursor:pointer;opacity:.72;transition:.2s}
.service-controls button:hover{opacity:1;transform:translateX(2px)}
.service-controls .service-prev:hover{transform:translateX(-2px)}
.service-dots{display:flex;align-items:center;gap:12px}
.service-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#9ca2aa;cursor:pointer;transition:.32s}
.service-dot.is-active{width:64px;border-radius:999px;background:#0a459d}
@media (max-width:1180px){.service-item{flex-basis:25%}}
@media (max-width:860px){.service-hub{padding:84px 0 76px}.service-hub-head{align-items:flex-start;margin-bottom:36px}.service-item{flex-basis:33.333%}.service-graphic{width:104px;height:98px}.service-hub-head p{max-width:440px}}
@media (max-width:640px){.service-hub-head{display:block}.service-all{margin-top:20px}.service-item{flex-basis:50%;padding-inline:10px}.service-item strong{font-size:16px}.service-item small{font-size:11px}.service-graphic{width:94px;height:88px;margin-bottom:12px}.service-graphic:before{width:66px;height:66px}.service-graphic svg{width:68px;height:68px}.service-dot.is-active{width:42px}}

/* 2026 main information architecture */
.section-title.center{text-align:center;margin-bottom:54px}.section-title span,.section-kicker{display:block;color:#1677ff;font-weight:800;letter-spacing:.08em;font-size:14px;margin-bottom:10px}.section-title h2{font-size:clamp(32px,4vw,52px);margin:0 0 12px}.section-title p{color:#657084;margin:0}.keri-service-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:18px}.keri-service-grid a{position:relative;text-align:center;padding:18px 8px 22px;text-decoration:none;color:#172033;transition:transform .32s cubic-bezier(.2,.8,.2,1),color .25s}.ks-icon{position:relative;display:grid;place-items:center;width:116px;height:102px;margin:0 auto 17px;background:transparent}.ks-icon:after{content:"";position:absolute;left:50%;bottom:4px;width:76px;height:20px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(52,112,173,.18),transparent 70%);filter:blur(7px);transition:.32s}.ks-icon img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(28,89,151,.14));transition:transform .34s cubic-bezier(.2,.8,.2,1),filter .34s}.keri-service-grid strong{display:block;font-size:17px;line-height:1.4;letter-spacing:-.035em;font-weight:720}.keri-service-grid a:hover{transform:translateY(-7px);color:#075fc8}.keri-service-grid a:hover .ks-icon img{transform:translateY(-3px) scale(1.055);filter:drop-shadow(0 18px 24px rgba(24,101,187,.22))}.keri-service-grid a:hover .ks-icon:after{transform:translateX(-50%) scale(1.12);opacity:.78}.achievement-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid #dfe6ef;border-bottom:1px solid #dfe6ef}.achievement-grid div{text-align:center;padding:48px 18px;position:relative}.achievement-grid div+div:before{content:"";position:absolute;left:0;top:28%;height:44%;width:1px;background:#dfe6ef}.achievement-grid strong{font-size:clamp(42px,5vw,70px);color:#082e63;line-height:1}.achievement-grid em{font-size:28px;color:#1677ff;font-style:normal}.achievement-grid span{display:block;margin-top:14px;color:#566276;font-weight:700}.partner-marquee{overflow:hidden;padding:24px 0;border-top:1px solid #e4e9f0;border-bottom:1px solid #e4e9f0}.partner-track{display:flex;width:max-content;gap:72px;animation:partnerMove 28s linear infinite}.partner-track span{font-size:20px;font-weight:800;color:#7b8798;white-space:nowrap}@keyframes partnerMove{to{transform:translateX(-50%)}}.light-kicker{color:#9ed0ff!important}@media(max-width:1100px){.keri-service-grid{grid-template-columns:repeat(4,1fr)}.achievement-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.keri-service-grid{grid-template-columns:repeat(2,1fr)}.achievement-grid{grid-template-columns:repeat(2,1fr)}.achievement-grid div:nth-child(5){grid-column:1/-1}.achievement-grid div+div:before{display:none}.partner-track{gap:42px}}

@media(max-width:640px){.ks-icon{width:98px;height:88px}.keri-service-grid strong{font-size:15px}}

/* Transparent KERI service icons */
.ks-icon{background:transparent!important;box-shadow:none!important}
.ks-icon:after{display:none!important}
.ks-icon img{filter:drop-shadow(0 10px 18px rgba(31,103,179,.16))}
.keri-service-grid a:hover .ks-icon img{filter:drop-shadow(0 16px 24px rgba(31,103,179,.24))}

/* Partner logo grid */
.partner-marquee,.partner-track{display:none!important}
.partner-logo-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.partner-logo-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:132px;
  padding:26px 22px;
  border:1px solid #e5eaf0;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(18,45,78,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.partner-logo-card img{
  display:block;
  width:100%;
  height:72px;
  object-fit:contain;
}
.partner-logo-card:hover{
  transform:translateY(-5px);
  border-color:#bfd7ee;
  box-shadow:0 18px 38px rgba(18,70,120,.11);
}
@media(max-width:1100px){.partner-logo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.partner-logo-grid{grid-template-columns:repeat(2,1fr);gap:12px}.partner-logo-card{min-height:108px;padding:18px 14px}.partner-logo-card img{height:58px}}

/* Exact user-provided partner logos */
.exact-partner-logos{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.exact-partner-logos .partner-logo-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:150px;
  padding:24px 18px;
  overflow:hidden;
  border:1px solid #e6ebf1;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(22,46,78,.055);
}
.exact-partner-logos .partner-logo-card img{
  display:block;
  width:100%;
  max-width:280px;
  height:92px;
  object-fit:contain;
  object-position:center;
  filter:none;
}
.exact-partner-logos .partner-logo-card:nth-child(4) img{
  height:112px;
  max-width:230px;
}
@media(max-width:1100px){
  .exact-partner-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .exact-partner-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .exact-partner-logos .partner-logo-card{min-height:118px;padding:18px 12px}
  .exact-partner-logos .partner-logo-card img{height:70px}
  .exact-partner-logos .partner-logo-card:nth-child(4) img{height:86px}
}

/* Compact KERI Service strip directly below the hero */
.keri-service-strip{
  position:relative;
  z-index:8;
  padding:18px 0 22px;
  border-bottom:1px solid #e7ecf2;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 34px rgba(20,47,80,.045);
}
.service-strip-title{
  margin:0 0 8px;
  text-align:center;
  color:#146ce0;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.02em;
}
.service-strip-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  align-items:start;
  gap:8px;
}
.service-strip-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  padding:3px 4px 8px;
  color:#152033;
  text-decoration:none;
  transition:transform .25s ease,color .25s ease;
}
.service-strip-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:116px;
  height:92px;
  margin-bottom:2px;
}
.service-strip-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 10px 14px rgba(34,100,180,.13));
  transition:transform .28s ease,filter .28s ease;
}
.service-strip-item strong{
  font-size:15px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.035em;
  white-space:nowrap;
}
.service-strip-item:hover{
  color:#075fc8;
  transform:translateY(-3px);
}
.service-strip-item:hover img{
  transform:scale(1.055);
  filter:drop-shadow(0 14px 20px rgba(24,96,185,.21));
}
@media(max-width:1100px){
  .service-strip-grid{
    display:flex;
    overflow-x:auto;
    gap:20px;
    padding:0 18px 8px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .service-strip-grid::-webkit-scrollbar{display:none}
  .service-strip-item{
    flex:0 0 128px;
    scroll-snap-align:center;
  }
}
@media(max-width:640px){
  .keri-service-strip{padding:14px 0 16px}
  .service-strip-title{font-size:16px;margin-bottom:4px}
  .service-strip-item{flex-basis:104px}
  .service-strip-icon{width:92px;height:76px}
  .service-strip-item strong{font-size:13px}
}

.admin-entry{display:inline-block;margin:14px 0 0;color:rgba(255,255,255,.45);font-size:12px;text-decoration:none}.admin-entry:hover{color:#fff}

/* ===== KERI Platform Upgrade 2026 ===== */
.platform-hero{padding:92px 0 72px;background:radial-gradient(circle at 85% 10%,rgba(47,124,255,.18),transparent 30%),linear-gradient(135deg,#071d38,#0b3869);color:#fff}
.platform-hero .eyebrow{color:#79b5ff}.platform-hero h1{font-size:clamp(40px,5vw,68px);line-height:1.08;margin:16px 0 22px;letter-spacing:-.055em}.platform-hero p{max-width:760px;font-size:18px;line-height:1.8;color:#d8e5f4}
.platform-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:32px}.platform-tabs a{padding:11px 16px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff;text-decoration:none}.platform-tabs a:hover{background:#fff;color:#0b315b}
.qual-grid,.badge-grid,.capability-grid,.learning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.qual-card,.badge-card,.capability-card,.learning-card{position:relative;padding:28px;border:1px solid #e3e9f0;border-radius:24px;background:#fff;box-shadow:0 16px 44px rgba(16,53,91,.07);overflow:hidden}.qual-card:before,.badge-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(#1b72eb,#60b2ff)}.qual-card .reg{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf5ff;color:#0d63cb;font-weight:800;font-size:13px}.qual-card h3,.badge-card h3{font-size:26px;margin:18px 0 10px}.qual-card p,.badge-card p,.capability-card p,.learning-card p{color:#697689;line-height:1.7}.meta-list{display:grid;gap:10px;margin:22px 0}.meta-list div{display:flex;justify-content:space-between;gap:20px;padding-bottom:10px;border-bottom:1px solid #edf0f4}.meta-list span{color:#778295}.meta-list b{text-align:right}
.skill-chips{display:flex;gap:7px;flex-wrap:wrap}.skill-chips span{padding:7px 10px;border-radius:9px;background:#f2f6fb;color:#37506c;font-size:13px}
.notice-box{padding:22px 24px;border:1px solid #d8e6f5;border-radius:18px;background:#f5f9fe;color:#40536a;line-height:1.75}.notice-box strong{color:#0c4e91}
.badge-card{min-height:300px}.badge-visual{width:92px;height:92px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(145deg,#eef6ff,#cce3ff);box-shadow:inset 0 1px #fff,0 16px 28px rgba(31,100,190,.13);font-size:36px}.badge-card[data-color="green"] .badge-visual{background:linear-gradient(145deg,#eefcf5,#bdebd1)}.badge-card[data-color="orange"] .badge-visual{background:linear-gradient(145deg,#fff8ed,#ffd9a6)}
.badge-card[data-color="pink"] .badge-visual{background:linear-gradient(145deg,#fff1f8,#f9c5dd)}.badge-card[data-color="violet"] .badge-visual{background:linear-gradient(145deg,#f5f1ff,#d4c5ff)}
.badge-level{position:absolute;right:24px;top:24px;color:#176fe8;font-size:12px;font-weight:900;letter-spacing:.1em}
.process-row{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.process-step{position:relative;padding:22px 14px;text-align:center;border-radius:18px;background:#f5f8fc}.process-step b{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 12px;border-radius:50%;background:#176fe8;color:#fff}.process-step span{font-size:14px;font-weight:700}
.dual-cta{display:grid;grid-template-columns:1.3fr .7fr;gap:20px;padding:34px;border-radius:28px;background:#082c56;color:#fff}.dual-cta p{color:#c9d9eb;line-height:1.7}.dual-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.lms-shell{display:grid;grid-template-columns:260px 1fr;min-height:720px;border:1px solid #e1e7ee;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 22px 60px rgba(17,52,88,.08)}.lms-side{padding:28px 20px;background:#092c55;color:#fff}.lms-side h3{margin:0 0 24px}.lesson-nav{display:grid;gap:7px}.lesson-nav button{padding:12px;border:0;border-radius:10px;text-align:left;background:transparent;color:#cfe0f1;cursor:pointer}.lesson-nav button.active{background:rgba(255,255,255,.14);color:#fff}.lms-main{padding:34px}.video-placeholder{aspect-ratio:16/9;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#071d38,#176fe8);color:#fff;font-size:22px}.progress-bar{height:9px;border-radius:99px;background:#e7edf4;overflow:hidden}.progress-bar i{display:block;height:100%;width:42%;background:linear-gradient(90deg,#176fe8,#66b9ff)}.course-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:20px;border-bottom:1px solid #edf0f3}
.public-cap-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.public-cap-visual{padding:30px;border-radius:30px;background:linear-gradient(145deg,#eaf4ff,#fff);border:1px solid #dce8f5}.bid-flow{display:grid;gap:12px}.bid-flow div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:14px;border-radius:14px;background:#fff}.bid-flow b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#0a3d73;color:#fff}
.calendar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.calendar-card{padding:22px;border-top:3px solid #176fe8;background:#fff;box-shadow:0 12px 34px rgba(20,58,94,.07)}.calendar-card time{color:#176fe8;font-weight:900}.calendar-card h3{font-size:18px;line-height:1.45}
@media(max-width:900px){.qual-grid,.badge-grid,.capability-grid,.learning-grid,.public-cap-hero,.dual-cta{grid-template-columns:1fr}.process-row{grid-template-columns:repeat(3,1fr)}.calendar-grid{grid-template-columns:repeat(2,1fr)}.lms-shell{grid-template-columns:1fr}.lms-side{display:none}.dual-cta-actions{justify-content:flex-start}}
@media(max-width:600px){.qual-grid,.badge-grid,.calendar-grid{grid-template-columns:1fr}.process-row{grid-template-columns:repeat(2,1fr)}}

/* ===== B2B CONSULTING PAGE 2026 ===== */
.b2b-contact-hero{padding:96px 0 78px;background:radial-gradient(circle at 82% 10%,rgba(72,151,255,.2),transparent 30%),linear-gradient(135deg,#071d38 0%,#0a3b70 60%,#0b4f92 100%);color:#fff}
.b2b-contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:60px;align-items:center}
.b2b-contact-hero h1{max-width:900px;margin:16px 0 24px;font-size:clamp(42px,5.2vw,70px);line-height:1.1;letter-spacing:-.06em}
.b2b-contact-hero p{max-width:760px;color:#d5e2ef;font-size:18px;line-height:1.78}
.b2b-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.b2b-contact-hero .btn.outline{color:#fff;border-color:rgba(255,255,255,.48)}
.b2b-contact-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#bcd2e8;font-size:14px}
.b2b-contact-summary{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.09);backdrop-filter:blur(16px);box-shadow:0 24px 70px rgba(0,0,0,.18)}
.b2b-contact-summary h2{font-size:28px;margin:10px 0}.b2b-contact-summary dl{margin:22px 0}.b2b-contact-summary dl div{display:grid;grid-template-columns:80px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}.b2b-contact-summary dt{color:#a9c4df}.b2b-contact-summary dd{margin:0;font-weight:700}.b2b-summary-note{padding:14px;border-radius:14px;background:rgba(3,21,41,.28);font-size:13px!important}
.b2b-area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.b2b-area-grid article{padding:28px;border:1px solid #e2e8ef;border-radius:22px;background:#fff;transition:.3s}.b2b-area-grid article:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(19,60,100,.1)}.b2b-area-grid i{font-style:normal;color:#176fe8;font-weight:900}.b2b-area-grid h3{font-size:22px;margin:18px 0 10px}.b2b-area-grid p{min-height:82px;color:#6c7788;line-height:1.65}.b2b-area-grid span{font-size:13px;color:#176fe8;font-weight:700}
.b2b-dark-section{background:#082a50;color:#fff}.b2b-process-head{display:grid;grid-template-columns:1fr .65fr;gap:60px;align-items:end;margin-bottom:38px}.b2b-process-head h2{font-size:clamp(34px,4vw,52px);margin:10px 0}.b2b-process-head p{color:#bdcede;line-height:1.8}.b2b-process-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden}.b2b-process-grid article{padding:28px 22px;border-right:1px solid rgba(255,255,255,.12)}.b2b-process-grid article:last-child{border-right:0}.b2b-process-grid b{color:#72b3ff}.b2b-process-grid h3{margin:18px 0 10px}.b2b-process-grid p{color:#b9cadb;font-size:14px;line-height:1.65}
.b2b-proof-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.b2b-proof-grid h2{font-size:clamp(34px,4vw,52px);margin:12px 0}.b2b-proof-grid>div>p{color:#687689;line-height:1.8}.b2b-check-list{display:grid;gap:12px;padding:0;margin:28px 0;list-style:none}.b2b-check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background:#e9f3ff;color:#176fe8;font-weight:900}.b2b-proof-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.b2b-proof-cards article{padding:26px;border:1px solid #e2e8ef;border-radius:20px;background:#fff}.b2b-proof-cards strong{display:block;color:#176fe8;font-size:36px}.b2b-proof-cards span{color:#657286}
.b2b-form-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:54px;align-items:start}.b2b-form-intro{position:sticky;top:120px}.b2b-form-intro h2{font-size:clamp(36px,4vw,54px);margin:12px 0 18px}.b2b-form-intro>p{color:#687689;line-height:1.8}.b2b-form-guide{margin-top:28px;padding:24px;border-radius:20px;background:#082f5c;color:#fff}.b2b-form-guide h3{margin-top:0}.b2b-form-guide ul{padding-left:20px;color:#c9daea;line-height:1.9}
.b2b-consult-form{padding:40px;border:1px solid #dce4ee;border-radius:8px;background:#fff;box-shadow:0 20px 50px rgba(20,55,90,.08)}
.b2b-form-section{display:flex;align-items:center;gap:12px;margin:0 0 22px}.b2b-form-section:not(:first-child){margin-top:38px;padding-top:34px;border-top:1px solid #e4e9ef}.b2b-form-section span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border:1px solid #b9d2f4;border-radius:6px;background:#eef6ff;color:#176fe8;font-size:12px;font-weight:900}.b2b-form-section h3{margin:0;font-size:18px;line-height:1.35;letter-spacing:0}
.b2b-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px}.b2b-field-grid .wide{grid-column:1/-1}.b2b-field-grid>label,.b2b-consult-form label{display:grid;align-content:start;align-self:start;gap:8px;min-width:0;margin:0;color:#314255;font-size:13px;font-weight:750;line-height:1.35}.b2b-consult-form em{color:#176fe8;font-style:normal}.b2b-consult-form input,.b2b-consult-form select,.b2b-consult-form textarea{width:100%;min-height:52px;margin:0;padding:0 15px;border:1px solid #d5dee8;border-radius:6px;background:#fbfcfe;color:#17283a;box-shadow:none;transition:border-color .18s,background .18s,box-shadow .18s}.b2b-consult-form textarea{min-height:178px;padding:14px 15px;line-height:1.65;resize:vertical}.b2b-consult-form input::placeholder,.b2b-consult-form textarea::placeholder{color:#98a5b3}.b2b-consult-form input:focus,.b2b-consult-form select:focus,.b2b-consult-form textarea:focus{border-color:#176fe8;background:#fff;box-shadow:0 0 0 3px rgba(23,111,232,.12)}
.b2b-consult-form select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:50px;font-weight:650;letter-spacing:0;background-color:#fbfcfe;background-image:linear-gradient(45deg,transparent 50%,#60738a 50%),linear-gradient(135deg,#60738a 50%,transparent 50%);background-position:calc(100% - 23px) 21px,calc(100% - 17px) 21px;background-size:7px 7px,7px 7px;background-repeat:no-repeat}.b2b-consult-form select:hover{border-color:#aebdcd;background-color:#fff}.b2b-consult-form select:focus{background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#176fe8 50%),linear-gradient(135deg,#176fe8 50%,transparent 50%)}.b2b-consult-form select:invalid{color:#98a5b3}.b2b-consult-form select option{color:#17283a;background:#fff}.b2b-consult-form select::-ms-expand{display:none}
.b2b-consent{display:flex!important;align-items:flex-start!important;gap:11px!important;margin:16px 0 0!important;padding:0!important;color:#526274!important;font-size:13px!important;font-weight:500!important;line-height:1.6}.b2b-consent:first-of-type{margin-top:34px!important}.b2b-consent input{inline-size:18px!important;block-size:18px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important;accent-color:#176fe8}.b2b-consent span{min-width:0}.b2b-consent button{margin:0;padding:0;border:0;background:transparent;color:#176fe8;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.b2b-submit{width:100%;min-height:56px;margin-top:30px;padding:15px 20px!important;border-radius:7px!important;font-size:16px;letter-spacing:0}.b2b-submit:disabled{opacity:.62;cursor:wait}.b2b-form-status{min-height:22px;margin:14px 0 0;text-align:center;color:#176fe8;font-size:13px;font-weight:700}.b2b-form-status.is-success{color:#137a4b}.b2b-form-status.is-error{color:#c33d3d}.b2b-submit-note{margin:10px 0 0;text-align:center;color:#7b8593;font-size:12px;line-height:1.55}
.b2b-faq{max-width:980px;margin:0 auto}.b2b-faq details{border-top:1px solid #dfe5ec}.b2b-faq details:last-child{border-bottom:1px solid #dfe5ec}.b2b-faq summary{padding:22px 4px;font-weight:800;cursor:pointer}.b2b-faq p{padding:0 4px 22px;color:#687689;line-height:1.75}
.b2b-sticky-cta{position:fixed;left:50%;bottom:24px;z-index:80;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;gap:28px;width:min(920px,calc(100% - 32px));padding:15px 16px 15px 24px;border-radius:18px;background:rgba(6,37,70,.96);color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.25);backdrop-filter:blur(16px)}.b2b-sticky-cta strong{display:block}.b2b-sticky-cta span{color:#bcd0e4;font-size:13px}.b2b-sticky-cta a{padding:12px 17px;border-radius:12px;background:#fff;color:#0a3562;text-decoration:none;font-weight:800;white-space:nowrap}
.privacy-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(3,19,38,.62)}.privacy-modal[hidden]{display:none!important}.privacy-modal-card{position:relative;width:min(600px,100%);padding:32px;border-radius:22px;background:#fff}.privacy-modal-card>button{position:absolute;right:18px;top:14px;border:0;background:none;font-size:27px;cursor:pointer}.privacy-modal-card p{color:#657286;line-height:1.7}
@media(max-width:1050px){.b2b-contact-hero-grid,.b2b-form-layout,.b2b-proof-grid{grid-template-columns:1fr}.b2b-contact-summary{max-width:650px}.b2b-area-grid{grid-template-columns:repeat(2,1fr)}.b2b-process-grid{grid-template-columns:repeat(2,1fr)}.b2b-process-grid article{border-bottom:1px solid rgba(255,255,255,.12)}.b2b-process-head{grid-template-columns:1fr}.b2b-form-intro{position:static}}
@media(max-width:680px){.b2b-contact-hero{padding:70px 0 58px}.b2b-area-grid,.b2b-process-grid,.b2b-proof-cards,.b2b-field-grid{grid-template-columns:1fr}.b2b-form-layout{gap:28px}.b2b-consult-form{padding:22px}.b2b-sticky-cta div{display:none}.b2b-sticky-cta{justify-content:center}.b2b-sticky-cta a{width:100%;text-align:center}.b2b-field-grid .wide{grid-column:auto}}

.publication-hero{padding:92px 0 72px;background:radial-gradient(circle at 83% 18%,rgba(75,151,255,.22),transparent 29%),linear-gradient(135deg,#071e3a,#0a4078);color:#fff}.publication-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end}.publication-hero h1{font-size:clamp(43px,5vw,68px);line-height:1.09;letter-spacing:-.06em;margin:15px 0 22px}.publication-hero p{max-width:780px;color:#d2e0ef;font-size:18px;line-height:1.8}.publication-hero-stat{padding:30px;border-left:1px solid rgba(255,255,255,.28)}.publication-hero-stat strong{display:block;font-size:64px;line-height:1}.publication-hero-stat span{display:block;margin-top:10px;font-weight:800}.publication-hero-stat p{font-size:14px}.publication-toolbar-section{position:relative;z-index:4;margin-top:-22px}.publication-toolbar{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:12px;padding:20px;border:1px solid #e2e7ee;border-radius:22px;background:#fff;box-shadow:0 20px 54px rgba(14,50,86,.12)}.publication-toolbar label{margin:0;font-size:13px;color:#627084}.publication-toolbar input,.publication-toolbar select{margin-top:7px;background:#f8fafc}.publication-result-head{display:flex;justify-content:space-between;align-items:center;padding:20px 4px 0;color:#697587}.publication-result-head p{margin:0}.publication-result-head b{color:#176fe8}.publication-result-head a{color:#176fe8;text-decoration:none;font-weight:800}.publication-list-section{padding-top:32px}.publication-list{border-top:2px solid #183b62}.publication-item{display:grid;grid-template-columns:60px 1fr 46px;gap:22px;align-items:center;padding:29px 6px;border-bottom:1px solid #dfe5eb;transition:.25s}.publication-item:hover{background:#f8fbff;padding-left:16px;padding-right:16px}.publication-index{color:#9aa5b3;font-weight:800}.publication-main h2{margin:9px 0 10px;font-size:23px;line-height:1.4;letter-spacing:-.035em}.publication-main>p{margin:0 0 14px;color:#697689;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.publication-tags{display:flex;gap:7px}.publication-tags span{padding:5px 8px;border-radius:7px;background:#eef3f8;color:#52667c;font-size:12px;font-weight:800}.publication-tags .notice{background:#176fe8;color:#fff}.publication-meta{display:flex;gap:20px;flex-wrap:wrap;color:#8a94a0;font-size:13px}.publication-meta b{color:#526170}.publication-file{display:flex;gap:12px;align-items:center;margin-top:14px;padding:11px 13px;border-radius:10px;background:#f4f7fa;font-size:13px}.publication-file span{color:#176fe8;font-weight:800}.publication-file b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publication-file a{margin-left:auto;color:#176fe8}.publication-file em{margin-left:auto;color:#919ba7;font-style:normal}.publication-arrow{display:grid;place-items:center;width:42px;height:42px;border:1px solid #d7e0e9;border-radius:50%;color:#176fe8;text-decoration:none;font-size:20px}.publication-item:hover .publication-arrow{background:#176fe8;color:#fff;border-color:#176fe8}.publication-empty{text-align:center;padding:90px 20px}.publication-bottom-cta{display:flex;justify-content:space-between;gap:40px;align-items:center;padding:38px;border-radius:26px;background:#fff;border:1px solid #e1e7ed}.publication-bottom-cta h2{margin:10px 0}.publication-bottom-cta p{color:#677587}.publication-back{display:inline-block;margin-bottom:30px;color:#176fe8;text-decoration:none;font-weight:800}.publication-detail{max-width:1000px;margin:auto}.publication-detail-head{padding-bottom:38px;border-bottom:1px solid #dfe5eb}.publication-detail-head h1{font-size:clamp(36px,5vw,58px);line-height:1.18;letter-spacing:-.055em;margin:18px 0}.publication-detail-head>p{color:#66758a;font-size:18px;line-height:1.8}.publication-detail-body{padding:42px 0}.publication-detail-body>p{font-size:17px;line-height:1.9;color:#58687a}.publication-download-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:30px 0;padding:24px;border-radius:18px;background:#f3f7fb}.publication-download-card span{color:#176fe8;font-size:12px;font-weight:900}.publication-download-card h3{margin:8px 0 0}.file-pending{color:#8a95a2!important;font-size:14px!important}@media(max-width:900px){.publication-hero-grid{grid-template-columns:1fr}.publication-toolbar{grid-template-columns:1fr 1fr}.publication-bottom-cta{display:block}.publication-bottom-cta .btns{margin-top:22px}}@media(max-width:600px){.publication-toolbar{grid-template-columns:1fr}.publication-result-head{align-items:flex-start;gap:10px;flex-direction:column}.publication-item{grid-template-columns:1fr;padding:24px 0}.publication-index,.publication-arrow{display:none}.publication-meta{gap:9px;flex-direction:column}.publication-file{align-items:flex-start;flex-wrap:wrap}.publication-file em,.publication-file a{margin-left:0;width:100%}}

/* ===== Revenue Platform Prototype ===== */
.commerce-hero{padding:92px 0;background:linear-gradient(135deg,#071d38,#0a4b8d);color:#fff}.commerce-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.commerce-hero h1{font-size:clamp(44px,5vw,68px);line-height:1.08;margin:14px 0 22px}.commerce-hero p{font-size:18px;color:#d0e0ef;line-height:1.8}.commerce-hero .btn.outline{color:#fff;border-color:#8aa9c8}.commerce-hero-card{padding:34px;border-radius:28px;background:#fff;color:#0b315b;box-shadow:0 25px 70px rgba(0,0,0,.2)}.commerce-hero-card span{color:#176fe8;font-weight:800}.commerce-hero-card h2{font-size:30px}.commerce-hero-card strong{display:block;font-size:32px;margin:20px 0}.commerce-hero-card a{color:#176fe8;font-weight:800}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{padding:26px;border:1px solid #e2e8ef;border-radius:22px;background:#fff;box-shadow:0 15px 40px rgba(17,52,88,.06)}.product-card>span{font-size:12px;color:#176fe8;font-weight:900}.product-card h3{font-size:23px;line-height:1.4}.product-card>p{color:#687689}.product-price{margin:24px 0}.product-price del{display:block;color:#9aa3ad}.product-price strong{font-size:28px}.product-price.large strong{font-size:40px}.commerce-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.commerce-flow div{padding:22px 12px;border-radius:18px;background:#f4f7fb;text-align:center}.commerce-flow b{display:grid;place-items:center;width:34px;height:34px;margin:auto auto 10px;border-radius:50%;background:#176fe8;color:#fff}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-detail-visual{aspect-ratio:4/3;display:grid;place-items:center;border-radius:28px;background:linear-gradient(135deg,#0a315e,#176fe8);color:#fff;font-weight:900;letter-spacing:.12em}.product-detail-grid h1{font-size:clamp(38px,5vw,58px)}.product-info-box{margin:24px 0}.product-info-box div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #e3e8ee}
.commerce-layout{display:grid;grid-template-columns:1fr 360px;gap:30px;align-items:start}.cart-list,.checkout-form,.order-summary,.exam-card{padding:28px;border:1px solid #e2e8ef;border-radius:22px;background:#fff}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid #e6ebf0}.cart-item span{color:#176fe8;font-size:12px}.cart-item h3{margin:7px 0}.cart-item button{border:0;background:none;color:#8a96a3}.order-summary{position:sticky;top:110px}.order-summary>div{display:flex;justify-content:space-between;padding:12px 0}.order-summary .total{margin-top:14px;padding-top:20px;border-top:2px solid #16395d}.order-summary .total strong{font-size:27px}.full{width:100%;text-align:center}.checkout-form h2{margin-top:30px}.payment-methods{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0 28px}.payment-methods label{padding:14px;border:1px solid #dbe3eb;border-radius:12px}.summary-item{display:flex;justify-content:space-between;gap:10px;padding:11px 0}.success-card{max-width:760px;margin:70px auto;padding:70px 40px;text-align:center;border-radius:30px;background:#f4f8fc}.success-card span{color:#176fe8;font-weight:900}.success-card h1{font-size:50px}.success-actions{display:flex;justify-content:center;gap:12px}
.exam-layout{display:grid;grid-template-columns:1fr 340px;gap:28px}.exam-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 0}.exam-status-grid div{padding:20px;border-radius:16px;background:#f4f7fb}.exam-status-grid span,.exam-status-grid strong,.exam-status-grid em{display:block}.exam-status-grid strong{font-size:24px;margin:8px 0}.exam-status-grid em{color:#14935f;font-style:normal}.exam-status-grid .pending{color:#db8619}#examQuestions{display:grid;gap:16px;margin:26px 0}
.credential-wallet{display:grid;grid-template-columns:1fr 1fr;gap:20px}.credential-issued{display:grid;grid-template-columns:100px 1fr;gap:22px;padding:28px;border:1px solid #e2e8ef;border-radius:24px}.credential-seal{width:92px;height:92px;display:grid;place-items:center;border-radius:28px;background:linear-gradient(145deg,#eaf3ff,#bdd9ff);font-size:30px;font-weight:900;color:#176fe8}
.sales-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sales-kpi-grid article{padding:25px;border-radius:20px;background:#fff;border:1px solid #e2e8ef}.sales-kpi-grid span{color:#687689}.sales-kpi-grid strong{display:block;font-size:30px;margin-top:10px}.admin-ops-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:25px}.admin-ops-grid article{padding:24px;border:1px solid #e2e8ef;border-radius:20px;overflow:auto}.admin-ops-grid table{width:100%;border-collapse:collapse}.admin-ops-grid th,.admin-ops-grid td{text-align:left;padding:12px;border-bottom:1px solid #e7ebef;white-space:nowrap}.status-paid{color:#12905c;font-weight:800}
@media(max-width:950px){.commerce-hero-grid,.product-detail-grid,.commerce-layout,.exam-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.commerce-flow{grid-template-columns:repeat(3,1fr)}.order-summary{position:static}.sales-kpi-grid{grid-template-columns:repeat(2,1fr)}.admin-ops-grid{grid-template-columns:1fr}}
@media(max-width:600px){.product-grid,.credential-wallet,.sales-kpi-grid{grid-template-columns:1fr}.commerce-flow{grid-template-columns:repeat(2,1fr)}.cart-item{grid-template-columns:1fr}.exam-status-grid{grid-template-columns:1fr}.success-actions{flex-direction:column}}

/* ===== FastCampus B2B-inspired KERI UI System ===== */
:root{
  --fc-black:#101113;
  --fc-navy:#111b2c;
  --fc-blue:#2156f3;
  --fc-lime:#c9ff3d;
  --fc-gray:#f3f4f6;
  --fc-line:#e5e7eb;
  --fc-text:#17191d;
  --fc-muted:#68707c;
  --fc-radius:22px;
}
html{scroll-behavior:smooth}
body{color:var(--fc-text);background:#fff}
.container{width:min(1240px,calc(100% - 48px))}
.header{height:78px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,20,30,.08)}
.header-in{height:78px}.top{display:none}.brand-logo img{max-height:48px}.nav{gap:31px}.nav-item>a{font-size:15px;font-weight:750;color:#17191d}.submenu{top:62px;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 50px rgba(15,25,40,.13)}.actions .icon{border-radius:10px}.fc-main{overflow:hidden}
.fc-label{display:inline-block;color:var(--fc-lime);font-size:12px;font-weight:900;letter-spacing:.14em}.fc-label.dark{color:var(--fc-blue)}
.fc-hero{position:relative;padding:98px 0 0;background:var(--fc-black);color:#fff;overflow:hidden}.fc-hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.75}.fc-orb-one{width:480px;height:480px;right:-150px;top:-140px;background:radial-gradient(circle,#304cc8,transparent 68%)}.fc-orb-two{width:350px;height:350px;left:38%;bottom:-210px;background:radial-gradient(circle,#3763ff,transparent 69%)}.fc-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;min-height:590px}.fc-hero-copy h1{font-size:clamp(48px,5.8vw,76px);line-height:1.04;letter-spacing:-.065em;margin:18px 0 26px}.fc-hero-copy h1 em{color:var(--fc-lime);font-style:normal}.fc-hero-copy>p{max-width:690px;font-size:19px;line-height:1.75;color:#c5cad3}.fc-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.fc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:9px;text-decoration:none;font-weight:850;transition:.25s}.fc-btn:hover{transform:translateY(-2px)}.fc-btn-primary{background:var(--fc-blue);color:#fff}.fc-btn-ghost{border:1px solid rgba(255,255,255,.33);color:#fff}.fc-btn-lime{background:var(--fc-lime);color:#111}.fc-btn-dark{background:#17191d;color:#fff}.fc-btn-outline-dark{border:1px solid #b9c0c9;color:#17191d}.fc-proof-inline{display:flex;gap:34px;margin-top:44px}.fc-proof-inline div{padding-right:32px;border-right:1px solid rgba(255,255,255,.18)}.fc-proof-inline div:last-child{border:0}.fc-proof-inline strong{display:block;font-size:24px}.fc-proof-inline span{display:block;margin-top:6px;color:#8e96a2;font-size:12px}
.fc-hero-visual{position:relative;min-height:460px}.fc-dashboard-card{position:absolute;border:1px solid rgba(255,255,255,.17);background:linear-gradient(145deg,rgba(31,37,50,.95),rgba(18,21,29,.94));box-shadow:0 40px 90px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.fc-dashboard-main{inset:24px 18px 30px 35px;padding:32px;border-radius:26px;transform:rotate(2deg)}.fc-card-top{display:flex;justify-content:space-between;font-size:11px;color:#939aa5;letter-spacing:.1em}.fc-card-top i{padding:5px 8px;border-radius:99px;background:rgba(201,255,61,.15);color:var(--fc-lime);font-style:normal}.fc-dashboard-main h2{margin:46px 0 30px;font-size:34px;line-height:1.25}.fc-dashboard-chart{height:125px;display:flex;align-items:end;gap:13px;padding:20px 16px 0;border-left:1px solid #424956;border-bottom:1px solid #424956}.fc-dashboard-chart span{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(#c9ff3d,#4468ff)}.fc-dashboard-foot{display:flex;justify-content:space-between;margin-top:24px;color:#aeb5c0}.fc-dashboard-foot strong{color:var(--fc-lime)}.fc-floating-card{position:absolute;z-index:3;width:215px;padding:19px;border-radius:16px;background:#fff;color:#16191e;box-shadow:0 22px 50px rgba(0,0,0,.28)}.fc-floating-card span{display:block;color:var(--fc-blue);font-size:10px;font-weight:900;letter-spacing:.12em}.fc-floating-card strong{display:block;margin:9px 0 7px}.fc-floating-card em{color:#7d8591;font-size:12px;font-style:normal}.fc-card-course{left:-12px;bottom:12px}.fc-card-badge{right:-12px;top:0}.fc-client-strip{position:relative;z-index:3;display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding:24px 0;border-top:1px solid rgba(255,255,255,.12);color:#7f8792;font-size:14px;font-weight:700}
.fc-quick-nav{background:#fff}.fc-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--fc-line)}.fc-quick-grid a{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:27px 22px;border-right:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line);color:#17191d;text-decoration:none}.fc-quick-grid a:hover{background:#f7f8fa}.fc-quick-grid>a>span{color:#9aa1aa;font-size:12px}.fc-quick-grid b{font-size:17px}.fc-quick-grid p{margin:5px 0 0;color:#858c96;font-size:12px}.fc-quick-grid i{font-style:normal;font-size:20px}
.fc-section{padding:112px 0}.fc-section-head{max-width:810px}.fc-center{text-align:center;margin-left:auto;margin-right:auto}.fc-section-head h2,.fc-split-head h2,.fc-section-head-row h2,.fc-credential-copy h2{font-size:clamp(38px,4.6vw,58px);line-height:1.18;letter-spacing:-.055em;margin:15px 0 20px}.fc-section-head p,.fc-section-head-row p,.fc-credential-copy>p{color:var(--fc-muted);font-size:17px;line-height:1.75}.fc-problem-section{background:#f5f6f8}.fc-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.fc-problem-grid article{min-height:335px;padding:31px;border-radius:var(--fc-radius);background:#fff;border:1px solid #e7e9ed;transition:.3s}.fc-problem-grid article:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(20,30,45,.1)}.fc-problem-grid span{color:var(--fc-blue);font-size:11px;font-weight:900;letter-spacing:.12em}.fc-problem-grid h3{margin:38px 0 16px;font-size:27px}.fc-problem-grid p{color:var(--fc-muted);line-height:1.75}.fc-problem-grid a{display:inline-block;margin-top:30px;color:#17191d;font-weight:800;text-decoration:none}
.fc-dark-band{background:var(--fc-navy);color:#fff}.fc-split-head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end}.fc-split-head p{color:#aab4c2;font-size:17px;line-height:1.75}.fc-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:58px;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}.fc-solution-grid article{min-height:390px;padding:28px 25px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.fc-solution-num{color:var(--fc-lime);font-size:12px;font-weight:900}.fc-solution-grid h3{font-size:25px;margin:45px 0 15px}.fc-solution-grid p{color:#aab4c2;line-height:1.7}.fc-solution-grid ul{padding-left:18px;margin-top:28px;color:#d5dae1;line-height:2}.fc-band-cta{text-align:center;margin-top:40px}
.fc-section-head-row{display:flex;justify-content:space-between;align-items:end;gap:40px}.fc-text-link{color:#17191d;font-weight:850;text-decoration:none;white-space:nowrap}.fc-course-section{background:#fff}.fc-course-grid{margin-top:45px}.fc-course-grid .card{border-radius:18px;border:1px solid #e4e7eb;box-shadow:none;overflow:hidden;transition:.25s}.fc-course-grid .card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(20,30,45,.1)}
.fc-credential-section{background:#f4f5f7}.fc-credential-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.fc-step-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:30px 0}.fc-step-list div{display:flex;gap:13px;align-items:center;padding:16px;border-radius:12px;background:#fff}.fc-step-list b{color:var(--fc-blue)}.fc-badge-stage{position:relative;min-height:490px;border-radius:30px;background:radial-gradient(circle at 65% 25%,#314ae1,transparent 35%),#12141a;overflow:hidden}.fc-badge{position:absolute;display:grid;place-items:center;text-align:center;border-radius:50%;background:linear-gradient(145deg,#d9ff77,#6eff9e);box-shadow:0 25px 70px rgba(0,0,0,.35);color:#101113}.fc-badge i{font-style:normal;font-size:24px;font-weight:1000}.fc-badge strong{font-size:15px}.fc-badge span{font-size:9px;font-weight:900;letter-spacing:.12em}.fc-badge-large{width:245px;height:245px;left:55px;top:70px}.fc-badge-small{width:170px;height:170px;right:38px;bottom:48px;background:linear-gradient(145deg,#95d9ff,#b09bff)}.fc-verify-chip{position:absolute;right:22px;top:28px;padding:11px 14px;border-radius:99px;background:#fff;color:#1a1d22;font-size:11px;font-weight:900}
.fc-publication-section{background:#fff}.fc-research-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;margin-top:42px}.fc-feature-report{min-height:400px;padding:38px;border-radius:24px;background:linear-gradient(150deg,#1d54f2,#17203a);color:#fff}.fc-feature-report>span{color:var(--fc-lime);font-size:11px;font-weight:900}.fc-feature-report h3{font-size:34px;line-height:1.35;margin:65px 0 18px}.fc-feature-report p{color:#c4cce0;line-height:1.7}.fc-feature-report a{display:inline-block;margin-top:28px;color:#fff;font-weight:800}.fc-research-list{margin:0;border-top:1px solid #222}.fc-research-list li{padding:23px 5px}
.fc-metrics-section{background:#101113;color:#fff}.fc-metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:55px;border-top:1px solid #393b40;border-left:1px solid #393b40}.fc-metrics-grid div{padding:35px 20px;border-right:1px solid #393b40;border-bottom:1px solid #393b40}.fc-metrics-grid strong{font-size:42px}.fc-metrics-grid em{color:var(--fc-lime);font-style:normal;font-size:25px}.fc-metrics-grid span{display:block;margin-top:12px;color:#9ea4ad}
.fc-partner-section{background:#f5f6f8}.fc-partners{margin-top:45px}.fc-partners .partner-logo-card{background:#fff;border-radius:12px;border:1px solid #e1e4e8;box-shadow:none}
.fc-final-cta{padding:90px 0;background:#2156f3;color:#fff}.fc-final-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.fc-final-grid h2{font-size:clamp(38px,4.5vw,57px);line-height:1.15;margin:15px 0}.fc-final-grid p{color:#d5dfff;font-size:17px;line-height:1.75}.fc-final-grid>div:last-child{display:flex;flex-direction:column;gap:12px;min-width:250px}
.footer{background:#0d0e10}
@media(max-width:1050px){.fc-hero-grid,.fc-credential-grid,.fc-research-layout{grid-template-columns:1fr}.fc-hero-visual{display:none}.fc-quick-grid,.fc-solution-grid{grid-template-columns:repeat(2,1fr)}.fc-problem-grid{grid-template-columns:1fr}.fc-split-head{grid-template-columns:1fr}.fc-metrics-grid{grid-template-columns:repeat(3,1fr)}.fc-final-grid{grid-template-columns:1fr}.nav{display:none}}
@media(max-width:700px){.container{width:min(100% - 28px,1240px)}.fc-hero{padding-top:68px}.fc-hero-grid{min-height:auto}.fc-hero-copy h1{font-size:46px}.fc-proof-inline{gap:16px}.fc-proof-inline div{padding-right:14px}.fc-proof-inline strong{font-size:19px}.fc-client-strip{overflow:auto;justify-content:flex-start;white-space:nowrap}.fc-quick-grid,.fc-solution-grid,.fc-step-list,.fc-metrics-grid{grid-template-columns:1fr}.fc-section{padding:78px 0}.fc-section-head-row{display:block}.fc-text-link{display:inline-block;margin-top:20px}.fc-solution-grid article{min-height:auto}.fc-final-grid>div:last-child{min-width:0}.fc-badge-stage{min-height:410px}.fc-badge-large{left:25px}.fc-badge-small{right:16px}.fc-credential-grid{gap:35px}}

/* =========================================================
   KERI PREMIUM RESEARCH DESIGN SYSTEM
   Editorial University × Strategic Consultancy × Minimal Tech
   ========================================================= */
:root{
  --kp-ink:#131a20;
  --kp-navy:#102638;
  --kp-deep:#0c1923;
  --kp-blue:#234a6f;
  --kp-gold:#a8844d;
  --kp-gold-soft:#c8ad7f;
  --kp-ivory:#f4f1ea;
  --kp-paper:#fbfaf7;
  --kp-warm:#ebe7de;
  --kp-line:#d9d5cc;
  --kp-muted:#646c70;
  --kp-white:#fff;
  --kp-sans:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Apple SD Gothic Neo","Helvetica Neue",Arial,sans-serif;
  --kp-serif:var(--kp-sans);
}
body{font-family:var(--kp-sans);color:var(--kp-ink);background:var(--kp-paper);letter-spacing:-.025em}
.container{width:min(1320px,calc(100% - 72px))}
.header{height:86px;background:rgba(251,250,247,.95);border-bottom:1px solid rgba(19,26,32,.12);backdrop-filter:blur(16px)}
.header-in{height:86px}.top{display:none}.brand-logo img{max-height:50px}.nav{gap:32px}.nav-item>a{font-size:14px;font-weight:650;letter-spacing:-.015em;color:var(--kp-ink)}.submenu{top:calc(100% - 1px);border-radius:0;border:1px solid var(--kp-line);box-shadow:0 24px 55px rgba(20,30,38,.11);background:var(--kp-paper)}.actions .icon{border-radius:0}
.keri-premium-main{overflow:hidden}.premium-section{padding:132px 0}.premium-section-label,.premium-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--kp-gold);text-transform:uppercase}.premium-section-label.light{color:var(--kp-gold-soft)}
.premium-hero{height:720px;background:var(--kp-deep);color:#fff}.premium-slider,.premium-slide{position:relative;width:100%;height:100%}.premium-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .9s ease,visibility .9s}.premium-slide.is-active{opacity:1;visibility:visible;z-index:2}.premium-slide-media{position:absolute;inset:0}.premium-slide-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.035);transition:transform 7s ease}.premium-slide.is-active .premium-slide-media img{transform:scale(1)}.premium-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,18,26,.91) 0%,rgba(7,18,26,.74) 43%,rgba(7,18,26,.18) 72%,rgba(7,18,26,.05) 100%)}.premium-slide-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:18px}.premium-slide-content h1{max-width:890px;margin:20px 0 25px;font-family:var(--kp-serif);font-size:clamp(48px,5vw,72px);font-weight:600;line-height:1.23;letter-spacing:-.055em}.premium-slide-content h1 em{font-style:normal;color:#d6b77d}.premium-slide-content p{font-size:18px;line-height:1.8;color:rgba(255,255,255,.78)}.premium-actions{display:flex;gap:26px;align-items:center;flex-wrap:wrap;margin-top:34px}.premium-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border:1px solid transparent;border-radius:0;font-size:14px;font-weight:700;text-decoration:none;transition:.25s}.premium-btn.primary{background:var(--kp-ivory);color:var(--kp-ink)}.premium-btn.primary:hover{background:#fff;transform:translateY(-2px)}.premium-btn.text{padding:0;background:transparent;color:#fff;border:0;border-bottom:1px solid rgba(255,255,255,.48)}.premium-btn.text span,.premium-inline-link span{margin-left:8px}.premium-btn.light{background:var(--kp-ivory);color:var(--kp-ink)}.premium-slider-ui{position:absolute;z-index:6;left:50%;bottom:34px;transform:translateX(-50%);display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center}.premium-progress{height:1px;background:rgba(255,255,255,.3)}.premium-progress span{display:block;width:20%;height:100%;background:#fff;transition:transform .5s ease;transform-origin:left}.premium-slide-meta{display:flex;align-items:baseline;gap:6px;font-size:12px;color:rgba(255,255,255,.55)}.premium-slide-meta strong{font-family:var(--kp-serif);font-size:25px;color:#fff;font-weight:500}.premium-slide-controls{display:flex}.premium-slide-controls button{width:44px;height:44px;border:1px solid rgba(255,255,255,.25);border-right:0;background:transparent;color:#fff;cursor:pointer}.premium-slide-controls button:last-child{border-right:1px solid rgba(255,255,255,.25)}
.premium-service-nav{background:var(--kp-paper);border-bottom:1px solid var(--kp-line)}.premium-service-nav .container{display:grid;grid-template-columns:repeat(6,1fr)}.premium-service-nav a{display:flex;gap:14px;align-items:center;padding:25px 20px;border-right:1px solid var(--kp-line);color:var(--kp-ink);text-decoration:none;transition:.2s}.premium-service-nav a:first-child{border-left:1px solid var(--kp-line)}.premium-service-nav a:hover{background:var(--kp-ivory)}.premium-service-nav small{font-family:var(--kp-serif);font-size:11px;color:var(--kp-gold)}.premium-service-nav span{font-size:14px;font-weight:700}
.premium-intro{background:var(--kp-paper)}.premium-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.premium-intro h2,.premium-section-head h2,.premium-feature-copy h2,.premium-credential-copy h2,.premium-final-grid h2{font-family:var(--kp-serif);font-weight:600;letter-spacing:-.055em}.premium-intro h2{font-size:clamp(48px,5vw,68px);line-height:1.25;margin:22px 0}.premium-intro-copy{padding-top:35px}.premium-intro-copy p{color:var(--kp-muted);font-size:16px;line-height:1.95}.premium-intro-copy .lead{color:var(--kp-ink);font-family:var(--kp-serif);font-size:23px;line-height:1.65}.premium-inline-link{display:inline-flex;margin-top:28px;padding-bottom:6px;border-bottom:1px solid var(--kp-ink);color:var(--kp-ink);font-size:14px;font-weight:700;text-decoration:none}
.premium-capability{background:var(--kp-ivory)}.premium-section-head{max-width:850px}.premium-section-head.centered{text-align:center;margin:0 auto}.premium-section-head h2{font-size:clamp(42px,4.5vw,60px);line-height:1.3;margin:18px 0}.premium-section-head-row{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:50px}.premium-capability-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:68px;border-top:1px solid #a8a399}.premium-capability-grid article{min-height:380px;padding:32px 38px 34px 0;border-bottom:1px solid #a8a399}.premium-capability-grid article+article{padding-left:38px;border-left:1px solid #a8a399}.premium-index{font-family:var(--kp-serif);color:var(--kp-gold);font-size:13px}.premium-capability-grid h3{font-family:var(--kp-serif);font-size:30px;font-weight:600;margin:70px 0 20px}.premium-capability-grid p{color:var(--kp-muted);font-size:15px;line-height:1.85}.premium-capability-grid a{display:inline-flex;margin-top:35px;color:var(--kp-ink);font-size:14px;font-weight:700;text-decoration:none}
.premium-feature-dark{background:var(--kp-deep);color:#fff}.premium-feature-grid{display:grid;grid-template-columns:1fr .85fr;gap:110px;align-items:center}.premium-feature-copy h2{font-size:clamp(43px,4.5vw,62px);line-height:1.28;margin:20px 0 28px}.premium-feature-copy>p{max-width:650px;color:#aeb8be;font-size:17px;line-height:1.9}.premium-feature-copy ul{list-style:none;padding:0;margin:40px 0}.premium-feature-copy li{display:flex;gap:22px;padding:18px 0;border-top:1px solid rgba(255,255,255,.16);font-size:15px}.premium-feature-copy li:last-child{border-bottom:1px solid rgba(255,255,255,.16)}.premium-feature-copy li span{font-family:var(--kp-serif);color:var(--kp-gold-soft)}.premium-feature-quote{padding:55px 55px 50px;border:1px solid rgba(255,255,255,.2)}.premium-feature-quote>span{font-family:Georgia,serif;color:var(--kp-gold-soft);font-size:95px;line-height:.7}.premium-feature-quote p{font-family:var(--kp-serif);font-size:27px;line-height:1.7}.premium-feature-quote small{display:block;margin-top:40px;color:#89969e;letter-spacing:.15em}
.premium-programs{background:var(--kp-paper)}.premium-course-grid{margin-top:60px}.premium-course-grid .card{border-radius:0;border:0;border-top:1px solid var(--kp-line);box-shadow:none;background:transparent}.premium-course-grid .card:hover{transform:none}.premium-course-grid .card-img{border-radius:0}.premium-course-grid .card-body{padding-left:0;padding-right:0}.premium-course-grid .visual.has-course-image{isolation:isolate}.premium-course-grid .visual.has-course-image .course-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6;z-index:0;pointer-events:none}.premium-course-grid .visual.has-course-image::before,.premium-course-grid .visual.has-course-image::after{z-index:1}.premium-course-grid .visual.has-course-image>span{position:relative;z-index:2}
.premium-credentials{background:#e9e5dc}.premium-credentials-grid{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:center}.premium-credential-art{position:relative;min-height:540px;background:var(--kp-navy)}.credential-paper{position:absolute;left:50px;top:45px;width:330px;height:430px;padding:32px;background:#f8f5ec;box-shadow:0 28px 70px rgba(15,25,30,.25)}.credential-paper>span,.credential-paper>small{display:block;font-size:9px;letter-spacing:.14em;color:#666}.credential-monogram{width:80px;height:80px;display:grid;place-items:center;margin:100px auto 35px;border:1px solid var(--kp-gold);border-radius:50%;font-family:var(--kp-serif);font-size:40px;color:var(--kp-gold)}.credential-paper strong{display:block;text-align:center;font-family:var(--kp-serif);font-size:23px}.credential-paper small{text-align:center;margin-top:15px}.credential-badge{position:absolute;right:35px;bottom:35px;width:210px;height:210px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(145deg,#d0b47c,#806238);color:#fff;box-shadow:0 25px 55px rgba(0,0,0,.35);text-align:center}.credential-badge>span{font-family:var(--kp-serif);font-size:34px}.credential-badge strong{font-size:13px;line-height:1.45;margin:12px}.credential-badge small{font-size:8px;letter-spacing:.14em}.premium-credential-copy h2{font-size:clamp(44px,4.5vw,62px);line-height:1.28;margin:20px 0}.premium-credential-copy>p{color:var(--kp-muted);font-size:16px;line-height:1.9}.premium-credential-copy ol{list-style:none;padding:0;margin:36px 0}.premium-credential-copy li{display:flex;gap:20px;padding:17px 0;border-top:1px solid #bdb7aa}.premium-credential-copy li:last-child{border-bottom:1px solid #bdb7aa}.premium-credential-copy li b{font-family:var(--kp-serif);color:var(--kp-gold)}.premium-actions.dark .premium-btn.text{color:var(--kp-ink);border-color:var(--kp-ink)}
.premium-research{background:var(--kp-paper)}.premium-research-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;margin-top:60px}.premium-featured-report{min-height:490px;padding:48px;background:var(--kp-navy);color:#fff}.premium-featured-report>span{font-size:10px;letter-spacing:.15em;color:var(--kp-gold-soft)}.premium-featured-report h3{font-family:var(--kp-serif);font-size:40px;line-height:1.42;margin:100px 0 22px}.premium-featured-report p{color:#b8c2c8;line-height:1.8}.premium-featured-report a{display:inline-flex;margin-top:34px;color:#fff;font-weight:700;text-decoration:none}.premium-research-list{border-top:1px solid var(--kp-ink)}.premium-research-list ul{margin:0}.premium-research-list li{padding:25px 5px}
.premium-impact{background:var(--kp-deep);color:#fff}.premium-impact-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:65px;border-top:1px solid rgba(255,255,255,.22)}.premium-impact-grid div{padding:38px 18px;border-right:1px solid rgba(255,255,255,.22)}.premium-impact-grid div:first-child{border-left:1px solid rgba(255,255,255,.22)}.premium-impact-grid strong{font-family:var(--kp-serif);font-size:43px;font-weight:500}.premium-impact-grid em{font-style:normal;color:var(--kp-gold-soft);font-size:25px}.premium-impact-grid span{display:block;margin-top:13px;color:#a8b1b6;font-size:13px}
.premium-partners{background:var(--kp-ivory)}.premium-partner-grid{margin-top:55px}.premium-partner-grid .partner-logo-card{border-radius:0;background:transparent;border:1px solid #cfc9bd;box-shadow:none}
.premium-progress span{width:16.666%}
.premium-actions.dark .premium-btn.text{color:#fff;border-color:rgba(255,255,255,.58)}.premium-actions.dark .premium-btn.text:hover{color:var(--kp-gold-soft);border-color:var(--kp-gold-soft)}
.premium-final-cta{padding:100px 0;background:var(--kp-navy);color:#fff}.premium-final-grid{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center}.premium-final-grid h2{font-size:clamp(42px,4.5vw,62px);line-height:1.3;margin:18px 0}.premium-final-grid p{color:#afbac2;font-size:16px}.footer{background:#08131a}
@media(max-width:1050px){
  .container{width:min(100% - 44px,1320px)}.nav{display:none}.premium-hero{height:680px}.premium-intro-grid,.premium-feature-grid,.premium-credentials-grid,.premium-research-grid{grid-template-columns:1fr}.premium-service-nav .container{grid-template-columns:repeat(3,1fr)}.premium-capability-grid{grid-template-columns:1fr}.premium-capability-grid article+article{padding-left:0;border-left:0}.premium-impact-grid{grid-template-columns:repeat(3,1fr)}.premium-final-grid{grid-template-columns:1fr}.premium-credential-art{min-height:500px}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1320px)}.header,.header-in{height:72px}.premium-hero{height:650px}.premium-slide-overlay{background:linear-gradient(90deg,rgba(7,18,26,.94),rgba(7,18,26,.63))}.premium-slide-content h1{font-size:39px;line-height:1.3}.premium-slide-content p{font-size:15px}.premium-slider-ui{grid-template-columns:1fr auto;bottom:20px}.premium-slide-controls{display:none}.premium-service-nav .container{grid-template-columns:repeat(2,1fr)}.premium-section{padding:85px 0}.premium-intro-grid{gap:25px}.premium-intro h2,.premium-section-head h2,.premium-feature-copy h2,.premium-credential-copy h2{font-size:38px}.premium-section-head-row{display:block}.premium-section-head-row>a{margin-top:20px}.premium-feature-quote{padding:35px 26px}.premium-feature-quote p{font-size:22px}.premium-impact-grid{grid-template-columns:1fr 1fr}.premium-impact-grid strong{font-size:34px}.premium-credential-art{min-height:430px}.credential-paper{left:20px;top:30px;width:265px;height:350px}.credential-monogram{margin:65px auto 24px}.credential-badge{width:150px;height:150px;right:15px}.premium-final-grid h2{font-size:38px}
}

/* ===== KERI institute navigation and subpage refresh ===== */
body.institute-ui{background:#fff;color:#17212a}
body.institute-ui .header{height:88px;background:rgba(255,255,255,.97);border-bottom:1px solid #dfe5e7;box-shadow:none}
body.institute-ui .header-in{height:88px;min-height:88px;gap:22px}
body.institute-ui .nav{align-self:stretch;gap:5px;overflow:visible}
body.institute-ui .nav-item{height:100%;gap:0;position:relative}
body.institute-ui .nav-item>.nav-link{position:relative;display:flex;align-items:center;height:100%;padding:0 8px;color:#202b34;font-size:14px;font-weight:720;letter-spacing:0;text-decoration:none;white-space:nowrap}
body.institute-ui .nav-item>.nav-link:after{left:8px;right:8px;bottom:0;height:2px;background:#0d5575;transform-origin:center}
body.institute-ui .nav-item>.nav-link:hover,body.institute-ui .nav-item>.nav-link:focus-visible,body.institute-ui .nav-item>.nav-link.active{color:#0d5575}
body.institute-ui .nav-toggle{display:grid;place-items:center;width:27px;height:34px;margin-right:6px;border:0;background:transparent;color:#60707d;cursor:pointer}
body.institute-ui .nav-toggle span{width:7px;height:7px;margin-top:-3px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}
body.institute-ui .nav-item:hover .nav-toggle,body.institute-ui .nav-item:focus-within .nav-toggle,body.institute-ui .nav-item.is-open .nav-toggle{color:#0d5575}
body.institute-ui .nav-item.is-open .nav-toggle span{margin-top:3px;transform:rotate(225deg)}
body.institute-ui .nav-toggle:focus-visible{outline:2px solid #0d5575;outline-offset:-2px}
body.institute-ui .submenu{display:grid;grid-template-columns:minmax(224px,.86fr) minmax(420px,1.35fr);gap:0;width:740px;min-width:740px;padding:0;top:100%;left:50%;overflow:hidden;border:1px solid #ccd6da;border-top:3px solid #0d5575;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 22px 48px rgba(17,34,47,.16);transform:translate(-50%,12px);transition:opacity .18s ease,transform .2s ease,visibility .18s;backdrop-filter:none;-webkit-backdrop-filter:none}
body.institute-ui .submenu:before{display:none}
body.institute-ui .nav-item:hover .submenu,body.institute-ui .nav-item:focus-within .submenu,body.institute-ui .nav-item.is-open .submenu{transform:translate(-50%,0)}
body.institute-ui .nav-item:first-child .submenu{left:0;transform:translate(0,12px)}
body.institute-ui .nav-item:first-child:hover .submenu,body.institute-ui .nav-item:first-child:focus-within .submenu,body.institute-ui .nav-item:first-child.is-open .submenu{transform:translate(0,0)}
body.institute-ui .nav-item:last-child .submenu{right:0;left:auto;transform:translate(0,12px)}
body.institute-ui .nav-item:last-child:hover .submenu,body.institute-ui .nav-item:last-child:focus-within .submenu,body.institute-ui .nav-item:last-child.is-open .submenu{transform:translate(0,0)}
body.institute-ui .submenu-summary{display:flex;flex-direction:column;justify-content:space-between;min-height:244px;padding:28px;background:#102a3b;color:#fff}
body.institute-ui .submenu-summary__eyebrow{color:#9ec3d1;font-size:10px;font-weight:800;letter-spacing:.08em}
body.institute-ui .submenu-summary strong{display:block;margin:24px 0;color:#fff;font-size:20px;font-weight:720;line-height:1.52;letter-spacing:0}
body.institute-ui .submenu-summary__link{display:inline-flex;align-items:center;gap:7px;width:max-content;border-bottom:1px solid rgba(255,255,255,.62);padding-bottom:5px;color:#fff;font-size:13px;font-weight:700;text-decoration:none}
body.institute-ui .submenu-summary__link:hover{color:#d9edf4;border-color:#d9edf4}
body.institute-ui .submenu-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:2px;padding:16px}
body.institute-ui .submenu a.submenu-link{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;min-height:84px;padding:17px 15px;border:1px solid transparent;border-radius:6px;background:transparent;color:#1c2730;text-decoration:none;transform:none}
body.institute-ui .submenu a.submenu-link span{font-size:15px;font-weight:760;line-height:1.35;letter-spacing:0}
body.institute-ui .submenu a.submenu-link small{grid-column:1;color:#667681;font-size:12px;line-height:1.45}
body.institute-ui .submenu a.submenu-link i{grid-column:2;grid-row:1/3;align-self:center;color:#6a8999;font-size:16px;font-style:normal}
body.institute-ui .submenu a.submenu-link:hover,body.institute-ui .submenu a.submenu-link:focus-visible,body.institute-ui .submenu a.submenu-link.active{border-color:#cfe0e6;background:#f2f7f8;color:#0d5575;transform:none;outline:none}
body.institute-ui .submenu a.submenu-link:hover i,body.institute-ui .submenu a.submenu-link:focus-visible i,body.institute-ui .submenu a.submenu-link.active i{color:#0d5575}
body.institute-ui .submenu a.submenu-link:focus-visible{box-shadow:inset 0 0 0 2px #0d5575}

body.institute-ui.has-subhero .subhero{padding:70px 0 66px;overflow:hidden;border-bottom:1px solid #dce4e5;background:#f1f6f5}
body.institute-ui.has-subhero .subhero:before,body.institute-ui.has-subhero .subhero:after{display:none}
body.institute-ui.has-subhero .subhero .container{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:36px}
body.institute-ui.has-subhero .crumb{grid-column:1;margin:0 0 17px;color:#71818a;font-size:12px;letter-spacing:0}
body.institute-ui.has-subhero .crumb a{color:#5c6e78;text-decoration:none}
body.institute-ui.has-subhero .crumb a:hover{text-decoration:underline}
body.institute-ui.has-subhero .crumb strong{color:#1b2e39;font-weight:750}
body.institute-ui.has-subhero .subhero-identity{display:flex;align-items:center;gap:10px;grid-column:1;margin-bottom:16px;color:#0d5575}
body.institute-ui.has-subhero .subhero-identity__number{display:grid;place-items:center;width:30px;height:30px;border:1px solid #9bb6c0;background:#fff;font-size:11px;font-weight:800}
body.institute-ui.has-subhero .subhero-identity__label{font-size:11px;font-weight:800;letter-spacing:.08em}
body.institute-ui.has-subhero .subhero h1{grid-column:1;margin:0;color:#142b37;font-size:clamp(40px,4.7vw,62px);font-weight:760;line-height:1.16;letter-spacing:0}
body.institute-ui.has-subhero .subhero p{grid-column:1;max-width:760px;margin:17px 0 0;color:#526773;font-size:17px;line-height:1.75}
body.institute-ui.has-subhero .subhero .container:after{content:attr(data-menu-key);grid-column:2;grid-row:1 / span 4;align-self:center;color:#b7c8c7;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl}
body.institute-ui.has-subhero .subhero .container{counter-reset:pageindex}

body.institute-ui.has-subhero .subhero+.section{padding-top:72px}
body.institute-ui.has-subhero .layout{grid-template-columns:226px minmax(0,1fr);gap:62px;align-items:start}
body.institute-ui.has-subhero .section-side-nav{top:112px;padding:0;border:0;background:transparent}
body.institute-ui.has-subhero .section-side-nav h2{margin:0;padding:0 0 16px;border-bottom:2px solid #193846;color:#18313d;font-size:18px;font-weight:760;letter-spacing:0}
body.institute-ui.has-subhero .section-side-nav a{display:flex;align-items:center;justify-content:space-between;margin:0;padding:14px 4px;border-bottom:1px solid #dfe5e6;border-radius:0;color:#65757e;font-size:14px;font-weight:600;text-decoration:none}
body.institute-ui.has-subhero .section-side-nav a:after{content:'→';color:#92a7ad;font-size:15px}
body.institute-ui.has-subhero .section-side-nav a:hover,body.institute-ui.has-subhero .section-side-nav a.active{padding-left:11px;background:transparent;color:#0d5575;font-weight:760}
body.institute-ui.has-subhero .section-side-nav a.active:after{color:#0d5575}
body.institute-ui.has-subhero .content{max-width:960px}
body.institute-ui.has-subhero .content>h2{margin:0 0 20px;color:#162b36;font-size:clamp(28px,3.1vw,42px);font-weight:760;line-height:1.34;letter-spacing:0}
body.institute-ui.has-subhero .content h3{letter-spacing:0}
body.institute-ui.has-subhero .lead{max-width:850px;color:#405560;font-size:19px;line-height:1.85}
body.institute-ui.has-subhero .panel{padding:26px;border:1px solid #dbe3e4;border-radius:8px;background:#fff;box-shadow:none}
body.institute-ui.has-subhero .panel:hover{border-color:#b9cccf}
body.institute-ui.has-subhero .table{border:1px solid #d9e2e3;border-radius:0}
body.institute-ui.has-subhero .table th{color:#22343e;background:#f4f7f7}
body.institute-ui.has-subhero .table th,body.institute-ui.has-subhero .table td{border-color:#dfe6e6}
body.institute-ui.has-subhero .institute-filter-bar{gap:10px;padding:14px;border:1px solid #d9e2e3;border-radius:8px;background:#f7f9f9;box-shadow:none}
body.institute-ui.has-subhero .institute-filter-bar input,body.institute-ui.has-subhero .institute-filter-bar select{min-height:52px;border:1px solid #cbd7da;border-radius:6px;background-color:#fff;color:#24343d;font-size:14px}
body.institute-ui.has-subhero .institute-filter-bar select{min-width:160px;padding-right:42px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23586f79' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}
body.institute-ui.has-subhero .institute-filter-bar input:focus,body.institute-ui.has-subhero .institute-filter-bar select:focus{border-color:#0d5575;box-shadow:0 0 0 3px rgba(13,85,117,.12)}
body.institute-ui.has-subhero .institute-filter-bar .btn{min-height:52px;border-radius:6px}
body.institute-ui.has-subhero .list{border-top:2px solid #203b47}
body.institute-ui.has-subhero .list li{padding:21px 6px;border-color:#dfe6e7}
body.institute-ui.has-subhero .list li a{color:#1d313c;font-size:16px;font-weight:720;letter-spacing:0}
body.institute-ui.has-subhero .list li a:hover{color:#0d5575}
body.institute-ui.has-subhero .list li small{color:#71818a}

body.institute-ui.has-subhero .news-board-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding-top:22px;color:#657780}
body.institute-ui.has-subhero .news-board-head b{color:#0d5575}
body.institute-ui.has-subhero .news-board-head a{color:#1b414f;font-size:14px;font-weight:760;text-decoration:none}
body.institute-ui.has-subhero .news-board-head a:hover{text-decoration:underline}
body.institute-ui.has-subhero .news-insight-link{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:0 0 26px;padding:24px 0;border-top:1px solid #d7e2e2;border-bottom:1px solid #d7e2e2;background:#f5f9f8}
body.institute-ui.has-subhero .news-insight-link>div{padding-left:26px}
body.institute-ui.has-subhero .news-insight-link span{display:block;margin-bottom:8px;color:#0d5575;font-size:10px;font-weight:850;letter-spacing:.09em}
body.institute-ui.has-subhero .news-insight-link strong{display:block;color:#17313d;font-size:19px;font-weight:760;letter-spacing:0}
body.institute-ui.has-subhero .news-insight-link p{margin:8px 0 0;color:#63747d;font-size:14px;line-height:1.6}
body.institute-ui.has-subhero .news-insight-link>a{display:inline-flex;align-items:center;gap:9px;margin-right:26px;border-bottom:1px solid #183b48;padding-bottom:5px;color:#183b48;font-size:14px;font-weight:760;text-decoration:none;white-space:nowrap}
body.institute-ui.has-subhero .news-board li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}

/* KERI card-news collection */
.card-news-page{background:#f4f7f6;color:#172630}
.card-news-page .card-news-hero{padding:84px 0 74px;background:#102a3b;color:#fff}
.card-news-page .card-news-hero .container{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end}
.card-news-page .eyebrow{display:block;color:#a8d0db;font-size:11px;font-weight:800;letter-spacing:.1em}
.card-news-page .card-news-hero h1{max-width:780px;margin:17px 0 18px;color:#fff;font-size:clamp(42px,5vw,66px);font-weight:760;line-height:1.13;letter-spacing:0}
.card-news-page .card-news-hero p{max-width:700px;margin:0;color:#d0e0e4;font-size:17px;line-height:1.75}
.card-news-page .card-news-hero__index{padding:7px 0;border-top:1px solid rgba(255,255,255,.45);color:#a8d0db;font-size:11px;font-weight:800;letter-spacing:.1em;white-space:nowrap}
.card-news-page .card-news-section{padding:62px 0 108px}
.card-news-page .card-news-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #cbd8d8}
.card-news-page .card-news-filters{display:flex;flex-wrap:wrap;gap:7px}
.card-news-page .card-news-filters button{min-height:36px;padding:0 12px;border:1px solid #bccdce;border-radius:5px;background:#fff;color:#40535c;font-size:13px;font-weight:700;cursor:pointer}
.card-news-page .card-news-filters button:hover,.card-news-page .card-news-filters button[aria-pressed="true"]{border-color:#0d5575;background:#0d5575;color:#fff}
.card-news-page .card-news-count{color:#657780;font-size:14px;white-space:nowrap}
.card-news-page .card-news-count b{color:#0d5575}
.card-news-page .card-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card-news-page .media-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden;border:1px solid #d7e0e1;border-radius:8px;background:#fff;box-shadow:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.card-news-page .media-card:hover{transform:translateY(-4px);border-color:#a9c2c8;box-shadow:0 16px 28px rgba(16,42,59,.1)}
.card-news-page .media-card__visual{position:relative;aspect-ratio:1.55/1;overflow:hidden;background:#dbe8e7}
.card-news-page .media-card__visual img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.card-news-page .media-card__visual--contain{background:#fff}
.card-news-page .media-card__visual--contain img{object-fit:contain}
.card-news-page .media-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:#e7eeee;color:#173d4a;font-size:36px;font-weight:800;letter-spacing:.08em}
.card-news-page .media-card:hover .media-card__visual img{transform:scale(1.04)}
.card-news-page .media-card__tag,.card-news-page .media-card__number{position:absolute;top:14px;padding:5px 7px;background:rgba(16,42,59,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:.07em}
.card-news-page .media-card__tag{left:14px}
.card-news-page .media-card__number{right:14px;background:rgba(255,255,255,.92);color:#18323f}
.card-news-page .media-card__body{display:flex;min-height:198px;flex:1;flex-direction:column;padding:21px}
.card-news-page .media-card__body h2{margin:0;color:#172b35;font-size:22px;font-weight:760;line-height:1.38;letter-spacing:0}
.card-news-page .media-card__body p{margin:13px 0 18px;color:#62747d;font-size:14px;line-height:1.65}
.card-news-page .media-card__link{margin-top:auto;color:#0d5575;font-size:13px;font-weight:800}
.card-news-page .media-card:focus-visible{outline:3px solid rgba(13,85,117,.35);outline-offset:3px}
.card-news-page .card-news-empty{padding:46px 0;border-top:2px solid #1f3e4a;color:#61747d;text-align:center}

@media(max-width:1050px){
  body.institute-ui .header,body.institute-ui .header-in{height:72px;min-height:72px}
  body.institute-ui .nav{top:calc(100% + 8px);left:14px;right:14px;max-height:calc(100vh - 94px);padding:0;border:1px solid #cdd9db;border-radius:8px;background:#fff;box-shadow:0 20px 40px rgba(12,35,48,.16);overflow:auto}
  body.institute-ui .nav.open{display:flex}
  body.institute-ui .nav.open .nav-item{display:grid;width:100%;height:auto;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #e1e7e8}
  body.institute-ui .nav.open .nav-item:last-child{border-bottom:0}
  body.institute-ui .nav.open .nav-item>.nav-link{height:58px;padding:0 20px;font-size:15px}
  body.institute-ui .nav.open .nav-item>.nav-link:after{display:none}
  body.institute-ui .nav.open .nav-toggle{width:52px;height:52px;margin-right:6px}
  body.institute-ui .nav.open .submenu{display:none;grid-column:1/-1;position:static;width:auto;min-width:0;border:0;border-top:1px solid #d6e0e1;border-radius:0;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:#f3f7f7}
  body.institute-ui .nav.open .nav-item.is-open .submenu{display:grid}
  body.institute-ui .nav.open .submenu-summary{display:none}
  body.institute-ui .nav.open .submenu-links{grid-template-columns:1fr;padding:7px 12px 12px;gap:0}
  body.institute-ui .nav.open .submenu a.submenu-link{min-height:0;padding:13px 10px;border-radius:4px}
  body.institute-ui .nav.open .submenu a.submenu-link small{display:none}
  body.institute-ui .nav.open .submenu a.submenu-link i{grid-row:1;color:#6e858f}
  body.institute-ui.has-subhero .layout{grid-template-columns:1fr;gap:36px}
  body.institute-ui.has-subhero .section-side-nav{position:static;display:flex;gap:0;overflow:auto;padding:0;border-top:2px solid #203b47;border-bottom:1px solid #dfe6e6}
  body.institute-ui.has-subhero .section-side-nav h2{display:none}
  body.institute-ui.has-subhero .section-side-nav a{flex:0 0 auto;padding:13px 15px;border:0;border-right:1px solid #dfe6e6;white-space:nowrap}
  body.institute-ui.has-subhero .section-side-nav a:after{display:none}
  body.institute-ui.has-subhero .section-side-nav a.active{padding-left:15px;background:#e7f0f1}
  body.institute-ui.has-subhero .subhero .container:after{display:none}
  .card-news-page .card-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  body.institute-ui.has-subhero .subhero{padding:54px 0 50px}
  body.institute-ui.has-subhero .subhero .container{display:block}
  body.institute-ui.has-subhero .crumb{margin-bottom:14px}
  body.institute-ui.has-subhero .subhero-identity{margin-bottom:13px}
  body.institute-ui.has-subhero .subhero h1{font-size:39px}
  body.institute-ui.has-subhero .subhero p{font-size:16px}
  body.institute-ui.has-subhero .subhero+.section{padding-top:46px}
  body.institute-ui.has-subhero .institute-filter-bar{display:grid;grid-template-columns:1fr;padding:10px}
  body.institute-ui.has-subhero .institute-filter-bar input,body.institute-ui.has-subhero .institute-filter-bar select,body.institute-ui.has-subhero .institute-filter-bar .btn{width:100%}
  body.institute-ui.has-subhero .news-board-head{align-items:flex-start;flex-direction:column;margin-bottom:14px}
  body.institute-ui.has-subhero .news-insight-link{grid-template-columns:1fr;gap:16px;padding:20px 0}
  body.institute-ui.has-subhero .news-insight-link>div{padding-left:18px}
  body.institute-ui.has-subhero .news-insight-link>a{margin-left:18px;margin-right:0;width:max-content}
  body.institute-ui.has-subhero .news-board li{grid-template-columns:1fr;gap:8px}
  .card-news-page .card-news-hero{padding:58px 0 52px}
  .card-news-page .card-news-hero .container{display:block}
  .card-news-page .card-news-hero h1{font-size:40px}
  .card-news-page .card-news-hero__index{display:inline-block;margin-top:28px}
  .card-news-page .card-news-section{padding:38px 0 70px}
  .card-news-page .card-news-toolbar{align-items:flex-start;flex-direction:column}
  .card-news-page .card-news-grid{grid-template-columns:1fr}
  .card-news-page .media-card__body{min-height:0}
}

/* Seoul-research-institute inspired information rhythm: ruled tabs and dense lists. */
body.institute-ui.has-subhero .news-filters{gap:0;padding:0;border:0;border-top:2px solid #203b47;border-radius:0;background:#fff;box-shadow:none}
body.institute-ui.has-subhero .news-filters .btn{display:flex;flex:1;align-items:center;justify-content:center;min-height:52px;margin:0 -1px -1px 0;padding:0 12px;border:1px solid #d9e2e3;border-radius:0;background:#fff;color:#53656e;font-size:14px;font-weight:700}
body.institute-ui.has-subhero .news-filters .btn:hover,body.institute-ui.has-subhero .news-filters .btn.dark{position:relative;z-index:1;border-color:#0d5575;background:#0d5575;color:#fff}
body.institute-ui.has-subhero .news-board{border-top:2px solid #203b47}
body.institute-ui.has-subhero .news-board li{min-height:76px;padding:18px 6px}
body.institute-ui.has-subhero .news-board li a{font-size:16px;font-weight:720}
.card-news-page .card-news-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}
.card-news-page .card-news-filters{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;border-top:2px solid #203b47}
.card-news-page .card-news-filters button{min-height:52px;margin:0 -1px -1px 0;padding:0 9px;border-radius:0;font-size:13px}
.card-news-page .card-news-count{padding-bottom:15px}
.card-news-page .media-card{border-radius:0}
.card-news-page .media-card__tag,.card-news-page .media-card__number{border-radius:0}
@media(max-width:1050px){
  .card-news-page .card-news-toolbar{display:flex}
  .card-news-page .card-news-filters{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}
}
@media(max-width:680px){
  body.institute-ui.has-subhero .news-filters .btn{flex:1 1 40%;min-height:46px;font-size:13px}
  .card-news-page .card-news-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card-news-page .card-news-count{padding-bottom:0}
}

/* Full-width institute mega menu and unified primary page mastheads. */
body.institute-ui{--keri-header-height:88px}
body.institute-ui .submenu{position:fixed;top:var(--keri-header-height);right:0;left:0;z-index:1300;display:block;width:100vw;min-width:0;max-width:none;padding:0;overflow:visible;border:0;border-top:3px solid #0d5575;border-radius:0;background:#fff;box-shadow:0 24px 42px rgba(17,34,47,.16);transform:translateY(12px)}
body.institute-ui .submenu-inner{display:grid;grid-template-columns:minmax(270px,.82fr) minmax(0,2.18fr);width:min(1320px,calc(100% - 48px));min-height:250px;margin:0 auto;border-right:1px solid #d8e1e3;border-left:1px solid #d8e1e3}
body.institute-ui .nav-item:hover .submenu,body.institute-ui .nav-item:focus-within .submenu,body.institute-ui .nav-item.is-open .submenu{transform:translateY(0)}
body.institute-ui .nav-item:first-child .submenu,body.institute-ui .nav-item:last-child .submenu{right:0;left:0;transform:translateY(12px)}
body.institute-ui .nav-item:first-child:hover .submenu,body.institute-ui .nav-item:first-child:focus-within .submenu,body.institute-ui .nav-item:first-child.is-open .submenu,body.institute-ui .nav-item:last-child:hover .submenu,body.institute-ui .nav-item:last-child:focus-within .submenu,body.institute-ui .nav-item:last-child.is-open .submenu{transform:translateY(0)}
body.institute-ui .submenu-summary{min-height:250px;padding:32px;border-bottom:0}
body.institute-ui .submenu-links{grid-template-columns:repeat(3,minmax(0,1fr));padding:17px 22px}
body.institute-ui .submenu a.submenu-link{min-height:102px;padding:20px 17px}
body.institute-ui .submenu a.submenu-link span{font-size:15px}

body.institute-ui.has-unified-hero .institute-page-hero{padding:70px 0 66px;overflow:hidden;border-bottom:1px solid #dce4e5;background:#f1f6f5;color:#172b35}
body.institute-ui.has-unified-hero .institute-page-hero .container{position:relative;display:block;min-height:0}
body.institute-ui.has-unified-hero .institute-page-hero .container:after{content:attr(data-menu-key);position:absolute;top:50%;right:0;color:#b7c8c7;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transform:translateY(-50%);writing-mode:vertical-rl}
body.institute-ui.has-unified-hero .institute-page-hero__content{max-width:800px}
body.institute-ui.has-unified-hero .institute-page-hero .crumb{margin:0 0 17px;color:#71818a;font-size:12px;letter-spacing:0}
body.institute-ui.has-unified-hero .institute-page-hero .crumb a{color:#5c6e78;text-decoration:none}
body.institute-ui.has-unified-hero .institute-page-hero .crumb a:hover{text-decoration:underline}
body.institute-ui.has-unified-hero .institute-page-hero .crumb strong{color:#1b2e39;font-weight:750}
body.institute-ui.has-unified-hero .institute-page-hero .subhero-identity{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#0d5575}
body.institute-ui.has-unified-hero .institute-page-hero .eyebrow,body.institute-ui.has-unified-hero .institute-page-hero .section-kicker{display:none}
body.institute-ui.has-unified-hero .institute-page-hero h1{max-width:800px;margin:0;color:#142b37;font-size:clamp(40px,4.7vw,62px);font-weight:760;line-height:1.16;letter-spacing:0}
body.institute-ui.has-unified-hero .institute-page-hero h1 br{display:none}
body.institute-ui.has-unified-hero .institute-page-hero p{max-width:760px;margin:17px 0 0;color:#526773;font-size:17px;line-height:1.75}
body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs,body.institute-ui.has-unified-hero .institute-page-hero .btns{display:flex;flex-wrap:wrap;gap:0;margin:26px 0 0;padding-top:17px;border-top:1px solid #cbd9da}
body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs a,body.institute-ui.has-unified-hero .institute-page-hero .btns .btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin:0 -1px -1px 0;padding:0 14px;border:1px solid #b9c9ca;border-radius:0;background:#fff;color:#21404d;font-size:13px;font-weight:720;text-decoration:none}
body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs a:hover,body.institute-ui.has-unified-hero .institute-page-hero .btns .btn:hover{position:relative;z-index:1;border-color:#0d5575;background:#0d5575;color:#fff}
body.institute-ui.has-unified-hero .institute-page-hero .commerce-hero-card[hidden]{display:none!important}
body.institute-ui.has-unified-hero .institute-page-hero+.section{padding-top:72px}

@media(max-width:1050px){
  body.institute-ui{--keri-header-height:72px}
  body.institute-ui .nav.open .submenu{position:static;inset:auto;display:none;width:auto;min-width:0;border:0;border-top:1px solid #d6e0e1;box-shadow:none;transform:none}
  body.institute-ui .nav.open .nav-item.is-open .submenu{display:block}
  body.institute-ui .nav.open .submenu-inner{display:contents;width:auto;min-height:0;margin:0;border:0}
  body.institute-ui .nav.open .submenu-links{display:grid;grid-template-columns:1fr;padding:7px 12px 12px}
  body.institute-ui.has-unified-hero .institute-page-hero .container:after{display:none}
}
@media(max-width:680px){
  body.institute-ui.has-unified-hero .institute-page-hero{padding:54px 0 50px}
  body.institute-ui.has-unified-hero .institute-page-hero h1{font-size:39px}
  body.institute-ui.has-unified-hero .institute-page-hero p{font-size:16px}
  body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs,body.institute-ui.has-unified-hero .institute-page-hero .btns{margin-top:22px}
  body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs a,body.institute-ui.has-unified-hero .institute-page-hero .btns .btn{flex:1 1 42%;padding:0 10px}
  body.institute-ui.has-unified-hero .institute-page-hero+.section{padding-top:46px}
}

/* Cross-browser main carousel: fixed geometry keeps every slide and control aligned. */
.keri-premium-main .premium-hero{
  position:relative;
  height:600px;
  min-height:600px;
  max-height:600px;
  overflow:hidden;
  isolation:isolate;
}
.keri-premium-main .premium-slider,
.keri-premium-main .premium-slide,
.keri-premium-main .premium-slide-media{
  height:100%;
  min-height:0;
}
.keri-premium-main .premium-slide{
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.keri-premium-main .premium-slide-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.keri-premium-main .premium-slide-media picture{
  display:block;
  width:100%;
  height:100%;
}
.keri-premium-main .premium-slide-content{
  box-sizing:border-box;
  height:100%;
  min-height:0;
  padding-top:0;
  padding-bottom:102px;
  opacity:0;
  visibility:hidden;
  transition:none;
}
.keri-premium-main .premium-slide.is-active .premium-slide-content{
  opacity:1;
  visibility:visible;
  transition:opacity .35s ease .16s;
}
.keri-premium-main .premium-slide-content h1{
  max-width:820px;
  margin:0 0 20px;
  font-size:64px;
  line-height:1.18;
  letter-spacing:0;
}
.keri-premium-main .premium-slide-content p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:17px;
  line-height:1.72;
}
.keri-premium-main .premium-actions{
  gap:12px 22px;
  margin-top:28px;
}
.keri-premium-main .premium-btn{
  flex:0 0 auto;
  min-height:50px;
  letter-spacing:0;
}
.keri-premium-main .premium-btn:focus,
.keri-premium-main .premium-btn:focus-visible{
  outline:3px solid #f2cf88;
  outline-offset:3px;
}
.keri-premium-main .premium-slider-ui{
  bottom:18px;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:max-content minmax(0,1fr) max-content;
  grid-template-areas:
    "progress progress progress"
    "meta . controls";
  gap:10px 18px;
  align-items:center;
  min-width:0;
}
.keri-premium-main .premium-progress{
  grid-area:progress;
  width:100%;
  min-width:0;
  height:1px;
  overflow:hidden;
  background:rgba(255,255,255,.42);
}
.keri-premium-main .premium-progress span{
  display:block;
  width:100%;
  height:100%;
  background:#fff;
  transform:scaleX(.166667);
  transform-origin:left center;
  transition:transform .45s ease;
}
.keri-premium-main .premium-slide-meta{
  grid-area:meta;
  min-width:62px;
}
.keri-premium-main .premium-slide-controls{
  grid-area:controls;
  display:flex;
  justify-self:end;
}
.keri-premium-main .premium-slide-controls button{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  padding:0;
  border-color:rgba(255,255,255,.45);
  background:rgba(8,25,34,.28);
  line-height:1;
  -webkit-appearance:none;
  appearance:none;
}
.keri-premium-main .premium-slide-controls button:hover{
  background:rgba(255,255,255,.16);
}
.keri-premium-main .premium-slide-controls button:focus,
.keri-premium-main .premium-slide-controls button:focus-visible{
  position:relative;
  z-index:1;
  outline:3px solid #f2cf88;
  outline-offset:2px;
}
@media(max-width:1050px){
  .keri-premium-main .premium-hero{
    height:560px;
    min-height:560px;
    max-height:560px;
  }
  .keri-premium-main .premium-slide-content{padding-bottom:98px}
  .keri-premium-main .premium-slide-content h1{font-size:48px}
}
@media(max-width:680px){
  .keri-premium-main .premium-hero{
    height:540px;
    min-height:540px;
    max-height:540px;
  }
  .keri-premium-main .premium-slide-overlay{
    background:linear-gradient(90deg,rgba(7,18,26,.96),rgba(7,18,26,.72));
  }
  .keri-premium-main .premium-slide-content{padding-bottom:92px}
  .keri-premium-main .premium-slide-content h1{
    max-width:100%;
    margin-bottom:16px;
    font-size:36px;
    line-height:1.26;
  }
  .keri-premium-main .premium-slide-content p{
    font-size:15px;
    line-height:1.65;
  }
  .keri-premium-main .premium-actions{
    gap:10px 18px;
    margin-top:21px;
  }
  .keri-premium-main .premium-btn{
    min-height:46px;
    padding-right:18px;
    padding-left:18px;
    font-size:13px;
  }
  .keri-premium-main .premium-slider-ui{
    bottom:14px;
    gap:8px 12px;
  }
  .keri-premium-main .premium-slide-controls button{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
  .keri-premium-main .premium-slide-meta strong{font-size:22px}
}
@media(max-width:390px){
  .keri-premium-main .premium-slide-content h1{font-size:33px}
  .keri-premium-main .premium-slide-content p br{display:none}
  .keri-premium-main .premium-btn{padding-right:14px;padding-left:14px}
}
@media(prefers-reduced-motion:reduce){
  .keri-premium-main .premium-slide,
  .keri-premium-main .premium-slide-content,
  .keri-premium-main .premium-slide-media img,
  .keri-premium-main .premium-progress span{
    transition:none;
    transform:none;
  }
}

/* Unified KERI type, colour, and ruled navigation system. */
:root{
  --keri-font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Apple SD Gothic Neo","Pretendard","Noto Sans KR",Arial,sans-serif;
  --keri-ink:#172f3a;
  --keri-navy:#163946;
  --keri-teal:#0f6172;
  --keri-paper:#f7faf9;
  --keri-soft:#eef5f3;
  --keri-line:#d4e0df;
  --keri-muted:#60717a;
  --keri-accent:#b58b4b;
}

body,
button,
input,
select,
textarea{
  font-family:var(--keri-font);
}

body.institute-ui{
  --kp-ink:var(--keri-ink);
  --kp-muted:var(--keri-muted);
  --kp-paper:var(--keri-paper);
  --kp-ivory:var(--keri-soft);
  --kp-deep:var(--keri-navy);
  --kp-navy:#1c4653;
  --kp-gold:var(--keri-accent);
  --kp-gold-soft:#d2b887;
  --kp-line:var(--keri-line);
  --kp-serif:var(--keri-font);
  background:var(--keri-paper);
  color:var(--keri-ink);
}

body.institute-ui :where(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,small,strong,span,label,li){
  font-family:var(--keri-font);
  letter-spacing:0;
}

body.institute-ui .premium-hero,
body.institute-ui .premium-feature-dark,
body.institute-ui .premium-impact,
body.institute-ui .premium-final-cta,
body.institute-ui .card-news-page .card-news-hero{
  background-color:var(--keri-navy);
}

body.institute-ui .premium-intro,
body.institute-ui .premium-research,
body.institute-ui .premium-programs,
body.institute-ui .premium-partners{
  background-color:var(--keri-paper);
}

body.institute-ui .premium-capability,
body.institute-ui .premium-credentials,
body.institute-ui .card-news-page{
  background-color:var(--keri-soft);
}

body.institute-ui .premium-slide-content h1,
body.institute-ui .premium-intro h2,
body.institute-ui .premium-section-head h2,
body.institute-ui .premium-feature-copy h2,
body.institute-ui .premium-credential-copy h2,
body.institute-ui .premium-final-grid h2,
body.institute-ui .premium-capability-grid h3,
body.institute-ui .premium-featured-report h3,
body.institute-ui .premium-impact-grid strong,
body.institute-ui .credential-paper strong{
  font-family:var(--keri-font);
  letter-spacing:0;
}

body.institute-ui .premium-section-label,
body.institute-ui .premium-index,
body.institute-ui .premium-service-nav small{
  color:var(--keri-teal);
  font-family:var(--keri-font);
  font-weight:650;
  letter-spacing:0;
}

body.institute-ui .premium-feature-dark .premium-section-label,
body.institute-ui .premium-impact .premium-section-label,
body.institute-ui .premium-final-cta .premium-section-label{
  color:#c9dcda;
  background:transparent;
}

body.institute-ui .premium-feature-quote small{color:#c8d4d7}
body.institute-ui .premium-credential-copy li b{color:var(--keri-teal)}

body.institute-ui .premium-service-nav,
body.institute-ui .premium-service-nav a{
  border-color:var(--keri-line);
  background-color:var(--keri-paper);
  color:var(--keri-ink);
}

body.institute-ui .premium-service-nav a:hover{
  background-color:#e6f0ee;
}

body.institute-ui .premium-intro h2,
body.institute-ui .premium-section-head h2,
body.institute-ui .premium-credential-copy h2,
body.institute-ui .premium-capability-grid h3,
body.institute-ui .premium-research-list a,
body.institute-ui .premium-inline-link{
  color:var(--keri-ink);
}

body.institute-ui .premium-impact .premium-section-head h2{
  color:#fff;
}

body.institute-ui .premium-intro-copy p,
body.institute-ui .premium-capability-grid p,
body.institute-ui .premium-credential-copy>p,
body.institute-ui .premium-research-list p{
  color:var(--keri-muted);
}

body.institute-ui .premium-capability-grid,
body.institute-ui .premium-capability-grid article,
body.institute-ui .premium-capability-grid article+article,
body.institute-ui .premium-credential-copy li,
body.institute-ui .premium-research-list{
  border-color:#c7d7d5;
}

body.institute-ui .premium-featured-report,
body.institute-ui .premium-credential-art{
  background-color:#1c4653;
}

body.institute-ui.has-unified-hero .institute-page-hero h1{
  color:var(--keri-ink);
}

body.institute-ui.has-unified-hero .institute-page-hero p{
  color:var(--keri-muted);
}

/* Seoul Institute-inspired mega menu: contextual panel and independent outline links. */
body.institute-ui .nav-item>.nav-link{
  color:var(--keri-ink);
  font-weight:600;
}

body.institute-ui .submenu{
  border-top:1px solid var(--keri-line);
  border-bottom:1px solid var(--keri-line);
  background:#fff;
  box-shadow:none;
}

body.institute-ui .submenu-inner{
  display:grid;
  grid-template-columns:minmax(260px,.55fr) minmax(0,1.7fr);
  width:min(1100px,calc(100% - 64px));
  min-height:268px;
  border:0;
}

body.institute-ui .submenu-summary{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:268px;
  padding:29px 34px 31px 0;
  border-right:1px solid var(--keri-line);
  background:#fff;
  color:var(--keri-ink);
}

body.institute-ui .submenu-summary__intro{
  max-width:280px;
}

body.institute-ui .submenu-summary__title{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:0;
  color:var(--keri-ink);
  font-size:29px;
  font-weight:650;
  letter-spacing:0;
  line-height:1.2;
}

body.institute-ui .submenu-summary__title-mark{
  width:7px;
  height:7px;
  margin-top:3px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--keri-teal);
}

body.institute-ui .submenu-summary p{
  margin:19px 0 0;
  color:#566970;
  font-size:15px;
  font-weight:450;
  line-height:1.62;
}

body.institute-ui .submenu-summary__eyebrow{
  display:block;
  margin-top:32px;
  color:#5e6e74;
  font-size:11px;
  font-weight:650;
  letter-spacing:.17em;
  line-height:1.35;
}

body.institute-ui .submenu-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(146px,1fr));
  align-content:start;
  gap:26px 27px;
  padding:35px 0 34px 40px;
}

body.institute-ui .submenu a.submenu-link{
  display:flex;
  min-height:48px;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border:1px solid #c9d3d4;
  border-radius:0;
  background:#fff;
  color:var(--keri-ink);
  box-shadow:none;
  transform:none;
}

body.institute-ui .submenu a.submenu-link span{
  color:inherit;
  font-size:15px;
  font-weight:560;
  line-height:1.4;
}

body.institute-ui .submenu a.submenu-link:hover,
body.institute-ui .submenu a.submenu-link:focus-visible,
body.institute-ui .submenu a.submenu-link.active{
  border-color:var(--keri-teal);
  background:#f2f7f6;
  box-shadow:none;
  color:var(--keri-teal);
  font-weight:inherit;
  transform:none;
  outline:none;
}

body.institute-ui .submenu a.submenu-link:focus-visible{
  outline:2px solid rgba(15,97,114,.46);
  outline-offset:2px;
}

/* Every primary subpage masthead follows the same left-aligned reading edge. */
body.institute-ui.has-unified-hero .institute-page-hero,
body.institute-ui.has-unified-hero .institute-page-hero .container,
body.institute-ui.has-unified-hero .institute-page-hero__content,
body.institute-ui.has-unified-hero .institute-page-hero .crumb,
body.institute-ui.has-unified-hero .institute-page-hero .subhero-identity,
body.institute-ui.has-unified-hero .institute-page-hero h1,
body.institute-ui.has-unified-hero .institute-page-hero p{
  text-align:left !important;
}

body.institute-ui.has-unified-hero .institute-page-hero .container{
  display:block;
}

body.institute-ui.has-unified-hero .institute-page-hero__content{
  margin-right:auto;
  margin-left:0;
}

body.institute-ui.has-unified-hero .institute-page-hero .platform-tabs,
body.institute-ui.has-unified-hero .institute-page-hero .btns{
  justify-content:flex-start;
}

/* Primary research and credential pages now share the about-page side navigation frame. */
body.institute-ui.has-subhero .subpage-followup{
  margin-top:58px;
  padding-top:38px;
  border-top:1px solid var(--keri-line);
}

body.institute-ui.has-subhero .subpage-followup .dual-cta{
  border-radius:0;
  background:var(--keri-navy);
}

body.institute-ui.has-subhero .subpage-followup .notice-box{
  border-color:var(--keri-line);
  border-radius:0;
  background:var(--keri-soft);
  color:var(--keri-muted);
}

body.institute-ui.has-subhero .subpage-followup .notice-box strong{
  color:var(--keri-ink);
}

@media(max-width:680px){
  body.institute-ui.has-subhero .subpage-followup{
    margin-top:42px;
    padding-top:28px;
  }
}

@media(max-width:1050px){
  body.institute-ui .nav.open .submenu{
    border-top:1px solid var(--keri-line);
    border-bottom:0;
  }

  body.institute-ui .nav.open .submenu-inner{
    display:block;
    width:auto;
    border:0;
  }

  body.institute-ui .nav.open .submenu-summary{
    display:none;
  }

  body.institute-ui .nav.open .submenu-links{
    grid-template-columns:1fr;
    padding:0;
  }

  body.institute-ui .nav.open .submenu a.submenu-link{
    min-height:0;
    padding:13px 35px 13px 16px;
    border-right:0;
  }

  body.institute-ui .nav.open .submenu a.submenu-link small{
    display:none;
  }

  body.institute-ui .nav.open .submenu a.submenu-link i{
    top:50%;
    right:17px;
    transform:translateY(-50%);
  }
}

/* Full-width contextual navigation for all KERI subpages. */
body.institute-ui.has-context-navigation .subhero{
  min-height:250px;
  padding:77px 0 70px;
  overflow:hidden;
  border-top:1px solid #d7e0e1;
  border-bottom:0;
  background:#fff;
}

body.institute-ui.has-context-navigation .subhero:before{
  top:50%;
  right:auto;
  left:clamp(120px,13vw,260px);
  display:block;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  color:#e3eceb;
  content:'KERI';
  font-size:clamp(156px,17vw,230px);
  font-style:normal;
  font-weight:700;
  letter-spacing:-.035em;
  line-height:1;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
  transform:translateY(-50%);
}

body.institute-ui.has-context-navigation .subhero:after{display:none}

body.institute-ui.has-context-navigation .subhero .container{
  display:block;
  width:100%;
  max-width:none;
  padding-right:clamp(18px,2.1vw,48px);
  padding-left:clamp(18px,2.1vw,48px);
}

body.institute-ui.has-context-navigation .subhero .crumb,
body.institute-ui.has-context-navigation .subhero .subhero-identity,
body.institute-ui.has-context-navigation .subhero .badge,
body.institute-ui.has-context-navigation .subhero p{display:none}

body.institute-ui.has-context-navigation .subhero .container:after{display:none}

body.institute-ui.has-context-navigation .subhero h1{
  position:relative;
  z-index:1;
  margin:0;
  color:#1a2c34;
  font-size:clamp(42px,4.15vw,68px);
  font-weight:720;
  letter-spacing:0;
  line-height:1.15;
}

body.institute-ui.has-context-navigation .institute-generated-masthead{
  position:relative;
  min-height:250px;
  overflow:hidden;
  border-top:1px solid #d7e0e1;
  background:#fff;
}

body.institute-ui.has-context-navigation .institute-generated-masthead:before{
  position:absolute;
  top:50%;
  left:clamp(120px,13vw,260px);
  color:#e3eceb;
  content:'KERI';
  font-size:clamp(156px,17vw,230px);
  font-weight:700;
  letter-spacing:-.035em;
  line-height:1;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
  transform:translateY(-50%);
}

body.institute-ui.has-context-navigation .institute-generated-masthead__inner{
  position:relative;
  z-index:1;
  display:flex;
  min-height:250px;
  align-items:center;
  width:100%;
  padding-right:clamp(18px,2.1vw,48px);
  padding-left:clamp(18px,2.1vw,48px);
}

body.institute-ui.has-context-navigation .institute-generated-masthead__title{
  margin:0;
  color:#1a2c34;
  font-size:clamp(42px,4.15vw,68px);
  font-weight:720;
  letter-spacing:0;
  line-height:1.15;
}

body.institute-ui.has-context-navigation .institute-context-nav{
  position:relative;
  z-index:20;
  border-top:1px solid #ccd7d9;
  border-bottom:1px solid #ccd7d9;
  background:#fff;
}

body.institute-ui.has-context-navigation .institute-context-nav__inner{
  display:flex;
  align-items:stretch;
  width:100%;
  min-height:76px;
  padding-right:clamp(18px,2.1vw,48px);
  padding-left:clamp(18px,2.1vw,48px);
}

body.institute-ui.has-context-navigation .institute-context-home{
  display:grid;
  flex:0 0 72px;
  place-items:center;
  border-right:1px solid #ccd7d9;
  color:#1f343d;
}

body.institute-ui.has-context-navigation .institute-context-home svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

body.institute-ui.has-context-navigation .institute-context-home:hover,
body.institute-ui.has-context-navigation .institute-context-home:focus-visible{background:#f3f7f6;color:var(--keri-teal);outline:none}

body.institute-ui.has-context-navigation .institute-context-select{
  position:relative;
  flex:0 0 min(280px,27vw);
  min-width:220px;
  border-right:1px solid #ccd7d9;
}

body.institute-ui.has-context-navigation .institute-context-select>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:75px;
  padding:0 28px;
  color:#263941;
  cursor:pointer;
  font-size:16px;
  font-weight:590;
  letter-spacing:0;
  list-style:none;
}

body.institute-ui.has-context-navigation .institute-context-select>summary::-webkit-details-marker{display:none}

body.institute-ui.has-context-navigation .institute-context-select>summary:after{
  width:9px;
  height:9px;
  margin-left:18px;
  border-right:2px solid #364950;
  border-bottom:2px solid #364950;
  content:'';
  transform:translateY(-3px) rotate(45deg);
  transition:transform .18s ease;
}

body.institute-ui.has-context-navigation .institute-context-select[open]>summary{background:#f4f8f7;color:var(--keri-teal)}
body.institute-ui.has-context-navigation .institute-context-select[open]>summary:after{transform:translateY(3px) rotate(225deg)}
body.institute-ui.has-context-navigation .institute-context-select>summary:focus-visible{outline:3px solid rgba(13,85,117,.26);outline-offset:-3px}

body.institute-ui.has-context-navigation .institute-context-select__menu{
  position:absolute;
  top:calc(100% + 1px);
  left:-1px;
  display:grid;
  width:calc(100% + 2px);
  min-width:272px;
  padding:8px;
  border:1px solid #bac9cc;
  background:#fff;
  box-shadow:0 16px 30px rgba(20,42,51,.14);
}

body.institute-ui.has-context-navigation .institute-context-select__menu a,
body.institute-ui.has-context-navigation .institute-context-select__menu span{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:10px 12px;
  border-bottom:1px solid #e1e7e8;
  color:#445960;
  font-size:14px;
  font-weight:500;
  line-height:1.4;
  text-decoration:none;
}

body.institute-ui.has-context-navigation .institute-context-select__menu>:last-child{border-bottom:0}
body.institute-ui.has-context-navigation .institute-context-select__menu a:hover,
body.institute-ui.has-context-navigation .institute-context-select__menu a:focus-visible,
body.institute-ui.has-context-navigation .institute-context-select__menu .is-current{background:#eff6f4;color:var(--keri-teal);outline:none}
body.institute-ui.has-context-navigation .institute-context-select__menu .is-current{font-weight:700}

body.institute-ui.has-context-navigation .institute-layout-no-side{display:block}
body.institute-ui.has-context-navigation .institute-layout-no-side>.content{max-width:none}
body.institute-ui.has-context-navigation .institute-layout-no-side .section-side-nav,
body.institute-ui.has-context-navigation .side{display:none!important}
body.institute-ui.has-context-navigation .public-cap-hero{align-items:start}

body.institute-ui.has-context-navigation .institute-context-nav+.section{padding-top:72px}

/* All legacy hero types sit below the shared title and route row as supporting context. */
body.institute-ui.has-context-navigation .institute-secondary-intro{
  min-height:0!important;
  padding:38px 0!important;
  overflow:visible!important;
  border:0!important;
  border-bottom:1px solid #dce5e6!important;
  background:#f5f8f7!important;
  color:#273a42!important;
  box-shadow:none!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro:before,
body.institute-ui.has-context-navigation .institute-secondary-intro:after{display:none!important}

body.institute-ui.has-context-navigation .institute-secondary-intro>.container:after{display:none!important}

body.institute-ui.has-context-navigation .institute-secondary-intro>.container{
  display:block!important;
  width:min(1208px,calc(100% - 72px))!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:0!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro .crumb,
body.institute-ui.has-context-navigation .institute-secondary-intro .subhero-identity,
body.institute-ui.has-context-navigation .institute-secondary-intro .eyebrow,
body.institute-ui.has-context-navigation .institute-secondary-intro .section-kicker,
body.institute-ui.has-context-navigation .institute-secondary-intro .badge,
body.institute-ui.has-context-navigation .institute-secondary-intro h1,
body.institute-ui.has-context-navigation .institute-secondary-intro .card-news-hero__index,
body.institute-ui.has-context-navigation .institute-secondary-intro .membership-hero-meta,
body.institute-ui.has-context-navigation .institute-secondary-intro .commerce-hero-card,
body.institute-ui.has-context-navigation .institute-secondary-intro .publication-hero-stat,
body.institute-ui.has-context-navigation .institute-secondary-intro .b2b-contact-summary{display:none!important}

body.institute-ui.has-context-navigation .institute-secondary-intro p{
  max-width:780px!important;
  margin:0!important;
  color:#52666f!important;
  font-size:16px!important;
  line-height:1.75!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro .btns,
body.institute-ui.has-context-navigation .institute-secondary-intro .platform-tabs,
body.institute-ui.has-context-navigation .institute-secondary-intro .b2b-hero-actions{
  justify-content:flex-start!important;
  margin-top:20px!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro .btn.outline,
body.institute-ui.has-context-navigation .institute-secondary-intro .platform-tabs a{
  border-color:#aebfc2!important;
  background:#fff!important;
  color:#294550!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro .btn.light{
  border-color:#d7e3e4!important;
  background:#fff!important;
  color:#294550!important;
}

body.institute-ui.has-context-navigation .institute-secondary-intro .b2b-contact-points{
  margin-top:18px!important;
  color:#52666f!important;
}

body.institute-ui.has-context-navigation .institute-context-nav+.institute-secondary-intro{margin-top:0}

@media(max-width:760px){
  body.institute-ui.has-context-navigation .subhero,
  body.institute-ui.has-context-navigation .institute-generated-masthead{min-height:178px}
  body.institute-ui.has-context-navigation .subhero{padding:53px 0 48px}
  body.institute-ui.has-context-navigation .subhero:before,
  body.institute-ui.has-context-navigation .institute-generated-masthead:before{top:50%;left:50%;font-size:clamp(112px,30vw,136px);transform:translate(-50%,-50%)}
  body.institute-ui.has-context-navigation .institute-generated-masthead__inner{min-height:178px}
  body.institute-ui.has-context-navigation .subhero h1,
  body.institute-ui.has-context-navigation .institute-generated-masthead__title{font-size:40px}
  body.institute-ui.has-context-navigation .institute-context-nav__inner{min-height:62px;padding:0;overflow-x:auto;scrollbar-width:thin}
  body.institute-ui.has-context-navigation .institute-context-home{flex-basis:62px;min-height:61px}
  body.institute-ui.has-context-navigation .institute-context-select{flex:0 0 206px;min-width:206px}
  body.institute-ui.has-context-navigation .institute-context-select>summary{min-height:61px;padding:0 17px;font-size:14px}
  body.institute-ui.has-context-navigation .institute-context-select__menu{min-width:250px}
  body.institute-ui.has-context-navigation .institute-context-nav+.section{padding-top:46px}
  body.institute-ui.has-context-navigation .institute-secondary-intro{padding:28px 0!important}
  body.institute-ui.has-context-navigation .institute-secondary-intro>.container{width:min(100% - 28px,1208px)!important}
body.institute-ui.has-context-navigation .institute-secondary-intro p{font-size:15px!important}
}

/* Keep the institute navigation typography-only: no decorative disclosure arrows. */
@media(min-width:1051px){
  body.institute-ui .nav-toggle{display:none}
}

body.institute-ui .submenu a.submenu-link i{display:none!important}

body.institute-ui.has-context-navigation .institute-context-select>summary{justify-content:flex-start}
body.institute-ui.has-context-navigation .institute-context-select>summary:after{display:none}

/* Seoul Institute-style submenu: one light rule per division, without heavy accents. */
body.institute-ui .nav-item>.nav-link:after{height:1px}

body.institute-ui .submenu{
  border-top:1px solid var(--keri-line);
  border-bottom:1px solid var(--keri-line);
  box-shadow:none;
}

body.institute-ui .submenu-inner{
  border:0;
}

body.institute-ui .submenu a.submenu-link{
  border:1px solid #c9d3d4;
  box-shadow:none;
}

body.institute-ui .submenu a.submenu-link:hover,
body.institute-ui .submenu a.submenu-link:focus-visible,
body.institute-ui .submenu a.submenu-link.active{
  border-color:var(--keri-teal);
  box-shadow:none;
}

body.institute-ui .submenu a.submenu-link:focus-visible{
  box-shadow:none;
}

/* Mobile navigation uses a focused two-column drawer rather than an accordion. */
body.institute-ui .mobile-drawer-head{display:none}
body.institute-ui .mobile-drawer-primary{display:contents}
body.institute-ui .mobile-drawer-backdrop{display:none}

@media(max-width:1050px){
  body.menu-open{overflow:hidden}

  body.institute-ui .mobile-drawer-backdrop{
    position:fixed;
    z-index:2200;
    inset:0;
    display:none;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:rgba(22,31,35,.56);
    cursor:pointer;
  }

  body.institute-ui.menu-open .mobile-drawer-backdrop{display:block}

  body.institute-ui .nav.open{
    --keri-mobile-drawer-primary:34%;
    position:fixed;
    z-index:2300;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    display:block!important;
    width:min(88vw,560px);
    max-width:none;
    max-height:none;
    min-height:100dvh;
    margin:0;
    padding:84px 0 0!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#fff;
    box-shadow:-24px 0 54px rgba(17,31,36,.22);
    animation:keri-mobile-drawer-in .2s ease-out;
  }

  body.institute-ui .nav.open .mobile-drawer-head{
    position:absolute;
    z-index:3;
    top:0;
    right:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:84px;
    padding:0 18px 0 22px;
    border-bottom:1px solid #ccd5d6;
    background:#fff;
  }

  body.institute-ui .mobile-drawer-brand{
    display:flex;
    align-items:center;
    min-width:0;
  }

  body.institute-ui .mobile-drawer-brand img{
    display:block;
    width:auto;
    max-width:176px;
    height:42px!important;
    max-height:42px!important;
    object-fit:contain;
    object-position:left center;
  }

  body.institute-ui .mobile-drawer-close{
    position:relative;
    flex:0 0 48px;
    width:48px;
    height:48px;
    margin:0 -6px 0 10px;
    padding:0;
    border:0;
    background:transparent;
    color:#17252c;
    cursor:pointer;
  }

  body.institute-ui .mobile-drawer-close:before,
  body.institute-ui .mobile-drawer-close:after{
    position:absolute;
    top:50%;
    left:50%;
    width:30px;
    height:2px;
    background:currentColor;
    content:'';
  }

  body.institute-ui .mobile-drawer-close:before{transform:translate(-50%,-50%) rotate(45deg)}
  body.institute-ui .mobile-drawer-close:after{transform:translate(-50%,-50%) rotate(-45deg)}
  body.institute-ui .mobile-drawer-close:focus-visible{outline:2px solid var(--keri-teal);outline-offset:-5px}

  body.institute-ui .nav.open .mobile-drawer-primary{
    position:static;
    z-index:2;
    display:flex;
    flex-direction:column;
    width:var(--keri-mobile-drawer-primary);
    height:calc(100dvh - 84px);
    padding:17px 8px;
    overflow-y:auto;
    border-right:1px solid #d4dcdd;
    background:#fff;
  }

  body.institute-ui .nav.open .nav-item{
    position:static!important;
    display:block!important;
    flex:none;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0;
    border:0!important;
  }

  body.institute-ui .nav.open .nav-item>.nav-link{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    min-height:64px;
    height:auto!important;
    margin:0 0 7px;
    padding:12px 12px!important;
    border:1px solid transparent;
    border-radius:8px;
    background:#fff;
    color:#526067;
    font-size:15px!important;
    font-weight:650;
    letter-spacing:0;
    line-height:1.35;
    text-decoration:none;
    white-space:normal;
    word-break:keep-all;
  }

  body.institute-ui .nav.open .nav-item>.nav-link:after{display:none!important}

  body.institute-ui .nav.open .nav-item.is-open>.nav-link{
    border-color:var(--keri-teal);
    color:var(--keri-teal);
    font-weight:720;
  }

  body.institute-ui .nav.open .nav-item>.nav-link:hover,
  body.institute-ui .nav.open .nav-item>.nav-link:focus-visible{
    background:#f5faf9;
    color:var(--keri-teal);
    outline:none;
  }

  body.institute-ui .nav.open .nav-toggle{display:none!important}

  body.institute-ui .nav.open .submenu{
    position:absolute!important;
    z-index:1;
    top:84px!important;
    right:0!important;
    bottom:0!important;
    left:var(--keri-mobile-drawer-primary)!important;
    display:none!important;
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow-y:auto!important;
    border:0!important;
    border-left:1px solid #d4dcdd!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    visibility:visible!important;
  }

  body.institute-ui .nav.open .nav-item.is-open .submenu{display:block!important}

  body.institute-ui .nav.open .submenu-inner{
    display:block!important;
    width:auto!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }

  body.institute-ui .nav.open .submenu-summary{display:none!important}

  body.institute-ui .nav.open .submenu-links{
    display:block!important;
    padding:14px 22px 40px!important;
  }

  body.institute-ui .nav.open .submenu a.submenu-link{
    display:flex!important;
    align-items:center;
    min-height:65px;
    margin:0;
    padding:0!important;
    border:0!important;
    border-bottom:1px solid #d9dfe0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#4d5a60;
    font-size:15px!important;
    font-weight:600;
    letter-spacing:0;
    line-height:1.4;
    text-decoration:none;
  }

  body.institute-ui .nav.open .submenu a.submenu-link.active,
  body.institute-ui .nav.open .submenu a.submenu-link:hover,
  body.institute-ui .nav.open .submenu a.submenu-link:focus-visible{
    background:transparent!important;
    color:var(--keri-teal);
    outline:none;
  }

  body.institute-ui .nav.open .submenu a.submenu-link span{display:block}
}

@media(max-width:420px){
  body.institute-ui .nav.open{--keri-mobile-drawer-primary:36%;width:90vw;padding-top:78px!important}
  body.institute-ui .nav.open .mobile-drawer-head{height:78px;padding-right:14px;padding-left:17px}
  body.institute-ui .nav.open .mobile-drawer-primary{height:calc(100dvh - 78px);padding:12px 5px}
  body.institute-ui .nav.open .submenu{top:78px!important}
  body.institute-ui .nav.open .nav-item>.nav-link{min-height:60px;padding:10px 9px!important;font-size:14px!important}
  body.institute-ui .nav.open .submenu-links{padding-right:16px!important;padding-left:16px!important}
  body.institute-ui .nav.open .submenu a.submenu-link{min-height:60px;font-size:14px!important}
}

@keyframes keri-mobile-drawer-in{
  from{transform:translateX(24px)}
  to{transform:translateX(0)}
}

@media(prefers-reduced-motion:reduce){
  body.institute-ui .nav.open{animation:none}
}

/* Official KERI mark and a consistently white navigation bar. */
.header,
.header-in,
body.institute-ui .header,
body.institute-ui .header-in{
  background:#fff!important;
}

.header,
body.institute-ui .header{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

.brand-logo img{filter:none!important}

/* Member entry stays visible on desktop and moves into the mobile drawer. */
body.institute-ui .member-header-link{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 2px;
  border-bottom:1px solid #9eb3b6;
  color:#244751;
  font-size:12px;
  font-weight:700;
  letter-spacing:0;
  text-decoration:none;
  white-space:nowrap;
}

body.institute-ui .member-header-link:hover,
body.institute-ui .member-header-link:focus-visible{
  border-color:var(--keri-teal);
  color:var(--keri-teal);
  outline:none;
}

body.institute-ui .mobile-drawer-account{display:none}

/* AI Creator course landing: conversion-led learning page with KERI's ruled information rhythm. */
body.course-detail-page{background:#fff;color:var(--keri-ink)}
body.course-detail-page main{padding-bottom:96px}
.creator-course-hero{position:relative;display:grid;min-height:560px;overflow:hidden;border-bottom:1px solid #c8d5d5;background:#163946;color:#fff}
.creator-course-hero__media,.creator-course-hero__media img,.creator-course-hero__shade{position:absolute;inset:0}
.creator-course-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.creator-course-hero__shade{background:linear-gradient(90deg,rgba(10,30,37,.86) 0%,rgba(10,30,37,.75) 40%,rgba(10,30,37,.22) 56%,rgba(10,30,37,.04) 72%,transparent 100%)}
.creator-course-hero__content{position:relative;z-index:1;align-self:center;padding-top:20px;padding-bottom:20px}
.creator-course-hero__eyebrow{margin:0 0 10px;color:#c8dedb;font-size:11px;font-weight:720;letter-spacing:.08em}
.creator-course-hero__status{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border:1px solid rgba(255,255,255,.6);color:#fff;font-size:11px;font-weight:750}
.creator-course-hero__status--closing{gap:7px;border-color:#f0c477;background:#b9662b;box-shadow:0 8px 20px rgba(25,16,7,.22)}
.creator-course-hero__status--closing:before{width:6px;height:6px;border-radius:50%;background:#fff1c8;content:'';box-shadow:0 0 0 3px rgba(255,241,200,.16)}
.creator-course-hero h1{max-width:600px;margin:11px 0 12px;color:#fff;font-size:clamp(44px,4.1vw,54px);font-weight:720;line-height:1.06;letter-spacing:0}
.creator-course-hero__lead{margin:0;color:#fff;font-size:clamp(18px,1.75vw,22px);font-weight:650;line-height:1.42}
.creator-course-hero__copy{max-width:520px;margin:10px 0 0;color:#e1eceb;font-size:14px;line-height:1.6}
.creator-course-hero__proof{display:grid;grid-template-columns:138px minmax(0,1fr);gap:18px;max-width:560px;margin-top:15px;padding:10px 0;border-top:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(255,255,255,.22)}
.creator-course-hero__proof>div{padding-right:18px;border-right:1px solid rgba(255,255,255,.27)}
.creator-course-hero__proof span{display:block;color:#c7ded9;font-size:12px;font-weight:700}
.creator-course-hero__proof strong{font-weight:760}
.creator-course-hero__proof>div strong{display:block;margin-top:3px;color:#fff;font-size:25px;line-height:1.1}
.creator-course-hero__proof p{margin:0;color:#e3efed;font-size:13px;line-height:1.55}
.creator-course-hero__proof p strong{color:#fff}
.creator-course-hero__proof p strong:first-child{color:#ffe0a3}
.creator-course-hero__proof p span{display:inline;color:#c7ded9;font-size:inherit;font-weight:inherit}
.creator-course-hero__actions{display:flex;flex-wrap:wrap;gap:0;margin-top:18px}
.creator-course-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid #fff;color:#fff;font-size:13px;font-weight:720;text-decoration:none}
.creator-course-button+.creator-course-button{margin-left:-1px}
.creator-course-button--solid{background:#fff;color:#163946}
.creator-course-button:hover,.creator-course-button:focus-visible{position:relative;z-index:1;background:#0f6172;border-color:#0f6172;color:#fff;outline:none}
.creator-course-anchor-nav{position:sticky;top:88px;z-index:70;border-bottom:1px solid #ccd7d7;background:rgba(255,255,255,.98)}
.creator-course-anchor-nav .container{display:flex;align-items:stretch;overflow-x:auto;padding:0}
.creator-course-anchor-nav a{display:flex;align-items:center;justify-content:center;flex:1 0 auto;min-height:56px;margin:0 -1px 0 0;padding:0 19px;border-right:1px solid #d7e0e0;color:#52646c;font-size:13px;font-weight:680;text-decoration:none;white-space:nowrap}
.creator-course-anchor-nav a:first-child{border-left:1px solid #d7e0e0}
.creator-course-anchor-nav a:hover,.creator-course-anchor-nav a:focus-visible{position:relative;z-index:1;background:#f1f7f5;color:#0f6172;outline:none}
.creator-course-facts{border-bottom:1px solid #d8e1e1;background:#fff}
.creator-course-facts__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0}
.creator-course-facts__grid>div{min-width:0;padding:27px 23px;border-right:1px solid #d8e1e1}
.creator-course-facts__grid>div:first-child{border-left:1px solid #d8e1e1}
.creator-course-facts span,.creator-course-facts strong{display:block}
.creator-course-facts span{margin-bottom:8px;color:#71818a;font-size:12px;font-weight:650}
.creator-course-facts strong{color:#213b45;font-size:15px;font-weight:720;line-height:1.45}
.creator-course-section{padding:108px 0;background:#fff}
.creator-course-section--soft{background:#f4f8f7}
.creator-course-section--line{border-top:1px solid #d7e1e0;border-bottom:1px solid #d7e1e0}
.creator-course-section-head{max-width:824px;margin-bottom:52px}
.creator-course-section-head>span,.creator-course-apply__intro>span{display:block;margin-bottom:13px;color:#0f6172;font-size:12px;font-weight:750;letter-spacing:.08em}
.creator-course-section-head h2,.creator-course-apply__intro h2{margin:0;color:#17323d;font-size:clamp(34px,4.2vw,55px);font-weight:720;line-height:1.22;letter-spacing:0}
.creator-course-section-head>p{max-width:730px;margin:23px 0 0;color:#5f737b;font-size:16px;line-height:1.8}
.creator-course-section-head--row{display:grid;grid-template-columns:1.12fr .88fr;gap:56px;max-width:none;align-items:end}
.creator-course-section-head--row>p{margin:0 0 5px}
.creator-course-section-head--compact{max-width:760px;margin-bottom:40px}
.creator-course-section-head--compact h2{font-size:clamp(32px,3.6vw,48px)}
.creator-course-outcomes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #bdcece}
.creator-course-outcomes article{min-height:236px;padding:29px 28px 26px;border-right:1px solid #cbd8d8;border-bottom:1px solid #cbd8d8}
.creator-course-outcomes article:first-child{border-left:1px solid #cbd8d8}
.creator-course-outcomes span{display:block;color:#0f6172;font-size:12px;font-weight:750}
.creator-course-outcomes h3{margin:38px 0 11px;color:#18323d;font-size:23px;font-weight:720;line-height:1.35}
.creator-course-outcomes p{margin:0;color:#657780;font-size:15px;line-height:1.7}
.creator-course-tracks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.creator-course-track{padding:33px;border:1px solid #c5d4d3;background:#fff}
.creator-course-track--deep{border-color:#183f4c;background:#183f4c;color:#fff}
.creator-course-track__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:22px;border-bottom:1px solid #c9d7d6}
.creator-course-track--deep .creator-course-track__head{border-color:rgba(255,255,255,.34)}
.creator-course-track__head span{color:#0f6172;font-size:12px;font-weight:750;letter-spacing:.08em}
.creator-course-track--deep .creator-course-track__head span{color:#b9d9d3}
.creator-course-track__head strong{color:#1d3741;font-size:28px;font-weight:720}
.creator-course-track--deep .creator-course-track__head strong{color:#fff}
.creator-course-track__summary{min-height:54px;margin:25px 0;color:#536872;font-size:17px;font-weight:650;line-height:1.6}
.creator-course-track--deep .creator-course-track__summary{color:#e2eeec}
.creator-course-track dl{margin:27px 0 0}
.creator-course-track dl>div{padding:15px 0;border-top:1px solid #d9e3e2}
.creator-course-track dl>div:last-child{border-bottom:1px solid #d9e3e2}
.creator-course-track--deep dl>div{border-color:rgba(255,255,255,.18)}
.creator-course-track dt{margin-bottom:6px;color:#0f6172;font-size:12px;font-weight:750}
.creator-course-track--deep dt{color:#b9d9d3}
.creator-course-track dd{margin:0;color:#465c65;font-size:14px;line-height:1.6}
.creator-course-track--deep dd{color:#e1eeeb}
.creator-course-custom-note{display:grid;grid-template-columns:170px minmax(0,1fr) auto;gap:24px;align-items:start;margin-top:18px;padding:25px 0;border-top:1px solid #becfce;border-bottom:1px solid #becfce}
.creator-course-custom-note span{color:#0f6172;font-size:14px;font-weight:750}
.creator-course-custom-note p{margin:0;color:#5b6e76;font-size:14px;line-height:1.7}
.creator-course-custom-note a{color:#0f6172;font-size:14px;font-weight:750;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.creator-course-timeline{margin:0;padding:0;border-top:1px solid #b8c9c8;list-style:none}
.creator-course-timeline li{display:grid;grid-template-columns:180px minmax(0,1fr);gap:40px;padding:25px 8px;border-bottom:1px solid #d4dfde}
.creator-course-timeline time{color:#0f6172;font-size:15px;font-weight:750}
.creator-course-timeline h3{margin:0;color:#243c46;font-size:19px;font-weight:720}
.creator-course-timeline p{margin:8px 0 0;color:#63767e;font-size:14px;line-height:1.65}
.creator-course-curriculum{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #bdcece}
.creator-course-curriculum article{min-height:218px;padding:25px;border-right:1px solid #cbd8d8;border-bottom:1px solid #cbd8d8;background:#fff}
.creator-course-curriculum article:nth-child(3n+1){border-left:1px solid #cbd8d8}
.creator-course-curriculum b{display:block;color:#0f6172;font-size:13px;font-weight:750}
.creator-course-curriculum h3{margin:39px 0 9px;color:#19333e;font-size:22px;font-weight:720}
.creator-course-curriculum p{margin:0;color:#61737c;font-size:14px;line-height:1.65}
.creator-course-completion{display:grid;grid-template-columns:1fr 1.22fr;gap:68px;align-items:start}
.creator-course-completion .creator-course-section-head{margin:0}
.creator-course-completion__flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #bdcfce;border-bottom:1px solid #bdcfce}
.creator-course-completion__flow>div{min-height:192px;padding:22px 17px;border-right:1px solid #cfdbda}
.creator-course-completion__flow>div:first-child{border-left:1px solid #cfdbda}
.creator-course-completion__flow span{display:block;color:#0f6172;font-size:12px;font-weight:750}
.creator-course-completion__flow strong{display:block;margin:32px 0 8px;color:#1a3440;font-size:16px;line-height:1.45}
.creator-course-completion__flow p{margin:0;color:#64767d;font-size:13px;line-height:1.6}
.creator-course-caution{grid-column:2;margin:0;padding-top:19px;border-top:1px solid #d4dfde;color:#62757d;font-size:13px;line-height:1.7}
.creator-course-ready-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start}
.creator-course-ready-grid .creator-course-section-head{margin-bottom:31px}
.creator-course-checklist{margin:0;padding:0;border-top:1px solid #b8c9c8;list-style:none}
.creator-course-checklist li{display:grid;grid-template-columns:170px minmax(0,1fr);gap:15px;padding:18px 4px;border-bottom:1px solid #d6e0df}
.creator-course-checklist strong{color:#1c3944;font-size:15px;font-weight:720}
.creator-course-checklist span{color:#65777f;font-size:14px;line-height:1.55}
.creator-course-faq{border-top:1px solid #b8c9c8}
.creator-course-faq details{border-bottom:1px solid #d6e0df}
.creator-course-faq summary{position:relative;padding:21px 34px 21px 3px;color:#29434d;font-size:16px;font-weight:720;cursor:pointer;list-style:none}
.creator-course-faq summary::-webkit-details-marker{display:none}
.creator-course-faq summary:after{position:absolute;top:25px;right:4px;width:12px;height:12px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;content:'';transform:rotate(45deg)}
.creator-course-faq details[open] summary:after{top:30px;transform:rotate(225deg)}
.creator-course-faq p{margin:0;padding:0 4px 22px;color:#64767d;font-size:14px;line-height:1.75}
.creator-course-apply{padding:105px 0;background:#173d4a;color:#fff}
.creator-course-apply__layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:start}
.creator-course-apply__intro{position:sticky;top:168px}
.creator-course-apply__intro>span{color:#c5ddd8}
.creator-course-apply__intro h2{color:#fff}
.creator-course-apply__intro>p{max-width:510px;margin:23px 0 0;color:#d5e5e2;font-size:16px;line-height:1.8}
.creator-course-apply__intro>p strong{color:#fff}
.creator-course-apply__priority{display:grid;grid-template-columns:1fr 1fr;margin-top:29px;border-top:1px solid rgba(255,255,255,.38);border-bottom:1px solid rgba(255,255,255,.25)}
.creator-course-apply__priority>div{padding:17px 15px 17px 0}
.creator-course-apply__priority>div+div{padding-right:0;padding-left:17px;border-left:1px solid rgba(255,255,255,.25)}
.creator-course-apply__priority span,.creator-course-apply__priority strong{display:block}
.creator-course-apply__priority span{color:#bcd9d3;font-size:12px;font-weight:720}
.creator-course-apply__priority strong{margin-top:7px;color:#fff;font-size:15px;font-weight:720;line-height:1.5}
.creator-course-apply__priority>div:first-child strong{color:#ffe0a3}
.creator-course-apply__intro dl{margin:34px 0 0;border-top:1px solid rgba(255,255,255,.35)}
.creator-course-apply__intro dl>div{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.24)}
.creator-course-apply__intro dt{margin-bottom:7px;color:#bcd9d3;font-size:12px;font-weight:720}
.creator-course-apply__intro dd{margin:0;color:#fff;font-size:15px;line-height:1.7}
.creator-course-copy-account{min-height:42px;margin-top:24px;padding:0 14px;border:1px solid rgba(255,255,255,.65);border-radius:0;background:transparent;color:#fff;font:inherit;font-size:13px;font-weight:720;cursor:pointer}
.creator-course-copy-account:hover,.creator-course-copy-account:focus-visible{background:#fff;color:#173d4a;outline:none}
.creator-course-copy-status{min-height:22px!important;margin:10px 0 0!important;color:#c7ded9!important;font-size:13px!important}
.creator-course-form{padding:37px;border:1px solid rgba(255,255,255,.25);background:#fff;color:#203b46}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.creator-course-application-unavailable{align-self:start;padding:37px;border:1px solid #bfd1cf;background:#f4f8f7;color:#203b46}
.creator-course-application-unavailable[hidden]{display:none}
.creator-course-application-unavailable>span{display:block;color:#0f6172;font-size:11px;font-weight:750;letter-spacing:.08em}
.creator-course-application-unavailable h3{margin:13px 0 10px;font-size:24px;line-height:1.35}
.creator-course-application-unavailable p{margin:0;color:#566d74;font-size:14px;line-height:1.75}
.creator-course-application-unavailable>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.creator-course-application-unavailable a{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid #0f6172;color:#0f6172;font-size:13px;font-weight:750;text-decoration:none}
.creator-course-application-unavailable a:first-child{background:#0f6172;color:#fff}
.creator-course-application-unavailable a:hover,.creator-course-application-unavailable a:focus-visible{background:#173d4a;border-color:#173d4a;color:#fff;outline:none}
.creator-course-form__head{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:start;margin:0 0 20px}
.creator-course-form__head:not(:first-child){margin-top:42px;padding-top:35px;border-top:1px solid #d7e0df}
.creator-course-form__head>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid #9dbdbc;color:#0f6172;font-size:11px;font-weight:750}
.creator-course-form__head h3{margin:1px 0 0;color:#1e3944;font-size:19px;font-weight:720}
.creator-course-form__head p{grid-column:2;margin:0;color:#72838a;font-size:13px;line-height:1.55}
.creator-course-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}
.creator-course-form label{display:grid;gap:8px;color:#314b55;font-size:13px;font-weight:720;line-height:1.4}
.creator-course-form em{color:#0f6172;font-style:normal}
.creator-course-form__wide{grid-column:1/-1}
.creator-course-form input:not([type="radio"]):not([type="checkbox"]),.creator-course-form select,.creator-course-form textarea{width:100%;min-height:50px;padding:0 14px;border:1px solid #ccd9d8;border-radius:4px;background:#fbfdfc;color:#1e3741;font:inherit;font-size:14px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}
.creator-course-form textarea{min-height:116px;padding:13px 14px;resize:vertical;line-height:1.65}
.creator-course-form input[readonly]{background:#f1f6f5;color:#536a72;cursor:default}
.creator-course-form input:not([type="radio"]):not([type="checkbox"]):focus,.creator-course-form select:focus,.creator-course-form textarea:focus{border-color:#0f6172;background:#fff;box-shadow:0 0 0 3px rgba(15,97,114,.12)}
.creator-course-form select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:46px;background-image:linear-gradient(45deg,transparent 50%,#55717a 50%),linear-gradient(135deg,#55717a 50%,transparent 50%);background-position:calc(100% - 22px) 20px,calc(100% - 16px) 20px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.creator-course-options{margin:0;padding:0;border:0}
.creator-course-options legend{margin:0 0 10px;padding:0;color:#314b55;font-size:13px;font-weight:720}
.creator-course-options>label{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:11px;align-items:start;min-height:82px;margin-top:8px;padding:14px;border:1px solid #ccd9d8;background:#fff;cursor:pointer}
.creator-course-options input{width:18px;height:18px;margin:2px 0 0;accent-color:#0f6172}
.creator-course-options label:has(input:checked){border-color:#0f6172;background:#f1f7f5}
.creator-course-options b,.creator-course-options small,.creator-course-options strong{display:block}
.creator-course-options b{color:#243e48;font-size:14px;font-weight:720}
.creator-course-options small{margin-top:3px;color:#71838a;font-size:12px;font-weight:500}
.creator-course-options strong{margin-top:8px;color:#0f6172;font-size:14px;font-weight:750}
.creator-course-form__estimate{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:29px;padding:20px 0;border-top:1px solid #cbd9d7;border-bottom:1px solid #cbd9d7}
.creator-course-form__estimate span{color:#536972;font-size:14px;font-weight:720}
.creator-course-form__estimate strong{margin-left:auto;color:#0f6172;font-size:25px;font-weight:750}
.creator-course-form__estimate small{flex-basis:100%;margin-top:4px;color:#72838a;font-size:12px}
.creator-course-form__seat-note{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:start;margin-top:20px;padding:15px;border:1px solid #b9d1cc;background:#f1f7f5}
.creator-course-form__seat-note strong{color:#0f6172;font-size:13px;font-weight:750}
.creator-course-form__seat-note span{color:#536b73;font-size:13px;line-height:1.6}
.creator-course-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;margin-top:16px;color:#60747c!important;font-size:13px!important;font-weight:500!important;line-height:1.6!important}
.creator-course-consent:first-of-type{margin-top:28px}
.creator-course-form .creator-course-consent input{flex:0 0 18px;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important;accent-color:#0f6172}
.creator-course-consent span{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:keep-all}
.creator-course-submit{width:100%;min-height:56px;margin-top:28px;border:1px solid #0f6172;border-radius:0;background:#0f6172;color:#fff;font:inherit;font-size:16px;font-weight:720;cursor:pointer}
.creator-course-submit:hover,.creator-course-submit:focus-visible{background:#173d4a;border-color:#173d4a;outline:none}
.creator-course-submit:disabled{opacity:.7;cursor:wait}
.creator-course-form__status{min-height:22px;margin:14px 0 0;color:#0f6172;font-size:13px;font-weight:720;text-align:center}
.creator-course-form__status.is-success{color:#137a4b}
.creator-course-form__status.is-error{color:#b83b3b}
.creator-course-payment-confirmation{margin-top:19px;padding:22px;border:1px solid #0f6172;background:#f1f7f5;outline:none}
.creator-course-payment-confirmation[hidden]{display:none}
.creator-course-payment-confirmation>span{display:block;color:#0f6172;font-size:11px;font-weight:750;letter-spacing:.08em}
.creator-course-payment-confirmation h3{margin:12px 0 0;color:#1e3944;font-size:21px;font-weight:750;line-height:1.42}
.creator-course-payment-confirmation>p{margin:11px 0 0;color:#556d74;font-size:13px;line-height:1.7}
.creator-course-payment-confirmation>p strong{color:#0f6172;font-weight:750}
.creator-course-payment-confirmation dl{margin:18px 0 0;border-top:1px solid #bfd2ce}
.creator-course-payment-confirmation dl>div{padding:12px 0;border-bottom:1px solid #cbdcd8}
.creator-course-payment-confirmation dt{margin-bottom:5px;color:#0f6172;font-size:12px;font-weight:750}
.creator-course-payment-confirmation dd{margin:0;color:#28434c;font-size:14px;font-weight:700;line-height:1.6}
.creator-course-payment-confirmation__copy{min-height:42px;margin-top:17px;padding:0 14px;border:1px solid #0f6172;border-radius:0;background:#0f6172;color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.creator-course-payment-confirmation__copy:hover,.creator-course-payment-confirmation__copy:focus-visible{background:#173d4a;border-color:#173d4a;outline:none}
.creator-course-payment-confirmation .creator-course-copy-status{min-height:20px!important;margin:8px 0 0!important;color:#0f6172!important;font-size:13px!important}
.creator-course-form__note{margin:9px 0 0;color:#74858b;font-size:12px;line-height:1.6;text-align:center}
.creator-course-sticky{position:fixed;z-index:90;right:24px;bottom:24px;left:24px;display:flex;align-items:center;justify-content:space-between;gap:30px;width:min(910px,calc(100% - 48px));margin:auto;padding:13px 15px 13px 21px;border:1px solid rgba(255,255,255,.28);background:rgba(20,55,65,.97);box-shadow:0 18px 44px rgba(8,27,32,.25);color:#fff;transition:transform .22s ease,opacity .22s ease}
.creator-course-sticky.is-hidden{opacity:0;pointer-events:none;transform:translateY(18px)}
.creator-course-sticky div{min-width:0}.creator-course-sticky span,.creator-course-sticky strong{display:block}.creator-course-sticky span{color:#c4ded8;font-size:12px}.creator-course-sticky strong{margin-top:4px;font-size:15px;font-weight:720}
.creator-course-sticky a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:42px;padding:0 16px;background:#fff;color:#173d4a;font-size:13px;font-weight:750;text-decoration:none}
.creator-course-sticky a:hover,.creator-course-sticky a:focus-visible{background:#0f6172;color:#fff;outline:none}

@media(max-width:1050px){
  body.institute-ui .header .actions .member-header-link{display:none}
  body.institute-ui .nav.open .mobile-drawer-account{display:flex;align-items:center;min-height:54px;margin:8px 8px 0;padding:0 12px;border-top:1px solid #d4dcdd;color:#0f6172;font-size:14px;font-weight:720;text-decoration:none}
  body.institute-ui .nav.open .mobile-drawer-account:focus-visible{outline:2px solid var(--keri-teal);outline-offset:-3px}
  .creator-course-anchor-nav{top:72px}
  .creator-course-section{padding:82px 0}
  .creator-course-section-head--row,.creator-course-completion,.creator-course-ready-grid,.creator-course-apply__layout{grid-template-columns:1fr;gap:40px}
  .creator-course-section-head--row>p{margin:0}
  .creator-course-completion__flow{grid-template-columns:repeat(3,minmax(0,1fr))}
  .creator-course-completion__flow>div:nth-child(4){border-left:1px solid #cfdbda}
  .creator-course-caution{grid-column:auto}
  .creator-course-apply__intro{position:static}
}
@media(max-width:700px){
  body.course-detail-page main{padding-bottom:74px}
  .creator-course-hero{min-height:520px}
  .creator-course-hero__content{padding-top:32px;padding-bottom:32px}
  .creator-course-hero__eyebrow{font-size:10px;letter-spacing:0}
  .creator-course-hero__eyebrow-recruiting{display:none}
  .creator-course-hero h1{font-size:32px}
  .creator-course-hero__lead{font-size:18px}
  .creator-course-hero__copy{display:none}
  .creator-course-hero__proof{grid-template-columns:112px minmax(0,1fr);gap:14px;margin-top:15px;padding:10px 0}
  .creator-course-hero__proof>div{padding-right:15px}
  .creator-course-hero__proof>div strong{font-size:23px}
  .creator-course-hero__proof p{font-size:13px}
  .creator-course-hero__actions{display:grid;grid-template-columns:1fr}
  .creator-course-button{padding:0 11px;font-size:13px}
  .creator-course-button+.creator-course-button{margin-top:-1px;margin-left:0}
  .creator-course-anchor-nav .container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;overflow:visible}
  .creator-course-anchor-nav a{min-width:0;min-height:49px;margin:0;padding:0 6px;border-left:0;font-size:12px;white-space:nowrap}
  .creator-course-anchor-nav a:first-child{border-left:1px solid #d7e0e0}
  .creator-course-anchor-nav a:nth-child(-n+3){border-bottom:1px solid #d7e0e0}
  .creator-course-facts__grid{grid-template-columns:1fr 1fr}
  .creator-course-facts__grid>div{padding:19px 15px}
  .creator-course-facts__grid>div:nth-child(odd){border-left:1px solid #d8e1e1}
  .creator-course-facts__grid>div:nth-child(n+3){border-top:1px solid #d8e1e1}
  .creator-course-section{padding:66px 0}
  .creator-course-section-head{margin-bottom:34px}
  .creator-course-section-head h2,.creator-course-apply__intro h2{font-size:34px}
  .creator-course-section-head>p{margin-top:17px;font-size:15px}
  .creator-course-outcomes,.creator-course-tracks,.creator-course-curriculum{grid-template-columns:1fr}
  .creator-course-outcomes article,.creator-course-curriculum article{min-height:0;border-left:1px solid #cbd8d8}
  .creator-course-outcomes h3,.creator-course-curriculum h3{margin-top:22px}
  .creator-course-track{padding:25px}
  .creator-course-track__summary{min-height:0}
  .creator-course-custom-note{grid-template-columns:1fr;gap:12px}
  .creator-course-timeline li{grid-template-columns:1fr;gap:8px;padding:20px 4px}
  .creator-course-completion__flow{grid-template-columns:1fr 1fr}
  .creator-course-completion__flow>div{min-height:154px;border-left:1px solid #cfdbda}
  .creator-course-completion__flow strong{margin-top:19px}
  .creator-course-checklist li{grid-template-columns:1fr;gap:5px}
  .creator-course-apply{padding:68px 0}
  .creator-course-form{padding:24px 18px}
  .creator-course-form__grid{grid-template-columns:1fr;gap:16px}
  .creator-course-form__wide{grid-column:auto}
  .creator-course-apply__priority{grid-template-columns:1fr}
  .creator-course-apply__priority>div,.creator-course-apply__priority>div+div{padding:14px 0;border-left:0}
  .creator-course-apply__priority>div+div{border-top:1px solid rgba(255,255,255,.25)}
  .creator-course-form__seat-note{grid-template-columns:1fr;gap:5px}
  .creator-course-form__head:not(:first-child){margin-top:34px;padding-top:28px}
  .creator-course-sticky{right:0;bottom:0;left:0;width:100%;padding:11px 14px;border:0;box-shadow:0 -8px 28px rgba(8,27,32,.18)}
  .creator-course-sticky div{display:none}
  .creator-course-sticky a{width:100%;min-height:44px}
}

/* Organization and researcher directory: institutional profile list inspired by university faculty directories. */
.organization-page main{background:#fff}
.organization-page .subhero p{max-width:700px}
.organization-overview{padding:92px 0;border-bottom:1px solid #dce5e4;background:#fff}
.organization-overview__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:72px;align-items:center}
.organization-kicker{display:block;margin-bottom:13px;color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.08em}
.organization-overview h2,.organization-section-head h2{margin:0;color:#15303b;font-size:clamp(32px,3.6vw,52px);font-weight:760;line-height:1.22;letter-spacing:0}
.organization-overview__copy>p{max-width:540px;margin:22px 0 0;color:#50646d;font-size:17px;line-height:1.82}
.organization-overview__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:37px 0 0;border-top:1px solid #cbd9d8;border-bottom:1px solid #cbd9d8}
.organization-overview__facts>div{min-width:0;padding:18px 16px}
.organization-overview__facts>div+div{border-left:1px solid #d5e0df}
.organization-overview__facts dt{margin:0 0 7px;color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.06em}
.organization-overview__facts dd{margin:0;color:#2d434c;font-size:14px;font-weight:700;line-height:1.55}
.organization-overview__visual{position:relative;aspect-ratio:1.36;min-height:320px;margin:0;overflow:hidden;border:1px solid #c9d8d7;background:#eaf2f0}
.organization-overview__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,47,57,.12),transparent 56%)}
.organization-overview__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:70% center}
.organization-overview__visual figcaption{position:absolute;z-index:1;right:18px;bottom:15px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em}
.organization-system{padding:84px 0;border-bottom:1px solid #dce5e4;background:#f3f7f6}
.organization-section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
.organization-section-head>p{max-width:360px;margin:0;color:#60737a;font-size:15px;line-height:1.7}
.organization-system__flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;border-top:2px solid #1c3b45;border-bottom:1px solid #cad8d8;list-style:none}
.organization-system__flow li{min-height:210px;padding:27px 25px}
.organization-system__flow li+li{border-left:1px solid #cdd9d8}
.organization-system__flow span{display:block;color:#0e6071;font-size:12px;font-weight:800;letter-spacing:.06em}
.organization-system__flow strong{display:block;margin-top:34px;color:#1b313b;font-size:21px;font-weight:760;letter-spacing:0}
.organization-system__flow p{margin:12px 0 0;color:#61737a;font-size:14px;line-height:1.7}
.organization-directory{padding-top:92px!important;padding-bottom:108px!important}
.organization-section-head--directory{align-items:start;margin-bottom:31px}
.organization-directory__tools{display:flex;align-items:stretch;justify-content:space-between;gap:24px;padding:0 0 17px;border-bottom:1px solid #ccd9d9}
.organization-directory__tabs{display:flex;flex-wrap:wrap;gap:0}
.organization-directory__tabs button{min-height:44px;margin:0 -1px -1px 0;padding:0 17px;border:1px solid #c6d4d4;border-radius:0;background:#fff;color:#52666e;font:inherit;font-size:14px;font-weight:720;cursor:pointer}
.organization-directory__tabs button[aria-selected="true"],.organization-directory__tabs button:hover,.organization-directory__tabs button:focus-visible{position:relative;z-index:1;border-color:#0e6071;background:#0e6071;color:#fff;outline:none}
.organization-directory__tabs button span{margin-left:6px;color:inherit;font-size:12px}
.organization-directory__search{display:block;width:min(100%,280px)}
.organization-directory__search input{width:100%;min-height:44px;padding:0 14px;border:1px solid #c6d4d4;border-radius:0;background:#fff;color:#223840;font:inherit;font-size:14px;outline:none}
.organization-directory__search input:focus{border-color:#0e6071;box-shadow:0 0 0 3px rgba(14,96,113,.12)}
.organization-directory__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0;color:#667980;font-size:13px}
.organization-directory__meta b{color:#0e6071;font-size:16px}.organization-directory__meta p{margin:0;line-height:1.55}
.organization-directory__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:2px solid #1c3b45}
.researcher-profile{display:grid;grid-template-columns:126px minmax(0,1fr);gap:25px;min-width:0;padding:30px 30px 30px 0;border-bottom:1px solid #d2dfde}
.researcher-profile:nth-child(even){padding-right:0;padding-left:30px;border-left:1px solid #d2dfde}
.researcher-profile[hidden]{display:none}
.researcher-profile__portrait{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:164px;padding:19px 12px 14px;background:#203d49;color:#fff}
.researcher-profile__portrait span{display:grid;place-items:center;flex:1;width:100%;font-size:54px;font-weight:780;line-height:1}
.researcher-profile__portrait small{font-size:9px;font-weight:800;letter-spacing:.08em}
.researcher-profile__portrait--teal{background:#146775}.researcher-profile__portrait--gold{background:#9a773c}.researcher-profile__portrait--slate{background:#59727a}
.researcher-profile__body{min-width:0}.researcher-profile__label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6c7e84;font-size:10px;font-weight:800;letter-spacing:.07em}
.researcher-profile__label span:last-child{color:#0e6071;letter-spacing:0}
.researcher-profile h3{margin:13px 0 20px;color:#18313b;font-size:26px;font-weight:760;line-height:1.25;letter-spacing:0}
.researcher-profile h3 small{margin-left:8px;color:#6a7a80;font-size:15px;font-weight:650}
.researcher-profile dl{margin:0;border-top:1px solid #d8e3e2}
.researcher-profile dl>div{padding:10px 0;border-bottom:1px solid #e2e9e8}
.researcher-profile dt{margin:0 0 4px;color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.05em}
.researcher-profile dd{margin:0;color:#4c6169;font-size:13px;font-weight:650;line-height:1.55}
.researcher-profile__open{display:inline-flex;align-items:center;gap:9px;margin:16px 0 0;padding:0 0 5px;border:0;border-bottom:1px solid #1b3c47;border-radius:0;background:transparent;color:#1b3c47;font:inherit;font-size:13px;font-weight:760;cursor:pointer}
.researcher-profile__open:hover,.researcher-profile__open:focus-visible{color:#0e6071;border-color:#0e6071;outline:none}
.organization-directory__empty{margin:35px 0 0;padding:22px;border:1px solid #d3dfde;background:#f5f8f8;color:#50646b;text-align:center}
.researcher-dialog{width:min(560px,calc(100% - 32px));margin:auto;padding:0;border:1px solid #789297;border-radius:0;color:#1b343d;box-shadow:0 24px 68px rgba(9,29,34,.28)}
.researcher-dialog::backdrop{background:rgba(11,29,34,.62)}
.researcher-dialog__head{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 20px;border-bottom:1px solid #cddbd9;color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.07em}
.researcher-dialog__head button{width:34px;height:34px;border:0;border-radius:0;background:transparent;color:#183640;font-size:29px;line-height:1;cursor:pointer}.researcher-dialog__head button:hover,.researcher-dialog__head button:focus-visible{background:#e8f0ef;outline:none}
.researcher-dialog__body{display:grid;grid-template-columns:120px minmax(0,1fr);gap:28px;padding:30px}
.researcher-dialog__monogram{display:grid;place-items:center;min-height:140px;background:#203d49;color:#fff;font-size:50px;font-weight:780}
.researcher-dialog__monogram.is-teal{background:#146775}.researcher-dialog__monogram.is-gold{background:#9a773c}.researcher-dialog__monogram.is-slate{background:#59727a}
.researcher-dialog__body p{margin:0;color:#0e6071;font-size:13px;font-weight:760}.researcher-dialog__body h2{margin:7px 0 22px;color:#18313b;font-size:30px;font-weight:780;letter-spacing:0}
.researcher-dialog dl{margin:0;border-top:1px solid #cfdcda}.researcher-dialog dl>div{padding:11px 0;border-bottom:1px solid #dce5e4}.researcher-dialog dt{margin-bottom:4px;color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.05em}.researcher-dialog dd{margin:0;color:#4d6269;font-size:14px;line-height:1.6}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:1050px){
  .organization-overview__grid{gap:42px}
  .organization-system__flow li{padding:24px 18px}
  .researcher-profile{grid-template-columns:110px minmax(0,1fr);gap:18px;padding-right:20px}
  .researcher-profile:nth-child(even){padding-left:20px}
}
@media(max-width:760px){
  .organization-overview{padding:58px 0}.organization-overview__grid{grid-template-columns:1fr;gap:33px}.organization-overview__visual{min-height:0;order:-1}
  .organization-overview__facts{grid-template-columns:1fr}.organization-overview__facts>div+div{border-top:1px solid #d5e0df;border-left:0}
  .organization-system{padding:58px 0}.organization-section-head{display:block;margin-bottom:30px}.organization-section-head>p{margin-top:14px}
  .organization-system__flow{grid-template-columns:1fr}.organization-system__flow li{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:16px;min-height:0;padding:20px 0}.organization-system__flow li+li{border-top:1px solid #cdd9d8;border-left:0}.organization-system__flow span{grid-row:1 / span 2}.organization-system__flow strong{margin:0;font-size:19px}.organization-system__flow p{grid-column:2;margin-top:7px}
  .organization-directory{padding-top:62px!important;padding-bottom:74px!important}.organization-directory__tools{display:grid;grid-template-columns:1fr;gap:12px}.organization-directory__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.organization-directory__tabs button{min-width:0;padding:0 8px;font-size:12px}.organization-directory__search{width:100%}.organization-directory__meta{align-items:flex-start;flex-direction:column;gap:6px}
  .organization-directory__list{grid-template-columns:1fr}.researcher-profile,.researcher-profile:nth-child(even){grid-template-columns:102px minmax(0,1fr);gap:17px;padding:24px 0;border-left:0}.researcher-profile__portrait{min-height:146px}.researcher-profile__portrait span{font-size:44px}.researcher-profile__label{font-size:9px}.researcher-profile h3{margin:10px 0 15px;font-size:24px}.researcher-profile h3 small{font-size:14px}.researcher-profile dd{font-size:12px}
  .researcher-dialog__body{grid-template-columns:1fr;padding:24px;gap:18px}.researcher-dialog__monogram{min-height:100px}.researcher-dialog__body h2{margin-bottom:16px}
}

/* Public beta release safety surfaces. */
[hidden]{display:none!important}
body[data-public-release-restricted] #main{display:none}
body[data-public-release-restricted].release-status-ready #main{display:block}
.release-status{display:grid;min-height:calc(100vh - 220px);place-items:center;padding:96px 0;background:#f4f7f7}
.release-status__inner{max-width:760px;padding:50px;border-top:2px solid #183843;background:#fff;box-shadow:0 18px 45px rgba(20,45,52,.08)}
.release-status__inner h1{margin:14px 0;color:#183843;font-size:clamp(32px,4vw,50px);font-weight:760;letter-spacing:0;line-height:1.2}
.release-status__inner>p{max-width:610px;margin:0;color:#50646d;font-size:17px;line-height:1.8}
.release-status__contacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:31px 0}
.release-status__contacts a{display:flex;flex-direction:column;gap:7px;min-width:0;padding:18px;border:1px solid #cbd8d7;background:#fbfcfc;color:#1d3841;text-decoration:none}
.release-status__contacts a:hover,.release-status__contacts a:focus-visible{border-color:#0e6071;background:#edf5f4;outline:none}
.release-status__contacts span{color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.07em}.release-status__contacts strong{overflow-wrap:anywhere;font-size:16px;letter-spacing:0}
.b2b-contact-fallback{align-self:start;padding:34px;border:1px solid #ccd9d8;border-top:2px solid #1b3b45;background:#fff}
.b2b-contact-fallback h3{margin:14px 0 10px;color:#1b3741;font-size:28px;letter-spacing:0}.b2b-contact-fallback p{margin:0;color:#576a70;font-size:15px;line-height:1.75}
.b2b-contact-fallback__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.b2b-contact-fallback__actions .btn{min-width:0;overflow-wrap:anywhere}
.member-service-loading,.member-service-unavailable{padding:36px;border-top:2px solid #1b3b45;background:#f4f8f8;color:#52666e;line-height:1.7}
.member-service-unavailable h2{margin:12px 0;color:#193842;font-size:30px;letter-spacing:0}.member-service-unavailable p{max-width:660px;margin:0;color:#586b71}.member-service-unavailable .member-state-actions{margin-top:25px}

/* Approved-member service workspace.  Data is rendered only after the API
   validates the signed member session; these layouts contain no seeded user data. */
.member-service-hero{padding:84px 0 76px;background:#103745;color:#fff}.member-service-hero--compact{padding:65px 0 54px;background:#eef5f4;color:#183640;border-bottom:1px solid #cedcda}.member-service-hero .section-kicker{display:block;color:#b9d9d3}.member-service-hero--compact .section-kicker{color:#0e6071}.member-service-hero h1{max-width:850px;margin:13px 0 15px;font-size:clamp(34px,4vw,58px);line-height:1.15;letter-spacing:0}.member-service-hero p{max-width:720px;margin:0;color:#d9e7e5;font-size:17px;line-height:1.8}.member-service-hero--compact p{color:#566d72}.member-service-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.member-service-actions .btn.text{border:1px solid rgba(255,255,255,.35);background:transparent;color:inherit}.member-service-hero--compact .member-service-actions .btn.text{border-color:#aabfbc}.member-service-section{background:#fff}.member-service-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid #d8e4e2}.member-service-toolbar p{margin:0;color:#5d7378;line-height:1.65}.member-course-grid,.member-credential-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.member-course-card,.member-credential-card,.member-learning-card,.member-payment-summary,.member-payment-form,.member-status-panel,.member-empty-state{border:1px solid #d4e0de;background:#fff}.member-course-card{display:flex;flex-direction:column;min-height:100%;padding:26px}.member-course-card>span,.member-credential-card>span{color:#0e6071;font-size:11px;font-weight:800;letter-spacing:.07em}.member-course-card h2,.member-credential-card h2{margin:12px 0 9px;color:#183640;font-size:23px;line-height:1.35;letter-spacing:0}.member-course-card p,.member-credential-card p{margin:0;color:#5b7075;line-height:1.7}.member-course-card dl,.member-credential-card dl,.member-payment-summary dl,.member-course-detail dl{margin:22px 0 0}.member-course-card dl>div,.member-credential-card dl>div,.member-payment-summary dl>div,.member-course-detail dl>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:10px 0;border-top:1px solid #e2ebea}.member-course-card dt,.member-credential-card dt,.member-payment-summary dt,.member-course-detail dt{color:#6a7f83;font-size:12px}.member-course-card dd,.member-credential-card dd,.member-payment-summary dd,.member-course-detail dd{margin:0;color:#21414a;font-size:13px;line-height:1.5}.member-course-card .member-service-actions{margin-top:auto;padding-top:23px}.member-course-card .btn{flex:1;justify-content:center}.member-course-detail{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:20px}.member-course-detail>article{padding:30px;border:1px solid #d4e0de;background:#fff}.member-course-detail h2{margin:13px 0;color:#183640;font-size:28px;letter-spacing:0}.member-curriculum{display:grid;gap:0;margin:20px 0 0;padding:0;list-style:none;border-top:1px solid #dbe6e5}.member-curriculum li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px 0;border-bottom:1px solid #dbe6e5;color:#365159;line-height:1.55}.member-curriculum b{color:#0e6071}.member-payment-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:22px;align-items:start}.member-payment-summary,.member-payment-form{padding:30px}.member-payment-summary h2{margin:12px 0;color:#183640;font-size:28px;line-height:1.3;letter-spacing:0}.member-payment-summary p{color:#60757a;line-height:1.65}.member-payment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.member-payment-form label{margin:0 0 16px;color:#24434b;font-size:14px}.member-payment-form label:nth-of-type(4),.member-payment-form .member-payment-note,.member-payment-form .member-notice,.member-payment-form button{grid-column:1/-1}.member-payment-note{margin:2px 0 16px;padding:13px;border-left:2px solid #bc903e;background:#f9f4ea;color:#715b2d;font-size:13px;line-height:1.6}.member-payment-form textarea{min-height:115px}.member-learning-stack{display:grid;gap:18px}.member-learning-card{padding:25px}.member-learning-card__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.45fr);gap:28px;align-items:center}.member-learning-card h2{margin:10px 0 6px;color:#183640;font-size:25px;letter-spacing:0}.member-learning-card p{margin:0;color:#5d7378}.member-progress{height:8px;overflow:hidden;border-radius:999px;background:#e6efee}.member-progress i{display:block;height:100%;border-radius:inherit;background:#0e6071}.member-lesson-list{display:grid;gap:0;margin:25px 0 0;padding:0;border-top:1px solid #dbe6e5;list-style:none}.member-lesson-list li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #dbe6e5;color:#365159;line-height:1.55}.member-lesson-list span{display:flex;gap:12px;align-items:flex-start}.member-lesson-list b{color:#0e6071;font-size:13px}.member-lesson-list .btn{min-width:94px;padding:9px 11px;font-size:13px}.member-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.member-dashboard-grid a{display:grid;gap:8px;padding:26px;border:1px solid #d4e0de;background:#f9fbfb;color:#183640;text-decoration:none}.member-dashboard-grid a:hover,.member-dashboard-grid a:focus-visible{border-color:#0e6071;background:#f3f9f8;outline:none}.member-dashboard-grid span{color:#61777b;font-size:13px}.member-dashboard-grid strong{font-size:38px;line-height:1;color:#0e6071}.member-dashboard-grid small{color:#5b7075}.member-status-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding:27px}.member-status-panel h2{margin:9px 0;color:#183640;font-size:25px;letter-spacing:0}.member-status-panel p{margin:0;color:#5b7075;line-height:1.65}.member-empty-state{display:grid;justify-items:start;gap:12px;padding:38px;background:#f8fbfa}.member-empty-state h2{margin:0;color:#183640;font-size:25px;letter-spacing:0}.member-empty-state p{margin:0;color:#60757a;line-height:1.7}.member-empty-state .member-service-actions{margin-top:0}

@media(max-width:760px){
  .creator-course-application-unavailable{padding:24px 18px}
  .release-status{min-height:calc(100vh - 150px);padding:48px 0}.release-status__inner{padding:32px 24px}
  .release-status__contacts{grid-template-columns:1fr}.public-release .premium-service-nav .container,.public-release .premium-capability-grid{grid-template-columns:1fr}
  .b2b-contact-fallback{padding:27px 21px}.b2b-contact-fallback h3{font-size:24px}
  .member-service-hero{padding:58px 0}.member-service-hero--compact{padding:48px 0}.member-service-hero h1{font-size:36px}.member-service-hero p{font-size:15px}.member-service-toolbar{align-items:flex-start;flex-direction:column}.member-course-grid,.member-credential-grid,.member-dashboard-grid,.member-course-detail,.member-payment-layout{grid-template-columns:1fr}.member-course-card,.member-credential-card,.member-payment-summary,.member-payment-form,.member-course-detail>article,.member-learning-card,.member-status-panel{padding:22px}.member-payment-form{grid-template-columns:1fr}.member-learning-card__head{grid-template-columns:1fr;gap:14px}.member-lesson-list li{align-items:flex-start;flex-direction:column}.member-status-panel{align-items:flex-start;flex-direction:column}.member-dashboard-grid strong{font-size:32px}
}

/* Official Since 1989 identity: a larger, consistent mark on every header. */
.header{height:92px}
.header-in{height:92px;min-height:92px}
.brand-logo{min-width:280px!important}
.brand-logo img{
  width:auto!important;
  height:64px!important;
  max-width:360px!important;
  max-height:64px!important;
  object-fit:contain!important;
  object-position:left center;
}
@media(max-width:1050px){
  .header{height:82px}
  .header-in{height:82px;min-height:82px}
  .brand-logo{min-width:235px!important}
  .brand-logo img{height:54px!important;max-width:300px!important;max-height:54px!important}
}
@media(max-width:640px){
  .header{height:76px}
  .header-in{height:76px;min-height:76px}
  .brand-logo{min-width:0!important}
  .brand-logo img{height:48px!important;max-width:245px!important;max-height:48px!important}
  body.institute-ui .mobile-drawer-brand img{height:44px!important;max-height:44px!important;max-width:210px}
}

/* CMS-managed course details share one clear template; the AI creator campaign keeps its own conversion layout. */
body.course-detail-page--standard main{padding-bottom:0}
html.course-detail-generic-pending body.course-detail-page main,html.course-detail-generic-pending .creator-course-sticky{visibility:hidden}
.course-detail-generic__hero{position:relative;display:grid;min-height:390px;overflow:hidden;background:#173b47;color:#fff}
.course-detail-generic__hero>img,.course-detail-generic__hero-placeholder,.course-detail-generic__hero-shade{position:absolute;inset:0;width:100%;height:100%}
.course-detail-generic__hero>img{object-fit:cover;object-position:center}
.course-detail-generic__hero-placeholder{background:#173b47}
.course-detail-generic__hero-shade{background:rgba(10,34,43,.58)}
.course-detail-generic__hero-content{position:relative;z-index:1;align-self:center;padding-top:56px;padding-bottom:56px}
.course-detail-generic__eyebrow,.course-detail-generic__intro>span,.course-detail-generic__cta>span,.course-detail-generic__section-head>span{display:block;margin:0 0 12px;color:#b9ddd7;font-size:11px;font-weight:800;letter-spacing:.08em}
.course-detail-generic__status{display:inline-flex;min-height:27px;align-items:center;padding:0 9px;border:1px solid rgba(255,255,255,.66);font-size:11px;font-weight:800}
.course-detail-generic__hero h1{max-width:780px;margin:12px 0;color:#fff;font-size:clamp(35px,4vw,54px);font-weight:760;line-height:1.16;letter-spacing:0}
.course-detail-generic__hero h1+p{max-width:650px;margin:0;color:#edf4f3;font-size:17px;line-height:1.75}
.course-detail-generic__body{padding:0 0 100px;background:#fff}
.course-detail-generic__meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;border-right:1px solid #d2dfde;border-bottom:1px solid #d2dfde;border-left:1px solid #d2dfde}
.course-detail-generic__meta>div{min-width:0;padding:25px 22px;border-right:1px solid #d2dfde}.course-detail-generic__meta>div:last-child{border-right:0}
.course-detail-generic__meta dt{margin:0 0 8px;color:#6b7d82;font-size:12px;font-weight:700}.course-detail-generic__meta dd{margin:0;color:#1d3741;font-size:15px;font-weight:760;line-height:1.5}
.course-detail-generic__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(275px,.4fr);gap:64px;align-items:start;padding:86px 0;border-bottom:1px solid #d6e1df}
.course-detail-generic__intro h2,.course-detail-generic__cta h2,.course-detail-generic__section-head h2{margin:0;color:#183640;font-size:clamp(29px,3vw,42px);font-weight:760;line-height:1.25;letter-spacing:0}
.course-detail-generic__intro>span,.course-detail-generic__section-head>span{color:#0f6172}.course-detail-generic__intro p{max-width:710px;margin:23px 0 0;color:#576c73;font-size:16px;line-height:1.85}.course-detail-generic__intro p+p{margin-top:13px}
.course-detail-generic__cta{padding:30px;border-top:2px solid #183b46;background:#eff6f5}.course-detail-generic__cta>span{color:#0f6172}.course-detail-generic__cta h2{font-size:27px}.course-detail-generic__cta p{margin:14px 0 24px;color:#5b7075;font-size:14px;line-height:1.75}.course-detail-generic__cta .btn{width:100%;justify-content:center}
.course-detail-generic__curriculum{padding:84px 0 0}.course-detail-generic__section-head{margin-bottom:35px}.course-detail-generic__curriculum ol{margin:0;padding:0;border-top:1px solid #bfcfcd;list-style:none}.course-detail-generic__curriculum li{display:grid;grid-template-columns:92px minmax(0,1fr);gap:28px;padding:24px 8px;border-bottom:1px solid #d5e0df;color:#324b54;font-size:18px;font-weight:700;line-height:1.5}.course-detail-generic__curriculum li b{color:#0f6172;font-size:13px;letter-spacing:.08em}.course-detail-generic__notice{margin:0;padding:25px 0;border-top:1px solid #bfcfcd;border-bottom:1px solid #d5e0df;color:#5c7076;line-height:1.7}
.course-detail-generic__empty{display:grid;min-height:calc(100vh - 220px);align-items:center;padding:90px 0;background:#f2f7f6}.course-detail-generic__empty .container{padding-top:44px;padding-bottom:44px;border-top:2px solid #183b46}.course-detail-generic__empty span{display:block;color:#0f6172;font-size:11px;font-weight:800;letter-spacing:.08em}.course-detail-generic__empty h1{margin:14px 0;color:#193741;font-size:clamp(32px,4vw,50px);letter-spacing:0}.course-detail-generic__empty p{max-width:580px;margin:0;color:#5c7076;line-height:1.75}.course-detail-generic__empty .btn{margin-top:26px}
@media(max-width:900px){.course-detail-generic__meta{grid-template-columns:1fr 1fr}.course-detail-generic__meta>div:nth-child(2){border-right:0}.course-detail-generic__meta>div:nth-child(n+3){border-top:1px solid #d2dfde}.course-detail-generic__layout{grid-template-columns:1fr;gap:38px}.course-detail-generic__cta{max-width:560px}}
@media(max-width:700px){.course-detail-generic__hero{min-height:330px}.course-detail-generic__hero-content{padding-top:42px;padding-bottom:42px}.course-detail-generic__hero h1{font-size:34px}.course-detail-generic__hero h1+p{font-size:15px}.course-detail-generic__meta{grid-template-columns:1fr}.course-detail-generic__meta>div,.course-detail-generic__meta>div:nth-child(2){border-right:0}.course-detail-generic__meta>div+div{border-top:1px solid #d2dfde}.course-detail-generic__layout{gap:32px;padding:58px 0}.course-detail-generic__intro p{margin-top:18px;font-size:15px}.course-detail-generic__cta{padding:24px}.course-detail-generic__curriculum{padding-top:58px}.course-detail-generic__curriculum li{grid-template-columns:56px minmax(0,1fr);gap:12px;padding:20px 0;font-size:16px}.course-detail-generic__empty{min-height:calc(100vh - 170px);padding:56px 0}}

/* ESG report course campaign: native, accessible information design based on the course brief. */
body.course-detail-page--esg{background:#fff}
body.course-detail-page--esg .creator-course-hero{min-height:586px;background:#123d38}
.esg-course-hero .creator-course-hero__shade{background:rgba(8,35,31,.66)}
.esg-course-hero .creator-course-hero__media img{object-position:center}
.esg-course-hero .creator-course-hero__status--closing{border-color:#9edabe;background:#08744d;box-shadow:none}
.esg-course-hero__round{display:inline-flex;min-height:31px;align-items:center;margin:12px 0 0;padding:0 10px;border:1px solid rgba(205,244,224,.72);color:#e4f5e9;font-size:13px;font-weight:760}
.esg-course-hero h1{max-width:680px;margin-top:9px;font-size:clamp(46px,4.6vw,64px);line-height:1.06}
.esg-course-hero .creator-course-hero__lead{color:#f2fbf6}
.esg-course-hero .creator-course-hero__proof p strong:first-child{color:#d4f6d8}
.esg-course-anchor-nav a:hover,.esg-course-anchor-nav a:focus-visible{background:#eff8f2;color:#08744d}
.esg-course-facts strong{color:#183c35}
.esg-course-section-head>span{color:#08744d}
.esg-course-challenges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #b9cbc3;border-left:1px solid #c6d5cf}
.esg-course-challenges article{min-width:0;min-height:245px;padding:29px 26px;border-right:1px solid #c6d5cf;border-bottom:1px solid #c6d5cf}
.esg-course-challenges span{display:block;color:#08744d;font-size:12px;font-weight:800;letter-spacing:.08em}
.esg-course-challenges h3{margin:38px 0 11px;color:#14332e;font-size:22px;font-weight:760;line-height:1.35;letter-spacing:0}
.esg-course-challenges p{margin:0;color:#5c716a;font-size:14px;line-height:1.7}
.esg-course-statement{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:22px;padding:27px 30px;border-left:4px solid #08744d;background:#0d714d;color:#fff}
.esg-course-statement strong{font-size:22px;font-weight:760;line-height:1.42;letter-spacing:0}
.esg-course-statement span{max-width:290px;color:#dff4e6;font-size:14px;line-height:1.6}
.esg-course-curriculum{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #c1d1cb;border-left:1px solid #cbdad4;background:#fff}
.esg-course-curriculum article{display:grid;grid-template-columns:54px minmax(0,1fr);gap:21px;min-height:154px;padding:24px;border-right:1px solid #cbdad4;border-bottom:1px solid #cbdad4}
.esg-course-curriculum b{color:#08744d;font-size:12px;font-weight:800;letter-spacing:.08em}
.esg-course-curriculum h3{margin:0;color:#153630;font-size:21px;font-weight:760;line-height:1.35;letter-spacing:0}
.esg-course-curriculum p{margin:8px 0 0;color:#62766f;font-size:14px;line-height:1.65}
.esg-course-curriculum-note{margin:22px 0 0;padding:21px 25px;border-top:1px solid #b9cfc4;border-bottom:1px solid #b9cfc4;color:#166347;font-size:17px;font-weight:720;line-height:1.55}
.esg-course-path{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:15px;align-items:stretch;border-top:1px solid #b9cbc4;border-bottom:1px solid #cbd9d3}
.esg-course-path article{padding:28px 19px;background:#fff}
.esg-course-path article+div{display:grid;place-items:center;color:#08744d;font-size:22px;font-weight:720}
.esg-course-path span,.esg-course-path strong{display:block}.esg-course-path span{color:#08744d;font-size:11px;font-weight:800;letter-spacing:.08em}.esg-course-path strong{margin-top:33px;color:#173731;font-size:20px;font-weight:760;line-height:1.35}.esg-course-path p{margin:8px 0 0;color:#60746d;font-size:14px;line-height:1.55}
.esg-course-format-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;border-top:1px solid #c3d2cc;border-left:1px solid #cedbd6}
.esg-course-format-grid article{min-width:0;padding:25px 22px;border-right:1px solid #cedbd6;border-bottom:1px solid #cedbd6}
.esg-course-format-grid span{display:block;color:#08744d;font-size:12px;font-weight:800}.esg-course-format-grid h3{margin:24px 0 8px;color:#183a33;font-size:18px;font-weight:760;line-height:1.45;letter-spacing:0}.esg-course-format-grid p{margin:0;color:#63766f;font-size:13px;line-height:1.7}
.esg-course-schedule-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:end}.esg-course-schedule-grid .creator-course-section-head{margin-bottom:0}
.esg-course-schedule-list{margin:0;border-top:1px solid #aac6ba}.esg-course-schedule-list>div{display:grid;grid-template-columns:105px minmax(0,1fr);gap:20px;padding:23px 4px;border-bottom:1px solid #cadad4}.esg-course-schedule-list dt{color:#08744d;font-size:13px;font-weight:800}.esg-course-schedule-list dd{margin:0;color:#163831;font-size:18px;font-weight:730;line-height:1.5}
.esg-course-completion{align-items:center}.esg-course-benefit-list{border-top:1px solid #b9cfc4}.esg-course-benefit-list article{padding:26px 0;border-bottom:1px solid #cad9d3}.esg-course-benefit-list span,.esg-course-benefit-list strong{display:block}.esg-course-benefit-list span{color:#08744d;font-size:12px;font-weight:800}.esg-course-benefit-list strong{margin-top:11px;color:#173b33;font-size:25px;font-weight:760;line-height:1.35;letter-spacing:0}.esg-course-benefit-list p{margin:9px 0 0;color:#61766e;font-size:14px;line-height:1.65}
.esg-course-price-section{background:#f5f9f6}.esg-course-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.esg-course-price{min-width:0;padding:33px;border:1px solid #c3d4cd;background:#fff}.esg-course-price--primary{border-color:#08744d;border-top-width:3px}.esg-course-price>span{display:block;color:#08744d;font-size:12px;font-weight:800;letter-spacing:.06em}.esg-course-price h3{margin:26px 0 10px;color:#153830;font-size:25px;font-weight:760;line-height:1.35;letter-spacing:0}.esg-course-price p{min-height:44px;margin:0;color:#63776f;font-size:14px;line-height:1.65}.esg-course-price>div{display:flex;align-items:baseline;gap:12px;margin-top:30px;padding-top:21px;border-top:1px solid #d1ded8}.esg-course-price del{color:#8a9792;font-size:14px}.esg-course-price strong{color:#08744d;font-size:30px;font-weight:800;letter-spacing:0}.esg-course-price--primary strong{color:#b54a2f}
.esg-course-apply{background:#104136}.esg-course-apply .creator-course-form input:not([type="radio"]):not([type="checkbox"]):focus,.esg-course-apply .creator-course-form select:focus,.esg-course-apply .creator-course-form textarea:focus{border-color:#08744d;box-shadow:0 0 0 3px rgba(8,116,77,.13)}
.esg-course-apply .creator-course-options input{accent-color:#08744d}.esg-course-apply .creator-course-options label:has(input:checked){border-color:#08744d;background:#eff8f2}.esg-course-apply .creator-course-options strong,.esg-course-apply .creator-course-form__estimate strong,.esg-course-apply .creator-course-form__seat-note strong{color:#08744d}.esg-course-apply .creator-course-submit{border-color:#08744d;background:#08744d}.esg-course-apply .creator-course-submit:hover,.esg-course-apply .creator-course-submit:focus-visible{border-color:#123f38;background:#123f38}.esg-course-sticky{background:rgba(16,65,54,.97)}
@media(max-width:1050px){.esg-course-challenges{grid-template-columns:repeat(2,minmax(0,1fr))}.esg-course-format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.esg-course-schedule-grid{grid-template-columns:1fr;gap:38px}.esg-course-schedule-grid .creator-course-section-head{margin-bottom:0}}
@media(max-width:700px){body.course-detail-page--esg .creator-course-hero{min-height:540px}.esg-course-hero h1{font-size:39px}.esg-course-hero__round{min-height:28px;font-size:12px}.esg-course-challenges{grid-template-columns:1fr}.esg-course-challenges article{min-height:0;padding:24px 20px}.esg-course-challenges h3{margin-top:20px;font-size:20px}.esg-course-statement{display:grid;gap:12px;padding:24px}.esg-course-statement strong{font-size:19px}.esg-course-statement span{max-width:none}.esg-course-curriculum{grid-template-columns:1fr}.esg-course-curriculum article{grid-template-columns:43px minmax(0,1fr);gap:13px;min-height:0;padding:21px 17px}.esg-course-curriculum h3{font-size:19px}.esg-course-path{grid-template-columns:1fr;gap:0}.esg-course-path article{padding:21px 18px;border-bottom:1px solid #d1ded8}.esg-course-path article+div{min-height:29px;font-size:17px}.esg-course-path strong{margin-top:17px;font-size:18px}.esg-course-format-grid{grid-template-columns:1fr}.esg-course-format-grid article{padding:22px 18px}.esg-course-format-grid h3{margin-top:15px}.esg-course-schedule-list>div{grid-template-columns:76px minmax(0,1fr);gap:13px;padding:18px 0}.esg-course-schedule-list dd{font-size:16px}.esg-course-benefit-list strong{font-size:21px}.esg-course-pricing{grid-template-columns:1fr}.esg-course-price{padding:25px 21px}.esg-course-price h3{margin-top:18px;font-size:21px}.esg-course-price p{min-height:0}.esg-course-price>div{margin-top:20px}.esg-course-price strong{font-size:27px}}
