.welcome-header{background:linear-gradient(135deg,var(--bs-primary) 0%,#001f3f 100%);padding:7.5rem 0 11rem 0;margin:-1.5rem 0 -8.5rem 0;position:relative;overflow:hidden;animation:headerSlideDown .9s cubic-bezier(.22,1,.36,1);border-radius:0 0 30px 30px;margin-top:-60px}@media only screen and (max-width:767px){.welcome-header{margin-top:0;padding:3rem 0 6rem 0;margin:0 0 -4rem 0;border-radius:0 0 20px 20px}}@keyframes headerSlideDown{from{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}#meer-info{position:relative;scroll-margin-top:2rem}.welcome-header::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.08) 0%,rgba(255,255,255,.05) 30%,transparent 70%);animation:rotateGradient 25s linear infinite;pointer-events:none;z-index:1}@keyframes rotateGradient{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.welcome-header::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:120px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:150% 100%;opacity:.4;pointer-events:none;z-index:2;animation:waveMove 18s ease-in-out infinite}@keyframes waveMove{0%,100%{transform:translateX(0) translateY(0);background-size:150% 100%}50%{transform:translateX(-30px) translateY(-8px);background-size:160% 110%}}.welcome-header::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-image:radial-gradient(circle at 85% 15%,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 25%,transparent 50%),radial-gradient(circle at 95% 75%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.06) 0%,transparent 30%);z-index:0;pointer-events:none;animation:geometricFloat 15s ease-in-out infinite}@keyframes geometricFloat{0%,100%{transform:translateY(0) scale(1);opacity:1}50%{transform:translateY(-20px) scale(1.05);opacity:.8}}.welcome-header::before{z-index:0}.welcome-header .container::before{content:'';position:absolute;top:10%;right:5%;width:400px;height:400px;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%;z-index:0;pointer-events:none;animation:pulseGlow 8s ease-in-out infinite}@keyframes pulseGlow{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.welcome-header .container{position:relative;z-index:3}.welcome-header-content{position:relative;animation:contentFadeInUp 1s cubic-bezier(.22,1,.36,1) .2s both}@keyframes contentFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-header-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 3px 12px rgba(0,0,0,.25);line-height:1.15;letter-spacing:-.02em}.welcome-header-title::after{content:'';display:block;width:100px;height:5px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.6) 100%);margin-top:1.25rem;border-radius:3px;animation:lineGrowIn 1s cubic-bezier(.22,1,.36,1) .5s both}@keyframes lineGrowIn{from{width:0;opacity:0}to{width:100px;opacity:1}}.welcome-header-subtitle{font-size:1.35rem;color:rgba(255,255,255,.96);margin-bottom:0;font-weight:400;line-height:1.65;animation:contentFadeInUp 1s cubic-bezier(.22,1,.36,1) .4s both}.welcome-header-profile{position:relative;display:flex;align-items:center;gap:1.5rem;background:rgba(255,255,255,.12);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:1.75rem;border-radius:20px;border:1px solid rgba(255,255,255,.28);box-shadow:0 12px 40px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.15);animation:profileSlideInRight 1s cubic-bezier(.22,1,.36,1) .4s both;transition:all .4s cubic-bezier(.22,1,.36,1)}@keyframes profileSlideInRight{from{opacity:0;transform:translateX(40px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.welcome-header-profile:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4);transform:translateY(-6px) scale(1.02);box-shadow:0 20px 60px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.25)}.welcome-header-profile-img{width:76px;height:76px;border-radius:16px;object-fit:cover;border:3px solid rgba(255,255,255,.45);box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .4s cubic-bezier(.22,1,.36,1)}.welcome-header-profile:hover .welcome-header-profile-img{transform:scale(1.08) rotate(2deg)}.welcome-header-profile-info h4{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.35rem;letter-spacing:-.01em}.welcome-header-profile-info p{font-size:.95rem;color:rgba(255,255,255,.92);display:flex;align-items:center;gap:.5rem}.welcome-header-guest .hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:contentFadeInUp 1s cubic-bezier(.22,1,.36,1) .6s both}.welcome-header-guest .btn-light{background:#fff;color:var(--bs-primary);border-color:#fff;font-weight:700;padding:.875rem 2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.15);transition:all .3s cubic-bezier(.22,1,.36,1)}.welcome-header-guest .btn-light:hover{background:rgba(255,255,255,.95);color:var(--bs-primary);transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.22)}.welcome-header-guest .btn-outline-light{color:#fff;border:2px solid rgba(255,255,255,.6);font-weight:700;padding:.875rem 2rem;border-radius:12px;backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.22,1,.36,1)}.welcome-header-guest .btn-outline-light:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.welcome-section{margin-bottom:2rem;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-section h1{font-size:2.25rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;letter-spacing:-.01em}.welcome-profile-card{display:flex;align-items:center;gap:1.5rem;padding:1.75rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);transition:all .4s cubic-bezier(.22,1,.36,1)}.welcome-profile-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.15);border-color:rgba(0,0,0,.08)}.welcome-profile-img{width:84px;height:84px;border-radius:14px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:transform .4s cubic-bezier(.22,1,.36,1)}.welcome-profile-card:hover .welcome-profile-img{transform:scale(1.05)}.welcome-profile-info h3{font-size:1.35rem;font-weight:700;color:#2c3e50;letter-spacing:-.01em}.welcome-profile-info h5{color:#6c757d;font-size:1.05rem;font-weight:500}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--bs-body-color);margin-bottom:.75rem;letter-spacing:-.02em;animation:fadeInUp .8s ease-out}.section-header p{animation:fadeInUp .8s ease-out .1s both}.service-card{background:#fff;border:1px solid var(--bs-border-color);border-radius:16px;padding:2.25rem;text-align:center;transition:all .4s cubic-bezier(.22,1,.36,1);animation:fadeInUp .8s ease-out both}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px rgba(0,0,0,.15);border-color:var(--bs-primary)}.service-icon{width:72px;height:72px;background:linear-gradient(135deg,#0050f0 0%,#003bb5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;margin:0 auto 1.75rem;box-shadow:0 8px 20px rgba(0,80,240,.35);transition:all .4s cubic-bezier(.22,1,.36,1)}.service-card:hover .service-icon{transform:translateY(-4px) rotate(5deg) scale(1.1);box-shadow:0 12px 32px rgba(0,80,240,.45)}.service-card h4{font-size:1.35rem;font-weight:700;color:var(--bs-body-color);margin-bottom:1rem;letter-spacing:-.01em;transition:color .3s ease}.service-card:hover h4{color:var(--bs-primary)}.service-card p{color:var(--bs-primary-color);margin-bottom:0;line-height:1.7;font-size:1rem}.quick-action-card{background:#fff;border:1px solid var(--bs-border-color);border-radius:16px;padding:2.25rem;text-align:center;transition:all .4s cubic-bezier(.22,1,.36,1);cursor:pointer;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out both}.quick-action-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,80,240,.05) 0%,rgba(0,59,181,.05) 100%);opacity:0;transition:opacity .4s ease}.quick-action-card:nth-child(1){animation-delay:.1s}.quick-action-card:nth-child(2){animation-delay:.2s}.quick-action-card:nth-child(3){animation-delay:.3s}.quick-action-card:nth-child(4){animation-delay:.4s}.quick-action-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,.15);border-color:var(--bs-primary)}.quick-action-card:hover::before{opacity:1}.quick-action-icon{width:64px;height:64px;background:linear-gradient(135deg,#0050f0 0%,#003bb5 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;margin:0 auto 1.25rem;box-shadow:0 6px 18px rgba(0,80,240,.35);transition:all .4s cubic-bezier(.22,1,.36,1);position:relative;z-index:1}.quick-action-card:hover .quick-action-icon{transform:translateY(-4px) rotate(-5deg) scale(1.12);box-shadow:0 12px 32px rgba(0,80,240,.5)}.quick-action-card h5{font-size:1.2rem;font-weight:700;color:var(--bs-body-color);margin-bottom:.75rem;letter-spacing:-.01em;transition:color .3s ease;position:relative;z-index:1}.quick-action-card:hover h5{color:var(--bs-primary)}.quick-action-card p{color:var(--bs-primary-color);margin-bottom:0;font-size:.95rem;line-height:1.6;position:relative;z-index:1}.news-card{background:#fff;border:1px solid var(--bs-border-color);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.22,1,.36,1);animation:fadeInUp .8s ease-out both}.news-card:nth-child(1){animation-delay:.1s}.news-card:nth-child(2){animation-delay:.2s}.news-card:nth-child(3){animation-delay:.3s}.news-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.15);border-color:rgba(0,0,0,.1)}.news-image{width:100%;height:220px;overflow:hidden;position:relative}.news-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.1) 100%);opacity:0;transition:opacity .4s ease}.news-card:hover .news-image::after{opacity:1}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.news-card:hover .news-image img{transform:scale(1.08)}.news-content{padding:1.75rem}.news-date{display:inline-block;font-size:.9rem;color:var(--bs-primary);font-weight:700;margin-bottom:.875rem;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.news-content h5{font-size:1.25rem;font-weight:700;color:var(--bs-body-color);margin-bottom:.875rem;line-height:1.4;letter-spacing:-.01em;transition:color .3s ease}.news-card:hover .news-content h5{color:var(--bs-primary)}.news-content p{color:var(--bs-primary-color);margin-bottom:1.25rem;line-height:1.7;font-size:1rem}.news-content .btn{transition:all .3s cubic-bezier(.22,1,.36,1)}.news-content .btn:hover{transform:translateX(4px)}@media(max-width:992px){.welcome-header{padding:3.5rem 0 9rem 0;margin:-1.5rem 0 -7rem 0;margin-top:-40px}.welcome-header-title{font-size:2.25rem}.welcome-header-subtitle{font-size:1.15rem}.welcome-header-profile{margin-top:2rem}.section-header h2{font-size:2rem}}@media(max-width:768px){.welcome-header{padding:2.5rem 0 7rem 0;margin:0 0 -5rem 0;margin-top:0;border-radius:0 0 20px 20px}.welcome-header-title{font-size:1.85rem}.welcome-header-title::after{width:70px;height:4px}.welcome-header-subtitle{font-size:1.05rem}.welcome-header-profile{flex-direction:column;text-align:center;padding:1.5rem}.welcome-header-profile-img{width:68px;height:68px}.welcome-header-guest .hero-actions{flex-direction:column}.welcome-header-guest .hero-actions .btn{width:100%}.section-header h2{font-size:1.75rem}.service-icon{width:64px;height:64px;font-size:28px}.quick-action-icon{width:56px;height:56px;font-size:24px}}@media(max-width:576px){.welcome-header{padding:2rem 0 5rem 0;margin:0 0 -3.5rem 0;border-radius:0 0 16px 16px}.welcome-header-title{font-size:1.5rem;line-height:1.3}.welcome-header-title::after{width:60px;height:3px;margin-top:1rem}.welcome-header-subtitle{font-size:.95rem;line-height:1.6}.welcome-header-profile{padding:1.25rem;gap:1rem}.welcome-header-profile-img{width:60px;height:60px;border-radius:12px}.welcome-header-profile-info h4{font-size:1.05rem}.welcome-header-profile-info p{font-size:.8rem}.welcome-header-guest .btn{padding:.75rem 1.5rem;font-size:.95rem}.section-header h2{font-size:1.5rem}.service-card,.quick-action-card{padding:1.75rem}.service-icon{width:56px;height:56px;font-size:24px}.quick-action-icon{width:48px;height:48px;font-size:20px}.news-image{height:180px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}