:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#ffffff}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #0a0f26;--primary-light: #1a213a;--primary-dark: #070a18;--accent: #2563eb;--text: #fff;--text-dark: #0a0f26;--bg: #fff;--bg-light: #f8fafc}html,body{font-family:Montserrat,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh}.navbar{position:fixed;top:0;width:100%;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1000;padding:1rem 0;transition:all .3s ease;border-bottom:1px solid #f1f5f9;box-shadow:0 2px 12px #0a0f260f}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#0a0f26;text-decoration:none;letter-spacing:-.025em;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:#0a0f26;font-weight:500;transition:all .3s ease;font-size:.95rem}.nav-links a:hover{color:var(--accent);transform:translateY(-1px)}.hero{min-height:60vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:var(--text);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,var(--accent) 0%,transparent 50%),radial-gradient(circle at 80% 20%,#3b82f6 0%,transparent 50%),radial-gradient(circle at 50% 50%,#1e293b 0%,transparent 50%);opacity:.15}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero h1{font-size:clamp(2.2rem,5vw,3rem);font-weight:800;margin-bottom:1.2rem;line-height:1.1;color:var(--text);letter-spacing:-.025em;text-shadow:0 2px 16px rgba(0,0,0,.25)}.hero p{font-size:1.15rem;margin-bottom:2rem;color:#e0e7ef;line-height:1.6;max-width:600px;text-shadow:0 2px 16px rgba(0,0,0,.18)}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 6px -1px #2563eb1a;letter-spacing:-.025em}.cta-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb26}.cta-button.secondary{background:transparent;color:var(--accent);border:2px solid var(--accent);box-shadow:none}.cta-button.secondary:hover{background:var(--primary-light);border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb1a}.section{padding:5rem 0}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--primary);letter-spacing:-.025em}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:2rem}}.service-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .3s ease;border:1px solid #f1f5f9}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #2563eb1a,0 10px 10px -5px #0000000a}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--accent) 0%,#1d4ed8 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary)}.service-card p{color:#64748b;line-height:1.6}.about-section{background:#f8fafc;padding:6rem 0}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.about-text{order:1}.about-title{font-size:2.4rem;font-weight:800;color:#0a0f26;margin-bottom:2rem;letter-spacing:-.02em;font-family:Montserrat,sans-serif}.about-description{font-size:1.15rem;color:#334155;line-height:1.7;margin-bottom:2.2rem;font-weight:500;max-width:520px}.about-features{color:#2563eb;font-weight:600;font-size:1.05rem;list-style:disc inside;margin-bottom:2.2rem}.about-features li{margin-bottom:.5rem}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.about-feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #2563eb0f;display:flex;align-items:flex-start;gap:1rem}.about-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb1f;border-color:#d1d5db}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #2563eb33}.feature-content{flex:1}.feature-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3}.feature-description{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}.about-cta-button{display:inline-block;background:#2563eb;color:#fff;padding:1rem 2.2rem;border-radius:12px;font-weight:700;font-size:1.08rem;text-decoration:none;box-shadow:0 4px 16px #2563eb1a;transition:all .3s ease}.about-cta-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb26}.about-image-container{text-align:right;order:2}.about-image{width:100%;max-width:480px;border-radius:20px;box-shadow:0 8px 32px #0a0f2621;object-fit:cover}@media (max-width: 768px){.about-section{padding:4rem 0}.about-container{grid-template-columns:1fr;gap:2rem;text-align:center}.about-text{order:1}.about-image-container{order:2;text-align:center}.about-title{font-size:2rem;margin-bottom:1.5rem}.about-description{font-size:1rem;margin-bottom:1.5rem;max-width:100%}.about-features{font-size:.95rem;margin-bottom:1.5rem;text-align:left}.about-features-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.about-feature-card{padding:1.2rem;gap:.8rem}.feature-icon{width:40px;height:40px;border-radius:10px}.feature-title{font-size:1rem}.feature-description{font-size:.9rem}.about-cta-button{font-size:1rem;padding:.9rem 2rem}.about-image{max-width:100%;border-radius:16px}}@media (max-width: 480px){.about-section{padding:3rem 0}.about-container{padding:0 1rem}.about-title{font-size:1.8rem}.about-description{font-size:.95rem}.about-features-grid{gap:.8rem}.about-feature-card{padding:1rem;gap:.7rem}.feature-icon{width:36px;height:36px;border-radius:8px}.feature-title{font-size:.95rem}.feature-description{font-size:.85rem}}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent);display:block}.stat-label{color:#64748b;font-weight:500}.contact-form{max-width:600px;margin:0 auto;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #f1f5f9}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-form-container{order:2}.contact-form{max-width:100%;padding:2rem;margin-top:2rem}.contact-layout a{padding:1.2rem!important;gap:.8rem!important}.contact-layout a>div:first-child{width:48px!important;height:48px!important;border-radius:12px!important}.contact-layout a>div:last-child{flex:1;min-width:0}.contact-layout a>div:last-child>div:last-child{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media (max-width: 480px){.contact-layout a{padding:1rem!important;gap:.7rem!important}.contact-layout a>div:first-child{width:44px!important;height:44px!important}.contact-layout a>div:last-child>div:first-child{font-size:.9rem!important}.contact-layout a>div:last-child>div:last-child{font-size:.85rem!important}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--primary)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2563eb14}.form-group textarea{resize:vertical;min-height:120px}.footer{background:var(--primary-dark);color:#fff;padding:3rem 0 1rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.footer-section p,.footer-section a{color:#cbd5e1;text-decoration:none;line-height:1.6}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #334155;color:#94a3b8}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}.footer-company{order:1}.footer-links{order:2}.footer-contact{order:3}.contact-info{align-items:center;text-align:center}.contact-info>div,.contact-info>a{justify-content:center}.footer-bottom>div{flex-direction:column;gap:1rem}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{padding:0 1rem;gap:2rem}.footer-section h3{font-size:1.1rem}.footer-section p,.footer-section a{font-size:.9rem}}@media (max-width: 768px){.hero-content{padding:3.5rem 1rem 2rem!important;min-height:55vh!important}.hero h1{font-size:1.5rem!important;line-height:1.2!important}.hero p{font-size:1rem!important;margin-bottom:1.2rem!important}.cta-button{font-size:.95rem!important;padding:.8rem 1.5rem!important}.nav-links{display:none}.services-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.contact-form{margin-top:2rem}.navbar{padding:.7rem 0}.logo{font-size:1.1rem;gap:.4rem}}.mobile-menu-btn{display:none;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem;box-shadow:0 4px 12px #2563eb33;transition:all .3s ease}.mobile-menu-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.mobile-menu-btn:focus{outline:none;box-shadow:0 0 0 3px #2563eb33}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #f1f5f9;box-shadow:0 4px 20px #0a0f261a;z-index:1000}.mobile-menu-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem}.mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu-item{margin-bottom:.5rem}.mobile-menu-link{display:block;text-decoration:none;color:#0a0f26;font-weight:500;font-size:1.1rem;padding:1rem 1.5rem;border-radius:12px;transition:all .3s ease;background:transparent}.mobile-menu-link:hover{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);color:#2563eb;transform:translate(8px)}@media (max-width: 768px){.mobile-menu-btn{display:block!important}.mobile-menu-container{padding:1rem 1.5rem}.mobile-menu-link{font-size:1rem;padding:.9rem 1.2rem}}@media (max-width: 480px){.mobile-menu-container{padding:.8rem 1rem}.mobile-menu-link{font-size:.95rem;padding:.8rem 1rem}}.fade-in{opacity:0;transform:translateY(30px);animation:fadeIn .8s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.slide-in-left{opacity:0;transform:translate(-50px);animation:slideInLeft .8s ease forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.slide-in-right{opacity:0;transform:translate(50px);animation:slideInRight .8s ease forwards}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}
