.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.logo-dark{color:#000}.logo-light{color:#06c}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav a{text-decoration:none;color:#666;font-size:.95rem;font-weight:500;transition:color .3s ease}.nav a:hover{color:#06c}.cta-btn{background:#1a3a52;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .3s ease}.cta-btn:hover{background:#0f2942}@media (max-width: 768px){.header-container{flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem}.nav,.cta-btn{display:none}.hamburger{display:flex;background:transparent;border:none;flex-direction:column;gap:5px;padding:6px;align-items:center;justify-content:center;cursor:pointer;z-index:1101}.hamburger .bar{width:22px;height:2px;background:#1a1a1a;border-radius:2px;display:block;transition:transform .25s ease,opacity .25s ease}.mobile-menu{display:none}.mobile-menu.open{display:flex;position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;z-index:1100}.mobile-menu a{font-size:1.2rem;color:#1a3a52;text-decoration:none;font-weight:600}}@media (min-width: 769px){.mobile-menu{display:none!important}}.hero{position:relative;background:linear-gradient(135deg,#f0f4ff,#e8f0ff);padding:5rem 2rem;text-align:center;min-height:600px;display:flex;align-items:center;overflow:hidden}.hero-container{max-width:800px;margin:0 auto}.hero-tag{display:inline-block;background:#e8f4ff;color:#06c;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;margin-bottom:2rem;font-weight:500}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#1a1a1a}.hero-title .highlight{color:#06c}.hero-description{font-size:1.1rem;color:#666;margin-bottom:2.5rem;line-height:1.6}@media (max-width: 768px){.hero-description{display:none}}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#1a3a52;color:#fff}.btn-primary:hover{background:#0f2942;transform:translateY(-2px);box-shadow:0 4px 12px #1a3a5233}.btn-secondary{background:#fff;color:#1a3a52;border:2px solid #1a3a52}.btn-secondary:hover{background:#f5f5f5;transform:translateY(-2px)}.hero-partners{margin-top:3rem}.hero-partners p{color:#999;font-size:.9rem;margin-bottom:1.5rem}.partners-logos{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.partner{color:#ccc;font-weight:600;font-size:.9rem;letter-spacing:1px}@media (max-width: 768px){.hero{padding:3rem 1rem;min-height:auto}.hero-title{font-size:1.8rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}.partners-logos{gap:1rem}}@media (max-width: 420px){.hero-title{font-size:1.4rem}.hero-tag{font-size:.75rem}.hero-description{font-size:.95rem}}.capabilities{padding:5rem 2rem;background:#fff}.capabilities-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{color:#06c;font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.section-header h2{font-size:2.5rem;color:#1a1a1a;margin-top:.5rem;font-weight:700}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.capability-card{padding:2rem;background:#f9f9f9;border-radius:8px;transition:all .3s ease;border:1px solid #eee}.capability-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.capability-icon{font-size:2rem;color:#06c;margin-bottom:1rem}.capability-card h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.8rem;font-weight:600}.capability-card p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.learn-more{color:#06c;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease;display:inline-block}.learn-more:hover{color:#0052a3}@media (max-width: 768px){.capabilities{padding:3rem 1rem}.section-header h2{font-size:1.8rem}.capabilities-grid{grid-template-columns:1fr;gap:1.5rem}}.industry-applications{padding:5rem 2rem;background:#f9f9f9;text-align:center}.industry-applications .section-header h2{font-size:2.5rem;color:#1a1a1a;margin-top:.5rem;font-weight:700}.industry-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2.5rem}.industry-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #0000000a;text-align:left;display:flex;flex-direction:column;align-items:center}.card-icon{width:80px;height:80px;background:#f0f7ff;padding:12px;border-radius:50%;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.card-desc{color:#6b7a90;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.industry-applications{padding:3rem 1rem}.industry-cards{grid-template-columns:1fr}}.pricing-process{padding:5rem 2rem;background:#f9f9f9;text-align:center}.process-container{max-width:1200px;margin:0 auto}.process-header{margin-bottom:3rem}.process-label{color:#06c;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.process-header h2{font-size:2.5rem;color:#1a1a1a;margin:.5rem 0 1rem;font-weight:700}.process-header p{font-size:1.1rem;color:#666;line-height:1.6;max-width:700px;margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.step-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;text-align:center}.step-number{font-size:2rem;font-weight:700;color:#06c;margin-bottom:.5rem}.step-card h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.75rem;font-weight:700}.step-card p{color:#666;font-size:.95rem;line-height:1.6}@media (max-width: 768px){.pricing-process{padding:3rem 1rem}.process-header h2{font-size:1.8rem}.process-header p{font-size:1rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}}.cta-section{background:linear-gradient(135deg,#1a3a52,#0f2942);color:#fff;padding:5rem 2rem;text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.cta-section p{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.cta-buttons,.cta-contact{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-contact .cta-btn{display:inline-block;padding:.75rem 1.5rem;background:#fff;color:#1a3a52;border-radius:4px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .3s ease}.cta-contact .cta-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.cta-buttons .btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-buttons .btn-primary{background:#fff;color:#1a3a52}.cta-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid white}.cta-buttons .btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.cta-section{display:block;padding:5rem 2rem}@media (max-width: 768px){.cta-section{padding:3rem 1rem}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h4{font-size:.95rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-section p{color:#999;font-size:.9rem;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul a:hover{color:#fff}.newsletter{display:flex;gap:.5rem}.newsletter input{flex:1;padding:.6rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:.9rem}.newsletter input::placeholder{color:#999}.newsletter button{padding:.6rem 1.2rem;background:#06c;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background .3s ease}.newsletter button:hover{background:#0052a3}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.9rem;color:#999}.social-links{display:flex;gap:1.5rem}.social-links a{color:#999;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#fff}@media (max-width: 768px){.footer{padding:3rem 1rem 1rem}.footer-content .footer-section:not(:first-child):not(.newsletter-section){display:none}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.newsletter{flex-direction:column}.newsletter input,.newsletter button{width:100%}}@media (max-width: 420px){.footer-content{grid-template-columns:1fr;gap:1rem}.footer-content>*:not(:first-child):not(.newsletter-section){display:none}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer{padding-bottom:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{width:100%;overflow-x:hidden}
