.modul-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#1a365d,#2563eb,#0f2440);padding:120px 24px 60px}.modul-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.modul-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.modul-hero-content h1{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);color:var(--text-white);margin-bottom:16px;line-height:1.2}.modul-hero-content p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto}.modul-toc-section{background:var(--bg-light)}.toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.toc-card{background:var(--bg);padding:28px 24px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition);display:block;text-decoration:none;color:inherit}.toc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-light)}.toc-number{display:inline-block;background:linear-gradient(135deg,var(--primary-light),var(--primary));color:var(--text-white);padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:12px;letter-spacing:.5px}.toc-card h3{font-size:1.05rem;color:var(--primary);margin-bottom:8px}.toc-card p{font-size:.88rem;color:var(--text-light);line-height:1.5}.modul-chapter{padding:80px 0}.modul-chapter.alt-bg{background:var(--bg-light)}.chapter-header{margin-bottom:40px;text-align:center}.chapter-badge{display:inline-block;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:var(--primary-dark);padding:6px 18px;border-radius:50px;font-size:.8rem;font-weight:700;margin-bottom:12px;letter-spacing:1px}.chapter-header h2{font-size:clamp(1.5rem,3vw,2.2rem);color:var(--primary)}.chapter-content{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:0 auto}.modul-page{display:flex;gap:20px;background:var(--bg);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition)}.modul-page:hover{box-shadow:var(--shadow-lg);transform:translate(4px);border-color:var(--primary-light)}.page-icon{width:50px;height:50px;min-width:50px;border-radius:12px;background:linear-gradient(135deg,#2563eb1a,#2563eb0d);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary-light)}.page-content h3{font-size:1.05rem;color:var(--primary);margin-bottom:8px}.page-content p{font-size:.92rem;color:var(--text-light);line-height:1.7}.page-content p strong{color:var(--text)}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.country-card{background:var(--bg);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);transition:var(--transition)}.country-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.country-flag{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dark));display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--primary-dark);margin-bottom:16px}.country-card h3{font-size:1.15rem;color:var(--primary);margin-bottom:12px}.country-card p{font-size:.88rem;color:var(--text-light);margin-bottom:8px;line-height:1.6}.country-card p strong{color:var(--text)}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-section .btn-outline{border-color:#ffffff80;color:var(--text-white)}.cta-section .btn-outline:hover{background:#ffffff1a;border-color:var(--text-white)}.nav-links a.active{color:var(--accent)!important}.modul-hki-section{background:var(--bg);padding:80px 0}.hki-image-container{display:flex;justify-content:center;align-items:center}.hki-image{max-width:700px;width:100%;border-radius:12px;box-shadow:var(--shadow-lg);border:1px solid var(--border);transition:var(--transition)}.hki-image:hover{transform:scale(1.02);box-shadow:0 20px 60px #00000026}.modul-pdf-section{background:var(--bg-light);padding:80px 0}.pdf-controls{display:flex;gap:16px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.pdf-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.pdf-nav-bottom{margin-top:20px;margin-bottom:0}.pdf-nav-btn{background:var(--primary);color:var(--text-white);border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;gap:8px}.pdf-nav-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.pdf-page-info{font-size:1rem;font-weight:600;color:var(--text);padding:8px 16px;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.pdf-page-jump{display:flex;align-items:center;gap:8px}.pdf-page-jump label{font-size:.9rem;color:var(--text-light);font-weight:500}.pdf-page-jump input{width:60px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;text-align:center;font-weight:600}.pdf-page-jump input:focus{outline:none;border-color:var(--primary-light);box-shadow:0 0 0 3px #2563eb1a}.pdf-viewer-container{position:relative;background:#374151;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);display:flex;justify-content:center;align-items:flex-start;min-height:600px;max-height:85vh;overflow-y:auto}.pdf-viewer-container:fullscreen{background:#1f2937;max-height:none;overflow-y:auto;padding:20px}#pdfCanvas{display:block;max-width:100%;height:auto}.pdf-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#374151e6;z-index:10}.pdf-loading p{color:#e5e7eb;margin-top:16px;font-size:.95rem}.pdf-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.modul-page{flex-direction:column;gap:14px;padding:22px}.page-icon{width:44px;height:44px;min-width:44px}.country-grid,.toc-grid{grid-template-columns:1fr}.modul-hero{min-height:40vh;padding:100px 16px 40px}.pdf-viewer-container{min-height:400px;border-radius:8px}.pdf-nav{gap:8px}.pdf-nav-btn{padding:8px 14px;font-size:.82rem}.pdf-controls{flex-direction:column;align-items:center}.pdf-page-jump{flex-wrap:wrap;justify-content:center}}
