.header{z-index:1000;background:#fff;align-items:center;width:100%;height:80px;padding:0;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}@media only screen and (min-width:320px) and (max-width:767px){.header{border-bottom:1px solid var(--gray-100)}}.header.header-scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;height:70px;box-shadow:0 4px 20px #0000000d}.header.header-hidden{transform:translateY(-100%)}.header .navbar{align-items:center;width:100%;padding:0;display:flex}.header .navbar-brand{align-items:center;margin-right:3rem;padding:0;display:flex}.header .navbar-brand .logo-image{width:auto;height:38px;transition:all .3s}.header .nav-link,.header .dropdown-toggle{letter-spacing:-.1px;align-items:center;font-size:15px;font-weight:500;transition:all .2s;display:flex;color:var(--text-main)!important;padding:.5rem 1.25rem!important}.header .nav-link:hover,.header .dropdown-toggle:hover{color:var(--secondary)!important}.header .nav-link:after,.header .dropdown-toggle:after{vertical-align:middle;opacity:.7;border-top:.35em solid;border-left:.35em solid #0000;border-right:.35em solid #0000;margin-left:6px}.header .nav-item.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;display:block;transform:translateY(0)}.header .dropdown-menu{border:1px solid var(--gray-100);opacity:0;visibility:hidden;background:#fff;border-radius:12px;width:280px;padding:1rem;transition:all .3s cubic-bezier(.23,1,.32,1);display:block;transform:translateY(10px);box-shadow:0 15px 35px #0000001a;margin-top:0!important}.header .dropdown-menu:before{display:none}.header .dropdown-menu .dropdown-item{white-space:normal;border-radius:8px;margin-bottom:2px;padding:10px 12px;transition:all .2s;background:0 0!important}.header .dropdown-menu .dropdown-item:hover{background:var(--gray-50)!important}.header .dropdown-menu .dropdown-item:hover .item-title{color:var(--secondary)}.header .dropdown-menu .dropdown-item .item-title{color:var(--text-main);margin-bottom:2px;font-size:14px;font-weight:600}.header .dropdown-menu .dropdown-item .item-desc{color:var(--text-light);font-size:12px;font-weight:400;line-height:1.4}.header .actions{align-items:center;gap:20px;margin-left:32px;display:flex}@media (max-width:991px){.header{height:70px;padding:0}.header .container{padding:0 1.25rem}.header .navbar-toggler{border:none;padding:5px}.header .navbar-toggler:focus{box-shadow:none}.header .navbar-collapse{border-bottom:1px solid var(--gray-100);background:#fff;max-height:80vh;padding:1.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 15px 30px #0000001a}.header .navbar-collapse.collapsing{opacity:0;transition:all .3s;transform:translateY(-10px)}.header .navbar-collapse.show{opacity:1;transform:translateY(0)}.header .nav-link{border-bottom:1px solid var(--gray-50);padding:12px 0!important}.header .actions{flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem;margin-left:0}.header .actions .custom-button{justify-content:center;width:100%;height:48px}.header .dropdown-menu{width:100%;box-shadow:none;opacity:1;visibility:visible;background:var(--gray-50);border:none;border-radius:12px;padding:0 1rem;position:static;transform:none;margin-top:.5rem!important;display:none!important}.header .dropdown-menu.show{display:block!important}}
:root{--background:#fff;--foreground:#111827;--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono);--primary:#002d57;--primary-dark:#001a33;--secondary:#005cb9;--accent:#b0d0d3;--navy:#002d57;--color-soft-teal:#b0d0d3;--color-ice-cyan:#e0f2f1;--color-sky-cyan:#b0dce5;--color-warm-white:#faf9f5;--color-deep-black:#1b3e5f;--text-main:#252525;--text-muted:#4b5563;--text-light:#6b7280;--text-white:#fff;--text-heading:#0f172a;--success:#22c55e;--success-soft:#22c55e1a;--info:#2563eb;--info-soft:#2563eb1a;--error:#ef4444;--error-soft:#ef44441a;--warning:#ffbd2e;--warning-soft:#ffbd2e1a;--mac-red:#ff5f56;--mac-yellow:#ffbd2e;--mac-green:#27c93f;--teal:#0d9488;--teal-soft:#f0fdfa;--teal-border:#ccfbf1;--bg-soft:#e8f4f7;--bg-white:#fff;--bg-white-tp:#fffc;--bg-card:#fff;--bg-gray-soft:#f8fafc;--bg-gray-hover:#f1f5f9;--header-bg:#fffc;--border-light:#0000001a;--border-subtle:#0000000d;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gradient-primary:linear-gradient(135deg, #002d57 0%, #005cb9 100%);--gradient-blue:linear-gradient(135deg, #002d57 0%, #005cb9 100%);--gradient-tranquil:linear-gradient(135deg, #b0d0d3 0%, #b0dce5 100%);--gradient-deep-space:linear-gradient(135deg, #1b3e5f 0%, #002d57 100%);--gradient-morning-mist:linear-gradient(135deg, #faf9f5 0%, #e0f2f1 100%);--gradient-electric:linear-gradient(135deg, #b0dce5 0%, #005cb9 100%);--gradient-vibrant:linear-gradient(135deg, #002d57 0%, #b0d0d3 50%, #005cb9 100%);--card-bg:#fff;--card-border:#e2e8f0;--card-hover-shadow:0 8px 24px #0a142814, 0 2px 6px #0a14280a}body{background:var(--background);color:var(--foreground);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}.section-header{margin-bottom:50px}@media (max-width:768px){.section-header{text-align:center;margin-bottom:30px}}.section-header .header-badge{background:var(--color-ice-cyan);color:var(--gradient-primary);letter-spacing:.5px;border:1px solid var(--teal-border);border-radius:100px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.section-title-main{color:var(--primary);margin-bottom:10px;font-size:42px;font-weight:800;line-height:1.2}@media (max-width:992px){.section-title-main{font-size:36px}}@media (max-width:768px){.section-title-main{font-size:32px}}@media (max-width:480px){.section-title-main{font-size:28px}}.section-title-main .text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.section-subtitle-main{color:var(--text-muted);font-size:18px;font-weight:500;line-height:1.5}@media (max-width:768px){.section-subtitle-main{font-size:16px}}@media (max-width:480px){.section-subtitle-main{font-size:15px}}.footer{color:var(--text-main);padding:60px 0 40px}.footer .footer-logo{transition:transform .3s;display:inline-block!important}.footer .footer-logo:hover{transform:scale(1.02)}.footer .footer-tagline{color:var(--text-muted);max-width:300px;font-size:15px;line-height:1.6}.footer .contact-link{color:var(--primary);font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.footer .contact-link:hover{color:var(--secondary);transform:translate(5px)}.footer .footer-title{letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-dark);margin-bottom:25px;font-size:14px;font-weight:700}.footer .footer-links ul{margin:0;padding:0;list-style:none}.footer .footer-links ul li{align-items:center;gap:10px;margin-bottom:12px;display:flex}.footer .footer-links ul li a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:all .3s}.footer .footer-links ul li a:hover{color:var(--primary);padding-left:5px}.footer .footer-links ul li .badge-soon{color:var(--warning);letter-spacing:.5px;background:#ffbd2e26;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.footer .footer-bottom{border-color:var(--border-light)!important}.footer .footer-bottom .copyright{color:var(--text-light);font-size:13px}.footer .footer-bottom .footer-badges .badge-pill{color:var(--text-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;border:1px solid #ffffff4d;border-radius:100px;padding:6px 16px;font-size:12px;transition:all .3s;box-shadow:0 4px 6px #00000005}.footer .footer-bottom .footer-badges .badge-pill:hover{border-color:var(--teal-border);color:var(--teal);background:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #0000000d}@media (max-width:991px){.footer{padding:60px 0 30px}.footer .footer-info{text-align:center}.footer .footer-info .footer-tagline{margin:0 auto}.footer .footer-links{text-align:center;margin-top:20px}.footer .footer-links ul li{justify-content:center}}@media (max-width:767px){.footer .footer-bottom{text-align:center;flex-direction:column;gap:20px;justify-content:center!important}.footer .footer-bottom .footer-badges{justify-content:center;gap:8px}.footer .footer-bottom .footer-badges .badge-pill{padding:4px 12px;font-size:11px}.footer .footer-bottom .copyright{order:2}.footer .footer-bottom .footer-badges{order:1}}@media (max-width:480px){.footer{padding:40px 0 20px}.footer .footer-title{margin-bottom:15px}.footer .footer-links{margin-top:15px}}
