:root{--teal:#009c97;--teal-dark:#008884;--teal-light:#00b5ae;--header-bg:#0d4156;--slate:#1f4155;--white:#fff;--off-white:#f8f9fa;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-light:#6a6a6a;--border-light:#e2e8f0;--border-medium:#cbd5e0;--font-display:'DM Sans','Helvetica Neue',sans-serif;--font-body:'Source Serif 4',Georgia,serif;--font-ui:'DM Sans','Helvetica Neue',sans-serif;--content-width:740px;--full-width:1200px;--sidebar-width:230px;--gutter:2rem;--header-height:54px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);line-height:1.72}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15}
.site-header{background:var(--header-bg);padding:0 var(--gutter);position:sticky;top:0;z-index:100;box-shadow:0 1px 6px rgba(0,0,0,.2)}
.header-inner{max-width:var(--full-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}
.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.header-logo img{height:36px;width:auto}
.header-nav{display:flex;align-items:center;gap:.15rem;list-style:none}
.header-nav a{font-family:var(--font-ui);font-size:.8rem;font-weight:500;color:rgba(255,255,255,.72);text-decoration:none;padding:.4rem .65rem;border-radius:4px;transition:color .2s,background .2s}
.header-nav a:hover,.header-nav a.active{color:#fff;background:rgba(255,255,255,.1)}
.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem}
.nav-toggle span{display:block;width:22px;height:2px;background:#fff;margin:5px 0}
@media(max-width:900px){.nav-toggle{display:block}.header-nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--header-bg);flex-direction:column;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.2)}.header-nav.open{display:flex}.header-nav a{padding:.7rem 1rem;font-size:.95rem}}
.page-layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:calc(100vh - var(--header-height))}
@media(max-width:900px){.page-layout{grid-template-columns:1fr}.sidebar{display:none}}
.sidebar{background:var(--off-white);border-right:1px solid var(--border-light);padding:1.5rem 0;position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto}
.sidebar h4{font-family:var(--font-ui);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-light);padding:0 1.25rem;margin-bottom:.6rem}
.sidebar a{display:flex;align-items:baseline;gap:.5rem;font-family:var(--font-ui);font-size:.8rem;color:var(--text-secondary);text-decoration:none;padding:.4rem 1.25rem;line-height:1.35;transition:all .15s;border-left:3px solid transparent}
.sidebar a:hover{color:var(--teal);background:rgba(0,156,151,.04)}
.sidebar a.current{color:var(--teal);font-weight:600;background:rgba(0,156,151,.06);border-left-color:var(--teal)}
.sidebar .ch-num{font-weight:700;min-width:1.2em}
.main-content{padding:0;max-width:calc(var(--content-width) + 4rem)}
.chapter-header{padding:3rem var(--gutter) 2.5rem;border-bottom:3px solid var(--teal);margin-bottom:2.5rem}
.chapter-number{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.15em;display:block;margin-bottom:.4rem}
.chapter-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:var(--teal);line-height:1.08;letter-spacing:-.02em}
.chapter-body{padding:0 var(--gutter) 4rem}
.content p{margin-bottom:1.1rem;text-align:justify;hyphens:auto;-webkit-hyphens:auto}
.chapter-summary{font-style:italic;color:var(--text-secondary);font-size:1.02rem;line-height:1.65;border-left:3px solid var(--teal);padding-left:1.25rem;margin-bottom:2rem}
.section-heading{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--teal);margin:3rem 0 1rem;line-height:1.25}
.subsection-heading{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--teal);margin:2.5rem 0 .75rem;line-height:1.3}
.text-box{background:var(--teal);color:var(--white);padding:2rem 2.25rem;border-radius:4px;margin:2.5rem 0}
.text-box h4{font-family:var(--font-display);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;opacity:.92}
.text-box p{text-align:left!important;color:rgba(255,255,255,.93);margin-bottom:.9rem;line-height:1.65}
.text-box p:last-child{margin-bottom:0}
.report-table-wrapper{margin:2rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}
.report-table{width:100%;border-collapse:collapse;font-family:var(--font-ui);font-size:.82rem}
.report-table thead th{background:var(--teal);color:var(--white);font-weight:600;padding:.7rem .9rem;text-align:left}
.report-table thead th:first-child{border-radius:4px 0 0 0}
.report-table thead th:last-child{border-radius:0 4px 0 0}
.report-table tbody td{padding:.65rem .9rem;border-bottom:1px solid var(--border-light);vertical-align:top}
.report-table tbody tr:nth-child(even){background:var(--off-white)}
.report-table tbody tr:hover{background:rgba(0,156,151,.04)}
.figure{margin:2.5rem 0}
.figure-caption{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--teal);margin-bottom:.3rem;line-height:1.35}
.figure-subcaption{font-family:var(--font-ui);font-size:.82rem;font-weight:600;color:var(--teal);margin-bottom:1rem}
.figure img{width:100%;height:auto;display:block}
.figure-source{font-family:var(--font-ui);font-size:.75rem;font-style:italic;color:var(--text-light);margin-top:.5rem;line-height:1.5}
.footnote-ref{font-size:.75em;vertical-align:super;color:var(--teal);text-decoration:none;font-weight:600}
.footnotes{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-medium)}
.footnotes p{font-size:.82rem;color:var(--text-light);text-align:left!important;margin-bottom:.5rem}
.chapter-nav{display:flex;justify-content:space-between;gap:1rem;padding:2rem 0;margin-top:3rem;border-top:1px solid var(--border-light)}
.chapter-nav a{font-family:var(--font-ui);font-size:.85rem;font-weight:600;color:var(--teal);text-decoration:none;padding:.6rem 1rem;border:1px solid var(--border-light);border-radius:6px;transition:all .2s}
.chapter-nav a:hover{border-color:var(--teal);background:rgba(0,156,151,.04)}
.chapter-nav .next{margin-left:auto}
.hero{background:var(--slate);color:var(--white);padding:6rem var(--gutter) 5rem;position:relative;overflow:hidden}
.hero::before{content:'GOVERNING FOR COMPETITIVENESS';position:absolute;top:-.5rem;left:-.5rem;font-family:var(--font-display);font-size:clamp(5rem,18vw,14rem);font-weight:900;color:var(--teal);opacity:.12;line-height:.9;white-space:nowrap;pointer-events:none}
.hero-content{max-width:960px;margin:0 auto;position:relative;z-index:1}
.hero-badge{display:inline-block;font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-light);border:1px solid rgba(0,181,174,.3);padding:.3rem .8rem;border-radius:4px;margin-bottom:1.5rem}
.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05;margin-bottom:1rem;letter-spacing:-.025em}
.hero h1 span{color:var(--teal-light)}
.hero-subtitle{font-family:var(--font-body);font-size:1.2rem;color:rgba(255,255,255,.75);max-width:600px;line-height:1.6;margin-bottom:2rem}
.hero-meta{font-family:var(--font-ui);font-size:.85rem;color:rgba(255,255,255,.5);margin-top:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;transition:all .2s;cursor:pointer;border:none}
.btn--primary{background:var(--teal);color:var(--white)}
.btn--primary:hover{background:var(--teal-dark)}
.btn--ghost{background:0 0;color:var(--white);border:1px solid rgba(255,255,255,.3)}
.btn--ghost:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.05)}
.findings{padding:4rem var(--gutter);background:var(--off-white)}
.findings-grid{max-width:var(--full-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.finding-card{background:var(--white);border-radius:8px;padding:2rem;border:1px solid var(--border-light);transition:box-shadow .2s}
.finding-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.finding-number{font-family:var(--font-display);font-size:2.8rem;font-weight:800;color:var(--teal);line-height:1}
.finding-unit{font-family:var(--font-ui);font-size:.75rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;margin-bottom:.75rem}
.finding-text{font-family:var(--font-body);font-size:.9rem;color:var(--text-secondary);line-height:1.5}
.sections-overview{padding:4rem var(--gutter)}
.sections-overview h2{text-align:center;font-size:1.8rem;color:var(--teal);margin-bottom:2.5rem}
.sections-grid{max-width:var(--full-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}
.section-card{display:block;text-decoration:none;color:var(--text-primary);padding:1.5rem;border:1px solid var(--border-light);border-radius:8px;transition:all .2s}
.section-card:hover{border-color:var(--teal);box-shadow:0 2px 12px rgba(0,156,151,.1)}
.section-card-num{font-family:var(--font-display);font-size:.75rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem}
.section-card h3{font-family:var(--font-display);font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}
.section-card p{font-family:var(--font-body);font-size:.85rem;color:var(--text-light);line-height:1.5}
.site-footer{background:var(--header-bg);color:rgba(255,255,255,.7);padding:2.5rem var(--gutter)}
.footer-inner{max-width:var(--full-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}
.footer-brand{max-width:420px}
.footer-brand img{height:30px;margin-bottom:.6rem}
.footer-brand p{font-size:.78rem;line-height:1.6}
.eu-credit{font-style:italic;color:rgba(255,255,255,.55);margin-top:.75rem}
.footer-links a{display:block;font-family:var(--font-ui);font-size:.8rem;color:rgba(255,255,255,.6);text-decoration:none;padding:.15rem 0}
.footer-links a:hover{color:var(--teal-light)}
.footer-bottom{max-width:var(--full-width);margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-family:var(--font-ui);font-size:.72rem;color:rgba(255,255,255,.3);display:flex;justify-content:space-between}
@media print{.site-header,.sidebar,.chapter-nav,.site-footer{display:none}.page-layout{grid-template-columns:1fr}body{font-size:11pt}}
