:root{
  --navy:#0d2742;
  --navy-2:#102f50;
  --burgundy:#a7003c;
  --burgundy-dark:#7e002e;
  --ink:#17243a;
  --muted:#657286;
  --line:#e4e8ed;
  --soft:#f6f7f8;
  --white:#fff;
  --radius:18px;
  --shadow:0 18px 45px rgba(16,39,66,.08);
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #edf0f4;backdrop-filter:blur(12px)}
.header-inner{height:78px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:26px}
.brand img{width:185px;height:auto;max-height:48px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px;font-weight:700;color:#22324a}
.main-nav a{position:relative;padding:29px 0 25px}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--burgundy);transition:.2s}
.main-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;white-space:nowrap}
.lang.muted{color:#6d7888}.lang-sep{color:#c6ccd3}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;width:23px;height:2px;background:var(--navy);margin:5px 0}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:5px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(15,39,66,.12)}
.btn-primary{background:linear-gradient(135deg,var(--burgundy),var(--burgundy-dark));color:white}
.btn-outline{background:white;border-color:#cbd1d8;color:var(--navy)}
.btn-small{min-height:42px;padding:0 18px;font-size:13px}
.btn-ghost{color:#fff;border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.04)}
.text-link{color:var(--burgundy);font-weight:800;font-size:13px;white-space:nowrap}
.circle-arrow{width:36px;height:36px;border:1px solid rgba(167,0,60,.35);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--burgundy);font-weight:900;flex:0 0 36px;background:#fff}
.badge{display:inline-flex;background:var(--burgundy);color:white;font-size:10px;font-weight:900;letter-spacing:.05em;padding:7px 10px;border-radius:4px}
.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:900;color:var(--burgundy)}

.hero{position:relative;min-height:420px;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 39%,rgba(255,255,255,.97) 46%,rgba(255,255,255,.15) 72%,rgba(255,255,255,.04) 100%)}
.hero-visual{position:absolute;inset:0 0 0 25%;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 7%,rgba(255,255,255,.72) 18%,rgba(255,255,255,.18) 31%,rgba(255,255,255,0) 45%),url('../img/hero/hero-v013.jpg');background-size:cover;background-position:center 50%}
.hero-inner{position:relative;z-index:2;min-height:420px;display:grid;grid-template-columns:50% 1fr;align-items:center}
.hero-copy{padding:46px 0 42px;max-width:610px}
.hero h1,.section h2,.weps-copy h2,.thinkdo-intro h2,.placeholder-hero h1{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-weight:700;letter-spacing:-.025em}
.hero h1{font-size:clamp(44px,4.4vw,67px);line-height:.98;margin:14px 0 18px}
.hero-copy p{font-size:17px;color:#536176;max-width:560px;margin:0 0 24px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-side-note{position:absolute;right:8px;top:70px;display:flex;flex-direction:column;align-items:flex-start;color:#29425f;font-size:10px;letter-spacing:.13em;font-weight:800;line-height:1.65}
.hero-side-note i{display:block;width:38px;height:2px;background:var(--burgundy);margin:16px 0 26px}
.hero-side-note strong{font-size:10px;letter-spacing:.11em;line-height:1.55}

.stats{border-top:1px solid #eef1f4;border-bottom:1px solid #e7eaee;background:#fff}
.stats-grid{min-height:84px;display:grid;grid-template-columns:repeat(4,1fr)}
.stat-item{display:flex;align-items:center;justify-content:center;gap:15px;position:relative}
.stat-item:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:38px;background:#d9dde2}
.stat-item img{width:42px;height:42px;object-fit:contain}
.stat-item strong{display:block;color:var(--navy);font-size:24px;line-height:1;font-family:Georgia,'Times New Roman',serif}
.stat-item span{display:block;color:#667487;font-size:12px;margin-top:3px}

.section{padding:34px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.section-head.compact{align-items:center}
.section-head>div{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}
.section-head h2{font-size:32px;line-height:1;margin:0}
.section-head p{margin:0;color:#758093;font-size:12px}

.course-layout{display:grid;grid-template-columns:1fr 1fr .72fr;gap:14px;align-items:stretch}
.course-card{position:relative;overflow:hidden;border:1px solid #e4e7eb;border-radius:8px;background:#fff;min-height:330px;box-shadow:0 5px 18px rgba(16,39,66,.03)}
.course-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.course-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 42%,rgba(255,255,255,.25) 67%,rgba(255,255,255,0) 100%)}
.course-content{position:relative;z-index:2;width:58%;padding:20px 18px 62px}
.course-content h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:31px;line-height:1.03;margin:18px 0 12px}
.course-content p{font-size:14px;color:#526078;margin:0 0 30px}
.course-content>a{color:var(--burgundy);font-weight:900;font-size:13px}
.course-features{position:absolute;left:0;right:0;bottom:0;z-index:3;min-height:48px;background:rgba(255,255,255,.96);border-top:1px solid #e5e8ec;display:flex;align-items:center;gap:17px;padding:8px 15px;color:#586880;font-size:10px;font-weight:700}
.course-features span{position:relative;padding-left:15px}.course-features span:before{content:"✓";position:absolute;left:0;color:var(--navy)}
.course-side-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.mini-course{border-radius:8px;border:1px solid #e4e7eb;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;min-height:158px;overflow:hidden;position:relative;background-size:cover;background-position:center}
.mini-course:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 53%,rgba(255,255,255,.2) 100%)}
.mini-course>div,.mini-course>.circle-arrow{position:relative;z-index:2}
.mini-course h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:20px;line-height:1.08;margin:12px 0 0;max-width:180px}
.mini-course.sustainability{background-image:url('../img/courses/sustainability-v013.jpg');background-position:right center}
.mini-course.ai{background-image:url('../img/courses/ai-v013.jpg');background-position:right center}

.columns-section{padding-top:6px}
.columns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.column-card{border:1px solid #e4e7eb;border-radius:7px;display:grid;grid-template-columns:94px 1fr auto;align-items:stretch;min-height:120px;overflow:hidden;background:#fff}
.column-card>img{width:94px;height:100%;object-fit:cover}
.column-copy{padding:15px 10px}
.column-copy h3{font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:17px;line-height:1.13;margin:0 0 11px}
.column-copy strong{display:block;font-size:11px;color:#223852;margin-bottom:8px}
.column-meta{display:flex;gap:6px;color:#8a94a2;font-size:9px}
.column-card>.circle-arrow{align-self:center;margin-right:12px;width:30px;height:30px;flex-basis:30px}

.weps-section{margin-top:14px;background:linear-gradient(90deg,#fff 0%,#fdfbfb 55%,#f2eef0 100%);border-top:1px solid #eceff2;border-bottom:1px solid #eceff2}
.weps-grid{min-height:280px;display:grid;grid-template-columns:1.48fr .68fr 1fr;align-items:center;gap:24px;position:relative}
.weps-copy{padding:36px 0}
.weps-copy h2{font-size:32px;line-height:1.04;margin:10px 0 12px}
.weps-copy p{color:#637083;font-size:13px;max-width:470px;margin:0 0 16px}
.weps-mark{border-left:1px solid #d5d9de;padding-left:26px}
.weps-mark img{max-width:240px;max-height:170px;object-fit:contain;object-position:left center}
.weps-photo{align-self:stretch;background-image:linear-gradient(90deg,#f8f5f5 0%,rgba(248,245,245,.05) 34%),url('../img/hero/weps-photo.jpg');background-size:cover;background-position:center;border-radius:0 0 0 60px;min-height:280px}

.thinkdo-section{background:linear-gradient(120deg,#102b47,#0c2137 66%,#183652);color:#fff}
.thinkdo-grid{min-height:180px;display:grid;grid-template-columns:1.6fr repeat(3,.72fr);align-items:center;gap:0}
.thinkdo-intro{padding:25px 28px 25px 0}
.eyebrow.light{color:#c9d5e0}
.thinkdo-intro h2{color:#fff;font-size:36px;margin:4px 0 8px}
.thinkdo-intro p{font-size:13px;color:#d9e2eb;margin:0 0 14px}
.thinkdo-step{min-height:112px;border-left:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:12px 18px}
.thinkdo-step img{width:44px;height:44px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96;margin-bottom:7px}
.thinkdo-step strong{font-family:Georgia,'Times New Roman',serif;font-size:16px;margin-bottom:4px}
.thinkdo-step span{font-size:9px;color:#d2dce6;max-width:150px}

.experts-section{padding-bottom:18px}
.experts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.expert-card{display:grid;grid-template-columns:76px 1fr auto;align-items:center;border:1px solid #e3e7eb;border-radius:7px;overflow:hidden;min-height:82px;background:#fff}
.expert-card>img{width:76px;height:82px;object-fit:cover}
.expert-card>div{padding:8px 10px}
.expert-card strong{display:block;font-family:Georgia,'Times New Roman',serif;color:var(--navy);font-size:14px;line-height:1.15}
.expert-card>div span{display:block;font-size:9px;color:#7e8998;margin-top:6px}
.expert-card>.circle-arrow{width:28px;height:28px;flex-basis:28px;margin-right:9px}

.projects-section{padding-top:0;padding-bottom:24px}
.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.project-card{display:grid;grid-template-columns:72px 1fr;align-items:center;min-height:82px;border:1px solid #e3e7eb;border-radius:7px;background:#fff;overflow:hidden}
.project-icon{height:100%;display:flex;align-items:center;justify-content:center;background:#f4f6f8;color:var(--burgundy);font-size:29px;font-family:Georgia,'Times New Roman',serif}
.project-icon img{width:100%;height:100%;max-height:none;object-fit:cover}
.project-card.eu .project-icon img{width:54px;height:auto;max-height:42px;object-fit:contain}
.project-card>div:last-child{padding:10px 11px}
.project-card strong{display:block;color:var(--navy);font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.15}
.project-card span{display:block;color:#7d8897;font-size:9px;margin-top:5px}

.site-footer{background:#0d2742;color:#fff;padding:34px 0 14px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr 1.4fr;gap:30px}
.footer-brand img{width:200px;filter:brightness(0) invert(1);opacity:.98}
.footer-brand p,.footer-grid p{color:#aebdcb;font-size:11px}
.footer-grid h3{font-size:12px;margin:0 0 10px;color:#fff}
.footer-grid>div>a{display:block;color:#b9c5d0;font-size:11px;margin:6px 0}
.footer-newsletter form{display:flex;gap:8px;margin-top:10px}
.footer-newsletter input{flex:1;min-width:0;border:0;border-radius:4px;padding:11px 12px}
.footer-newsletter button{border:0;border-radius:4px;background:var(--burgundy);color:#fff;font-weight:800;padding:0 18px}
.socials{display:flex;gap:11px;margin-top:17px}.socials a{display:block!important;margin:0!important}.socials img{width:19px;height:19px;object-fit:contain;filter:brightness(0) invert(1)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.13);padding-top:14px;margin-top:26px;color:#93a5b5;font-size:10px}

.placeholder-hero{padding:110px 0 130px;background:linear-gradient(135deg,#f8f8f9,#eef2f5)}
.placeholder-hero h1{font-size:58px;margin:12px 0}.placeholder-hero p{max-width:680px;color:#6d7787;margin-bottom:25px}

@media (max-width:1050px){
  :root{--container:min(100% - 32px,1000px)}
  .header-inner{grid-template-columns:180px 1fr auto;gap:14px}.brand img{width:165px}.main-nav{gap:14px;font-size:12px}.header-actions .lang,.header-actions .lang-sep{display:none}
  .hero-visual{left:32%}.hero-inner{grid-template-columns:58% 1fr}
  .course-layout{grid-template-columns:1fr 1fr}.course-side-stack{grid-column:1/-1;grid-template-columns:1fr 1fr;grid-template-rows:none}.mini-course{min-height:130px}
  .experts-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}
  .thinkdo-grid{grid-template-columns:1.35fr repeat(3,.72fr)}
}

@media (max-width:820px){
  .site-header{position:sticky}.header-inner{height:68px;grid-template-columns:1fr auto}.brand img{width:170px}.menu-toggle{display:block}.header-actions{display:none}
  .main-nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-top:1px solid #eee;box-shadow:0 12px 24px rgba(10,30,50,.08);padding:14px 20px;flex-direction:column;align-items:flex-start;gap:0}.main-nav.open{display:flex}.main-nav a{padding:12px 0;width:100%;border-bottom:1px solid #f0f2f4}.main-nav a:after{display:none}
  .hero{min-height:600px;background:#fff}.hero-visual{left:0;top:280px;height:320px;background-image:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.1) 28%),url('../img/hero/hero-v013.jpg');background-position:center 42%}.hero-inner{display:block;min-height:600px}.hero-copy{padding:38px 0 0;max-width:100%}.hero h1{font-size:46px}.hero-copy p{font-size:15px;max-width:520px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{min-height:78px}.stat-item:nth-child(2):after{display:none}.stat-item:nth-child(-n+2){border-bottom:1px solid #e9edf1}
  .section{padding:28px 0}.section-head{align-items:flex-start}.section-head>div{gap:7px}.section-head h2{font-size:29px}.section-head p{width:100%}
  .course-layout{grid-template-columns:1fr}.course-side-stack{grid-column:auto;grid-template-columns:1fr 1fr}.course-card{min-height:350px}
  .columns-grid{grid-template-columns:1fr}.column-card{min-height:112px}
  .weps-grid{grid-template-columns:1fr 1fr;gap:0}.weps-copy{grid-column:1/2;padding-right:20px}.weps-mark{grid-column:2/3}.weps-photo{grid-column:1/-1;min-height:230px;border-radius:0;margin-inline:-16px}
  .thinkdo-grid{grid-template-columns:1fr 1fr 1fr}.thinkdo-intro{grid-column:1/-1;padding-right:0}.thinkdo-step{border-top:1px solid rgba(255,255,255,.16)}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-newsletter{grid-column:1/-1}
}

@media (max-width:560px){
  :root{--container:calc(100% - 24px)}
  .brand img{width:155px}.hero{min-height:570px}.hero-visual{top:300px;height:270px}.hero-copy{padding-top:30px}.hero h1{font-size:38px;line-height:1.02}.eyebrow{font-size:9px}.hero-copy p{font-size:14px}.btn{min-height:45px;padding:0 16px;font-size:12px}.hero-actions{gap:8px}
  .stats-grid{min-height:auto}.stat-item{justify-content:flex-start;padding:0 15px;gap:10px}.stat-item img{width:34px;height:34px}.stat-item strong{font-size:21px}.stat-item span{font-size:10px}
  .section-head{margin-bottom:14px}.section-head h2{font-size:28px}.text-link{font-size:11px}.section-head p{font-size:10px}
  .course-card{min-height:400px}.course-shade{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.9) 45%,rgba(255,255,255,.1) 72%)}.course-content{width:100%;padding:17px 16px 60px}.course-content h3{font-size:27px;max-width:230px}.course-content p{max-width:230px}.course-features{gap:8px;justify-content:space-between;padding:8px 10px;font-size:8px}
  .course-side-stack{grid-template-columns:1fr}.mini-course{min-height:132px}
  .column-card{grid-template-columns:82px 1fr auto}.column-card>img{width:82px}.column-copy h3{font-size:15px}
  .weps-grid{display:block}.weps-copy{padding:28px 0 16px}.weps-copy h2{font-size:29px}.weps-mark{border-left:0;border-top:1px solid #ddd;padding:20px 0}.weps-mark img{max-width:220px}.weps-photo{margin-inline:-12px;min-height:190px}
  .thinkdo-grid{grid-template-columns:1fr}.thinkdo-intro{padding:24px 0}.thinkdo-step{border-left:0;min-height:94px;border-top:1px solid rgba(255,255,255,.17)}
  .experts-grid,.projects-grid{grid-template-columns:1fr}.expert-card{grid-template-columns:72px 1fr auto}.expert-card>img{width:72px;height:78px}
  .footer-grid{grid-template-columns:1fr}.footer-brand,.footer-newsletter{grid-column:auto}.footer-bottom{flex-direction:column}.footer-newsletter form{flex-direction:column}.footer-newsletter button{min-height:42px}
  .placeholder-hero{padding:80px 0}.placeholder-hero h1{font-size:42px}
}
