:root{--icon-default-color-dark:#00ffa2;--icon-default-color-light:#000000}.tech-scroll-wrapper{width:100vw;margin-left:50%;transform:translateX(-50%);overflow:hidden}.tech-scroll-container{width:100%;padding:2rem 0}.tech-marquee{margin:1.5rem 0}.tech-item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;margin:0 2rem;padding:.5rem}.tech-icon{color:var(--icon-default-color-dark);transition:all .3s ease}[data-theme=light] .tech-icon{color:var(--icon-default-color-light)}.tech-name{font-size:.8rem;font-weight:500;color:var(--text-color-secondary);margin-top:.5rem;text-align:center;white-space:nowrap;transition:all .3s ease}.tech-item:hover .tech-icon,.tech-item:hover .tech-name{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tech-item:hover .tech-icon{color:var(--primary-color);transform:scale(1.2)}.tech-marquee:first-child{margin-bottom:2rem}@media (max-width:768px){.tech-item{margin:0 1rem}.tech-name{font-size:.75rem}}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;background-color:var(--bg-secondary);overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;max-width:800px}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:var(--text-secondary);max-width:600px}.hero-cta{display:flex;gap:1rem}.hero-cta-primary{background-color:var(--primary-color);color:white;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:background-color .3s ease}.hero-cta-primary:hover{background-color:var(--accent-color)}.hero-cta-secondary{background-color:transparent;color:var(--text-color);padding:.75rem 1.5rem;border-radius:4px;border:1px solid var(--border-color);font-weight:500;transition:background-color .3s ease,color .3s ease}.hero-cta-secondary:hover{background-color:var(--bg-color);color:var(--primary-color)}.hero-background{position:absolute;top:0;right:0;width:50%;height:100%;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:50%;opacity:.8}.services{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));max-width:1200px;margin:0 auto;padding:0 1rem}.service-card{background-color:var(--bg-secondary);border-radius:8px;overflow:hidden;box-shadow:0 4px 10px var(--shadow-color);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 20px var(--shadow-color)}.service-icon{display:flex;align-items:center;justify-content:center;height:80px;font-size:2.5rem;color:var(--primary-color)}.service-content{padding:1.5rem}.service-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.service-description{color:var(--text-secondary);margin-bottom:1.5rem}.service-link{display:inline-block;color:var(--primary-color);font-weight:500;transition:color .3s ease}.service-link:hover{color:var(--accent-color)}.about{padding:5rem 0;background-color:var(--bg-secondary)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem;align-items:center}.about-image{border-radius:8px;overflow:hidden;box-shadow:0 4px 20px var(--shadow-color)}.about-image img{width:100%;height:auto;display:block}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem}.about-text p{margin-bottom:1.5rem;color:var(--text-secondary)}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.about-feature{display:flex;align-items:flex-start}.about-feature-icon{margin-right:1rem;color:var(--primary-color);font-size:1.5rem}.about-feature-text{flex:1}.about-feature-text h4{margin-bottom:.5rem;font-size:1.1rem}.about-feature-text p{margin-bottom:0;font-size:.9rem}.testimonials{padding:5rem 0}.testimonials-slider{max-width:1000px;margin:0 auto;padding:0 1rem}.testimonial-card{background-color:var(--bg-secondary);border-radius:8px;padding:2rem;box-shadow:0 4px 10px var(--shadow-color);margin:1rem}.testimonial-content{font-style:italic;margin-bottom:1.5rem;position:relative}.testimonial-content:before{content:'"';font-size:4rem;position:absolute;top:-2rem;left:-1rem;color:var(--primary-color);opacity:.2}.testimonial-author{display:flex;align-items:center}.testimonial-author-image{width:50px;height:50px;border-radius:50%;margin-right:1rem;overflow:hidden}.testimonial-author-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-author-info h4{margin-bottom:.25rem;font-size:1.1rem}.testimonial-author-info p{color:var(--text-secondary);font-size:.9rem}.cta{padding:5rem 0;background-color:var(--primary-color);color:white}.cta-content{max-width:800px;margin:0 auto;padding:0 1rem;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:1.5rem}.cta-text{margin-bottom:2rem;font-size:1.2rem;opacity:.9}.cta-button{display:inline-block;background-color:white;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:background-color .3s ease,color .3s ease}.cta-button:hover{background-color:var(--accent-color);color:white}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-background{width:100%;opacity:.2}.about-content{grid-template-columns:1fr}.about-image{order:1}.about-text{order:2}.about-features{grid-template-columns:1fr}}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;padding:4rem 0}.headline{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-color)}.gradient-text{background:linear-gradient(45deg,#00ffa2,#ff1ff8,#00ffa2,#ff1ff8);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient-flow 8s ease infinite}@keyframes gradient-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.subheadline{font-size:1.25rem;color:var(--text-color-secondary);margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:20px;padding:2rem;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:rgba(255,255,255,.2)}.service-icon{color:var(--icon-home);margin-bottom:1.5rem;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1);color:var(--icon-blog)}.service-card p{color:var(--text-color-secondary);line-height:1.6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--background-color);border-radius:20px;padding:2.5rem;width:90%;max-width:500px;text-align:center}.modal-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.action-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:10px;font-weight:600;transition:all .3s ease;cursor:pointer;background:linear-gradient(45deg,#00ffa2,#ff1ff8);color:white;border:none}.action-button.secondary{background:transparent;border:2px solid var(--text-color);color:var(--text-color)}.action-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (max-width:768px){.headline{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}}