:root{--background:#ffffff;--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:#ffffff;--text-heading:#0f172a;--success:#22c55e;--success-soft:rgba(34,197,94,0.1);--info:#2563eb;--info-soft:rgba(37,99,235,0.1);--error:#ef4444;--error-soft:rgba(239,68,68,0.1);--warning:#ffbd2e;--warning-soft:rgba(255,189,46,0.1);--mac-red:#ff5f56;--mac-yellow:#ffbd2e;--mac-green:#27c93f;--teal:#0d9488;--teal-soft:#f0fdfa;--teal-border:#ccfbf1;--bg-soft:#e8f4f7;--bg-white:#ffffff;--bg-white-tp:rgba(255,255,255,0.8);--bg-card:#ffffff;--bg-gray-soft:#f8fafc;--bg-gray-hover:#f1f5f9;--header-bg:rgba(255,255,255,0.8);--border-light:rgba(0,0,0,0.1);--border-subtle:rgba(0,0,0,0.05);--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,#005CB9);--gradient-blue:linear-gradient(135deg,#002D57,#005CB9);--gradient-tranquil:linear-gradient(135deg,#B0D0D3,#B0DCE5);--gradient-deep-space:linear-gradient(135deg,#1B3E5F,#002D57);--gradient-morning-mist:linear-gradient(135deg,#FAF9F5,#E0F2F1);--gradient-electric:linear-gradient(135deg,#B0DCE5,#005CB9);--gradient-vibrant:linear-gradient(135deg,#002D57,#B0D0D3 50%,#005CB9);--card-bg:#ffffff;--card-border:#e2e8f0;--card-hover-shadow:0 8px 24px rgba(10,20,40,.08),0 2px 6px rgba(10,20,40,.04)}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}*{box-sizing:border-box}.section-header{margin-bottom:50px}.section-header .header-badge{display:inline-block;padding:6px 16px;background:var(--color-ice-cyan);color:var(--gradient-primary);border-radius:100px;font-size:13px;font-weight:700;letter-spacing:.5px;border:1px solid var(--teal-border);margin-bottom:16px}.section-title-main{font-size:42px;font-weight:800;color:var(--primary);margin-bottom:10px}.section-title-main .text-gradient{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.section-subtitle-main{font-size:18px;font-weight:500;color:var(--text-muted);line-height:1.5}.footer{padding:60px 0 40px;color:var(--text-main)}.footer .footer-logo{display:inline-block;transition:transform .3s ease}.footer .footer-logo:hover{transform:scale(1.02)}.footer .footer-tagline{font-size:15px;line-height:1.6;color:var(--text-muted);max-width:300px}.footer .contact-link{font-size:14px;color:var(--primary);text-decoration:none;font-weight:500;transition:all .3s ease}.footer .contact-link:hover{color:var(--secondary);transform:translateX(5px)}.footer .footer-title{font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--primary-dark);margin-bottom:25px}.footer .footer-links ul{list-style:none;padding:0;margin:0}.footer .footer-links ul li{margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer .footer-links ul li a{font-size:14px;color:var(--text-muted);text-decoration:none;transition:all .3s ease}.footer .footer-links ul li a:hover{color:var(--primary);padding-left:5px}.footer .footer-links ul li .badge-soon{background:rgba(255,189,46,.15);color:var(--warning);font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px;letter-spacing:.5px}.footer .footer-bottom{border-color:var(--border-light)!important}.footer .footer-bottom .copyright{font-size:13px;color:var(--text-light)}.footer .footer-bottom .footer-badges .badge-pill{font-size:12px;color:var(--text-light);padding:6px 16px;background:hsla(0,0%,100%,.4);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);border-radius:100px;box-shadow:0 4px 6px rgba(0,0,0,.02);transition:all .3s ease}.footer .footer-bottom .footer-badges .badge-pill:hover{background:#fff;border-color:var(--teal-border);color:var(--teal);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.05)}@media(max-width:991px){.footer{padding:60px 0 30px}.footer .footer-links{margin-top:30px}}@media(max-width:767px){.footer-bottom{text-align:center;justify-content:center!important}.footer-bottom .footer-badges{justify-content:center}}