@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#0f172a;--primary-light:#1e293b;--secondary:#2563eb;--accent:#60a5fa;--white:#fff;--off-white:#f8fafc;--gray-50:#f1f5f9;--gray-100:#e2e8f0;--gray-200:#cbd5e1;--gray-400:#94a3b8;--gray-600:#475569;--text:#334155;--text-muted:#64748b;--border:#e2e8f0;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 4px 16px #0f172a0f;--shadow-lg:0 16px 40px #0f172a14;--shadow-hover:0 24px 48px #0f172a1a;--radius:6px;--font-body:"Inter", sans-serif;--font-heading:"Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.03em;font-weight:700;line-height:1.1}img{max-width:100%;display:block}a{text-decoration:none;transition:color .2s}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 48px}.section{padding:140px 0}.section-sm{padding:80px 0}.section-bg-light{background:var(--off-white)}.section-bg-dark{background:var(--primary);color:var(--white)}.section-bg-dark h1,.section-bg-dark h2,.section-bg-dark h3{color:var(--white)}.section-bg-dark p{color:#ffffffbf}.section-label{text-transform:uppercase;letter-spacing:2.5px;color:var(--secondary);margin-bottom:20px;font-size:.72rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800}.section-subtitle{color:var(--text-muted);max-width:680px;font-size:1.2rem;line-height:1.75}.section-header{margin-bottom:80px}.section-header.centered{text-align:center;flex-direction:column;align-items:center;display:flex}.page-hero{background:var(--primary);text-align:left;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:520px;padding-top:180px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:1;background:linear-gradient(135deg,#0a1428d1 0%,#0a142899 100%);position:absolute;inset:0}.page-hero .container{z-index:2;position:relative}.page-hero .section-label{color:var(--accent);margin-bottom:20px}.page-hero h1{color:#fff;max-width:820px;margin-bottom:24px;font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:800;line-height:1.06}.page-hero p{color:#ffffffd1;max-width:640px;font-size:1.2rem;line-height:1.75}.btn{border-radius:var(--radius);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;letter-spacing:0;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:15px 32px;transition:all .25s;display:inline-flex}.btn-primary{background:var(--secondary);color:var(--white)}.btn-primary:hover{color:var(--white);background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.btn-secondary{background:var(--white);color:var(--primary);border-color:var(--gray-200)}.btn-secondary:hover{border-color:var(--secondary);color:var(--secondary);box-shadow:var(--shadow-md)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--off-white);transform:translateY(-1px)}.btn-outline-white{color:var(--white);background:0 0;border-color:#fff6}.btn-outline-white:hover{background:var(--white);color:var(--primary)}.card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:48px;transition:all .3s}.card:hover{box-shadow:var(--shadow-hover);border-color:#0000;transform:translateY(-6px)}.card-icon{width:52px;height:52px;color:var(--secondary);margin-bottom:28px}.card-title{color:var(--primary);letter-spacing:-.02em;margin-bottom:14px;font-size:1.35rem;font-weight:700}.card-text{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.grid-2{grid-template-columns:repeat(2,1fr);align-items:start;gap:64px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.check-list{flex-direction:column;gap:16px;list-style:none;display:flex}.check-list li{color:var(--text);padding-left:36px;font-size:1.05rem;position:relative}.check-list li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:4px;left:0}.cta-banner{background:var(--primary);text-align:center;color:var(--white);background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;border-radius:16px;padding:100px 48px;position:relative;overflow:hidden}.cta-banner:before{content:"";z-index:0;background:linear-gradient(135deg,#0a142ae0 0%,#0a142ab8 100%);border-radius:16px;position:absolute;inset:0}.cta-banner>*{z-index:1;position:relative}.cta-banner h2{color:var(--white);margin-bottom:20px;font-size:3rem}.cta-banner p{color:#fffc;max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.2rem}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section{padding:100px 0}.container{padding:0 28px}.page-hero{padding-top:160px;padding-bottom:80px}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:32px}.cta-banner{padding:64px 24px}.cta-banner h2{font-size:2.25rem}.page-hero{min-height:480px;padding-top:140px}.page-hero h1{font-size:2.5rem}}.article-content{color:#334155;font-size:1.15rem;line-height:1.85}.article-content .lead{color:#1e293b;background:linear-gradient(135deg,#f1f5f9 0%,#e0e7ff 100%);border-left:4px solid #3b82f6;border-radius:16px;margin-bottom:40px;padding:32px;font-size:1.45rem;font-weight:400;line-height:1.7}.article-content h2{color:#0f172a;letter-spacing:-.02em;margin-top:72px;margin-bottom:28px;font-size:2.25rem;font-weight:800;line-height:1.25}.article-content h3{color:#1e293b;margin-top:48px;margin-bottom:24px;font-size:1.65rem;font-weight:700;line-height:1.3}.article-content p{color:#475569;margin-bottom:28px;line-height:1.85}.article-content ul,.article-content ol{margin-bottom:32px;padding-left:32px}.article-content li{color:#475569;margin-bottom:16px;line-height:1.8}.article-content li strong{color:#0f172a;font-weight:700}.article-content strong{color:#1e293b;font-weight:700}.article-content a{color:#2563eb;text-underline-offset:4px;font-weight:600;-webkit-text-decoration:underline #2563eb4d;text-decoration:underline #2563eb4d;transition:all .2s}.article-content a:hover{color:#1d4ed8;text-decoration-color:#2563eb}.card-hover:hover{transform:translateY(-8px);border-color:#cbd5e1!important;box-shadow:0 20px 40px -12px #00000026!important}
.Navbar-module__cJzEcG__header{z-index:1000;background:0 0;border-bottom:1px solid #0000;width:100%;padding:28px 0;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#fffffff7;padding:16px 0;box-shadow:0 2px 20px #0f172a0f}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{color:var(--white);letter-spacing:-.03em;align-items:center;gap:12px;transition:color .3s;display:flex}.Navbar-module__cJzEcG__logo span{font-size:1.75rem;font-weight:700}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:65px;height:65px}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logo{color:var(--primary)}.Navbar-module__cJzEcG__nav{align-items:center;gap:36px;display:flex}.Navbar-module__cJzEcG__navLink{color:#ffffffd9;letter-spacing:0;align-items:center;gap:5px;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:var(--white)}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navLink{color:var(--text-muted)}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__arrow{transition:transform .2s}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__arrow{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdown{padding:8px 0;position:relative}.Navbar-module__cJzEcG__dropMenu{background:var(--white);border:1px solid var(--border);z-index:200;opacity:0;pointer-events:none;border-radius:10px;min-width:280px;padding:10px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 16px 40px #0f172a1f}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropMenu{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(4px)}.Navbar-module__cJzEcG__dropItem{color:var(--text);border-radius:7px;padding:11px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropItem:hover{background:var(--off-white);color:var(--secondary);padding-left:20px}.Navbar-module__cJzEcG__ctaBtn{background:var(--secondary);cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:6px;align-items:center;padding:12px 24px;transition:all .2s;display:inline-flex;color:var(--white)!important}.Navbar-module__cJzEcG__ctaBtn:hover{background:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.Navbar-module__cJzEcG__actions{align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Navbar-module__cJzEcG__mobileMenu{display:none}@media (max-width:1024px){.Navbar-module__cJzEcG__nav,.Navbar-module__cJzEcG__actions{display:none}.Navbar-module__cJzEcG__hamburger{align-items:center;display:flex}.Navbar-module__cJzEcG__mobileMenu{background:var(--white);z-index:1001;flex-direction:column;width:320px;max-width:85vw;height:100vh;padding:0;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:20px 0 50px #0f172a26}.Navbar-module__cJzEcG__mobileMenuHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px;display:flex}.Navbar-module__cJzEcG__closeBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.Navbar-module__cJzEcG__mobileMenuLinks{padding:16px 24px 32px}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{transform:translate(0)}.Navbar-module__cJzEcG__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:980;opacity:0;pointer-events:none;background:#0f172a80;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__mobileOverlay.Navbar-module__cJzEcG__open{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__mobileLink{border-bottom:1px solid var(--border);color:var(--primary);padding:16px 0;font-size:1.05rem;font-weight:600;transition:color .2s;display:block}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--secondary)}.Navbar-module__cJzEcG__logo{gap:8px}.Navbar-module__cJzEcG__logo span{font-size:1.35rem}.Navbar-module__cJzEcG__logoImg{width:45px;height:45px}}
.Footer-module__S6Hkya__footer{color:#94a3b8;background:#0a1e3c;padding:80px 0 32px}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:48px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__brand p{max-width:320px;margin-top:16px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__brandLogo{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Footer-module__S6Hkya__logoText{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.4rem;font-weight:800}.Footer-module__S6Hkya__logoText span{color:#3eb6e8}.Footer-module__S6Hkya__social{gap:10px;margin-top:20px;display:flex}.Footer-module__S6Hkya__socialBtn{color:#fff;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.Footer-module__S6Hkya__socialBtn:hover{color:#fff;background:#2e6dce}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:1.5px;color:#fff;margin-bottom:20px;font-size:.8rem;font-weight:700}.Footer-module__S6Hkya__links{flex-direction:column;gap:10px;display:flex}.Footer-module__S6Hkya__footLink{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__footLink:hover{color:#fff}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:8px;margin-top:20px;font-size:.88rem;display:flex}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:28px;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:24px;display:flex}.Footer-module__S6Hkya__legalLink{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLink:hover{color:#94a3b8}.Footer-module__S6Hkya__footerLogoImg{width:80px;height:80px}@media (max-width:900px){.Footer-module__S6Hkya__grid{text-align:center;grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:16px}.Footer-module__S6Hkya__legalLinks{flex-wrap:wrap;justify-content:center}.Footer-module__S6Hkya__footerLogoImg{width:50px;height:50px}.Footer-module__S6Hkya__brand p{margin:16px auto 0}.Footer-module__S6Hkya__brandLogo{justify-content:center}.Footer-module__S6Hkya__links,.Footer-module__S6Hkya__contactInfo{align-items:center}}
