:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#333;background-color:#fff;width:100vw;min-height:100vh;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;height:100%}body{color:#333;width:100vw;min-height:100vh;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100vw;min-height:100vh;margin:0;padding:0}.App{width:100vw;min-height:100vh;margin:0;padding:0;position:relative}.header{z-index:1000;background:#fff;width:100vw;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;min-height:70px;margin:0 auto;padding:.5rem 2rem;display:flex}.logo-container{z-index:10;align-items:center;gap:.5rem;display:flex;overflow:visible}.logo{object-fit:contain;width:auto;max-width:280px;height:65px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;mix-blend-mode:multiply;background:0 0;margin:-10px 0;transition:all .3s;transform:scale(1.1)}.logo:hover{opacity:.8;transform:scale(1.02)}.logo-text{color:#1e3a8a;letter-spacing:-.5px;margin-left:.3rem;font-size:1.4rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#dc2626}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#dc2626 100%);width:100%;margin-top:80px;padding:120px 2rem 80px}.hero-content{max-width:800px;margin:0 auto}.hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700}.hero p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.cta-button{color:#1e3a8a;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{color:#fff;background:#dc2626;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.section{width:100%;padding:80px 2rem}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#1e3a8a;margin-bottom:3rem;font-size:2.5rem}.section-subtitle{text-align:center;color:#666;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.about{background:#f8fafc;width:100%}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.5rem}.about-text p{margin-bottom:1rem;line-height:1.8}.benefits-list{margin:1rem 0 1.5rem;padding:0;list-style:none}.benefits-list li{padding:.5rem 0 .5rem 1.5rem;line-height:1.6;position:relative}.benefits-list li:before{content:"✓";color:#dc2626;font-size:1.1rem;font-weight:700;position:absolute;left:0}.partnership-quote{color:#1e3a8a;border-left:4px solid #dc2626;padding-left:1rem;font-size:1.1rem;font-style:italic;font-weight:500;margin-top:1.5rem!important}.about-logo-container{background:#f8fafc;border-radius:15px;justify-content:center;align-items:center;width:300px;height:400px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 8px 25px #00000026}.about-logo{object-fit:cover;object-position:center;border-radius:15px;width:100%;height:100%}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.service-card{text-align:center;background:#fff;border-radius:10px;padding:2rem;transition:transform .3s;box-shadow:0 5px 15px #0000001a}.service-card:hover{border-top:3px solid #dc2626;transform:translateY(-5px)}.service-icon{color:#fff;background:#1e3a8a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.service-card h3{color:#1e3a8a;margin-bottom:1rem;font-size:1.3rem}.service-features{text-align:left;padding:0;list-style:none}.service-features li{padding:.5rem 0 .5rem 1.5rem;line-height:1.6;position:relative}.service-features li:before{content:"✓";color:#dc2626;font-size:1.1rem;font-weight:700;position:absolute;left:0}.contact{color:#fff;background:#1e3a8a;width:100%}.contact .section-title,.contact .section-subtitle{color:#fff}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:5px;width:100%;padding:1rem;font-size:1rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffffb3}.submit-button{color:#1e3a8a;cursor:pointer;background:#fff;border:none;border-radius:5px;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-button:hover{color:#fff;background:#dc2626}.submit-button:disabled{opacity:.7;cursor:not-allowed}.footer{color:#fff;text-align:center;background:#1a202c;width:100%;padding:2rem}@media (max-width:768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}}
