:root{--bg-color:#fbfbfd;--bg-surface:#ffffffb8;--bg-surface-hover:#ffffffeb;--navbar-bg:#ffffff73;--text-primary:#1d1d1f;--text-secondary:#515154;--accent-color:#06c;--accent-gradient:linear-gradient(135deg, #06c, #33b5e5);--border-color:#0000000f;--shadow-color:#0000000a;--glass-shadow:0 8px 32px 0 #0000000a;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"Outfit", sans-serif;--radius-sm:12px;--radius-md:20px;--radius-lg:32px}[data-theme=dark]{--bg-color:#000;--bg-surface:#1c1c1e80;--bg-surface-hover:#2c2c2ecc;--navbar-bg:#14141673;--text-primary:#f5f5f7;--text-secondary:#b8b8be;--accent-color:#2997ff;--accent-gradient:linear-gradient(135deg, #2997ff, #8a2be2);--border-color:#ffffff14;--shadow-color:#0000004d;--glass-shadow:0 8px 32px 0 #0000004d;--blob-opacity:.55}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .5s,color .5s}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--accent-color)}ul{list-style:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.font-mono{font-family:var(--font-sans);letter-spacing:-.01em;font-weight:600}.text-accent{color:var(--accent-color)}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;-webkit-background-clip:text;background-clip:text;padding-bottom:.15em;display:inline}.glass{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:var(--glass-shadow);border-radius:var(--radius-md)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.btn{border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.25,1,.5,1);display:inline-flex}.btn-primary{background:var(--text-primary);color:var(--bg-color)}.btn-primary:hover{box-shadow:0 4px 14px var(--shadow-color);opacity:.9;transform:scale(1.02)}.btn-secondary{background-color:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background-color:var(--bg-surface-hover);transform:scale(1.02)}.section-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:5rem;display:flex}.section-title{letter-spacing:-.03em;margin:0;font-size:3rem;font-weight:700;line-height:1.1}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.mesh-bg{z-index:-1;background-color:var(--bg-color);width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.mesh-blob{filter:blur(100px);opacity:var(--blob-opacity,.35);border-radius:50%;animation:20s ease-in-out infinite alternate float;position:absolute}.mesh-blob.blob-1{background:#2997ff66;width:50vw;height:50vw;animation-delay:0s;top:-10%;left:-10%}.mesh-blob.blob-2{background:#8a2be259;width:60vw;height:60vw;animation-delay:-5s;bottom:-10%;right:-10%}.mesh-blob.blob-3{background:#33b5e54d;width:40vw;height:40vw;animation-delay:-10s;top:40%;left:60%}@keyframes float{0%{transform:translate(0)scale(1)}33%{transform:translate(5%,10%)scale(1.1)}66%{transform:translate(-5%,5%)scale(.9)}to{transform:translate(10%,-5%)scale(1.05)}}@media (width<=768px){.section-title{font-size:2.5rem}}.navbar{z-index:1000;isolation:isolate;will-change:backdrop-filter;background:0 0;width:100%;padding:1.25rem 0;transition:padding .4s cubic-bezier(.25,1,.5,1),background .4s,border-color .4s,box-shadow .4s;position:fixed;top:0;left:0;transform:translateZ(0)}.navbar.scrolled{background:var(--navbar-bg,var(--bg-surface));-webkit-backdrop-filter:blur(32px)saturate(200%);backdrop-filter:blur(32px)saturate(200%);border-bottom:1px solid var(--border-color);box-shadow:var(--glass-shadow);padding:.75rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-avatar{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:40px;height:40px;transition:border-color .3s}.logo:hover .logo-avatar{border-color:var(--accent-color)}.logo-name{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;font-family:inherit;font-size:.92rem;font-weight:500;transition:color .3s;display:flex;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-dropdown{position:relative}.dropdown-trigger{padding:0}.dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;border-radius:var(--radius-md);flex-direction:column;min-width:240px;margin-top:.5rem;padding:.75rem;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%)translateY(0)}.dropdown-item{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.7rem 1rem;font-size:.88rem;font-weight:500;transition:all .2s}.dropdown-item:hover{background:var(--bg-surface-hover);color:var(--text-primary);padding-left:1.25rem}.nav-cta-btn{background:var(--text-primary);color:var(--bg-color);border-radius:30px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.nav-cta-btn:hover{opacity:.85;color:var(--bg-color);transform:scale(1.02)}.nav-actions{align-items:center;gap:.75rem;display:flex}.icon-btn{color:var(--text-secondary);border-radius:8px;align-items:center;gap:.4rem;padding:.4rem;transition:color .2s;display:flex}.icon-btn:hover{color:var(--accent-color);background:var(--bg-surface)}.lang-text{font-size:.8rem;font-weight:600}.mobile-menu-btn{color:var(--text-primary);display:none}@media (width<=768px){.mobile-menu-btn{display:block}.nav-links{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);opacity:0;flex-direction:column;gap:1.25rem;width:100%;padding:2rem;transition:all .4s cubic-bezier(.25,1,.5,1);position:fixed;top:70px;left:0;transform:translateY(-120%)}.nav-links.open{opacity:1;transform:translateY(0)}.dropdown-menu{opacity:1;visibility:visible;pointer-events:all;background:var(--bg-surface-hover);min-width:100%;margin-top:.5rem;position:static;transform:none}.nav-dropdown:hover .dropdown-menu{transform:none}}.projects-section{padding:6rem 0;scroll-margin-top:70px;position:relative;overflow:hidden}.section-header{text-align:center;margin-bottom:1rem}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.stack-stage{perspective:1400px;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:640px;display:flex;position:relative}.stack-glow{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#2997ff2e,#0000 70%);width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stack-track{cursor:grab;z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.stack-track:active{cursor:grabbing}.stack-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:0 20px 50px var(--card-shadow,#00000014);transform-style:preserve-3d;will-change:transform, opacity, filter;border-radius:28px;flex-direction:column;display:flex;position:absolute;overflow:hidden}.stack-card.landscape{width:600px;height:480px}.stack-card.portrait{width:360px;height:620px}.projects-carousel.compact .stack-stage{perspective:1100px;height:480px}.projects-carousel.compact .stack-card.landscape{width:440px;height:340px}.projects-carousel.compact .stack-card.portrait{width:240px;height:460px}.projects-carousel.compact .stack-card-title{font-size:1.15rem}.projects-carousel.compact .stack-arrow{width:36px;height:36px}.projects-carousel.compact .stack-controls{gap:.75rem;margin-top:1.25rem}[data-theme=dark] .stack-card{--card-shadow:#00000080}.stack-card.active{border-color:var(--accent-color);box-shadow:0 30px 80px var(--card-shadow-active,#2997ff2e)}[data-theme=dark] .stack-card.active{--card-shadow-active:#2997ff47}.stack-card-link{height:100%;color:inherit;flex-direction:column;padding:1.25rem;text-decoration:none;display:flex}.stack-card-image{background:var(--bg-surface-hover);border-radius:18px;flex:1;width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.stack-card-image img{object-fit:cover;object-position:center center;pointer-events:none;width:100%;height:100%}.stack-card.portrait .stack-card-image img{object-position:center top}.stack-card-placeholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:3rem;font-weight:800;display:flex}.stack-card-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.stack-card.active .stack-card-link:hover .stack-card-overlay{opacity:1}.stack-card-actions{gap:.85rem;display:flex}.stack-action-btn{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex}.stack-action-btn:hover{transform:scale(1.1)}.stack-card-info{text-align:left;padding:0 .5rem .5rem}.stack-card-cat{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-color);font-size:.72rem;font-weight:700}.stack-card-title{letter-spacing:-.01em;margin-top:.35rem;font-size:1.4rem;font-weight:700}.stack-controls{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.stack-arrow{background:var(--bg-surface-hover);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-primary);cursor:pointer;box-shadow:0 4px 16px var(--shadow-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.stack-arrow:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:scale(1.08)}.stack-dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.stack-dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.stack-dot:hover{background:var(--text-secondary);transform:scale(1.2)}.stack-dot.active{background:var(--accent-color);border-radius:4px;width:28px}@media (width<=768px){.stack-stage{height:560px}.stack-card.landscape{width:88vw;max-width:420px;height:320px}.stack-card.portrait{width:70vw;max-width:300px;height:520px}.stack-card-title{font-size:1.2rem}.stack-arrow{width:36px;height:36px}}@media (width<=480px){.stack-card.landscape{width:90vw;height:280px}.stack-card.portrait{width:75vw;height:480px}.projects-carousel.compact .stack-card.landscape{width:86vw;max-width:380px;height:280px}.projects-carousel.compact .stack-card.portrait{width:60vw;max-width:240px;height:420px}}.hero-section{align-items:center;min-height:100vh;padding:5rem 0 3rem;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1.1fr;align-items:center;gap:2.5rem;display:grid}.hero-content{z-index:10;max-width:540px}.hero-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,4.6vw,3.8rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:52ch;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-carousel-wrapper{justify-content:center;align-items:center;width:100%;min-width:0;display:flex}@media (width<=1100px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{margin:0 auto}.hero-actions{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}}@media (width<=640px){.hero-section{padding:5rem 0 2.5rem}.hero-actions .btn{justify-content:center;width:100%}}.about-section{padding:6rem 0;scroll-margin-top:70px;position:relative}.about-content{grid-template-columns:3fr 2fr;align-items:stretch;gap:3rem;display:grid}.about-text{border-radius:var(--radius-lg);flex-direction:column;justify-content:flex-start;padding:3rem 3.5rem;display:flex;position:relative}.about-avatar-wrapper{background:var(--bg-surface-hover);border-radius:50%;width:64px;height:64px;margin-bottom:1.5rem;padding:3px;box-shadow:0 8px 24px #2997ff26}.about-avatar{object-fit:cover;border:2px solid var(--accent-color);border-radius:50%;width:100%;height:100%;display:block}.about-text p{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.about-stats{border-top:1px solid var(--border-color);gap:4rem;margin-top:3rem;padding-top:3rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{letter-spacing:-.05em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:var(--text-secondary);margin-top:.5rem;font-size:.95rem;font-weight:500}.about-cards{flex-direction:column;gap:1.5rem;height:100%;display:flex}.about-card{border-radius:var(--radius-lg);flex-direction:column;flex:1;justify-content:center;padding:2.5rem;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex}.about-card:hover{transform:translateY(-8px)scale(1.02)}.mb-2{margin-bottom:1rem}.mt-1{margin-top:.5rem}.mt-3{margin-top:1.5rem}.text-sm{font-size:.9rem}@media (width<=992px){.about-content{grid-template-columns:1fr}.about-card:hover{transform:translateY(-5px)}}.services-section{padding:6rem 0;scroll-margin-top:70px;position:relative}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{border-radius:var(--radius-lg);z-index:1;border:1px solid var(--border-color);padding:3rem 2.5rem;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.service-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #2997ff14}.service-icon-container{margin-bottom:2rem;display:inline-flex;position:relative}.service-line-v,.service-line-h{display:none}.service-title{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.service-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.service-number{opacity:.03;z-index:-1;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:8rem;font-weight:800;transition:all .4s;position:absolute;bottom:-20px;right:15px}.service-card:hover .service-number{opacity:.08;bottom:-10px}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.process-section{padding:6rem 0;scroll-margin-top:70px}.process-flow{justify-content:space-between;align-items:center;margin-top:4rem;display:flex;position:relative}.process-step-wrapper{flex:1;align-items:center;display:flex}.process-step-wrapper:last-child{flex:0}.process-step{text-align:center;z-index:2;background:var(--bg-surface);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:180px;height:180px;box-shadow:var(--glass-shadow);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;position:relative}.process-step:hover{border-color:var(--accent-color);transform:scale(1.08);box-shadow:0 12px 30px #2997ff1f}.process-icon{margin-bottom:.75rem}.process-step-title{margin-bottom:.3rem;font-size:.9rem;font-weight:700}.process-step-desc{color:var(--text-secondary);font-size:.7rem}.process-number{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 12px #2997ff4d}.process-connector{z-index:1;flex:1;align-items:center;min-width:40px;display:flex;position:relative}.process-line{background:linear-gradient(90deg, var(--border-color) 0%, var(--accent-color) 100%);border-radius:1px;width:100%;height:2px}.process-arrow{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:10px solid var(--accent-color);width:0;height:0;position:absolute;right:0}@media (width<=992px){.process-flow{flex-direction:column;gap:2rem}.process-step-wrapper{flex-direction:column;width:100%}.process-connector{min-width:auto;height:40px;width:2px!important}.process-line{background:linear-gradient(180deg, var(--border-color) 0%, var(--accent-color) 100%);width:2px;height:100%}.process-arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:10px solid var(--accent-color);border-bottom:none;bottom:0;left:50%;right:auto;transform:translate(-50%)}}.kurumsal-section{padding:6rem 0;scroll-margin-top:70px;position:relative}.kurumsal-sub-header{text-align:center;margin-top:5rem;margin-bottom:3rem}.kurumsal-sub-header h3{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.kurumsal-sub-header p{font-size:1rem}.kurumsal-grid-8{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.kurumsal-mini-card{border-radius:var(--radius-md);padding:1.75rem;transition:all .35s cubic-bezier(.25,1,.5,1)}.kurumsal-mini-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #2997ff0f}.kurumsal-mini-icon{margin-bottom:1rem;display:inline-flex}.kurumsal-mini-card h4{margin-bottom:.75rem;font-size:1rem;font-weight:700}.kurumsal-mini-card ul{flex-direction:column;gap:.35rem;padding:0;list-style:none;display:flex}.kurumsal-mini-card ul li{padding-left:.8rem;font-size:.82rem;line-height:1.5;position:relative}.kurumsal-mini-card ul li:before{content:"•";color:var(--accent-color);position:absolute;left:0}.kurumsal-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.kurumsal-card{border-radius:var(--radius-lg);padding:2.5rem;transition:all .4s cubic-bezier(.25,1,.5,1)}.kurumsal-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #2997ff14}.kurumsal-icon{margin-bottom:1.5rem;display:inline-flex}.kurumsal-card-title{margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.kurumsal-card-desc{font-size:.92rem;line-height:1.7}.kurumsal-cta{text-align:center;border-radius:var(--radius-lg);margin-top:5rem;padding:4rem}.kurumsal-cta h3{letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}.kurumsal-cta p{margin-bottom:2rem;font-size:1.1rem}@media (width<=992px){.kurumsal-grid-8{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.kurumsal-grid-8,.kurumsal-grid{grid-template-columns:1fr}}.contact-section{padding:6rem 0;scroll-margin-top:70px;position:relative}.contact-direct{flex-direction:column;align-items:center;gap:2.5rem;max-width:720px;margin:0 auto;display:flex}.w-full{width:100%}.text-center{text-align:center}.contact-methods{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;display:grid}.contact-method{border-radius:var(--radius-md);align-items:center;gap:1.25rem;padding:1.5rem 1.75rem;font-size:1rem;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex}.contact-method:hover{border-color:var(--accent-color);transform:translateY(-4px);box-shadow:0 12px 32px #2997ff1f}.method-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.method-details{flex-direction:column;min-width:0;display:flex}.method-label{text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.78rem;font-weight:500}.method-value{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.social-links{justify-content:center;gap:.75rem;display:flex}.social-link{width:48px;height:48px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex}.social-link:hover{color:#fff;transform:translateY(-4px)scale(1.08);box-shadow:0 8px 20px #2997ff4d;background:var(--accent-color)!important;border-color:var(--accent-color)!important}@media (width<=640px){.contact-methods{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border-color);padding:3rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-logo{align-items:center;gap:.6rem;font-size:1rem;font-weight:700;display:flex}.footer-logo .logo-icon{filter:none}.footer-copyright,.footer-tech{color:var(--text-secondary);font-size:.85rem}@media (width<=768px){.footer-content{text-align:center;flex-direction:column;gap:1rem}}
