@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.3}p{margin:0 0 1rem}img{max-width:100%;height:auto}.page{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-header{margin-bottom:2rem}.page-header h1{font-size:2.25rem;font-weight:800;color:#0a1628;margin-bottom:.5rem;position:relative;padding-bottom:.75rem}.page-header h1:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#f6d365,#fda085);border-radius:2px}.page-subtitle{color:#888;font-size:1.05rem;margin-top:.75rem}.content-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06)}.content-card p{color:#444;line-height:1.8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}::selection{background:#f6d3654d;color:#0a1628}@media(max-width:768px){.page-header h1{font-size:1.75rem}.content-card{padding:1.5rem}}.announcement-bar{background:linear-gradient(135deg,#f6d365,#fda085);color:#1a1a2e;text-align:center;padding:.75rem 1rem;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.announcement-icon{font-size:1.2rem}.announcement-link{color:#1a1a2e;text-decoration:underline;font-weight:700;transition:opacity .2s}.announcement-link:hover{opacity:.7}.navbar{background:#0a1628;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #0000004d}.navbar-brand{display:flex;align-items:center;justify-content:space-between;width:auto}.navbar-logo img{height:60px;width:auto;padding:.5rem 0;transition:transform .2s}.navbar-logo img:hover{transform:scale(1.05)}.navbar-menu{display:flex;align-items:center;gap:.25rem}.nav-link{color:#ffffffd9;text-decoration:none;font-weight:500;font-size:.95rem;padding:.6rem 1rem;border-radius:8px;transition:all .2s;background:none;border:none;cursor:pointer;white-space:nowrap}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#f6d365;background:#f6d3651a}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.3rem;font-family:inherit}.dropdown-arrow{transition:transform .2s}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;min-width:240px;border-radius:12px;box-shadow:0 12px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;overflow:hidden;margin-top:.5rem}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.85rem 1.25rem;color:#1a1a2e;text-decoration:none;font-weight:500;transition:all .2s;border-left:3px solid transparent}.dropdown-item:hover{background:#f0f4ff;color:#0a1628;border-left-color:#f6d365;padding-left:1.5rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:200}.hamburger span{display:block;width:26px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:900px){.navbar{padding:0 1rem}.navbar-brand{width:100%;justify-content:space-between}.hamburger{display:flex}.navbar-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#0a1628;flex-direction:column;align-items:stretch;padding:5rem 1.5rem 2rem;transition:right .3s ease;box-shadow:-5px 0 30px #0000004d;gap:.25rem;overflow-y:auto}.navbar-menu.open{right:0}.nav-link{padding:.85rem 1rem;font-size:1.05rem}.dropdown-menu{position:static;box-shadow:none;border-radius:8px;margin-top:0;background:#ffffff0d}.dropdown-menu.show{transform:none}.dropdown-item{color:#ffffffd9;border-left-color:transparent}.dropdown-item:hover{background:#ffffff1a;color:#fff;border-left-color:#f6d365}}.site-footer{background:#0a1628;color:#ffffffb3;padding:3rem 2rem 1.5rem;margin-top:auto}.footer-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-logo{height:50px;width:auto;opacity:.8}.footer-tagline{font-size:1rem;font-weight:600;color:#ffffffe6}.footer-links a{color:#f6d365;text-decoration:none;font-size:.9rem;transition:opacity .2s}.footer-links a:hover{opacity:.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;width:100%}.footer-bottom p{font-size:.85rem;margin:0}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.home-page{display:flex;flex-direction:column;gap:3rem}.hero-carousel{position:relative;border-radius:16px;overflow:hidden;background:#0a1628;box-shadow:0 8px 32px #00000026}.carousel-container{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.carousel-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease}.carousel-slide.active{opacity:1}.carousel-slide img{max-height:100%;max-width:100%;object-fit:contain}.carousel-dots{display:flex;justify-content:center;gap:.5rem;padding:1rem}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s;padding:0}.dot.active{background:#f6d365;transform:scale(1.3)}.home-about h1{font-size:2rem;color:#0a1628;margin-bottom:1.5rem;position:relative;padding-bottom:.75rem}.home-about h1:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#f6d365,#fda085);border-radius:2px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-text p{color:#444;line-height:1.8;margin-bottom:1rem}@media(max-width:768px){.carousel-container{height:250px}.about-grid{grid-template-columns:1fr;gap:0}.home-about h1{font-size:1.5rem}}.wie-page .content-card{columns:2;column-gap:2rem}.wie-page .content-card p{break-inside:avoid}@media(max-width:768px){.wie-page .content-card{columns:1}}.nalatenskap-page .quote-highlight{background:linear-gradient(135deg,#f6d3651a,#fda0851a);border-left:4px solid #f6d365;padding:1.5rem 2rem;margin:1.5rem 0;border-radius:0 12px 12px 0;font-style:italic;color:#333;line-height:1.8}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.link-card{display:block;background:#fff;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06);transition:all .3s}.link-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f;border-color:#f6d365}.link-card h3{font-size:1.15rem;color:#0a1628;margin:0 0 .5rem}.link-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.link-arrow{color:#f6a365;font-weight:600;font-size:.9rem;transition:transform .2s;display:inline-block}.link-card:hover .link-arrow{transform:translate(4px)}.inline-link{color:#f6a365;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s}.inline-link:hover{border-bottom-color:#f6a365}.membership-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 24px #00000014;border:1px solid rgba(0,0,0,.06);max-width:600px;margin:1rem auto 0}.membership-info h2{font-size:1.4rem;color:#0a1628;margin:0 0 1rem}.membership-info p{color:#555;line-height:1.8;margin-bottom:1.5rem}.price-tag{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.price-amount{font-size:2.5rem;font-weight:800;color:#0a1628}.price-period{font-size:1rem;color:#888}.price-note{font-size:.9rem;color:#888;margin-bottom:2rem!important}.cta-button{display:inline-block;background:linear-gradient(135deg,#f6d365,#fda085);color:#1a1a2e;font-weight:700;font-size:1rem;padding:.85rem 2.5rem;border-radius:12px;text-decoration:none;transition:all .3s;box-shadow:0 4px 16px #f6d3654d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f6d36566}.form-container{margin-top:1.5rem;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06)}.form-container iframe{display:block;border:none}.jopie-page .hero-figure{text-align:center;margin:0 0 2rem}.jopie-page .hero-figure img{max-width:75%;border-radius:16px;box-shadow:0 8px 32px #0000001f}.jopie-page .hero-figure figcaption{margin-top:.75rem;font-size:.85rem;color:#888;font-style:italic}.jopie-page .quote-highlight{background:linear-gradient(135deg,#f6d3651a,#fda0851a);border-left:4px solid #f6d365;padding:1.5rem 2rem;margin:1.5rem 0;border-radius:0 12px 12px 0;font-style:italic;color:#333;line-height:1.8}.jopie-page .quote-highlight.secondary{background:linear-gradient(135deg,#0a16280a,#0a162805);border-left-color:#0a1628}.jopie-page .quote-highlight p{margin-bottom:.75rem}.jopie-page .quote-highlight p:last-child{margin-bottom:0}.source-figure{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.source-figure img{max-width:150px;border-radius:8px;box-shadow:0 4px 16px #00000014}.source-figure figcaption{margin-top:1rem;font-size:.85rem;color:#888}.pdf-container{margin-top:1.5rem;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06)}.pdf-container embed{display:block;border:none}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.gallery-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(0,0,0,.06);transition:all .3s}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}
