@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-color:#050814;--surface-color:#111827b3;--surface-border:#38bdf833;--primary-mavi:#0ea5e9;--neon-blue:#00f0ff;--neon-glow:0 0 15px #00f0ff80;--text-main:#f8fafc;--text-muted:#94a3b8;--font-sans:"Inter", system-ui, sans-serif;--font-heading:"Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}#root{flex-direction:column;width:100%;min-height:100vh;margin:0 auto;display:flex}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:var(--neon-blue);text-decoration:none;transition:all .3s}a:hover{text-shadow:var(--neon-glow)}.glass{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:16px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--primary-mavi);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--neon-blue)}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-grow:1}.navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0}.navbar.scrolled.glass{-webkit-backdrop-filter:blur(16px);background:#050814d9;border-bottom:1px solid #38bdf826;padding:1rem 0;box-shadow:0 4px 30px #00000080}.nav-container{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.nav-container .logo{font-family:var(--font-heading);color:#fff;letter-spacing:1px;font-size:1.5rem;font-weight:800;position:absolute;top:50%;left:0;transform:translateY(-50%)}.desktop-menu{align-items:center;gap:3rem;margin:0 auto;display:flex}.desktop-menu a{letter-spacing:.5px;font-size:1rem;font-weight:500;position:relative}.desktop-menu a:after{content:"";background-color:var(--neon-blue);width:0;height:2px;box-shadow:var(--neon-glow);transition:width .3s;position:absolute;bottom:-4px;left:0}.desktop-menu a:hover:after{width:100%}.mobile-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{display:none}@media (width<=900px){.nav-container{justify-content:space-between}.nav-container .logo{z-index:10;font-size:1.2rem;position:relative;top:auto;left:auto;transform:none}.desktop-menu,.desktop-only{display:none}.mobile-toggle{z-index:2000;display:block;position:relative;top:auto;right:auto;transform:none}.mobile-menu{border-top:1px solid var(--surface-border);width:100%;padding:1.5rem;display:block;position:absolute;top:100%;left:0}.mobile-menu ul{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.mobile-menu a{border-bottom:1px solid #ffffff0d;width:100%;padding-bottom:.5rem;font-size:1.2rem;display:block}}.hero-section{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-video-wrapper{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#050814f2 0%,#050814bf 50%,#0ea5e933 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex;position:relative}.hero-badge{color:var(--neon-blue);border-color:#00f0ff4d;border-radius:30px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex;box-shadow:0 0 10px #00f0ff1a}.badge-dot{background-color:var(--neon-blue);width:8px;height:8px;box-shadow:var(--neon-glow);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #00f0ffb3}70%{transform:scale(1);box-shadow:0 0 0 6px #00f0ff00}to{transform:scale(.95);box-shadow:0 0 #00f0ff00}}.hero-title{color:#fff;letter-spacing:-1px;font-size:4.5rem;line-height:1.1}.text-neon{background:linear-gradient(to right, #fff, var(--neon-blue));-webkit-text-fill-color:transparent;text-shadow:0 0 30px #00f0ff66;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto 1.5rem;font-size:1.25rem}.hero-actions{gap:1.5rem;margin-bottom:3rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.hero-stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:800px;margin:2rem auto 0;padding-top:3rem;display:grid}.stat-item{text-align:center;padding:1.5rem;transition:transform .3s}.stat-item:hover{border-color:var(--neon-blue);box-shadow:var(--neon-glow);transform:translateY(-5px)}.stat-item h3{color:var(--neon-blue);margin-bottom:.5rem;font-size:2.5rem}.stat-item p{color:var(--text-main);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}@media (width<=900px){.hero-title{font-size:3rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}}.services-section{background:var(--bg-color);background-image:radial-gradient(circle at 100% 0,#00f0ff0d,#0000 40%),radial-gradient(circle at 0 100%,#0ea5e90d,#0000 40%);position:relative}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-title{margin-bottom:1rem;font-size:3rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem;display:grid}.service-card{flex-direction:column;transition:transform .4s,border-color .4s;display:flex;position:relative;top:0;overflow:hidden}.service-card:hover{border-color:var(--neon-blue);box-shadow:var(--neon-glow);transform:translateY(-10px)}.service-image-wrapper{width:100%;height:200px;position:relative}.service-image{background-position:50%;background-size:cover;background-color:var(--surface-color);width:100%;height:100%;transition:transform .5s}.service-card:hover .service-image{transform:scale(1.05)}.logo-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050814d9;border:1px solid #00f0ff66;border-radius:12px;justify-content:center;align-items:center;min-width:60px;height:60px;padding:8px 15px;transition:all .3s;display:flex;position:absolute;bottom:-25px;right:25px;box-shadow:0 5px 15px #00000080}.service-card:hover .logo-badge{border-color:var(--neon-blue);transform:translateY(-5px);box-shadow:0 0 20px #00f0ff80}.service-brand-logo{object-fit:contain;filter:drop-shadow(0 0 5px #ffffff1a);width:auto;max-width:150px;height:100%}.service-content{flex-direction:column;flex-grow:1;padding:2.5rem 1.5rem 1.5rem;display:flex}.service-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.service-content p{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.service-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag{color:var(--neon-blue);background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.full-w{width:100%;margin-top:auto}.workcube-highlight{background:linear-gradient(90deg,#0ea5e90d,#050814cc);border-radius:24px;align-items:center;gap:4rem;padding:3rem;display:flex}.highlight-content{flex:1}.highlight-content h3{color:var(--neon-blue);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:1.2rem}.highlight-content h2{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.highlight-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.checklist{flex-direction:column;gap:1rem;list-style:none;display:flex}.checklist li{color:var(--text-main);align-items:center;gap:10px;font-size:1.1rem;font-weight:500;display:flex}.highlight-image{flex:1;justify-content:center;display:flex}.highlight-image img{max-width:100%;box-shadow:var(--shadow);border-radius:12px;transition:transform .5s;transform:perspective(1000px)rotateY(-15deg)}.highlight-image img:hover{transform:perspective(1000px)rotateY(0)scale(1.05)}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.workcube-highlight{flex-direction:column;gap:2rem;padding:2rem}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.section-title{font-size:2.2rem}.highlight-content h2{font-size:2rem}}.footer{border-top:1px solid var(--surface-border);background:#04060ff2;padding:5rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, transparent, var(--neon-blue), transparent);width:50%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 20px #00f0ffcc}.footer-grid{grid-template-columns:2fr 1.5fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.brand-col .logo{margin-bottom:1.5rem;font-size:2rem}.footer-desc{color:var(--text-muted);max-width:400px;margin-bottom:2rem;line-height:1.8}.social-links{gap:1rem;display:flex}.glass-icon{background:var(--surface-color);border:1px solid var(--surface-border);width:40px;height:40px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.glass-icon:hover{color:var(--neon-blue);box-shadow:var(--neon-glow);background:#00f0ff1a;transform:translateY(-3px)}.footer-col h3{color:#fff;margin-bottom:2rem;font-size:1.2rem;display:inline-block;position:relative}.footer-col h3:after{content:"";background-color:var(--neon-blue);border-radius:2px;width:30px;height:3px;position:absolute;bottom:-8px;left:0}.contact-info{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.contact-info li{color:var(--text-muted);align-items:flex-start;gap:1rem;line-height:1.5;display:flex}.icon-neon{color:var(--neon-blue);flex-shrink:0}.contact-info a{color:var(--text-muted)}.contact-info a:hover{color:var(--neon-blue)}.links-col ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.links-col a{color:var(--text-muted);transition:color .3s}.links-col a:hover{color:var(--neon-blue);padding-left:5px}.footer-bottom{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.scroll-top{width:40px;height:40px;color:var(--neon-blue);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.scroll-top:hover{box-shadow:var(--neon-glow);transform:translateY(-5px)}@media (width<=900px){.footer-grid{grid-template-columns:1fr;gap:3rem}.brand-col .logo{margin-bottom:1rem}.footer-bottom{text-align:center;flex-direction:column;gap:1.5rem}}.page-wrapper{min-height:100vh;padding-top:80px}.page-header{text-align:center;border-bottom:1px solid var(--surface-border);background:linear-gradient(135deg,#050814 0%,#0ea5e91a 100%);padding:6rem 0;position:relative}.robotic-header{background:radial-gradient(circle,#0ea5e933 0%,#050814 70%)}.yazilim-header{background:radial-gradient(circle at 100% 0,#00f0ff26 0%,#050814 80%)}.workcube-header{background:radial-gradient(circle at bottom,#38bdf833 0%,#050814 100%)}.header-badge{color:var(--neon-blue);text-transform:uppercase;letter-spacing:2px;border-radius:30px;margin-bottom:2rem;padding:.5rem 1.5rem;font-weight:600;display:inline-block;box-shadow:0 0 15px #00f0ff26}.page-hero-logo{filter:drop-shadow(0 0 10px #00000080);max-width:250px;height:auto;margin:0 auto 2rem;display:block}.page-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem}.page-subtitle{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:2rem;display:grid}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.text-content h2{background:linear-gradient(to right, #fff, var(--neon-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem}.text-content p{color:var(--text-main);margin-bottom:1.5rem;font-size:1.1rem}.feature-list,.workcube-features ul{flex-direction:column;gap:1.5rem;margin-top:2rem;list-style:none;display:flex}.feature-list li,.workcube-features li{align-items:flex-start;gap:1rem;font-size:1.05rem;display:flex}.bullet{background:var(--neon-blue);width:12px;height:12px;box-shadow:var(--neon-glow);border-radius:50%;flex-shrink:0;margin-top:6px}.glass-img{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:20px;padding:1rem;box-shadow:0 10px 40px #00000080}.glass-img img{object-fit:cover;border-radius:12px;width:100%}.software-modules{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.sw-module{padding:1.5rem;transition:transform .3s}.sw-module:hover{border-color:var(--neon-blue);transform:translateY(-5px)}.sw-module h3{color:var(--neon-blue);margin-bottom:.5rem}.sw-module p{color:var(--text-muted);margin:0;font-size:.9rem}.highlight-text{border-left:4px solid var(--neon-blue);margin-top:2rem;padding-left:1.5rem;font-style:italic;color:#fff!important}.cta-banner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:4rem;padding:4rem;display:flex}.cta-banner h2{font-size:2.5rem}.contact-grid{grid-template-columns:1fr;align-items:center;max-width:600px;margin:0 auto}@media (width<=900px){.content-grid{grid-template-columns:1fr;gap:3rem}.content-grid.reverse{direction:ltr}.page-title{font-size:3rem}}
