:root{--primary:#1e40af;--primary-hover:#1d4ed8;--primary-light:#eff6ff;--accent:#0284c7;--accent-light:#e0f2fe;--accent-gradient:linear-gradient(135deg,#1e40af,#0284c7);--dark-bg:#0a192f;--dark-surface:#112240;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--bg-page:#f8fafc;--bg-card:#fff;--border-color:#e2e8f0;--border-focus:#93c5fd;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--transition:all 0.25s cubic-bezier(0.4,0,0.2,1);--font-sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--bg-page);color:#0f172a;color:var(--text-main);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-sans);line-height:1.6}#root,body{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 0 auto}h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--text-main);font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}a,button{transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}button{border:none;cursor:pointer;font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}.header-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);position:sticky;top:0;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition);z-index:1000}.header-container{height:80px;justify-content:space-between}.brand-link,.header-container{align-items:center;display:flex}.brand-link{gap:12px}.brand-logo{border-radius:6px;border-radius:var(--radius-sm);height:52px;object-fit:contain;width:auto}.brand-info{display:flex;flex-direction:column}.brand-name{color:#0f172a;font-size:1.15rem;font-weight:800;letter-spacing:-.02em;line-height:1.1}.brand-tagline{color:#0284c7;color:var(--accent);font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-item{color:#64748b;color:var(--text-muted);font-size:.95rem;font-weight:600;padding:.5rem .25rem;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.nav-item.active,.nav-item:hover{color:#1e40af;color:var(--primary)}.nav-item.active:after{background:#1e40af;background:var(--primary);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.nav-cta-btn{align-items:center;background:linear-gradient(135deg,#1e40af,#0284c7);background:var(--accent-gradient);border-radius:9999px;border-radius:var(--radius-full);box-shadow:0 4px 12px #1e40af40;color:#fff!important;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;padding:.65rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.nav-cta-btn:hover{box-shadow:0 6px 16px #1e40af59;transform:translateY(-1px)}.mobile-toggle{background:none;color:#0f172a;color:var(--text-main);display:none;font-size:1.5rem;padding:8px}.mobile-nav-drawer{background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:none;flex-direction:column;gap:1rem;padding:1.5rem}.mobile-nav-drawer.open{display:flex}.mobile-nav-link{border-bottom:1px solid #f1f5f9;color:#64748b;color:var(--text-muted);font-size:1.05rem;font-weight:600;padding:.6rem 0}.mobile-nav-link.active{color:#1e40af;color:var(--primary);font-weight:700}.hero-section{background:linear-gradient(135deg,#0a192f,#0f2b4c);color:#fff;overflow:hidden;padding:5.5rem 0 5rem;position:relative}.hero-section:before{background:radial-gradient(circle at 80% 20%,#0284c72e 0,#0000 60%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{max-width:860px;position:relative;z-index:1}.badge{align-items:center;background:#0284c726;border:1px solid #0284c759;border-radius:9999px;border-radius:var(--radius-full);color:#38bdf8;display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;letter-spacing:.06em;padding:.4rem .9rem;text-transform:uppercase}.badge,.hero-title{margin-bottom:1.5rem}.hero-title{color:#fff;font-size:3.25rem;font-weight:800;letter-spacing:-.03em;line-height:1.15}.hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#38bdf8);-webkit-background-clip:text}.hero-subtitle{color:#cbd5e1;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:2.5rem;max-width:740px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#1e40af,#0284c7);background:var(--accent-gradient);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 14px #0284c759;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:.85rem 1.8rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-primary:hover{box-shadow:0 6px 20px #0284c780;color:#fff;transform:translateY(-2px)}.btn-outline{align-items:center;background:#ffffff14;border:1px solid #ffffff40;border-radius:10px;border-radius:var(--radius-md);color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:.85rem 1.8rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-outline:hover{background:#ffffff29;border-color:#fff;color:#fff;transform:translateY(-2px)}.stats-ribbon{background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:2.5rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);text-align:center}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-number{color:#1e40af;color:var(--primary);font-size:2.4rem;font-weight:800;line-height:1}.stat-label{color:#64748b;color:var(--text-muted);font-size:.9rem;font-weight:600}.section{padding:5rem 0}.section-header{margin:0 auto 3.5rem;max-width:720px;text-align:center}.section-tag{color:#0284c7;color:var(--accent);display:block;font-size:.85rem;font-weight:700;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.section-title{color:#0f172a;color:var(--text-main);font-size:2.4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.section-desc{color:#64748b;color:var(--text-muted);font-size:1.1rem;line-height:1.6}.cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{background:#fff;background:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden;padding:2.25rem;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.service-card:hover{border-color:#93c5fd;border-color:var(--border-focus);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.service-icon-box{align-items:center;background:#e0f2fe;background:var(--accent-light);border-radius:10px;border-radius:var(--radius-md);color:#1e40af;color:var(--primary);display:flex;font-size:1.6rem;height:54px;justify-content:center;margin-bottom:1.5rem;width:54px}.service-title{font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.service-text{color:#64748b;color:var(--text-muted);flex-grow:1;font-size:.98rem;line-height:1.6;margin-bottom:1.5rem}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.pill{background:#f1f5f9;border-radius:9999px;border-radius:var(--radius-full);color:#475569;font-size:.75rem;font-weight:600;padding:.25rem .65rem}.features-section{background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.feature-item{padding:1.5rem}.feature-icon{color:#0284c7;color:var(--accent);font-size:2rem;margin-bottom:1rem}.feature-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.feature-desc{color:#64748b;color:var(--text-muted);font-size:.95rem;line-height:1.55}.cta-banner{background:linear-gradient(135deg,#1e40af,#0284c7);background:var(--accent-gradient);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);color:#fff;margin:4rem auto 0;padding:3.5rem 2.5rem;text-align:center}.cta-banner h2{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:1rem}.cta-banner p{color:#e0f2fe;font-size:1.15rem;margin:0 auto 2rem;max-width:680px}.btn-white{align-items:center;background:#fff;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 14px #00000026;color:#1e40af;color:var(--primary);display:inline-flex;font-size:1rem;font-weight:700;gap:8px;padding:.85rem 2rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-white:hover{background:#f8fafc;box-shadow:0 6px 20px #00000040;color:#1d4ed8;color:var(--primary-hover);transform:translateY(-2px)}.page-banner{background:linear-gradient(135deg,#0a192f,#1e3a8a);color:#fff;padding:4.5rem 0 4rem;text-align:center}.page-banner h1{color:#fff;font-size:2.8rem;font-weight:800;margin-bottom:.75rem}.page-banner p{color:#cbd5e1;font-size:1.15rem;margin:0 auto;max-width:640px}.contact-grid{grid-gap:3.5rem;display:grid;gap:3.5rem;grid-template-columns:1fr 1.3fr;margin-top:2rem}.contact-info-panel{display:flex;flex-direction:column;gap:1.75rem}.contact-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;gap:1.25rem;padding:1.75rem}.contact-card-icon{align-items:center;background:#e0f2fe;background:var(--accent-light);border-radius:10px;border-radius:var(--radius-md);color:#1e40af;color:var(--primary);display:flex;flex-shrink:0;font-size:1.3rem;height:46px;justify-content:center;width:46px}.contact-card h4{font-size:1.1rem;margin-bottom:.25rem}.contact-card a,.contact-card p{color:#64748b;color:var(--text-muted);font-size:.95rem;line-height:1.5}.contact-card a:hover{color:#1e40af;color:var(--primary);text-decoration:underline}.contact-form-panel{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2.5rem}.form-group{margin-bottom:1.4rem}.form-label{color:#0f172a;color:var(--text-main);display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.form-control{background:#f8fafc;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);font-family:inherit;font-size:.95rem;padding:.75rem 1rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.form-control:focus{background:#fff;border-color:#0284c7;border-color:var(--accent);box-shadow:0 0 0 3px #0284c726;outline:none}textarea.form-control{min-height:120px;resize:vertical}.form-submit-btn{background:linear-gradient(135deg,#1e40af,#0284c7);background:var(--accent-gradient);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 12px #0284c740;color:#fff;font-size:1rem;font-weight:700;padding:.9rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.form-submit-btn:hover{box-shadow:0 6px 18px #0284c759;transform:translateY(-1px)}.alert-success{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;border-radius:var(--radius-md);color:#065f46;display:flex;font-size:.95rem;gap:10px;margin-bottom:1.5rem;padding:1rem 1.25rem}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr}.about-text h2{font-size:2.2rem;margin-bottom:1.25rem}.about-text p{color:#64748b;color:var(--text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.value-card{background:#f8fafc;background:var(--bg-page);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:10px;border-radius:var(--radius-md);padding:1.5rem}.value-card h4{color:#1e40af;color:var(--primary);font-size:1.1rem;margin-bottom:.5rem}.value-card p{color:#64748b;color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:0}.timeline{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.timeline-step{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:2rem 1.5rem;position:relative}.step-number{color:#0284c7;color:var(--accent);display:inline-block;font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.step-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.step-desc{color:#64748b;color:var(--text-muted);font-size:.9rem;line-height:1.5}.footer{background:#0a192f;background:var(--dark-bg);border-top:1px solid #1e293b;color:#cbd5e1;margin-top:auto;padding:4.5rem 0 2rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3.5rem}.footer-brand h3{color:#fff;font-size:1.25rem;margin-bottom:.75rem}.footer-brand p{color:#94a3b8;color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem;max-width:320px}.footer-col h4{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{color:#94a3b8;color:var(--text-light);font-size:.92rem;transition:all .25s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.footer-links a:hover{color:#38bdf8;padding-left:4px}.footer-contact-item{align-items:flex-start;display:flex;font-size:.92rem;gap:10px;line-height:1.4;margin-bottom:.75rem}.footer-contact-item,.footer-contact-item a{color:#94a3b8;color:var(--text-light)}.footer-contact-item a:hover{color:#38bdf8}.footer-bottom{align-items:center;border-top:1px solid #1e293b;color:#64748b;display:flex;flex-wrap:wrap;font-size:.88rem;gap:1rem;justify-content:space-between;padding-top:2rem}@media (max-width:992px){.hero-title{font-size:2.6rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr}.footer-grid,.timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}.hero-title{font-size:2.1rem}.hero-subtitle{font-size:1.05rem}.section{padding:3.5rem 0}.section-title{font-size:1.9rem}.footer-grid,.timeline{grid-template-columns:1fr}.footer-grid{gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.63d8c06f.css.map*/