:root{--fc-primary:#0A369D;--fc-secondary:#00A859;--fc-accent:#EF3340;--fc-bg-main:#F4F6F9;--fc-bg-card:#FFFFFF;--fc-text-dark:#1E293B;--fc-text-muted:#64748B;--fc-border-color:#E2E8F0;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--fc-bg-main);color:var(--fc-text-dark);overflow-x:hidden;line-height:1.6}.fc-navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--fc-border-color);transition:var(--transition-smooth)}.fc-nav-logo img{height:40px;width:auto}.fc-nav-link{color:var(--fc-text-dark);font-weight:600;padding:0.5rem 1rem;transition:var(--transition-smooth)}.fc-nav-link:hover{color:var(--fc-primary)}.fc-section{padding:5rem 0;border-bottom:1px solid var(--fc-border-color)}.fc-section:nth-child(even){background-color:#FFF}.fc-hero-section{background:linear-gradient(135deg,#0A369D 0%,#061F5C 100%);color:#FFF;padding:6rem 0;position:relative;overflow:hidden}.fc-hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.fc-hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.fc-hero-badge{display:inline-block;background:rgba(255,255,255,0.15);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(255,255,255,0.2)}.fc-hero-img-wrapper img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto}.fc-card{background:var(--fc-bg-card);border-radius:12px;border:1px solid var(--fc-border-color);padding:1.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);height:100%}.fc-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.fc-section-title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;position:relative;display:inline-block;color:var(--fc-primary)}.fc-section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:40px;height:4px;background-color:var(--fc-secondary);border-radius:2px}.fc-ticker-container{background:#FFF;border-bottom:2px solid var(--fc-border-color);padding:0.75rem 0}.fc-ticker-wrapper{display:flex;overflow-x:auto;gap:1.5rem;padding:0.25rem 0}.fc-ticker-card{flex:0 0 auto;background:var(--fc-bg-main);padding:0.75rem 1.25rem;border-radius:8px;min-width:260px;border:1px solid var(--fc-border-color);text-align:center}.fc-table{width:100%;border-collapse:collapse}.fc-table th{background-color:var(--fc-primary);color:#FFF;padding:0.75rem;text-align:center}.fc-table td{padding:0.75rem;text-align:center;border-bottom:1px solid var(--fc-border-color)}.fc-table tr:hover{background-color:rgba(10,54,157,0.04)}.fc-news-item{border-left:4px solid var(--fc-primary);padding-left:1.25rem;margin-bottom:1.5rem}.fc-faq-item{background:#FFF;border:1px solid var(--fc-border-color);border-radius:12px;margin-bottom:1rem;overflow:hidden}.fc-faq-btn{width:100%;padding:1.25rem;text-align:left;background:none;border:none;font-weight:600;color:var(--fc-text-dark);display:flex;justify-content:space-between;align-items:center}.fc-faq-btn:focus{outline:none}.fc-footer{background-color:#0A1428;color:rgba(255,255,255,0.75);padding:4rem 0 2rem;border-top:5px solid var(--fc-primary)}.fc-footer h5{color:#FFF;font-weight:700;margin-bottom:1.5rem}.fc-footer a{color:rgba(255,255,255,0.65);text-decoration:none;transition:var(--transition-smooth)}.fc-footer a:hover{color:#FFF}@media (max-width:768px){.fc-hero-title{font-size:2rem}.fc-ticker-wrapper{padding:0.5rem}.fc-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}}