@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.App{min-height:100vh}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid #e5e7eb}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.brand-icon{width:32px;height:32px;color:#3b82f6}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#3b82f6}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;margin-top:70px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a}.btn-icon{width:18px;height:18px}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-graphic{position:relative;width:300px;height:300px}.waves-icon{width:150px;height:150px;color:#fffc;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-elements{position:absolute;top:0;left:0;right:0;bottom:0}.element{position:absolute;background:#fff3;border-radius:50%;animation:float 6s ease-in-out infinite}.element-1{width:20px;height:20px;top:20%;left:10%;animation-delay:0s}.element-2{width:30px;height:30px;top:60%;right:15%;animation-delay:2s}.element-3{width:15px;height:15px;bottom:20%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.services{padding:6rem 0;background:#f9fafb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.service-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon{width:30px;height:30px;color:#fff}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.service-description{color:#6b7280;line-height:1.6}.about{padding:6rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-description{font-size:1.125rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7}.about-values{display:flex;flex-direction:column;gap:2rem}.value-item{display:flex;align-items:flex-start;gap:1rem}.value-icon{width:24px;height:24px;color:#3b82f6;margin-top:.25rem}.value-item h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.value-item p{color:#6b7280;line-height:1.6}.contact{padding:6rem 0;background:#f9fafb}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:20px;height:20px;color:#3b82f6}.contact-form{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group textarea{resize:vertical}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-tagline{color:#9ca3af;font-size:.9rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;border-radius:.5rem;transition:background .3s ease}.social-links a:hover{background:#3b82f6}.social-icon{width:20px;height:20px;color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}.language-switcher{position:relative;display:inline-block}.language-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:all .3s ease;color:#4b5563}.language-button:hover{border-color:#3b82f6;background:#3b82f60d}.language-icon{width:16px;height:16px}.current-language{font-weight:500;font-size:.875rem}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:150px}.language-switcher:hover .language-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s ease;font-size:.875rem}.language-option:hover{background:#f3f4f6}.language-option.active{background:#eff6ff;color:#3b82f6}.language-flag{font-size:1.125rem}.language-name{font-weight:500}.switchers-container{display:flex;gap:1rem;align-items:center}.style-switcher{position:relative;display:inline-block}.style-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:all .3s ease;color:#4b5563;min-width:160px}.style-button:hover{border-color:#3b82f6;background:#3b82f60d}.style-icon{width:16px;height:16px}.current-theme{font-weight:500;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;min-width:280px;max-height:400px;overflow-y:auto}.style-switcher:hover .style-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.style-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s ease;font-size:.875rem}.style-option:hover{background:#f3f4f6}.style-option.active{background:#eff6ff;color:#3b82f6}.theme-icon{font-size:1.125rem;flex-shrink:0}.theme-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.theme-name{font-weight:600;white-space:nowrap}.theme-description{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-option.active .theme-description{color:#60a5fa}:root{--vh: 1vh}.device-ios{height:calc(var(--vh, 1vh) * 100)}.device-touch{--min-touch-size: 44px}.mobile-nav-link{font-size:1.25rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;text-align:center;min-height:var(--min-touch-size, 44px);display:flex;align-items:center;justify-content:center}.menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:#1f2937;cursor:pointer;border-radius:8px;transition:background-color .2s;z-index:1001}.menu-toggle:hover{background-color:#f3f4f6}.menu-toggle:active{background-color:#e5e7eb}.mobile-style-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size, 44px);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-style-option{width:100%;padding:1rem;min-height:var(--min-touch-size, 44px);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-language-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size, 44px);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-language-option{width:100%;padding:1rem;min-height:var(--min-touch-size, 44px);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.device-touch button,.device-touch .style-option,.device-touch .language-option,.device-touch .nav-link{min-height:var(--min-touch-size, 44px);min-width:var(--min-touch-size, 44px)}:root{--vh: 1vh;--min-touch-size: 44px}.mobile-optimized{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.device-mobile{font-size:16px}.device-ios{min-height:calc(var(--vh, 1vh) * 100)}.mobile-header{height:70px;background:#fffffffa}.mobile-header .container{padding:.75rem 1rem}.mobile-header .nav-brand{font-size:1.25rem}.mobile-header .brand-icon{width:24px;height:24px}.mobile-nav{position:fixed;top:70px;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem 1rem;gap:2rem;z-index:999;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-link{font-size:1.25rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;text-align:center;min-height:var(--min-touch-size);display:flex;align-items:center;justify-content:center}.mobile-switchers{margin-top:auto;flex-direction:column;gap:1rem;width:100%}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease-out forwards;border:none;cursor:pointer}@keyframes fadeIn{to{opacity:1}}.mobile-style-switcher{width:100%;position:relative}.mobile-style-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-style-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;margin-top:1rem;max-height:300px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-style-dropdown:not(.open){display:none}.mobile-style-option{width:100%;padding:1rem;min-height:var(--min-touch-size);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-style-option:last-child{margin-bottom:0}.mobile-style-option.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.mobile-language-switcher{width:100%;position:relative}.mobile-language-button{width:100%;justify-content:space-between;padding:1rem;min-height:var(--min-touch-size);font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff}.mobile-language-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:transparent;margin-top:1rem}.mobile-language-dropdown:not(.open){display:none}.mobile-language-option{width:100%;padding:1rem;min-height:var(--min-touch-size);border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.5rem;background:#fff;justify-content:flex-start}.mobile-language-option:last-child{margin-bottom:0}.mobile-language-option.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.tablet-header{height:75px}.device-landscape.device-mobile .mobile-nav{padding:1rem;gap:1rem}.device-landscape.device-mobile .mobile-nav-link{font-size:1rem;padding:.75rem 0}.device-touch button,.device-touch .style-option,.device-touch .language-option,.device-touch .nav-link{min-height:var(--min-touch-size);min-width:var(--min-touch-size)}.device-mobile button:focus,.device-mobile .nav-link:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){.brand-icon,.style-icon,.language-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.device-mobile[data-theme=dark] .mobile-header,.device-mobile[data-theme=dark] .mobile-nav{background:#111827fa;color:#fff}.device-mobile[data-theme=dark] .mobile-nav-link{border-bottom-color:#374151}.device-mobile[data-theme=dark] .mobile-style-button,.device-mobile[data-theme=dark] .mobile-language-button,.device-mobile[data-theme=dark] .mobile-style-option,.device-mobile[data-theme=dark] .mobile-language-option{background:#1f2937;border-color:#374151;color:#fff}.mobile-optimized *{-webkit-transform:translateZ(0);transform:translateZ(0)}.device-touch .nav-brand,.device-touch .menu-toggle,.device-touch .style-switcher,.device-touch .language-switcher{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@supports (padding: max(0px)){.device-ios .mobile-header{padding-top:max(1rem,env(safe-area-inset-top));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}.device-ios .mobile-nav{padding-bottom:max(2rem,env(safe-area-inset-bottom))}}.device-mobile .hero{padding:5rem 0 3rem;margin-top:70px}.device-mobile .hero-title{font-size:2rem;line-height:1.2}.device-mobile .hero-description{font-size:1rem;margin:1rem 0 2rem}.device-mobile .services-grid{grid-template-columns:1fr;gap:1.5rem}.device-mobile .service-card{padding:1.5rem}.device-mobile .contact-form{max-width:100%}.device-mobile .form-group input,.device-mobile .form-group textarea{font-size:16px;padding:1rem;border-radius:12px}.device-mobile .form-group textarea{min-height:120px}.device-mobile .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.device-mobile .footer-links{grid-template-columns:1fr;gap:1.5rem}
