.header{position:fixed;top:0;left:0;right:0;background:#4a4a4a;padding:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header-container{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:0px;cursor:pointer}.logo-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-right:-8px}.logo-icon img{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block;mix-blend-mode:lighten;filter:brightness(1.3) saturate(1.4);transform:translateY(4px)}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text-main{font-size:20px;font-weight:700;color:#fff;letter-spacing:.02em}.logo-text-sub{font-size:20px;font-weight:700;color:#4a90e2;letter-spacing:.02em}.header-nav{display:flex;gap:40px;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#4a90e2;transition:width .3s ease}.nav-link:hover{color:#4a90e2}.nav-link:hover:after{width:100%}@media(max-width:1024px){.header-nav{gap:24px}.nav-link{font-size:.9rem}}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none}@media(max-width:768px){.header-container{padding:0 20px}.mobile-menu-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#3a3a3a;flex-direction:column;align-items:flex-start;padding:100px 30px 30px;gap:30px;transition:right .3s ease;box-shadow:-5px 0 20px #0000004d;z-index:1000}.header-nav.mobile-open{right:0}.mobile-menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}.nav-link{font-size:1.1rem;width:100%;padding:10px 0}.nav-link:after{display:none}.logo-text-main,.logo-text-sub{font-size:.95rem}}.hero{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:1200px;width:100%;position:relative;z-index:1}.hero-text{text-align:center;color:#fff}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;margin-bottom:1.5rem;letter-spacing:.1em;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;margin-bottom:2rem;color:#e0e0e0;animation:fadeInUp 1s ease-out .2s both}.hero-description{font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;max-width:800px;margin:0 auto 3rem;color:#b0b0b0;animation:fadeInUp 1s ease-out .4s both}.cta-button{display:inline-block;padding:1rem 3rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2196f34d;animation:fadeInUp 1s ease-out .6s both;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2196f366;background:linear-gradient(135deg,#1976d2,#1565c0)}.cta-button:active{transform:translateY(0)}@media(max-width:768px){.hero{min-height:90vh;padding:1.5rem}}.services{padding:6rem 2rem;background:#f5f7fa}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#1a1a2e;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.services-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:#666;animation:fadeInUp .8s ease-out .2s both}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.service-card{background:#e8eef5;padding:2.5rem 2rem;border-radius:12px;transition:all .3s ease;animation:fadeInUp .8s ease-out both;box-shadow:0 2px 8px #0000000d}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}.service-title{font-size:1.5rem;font-weight:700;color:#3d5a80;margin-bottom:1rem}.service-description{font-size:.95rem;line-height:1.7;color:#5a6c7d}@media(max-width:768px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}}.insights{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.insights-container{max-width:1200px;margin:0 auto}.insights-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.insights-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.insights-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.insight-card{background:#fff;border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid #e0e0e0;animation:fadeInUp .8s ease-out both;box-shadow:0 2px 8px #00000014}.insight-card:nth-child(1){animation-delay:.1s}.insight-card:nth-child(2){animation-delay:.2s}.insight-card:nth-child(3){animation-delay:.3s}.insight-card:hover{transform:translateY(-8px);border-color:#2196f380;box-shadow:0 8px 30px #2196f333}.insight-content{display:flex;flex-direction:column;height:100%}.insight-meta{display:flex;align-items:center;gap:4px;margin-bottom:1.5rem;font-size:.85rem;color:#6c757d}.insight-separator,.insight-date,.insight-read-time{color:#6c757d}.insight-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.4}.insight-description{color:#495057;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.insight-link{color:#2196f3;font-weight:600;font-size:.95rem;background:none;border:none;cursor:pointer;transition:all .3s ease;align-self:flex-start;padding:0}.insight-link:hover{color:#1976d2;transform:translate(4px)}@media(max-width:768px){.insights{padding:4rem 1.5rem}.insights-title{font-size:2rem}.insights-grid{grid-template-columns:1fr}}.testimonials{padding:6rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.testimonials-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:#b0b0b0;animation:fadeInUp .8s ease-out .2s both}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.testimonial-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:fadeInUp .8s ease-out .3s both;position:relative}.testimonial-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#2196f34d}.quote-icon{font-size:4rem;color:#2196f34d;line-height:1;margin-bottom:1rem}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#e0e0e0;margin-bottom:2rem;font-style:italic}.testimonial-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.testimonial-company{font-size:1.2rem;font-weight:600;color:#2196f3;margin-bottom:.5rem}.testimonial-author{font-size:.95rem;color:#b0b0b0}@media(max-width:768px){.testimonials{padding:4rem 1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonial-card{padding:2rem 1.5rem}}.contact{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.contact-subtitle{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:20px}.contact-email{font-size:1rem;color:#666}.contact-email a{color:#2c5aa0;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-email a:hover{color:#1e3a6d;text-decoration:underline}.contact-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:24px}.form-group label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:8px;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2c5aa0;box-shadow:0 0 0 3px #2c5aa01a}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.form-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-submit{width:100%;padding:14px 32px;background:linear-gradient(135deg,#2c5aa0,#1e3a6d);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2c5aa04d}.contact-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.contact{padding:60px 20px}.contact-title{font-size:2rem}.contact-form{padding:30px 20px}}.footer{background:linear-gradient(135deg,#0f1419,#1a1a2e);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(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{animation:fadeInUp .8s ease-out both}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-logo{display:flex;align-items:center;gap:0px;margin-bottom:1rem}.footer-logo-icon{display:flex;align-items:center;justify-content:center;margin-right:-8px}.footer-logo-icon img{width:80px;height:80px;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block;mix-blend-mode:screen;filter:brightness(1.5) saturate(1.4);transform:translateY(4px)}.footer-logo-text{display:flex;flex-direction:column;line-height:1}.footer-logo-text-main{font-size:20px;font-weight:700;color:#fff;letter-spacing:.02em}.footer-logo-text-sub{font-size:20px;font-weight:700;color:#4a90e2;letter-spacing:.02em}.footer-description{color:#b0b0b0;line-height:1.6;font-size:.95rem}.footer-heading{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#b0b0b0;text-decoration:none;transition:all .3s ease;font-size:.95rem}.footer-links a:hover{color:#2196f3;padding-left:5px}.footer-contact{color:#b0b0b0;margin-bottom:1.5rem;line-height:1.6}.footer-cta{display:inline-block;padding:.8rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2196f34d;text-decoration:none}.footer-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2196f366}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social a{color:#b0b0b0;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d}.footer-social a:hover{color:#2196f3;background:#2196f31a;transform:translateY(-3px)}.footer-copyright{color:gray;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.app{width:100%;overflow-x:hidden;padding-top:52px}.privacy-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0a0a0a,#1a1a1a)}.privacy{padding:120px 0 80px;flex:1}.privacy-container{max-width:900px;margin:0 auto;padding:0 2rem}.privacy h2{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#00d4ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-content{display:flex;flex-direction:column;gap:2rem}.privacy-section p{color:#ccc;line-height:1.8;font-size:1.1rem}@media(max-width:768px){.privacy{padding:60px 0}.privacy-container{padding:0 1.5rem}.privacy h2{font-size:2.5rem;margin-bottom:2rem}.privacy-section p{font-size:1rem}.privacy-content{gap:1.5rem}}.privacy-back{margin-top:3rem;text-align:center}.back-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#00d4ff,#09f);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.back-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00d4ff4d}@media(max-width:480px){.privacy h2{font-size:2rem}}*{margin:0;padding:0;box-box:border-box}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;line-height:1.6;color:#333}html{scroll-behavior:smooth}#root{width:100%}
