@charset "UTF-8";.hero-wrapper{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);position:relative;overflow:hidden;min-height:calc(100vh - 115px);display:flex;align-items:center}.hero-wrapper:before{content:"";position:absolute;top:-10%;left:-10%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(180deg)}}.hero-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.5) 50%,transparent 100%)}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;border-radius:50px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:1px;transition:all .3s ease}.hero-badge:hover{background:#ffffff26;transform:translateY(-2px)}.hero-title{font-size:4rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em}.hero-title .highlight{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#fffc;line-height:1.7}.highlight-grid{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem}.highlight-item{display:flex;align-items:start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.highlight-item:last-child{border-bottom:none}.highlight-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;font-size:1.1rem;color:#fbbf24;border:1px solid rgba(255,255,255,.25)}.highlight-content h6{color:#fff;font-weight:600;font-size:.95rem;margin-bottom:.25rem}.highlight-content p{color:#fff9;font-size:.8rem;margin:0}.featured-panel{background:transparent;border-radius:1.25rem;padding:1.75rem;border:1px solid #f1f5f9}.featured-panel-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.featured-panel-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:inherit}.featured-list{list-style:none;padding:0;margin:0}.featured-list li{padding:.875rem 0;border-bottom:1px solid #f1f5f9;font-size:.95rem;color:#334155;display:flex;align-items:flex-start;gap:.75rem;transition:all .2s ease}.featured-list li:last-child{border-bottom:none}.section-title{font-size:1.75rem;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.section-title:before{content:"";width:3px;height:40px;background:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1))}.recent-news-section{background:#0f172a06;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem;margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.05)}.hero{position:relative;height:600px;margin-top:2rem;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#0a2463,#1e3a5f);animation:fadeInUp .8s ease-out}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a2463b3,#0a2463f2);background:linear-gradient(135deg,#0f172a,#1e293be6,#33415540)}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:4rem;color:#fff}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#d4af3733;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.3);color:#f4e4b8;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;width:fit-content;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s backwards}.hero-tag:before{content:"";width:6px;height:6px;background:#d4af37;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero h1{font-size:3.5rem;margin-bottom:1rem;max-width:900px;animation:fadeInUp .8s ease-out .3s backwards}.hero-meta{display:flex;gap:2rem;align-items:center;margin-bottom:1.5rem;font-size:.875rem;opacity:.9;animation:fadeInUp .8s ease-out .4s backwards}.hero-meta-item{display:flex;align-items:center;gap:.5rem}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#0a2463;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;width:fit-content;transition:all .3s;animation:fadeInUp .8s ease-out .5s backwards}.hero-cta:after{content:"→";transition:transform .3s}
