.bounceCardsContainer{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:1400px;height:450px;margin:0 auto;overflow:visible}.bounce-card{position:absolute;width:280px;aspect-ratio:1;border:5px solid #fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 30px #0000004d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block}.bounce-card:hover{z-index:10;box-shadow:0 15px 50px #667eea66}.bounce-card-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:20px}.bounce-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bounce-card:hover .bounce-card-image{transform:scale(1.1)}.bounce-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeaf2,#764ba2f2);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;padding:1.25rem;pointer-events:none;overflow:hidden;box-sizing:border-box}.bounce-card:hover .bounce-card-overlay,.bounce-card-overlay.active{opacity:1;pointer-events:auto}.bounce-card-content{text-align:center;color:#fff;width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center;min-height:100%;box-sizing:border-box}.bounce-card-icon{font-size:2.2rem;margin-bottom:.5rem;color:#fff;flex-shrink:0}.bounce-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:#fff;line-height:1.2;flex-shrink:0}.bounce-card-description{font-size:.8rem;line-height:1.5;margin-bottom:.75rem;color:#fffffff2;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;word-wrap:break-word}.bounce-card-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;margin-bottom:.75rem;flex-shrink:0}.bounce-card-tag{background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bounce-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.85rem;margin-top:0;flex-shrink:0}.bounce-card-link i{transition:transform .3s ease}.bounce-card:hover .bounce-card-link i{transform:translate(5px)}@media(max-width:768px){.bounceCardsContainer{height:320px;max-width:100%;margin:0 auto}.bounce-card{width:180px;border-width:4px}.bounce-card-icon{font-size:2rem;margin-bottom:.5rem}.bounce-card-title{font-size:1.1rem;margin-bottom:.35rem}.bounce-card-description{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.65rem}.bounce-card-overlay{padding:1rem}.bounce-card-tags{gap:.35rem;margin-bottom:.75rem}.bounce-card-tag{font-size:.7rem;padding:.25rem .7rem}.bounce-card-link{font-size:.8rem}}@media(max-width:480px){.bounceCardsContainer{height:280px;width:100%}.bounce-card{width:150px;border-width:3px;border-radius:20px}.bounce-card-icon{font-size:1.75rem;margin-bottom:.4rem}.bounce-card-title{font-size:.95rem;margin-bottom:.3rem;line-height:1.2}.bounce-card-description{font-size:.7rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.5rem;line-height:1.4}.bounce-card-overlay{padding:.75rem}.bounce-card-tags{gap:.3rem;margin-bottom:.6rem}.bounce-card-tag{font-size:.65rem;padding:.2rem .6rem}.bounce-card-link{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem;overflow:visible}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo h2{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-tagline{font-size:.9rem;color:#666;font-weight:500}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #667eea66}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-3px)}.btn-tertiary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 10px 30px #f5576c4d}.btn-tertiary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f5576c66;background:linear-gradient(135deg,#f5576c,#f093fb)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-graphic{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 20px 60px #667eea4d}.hero-graphic i{font-size:6rem;color:#fff;animation:float 3s ease-in-out infinite}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%}.element{position:absolute;background:#fff3;border-radius:50%;animation:orbit 8s linear infinite}.element-1{width:20px;height:20px;top:20%;left:80%;animation-delay:0s}.element-2{width:15px;height:15px;top:70%;left:10%;animation-delay:-3s}.element-3{width:25px;height:25px;top:40%;left:90%;animation-delay:-6s}.services{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.service-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#333}.service-card p{color:#666;margin-bottom:1.25rem;line-height:1.5;font-size:.95rem}.service-features{list-style:none}.service-features li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.projects{padding:6rem 0;background:#fff;overflow:visible}.bounce-cards-wrapper{display:flex;justify-content:center;margin-top:3rem;padding:0 2rem;width:100%;overflow:visible;-webkit-overflow-scrolling:touch;position:relative}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.project-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.project-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.project-placeholder i{font-size:4rem;color:#fff;opacity:.9;transition:transform .3s ease}.project-card:hover .project-placeholder i{transform:scale(1.1)}.project-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.project-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.project-content p{color:#666;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background:#f0f0f0;color:#667eea;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;transition:all .3s ease}.project-link:hover{color:#764ba2;gap:.8rem}.project-link i{transition:transform .3s ease}.project-link:hover i{transform:translate(5px)}.about{padding:6rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-description p{margin-bottom:1.5rem;color:#666;line-height:1.7}.about-stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat p{color:#666;font-weight:500}.about-image{display:flex;justify-content:center;align-items:center}.about-graphic{position:relative;width:250px;height:250px;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;box-shadow:0 20px 60px #667eea4d;animation:morph 8s ease-in-out infinite}.about-graphic i{font-size:4rem;color:#fff;animation:float 3s ease-in-out infinite}.orbit-elements{position:absolute;top:0;left:0;width:100%;height:100%}.orbit-element{position:absolute;background:#ffffff4d;border-radius:50%;animation:orbit 10s linear infinite}.orbit-1{width:8px;height:8px;top:10%;left:50%;animation-delay:0s}.orbit-2{width:12px;height:12px;top:50%;left:10%;animation-delay:-5s}.orbit-3{width:6px;height:6px;top:80%;left:80%;animation-delay:-8s}.contact{padding:6rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.2rem}.contact-details h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.contact-details p{color:#666}.contact-form{background:#f8f9fa;padding:2rem;border-radius:20px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo h3{font-size:1.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.social-links{display:flex;gap:1rem}.social-link{display:flex;width:40px;height:40px;background:#333;border-radius:10px;justify-content:center;align-items:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#ccc}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes orbit{0%{transform:rotate(0) translate(150px) rotate(0)}to{transform:rotate(360deg) translate(150px) rotate(-360deg)}}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@media(max-width:768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1.5rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{min-height:auto;padding:6rem 0 4rem}.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem;padding:0 1.5rem}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1.25rem}.hero-description{font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.hero-buttons{justify-content:center;flex-wrap:wrap;gap:1rem}.btn{padding:.9rem 1.8rem;font-size:.95rem;min-width:140px}.services{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.service-card{padding:2rem 1.5rem}.projects{padding:4rem 0}.bounce-cards-wrapper{margin-top:2.5rem;padding:0 .5rem}.projects-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.project-card{margin:0 auto;max-width:100%}.about{padding:4rem 0}.about-content{grid-template-columns:1fr;text-align:center;gap:3rem;padding:0 1rem}.about-stats{justify-content:center;gap:2rem;margin-top:2.5rem}.contact{padding:4rem 0}.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-form{padding:1.5rem}.container{padding:0 1.5rem}.section-header{margin-bottom:3rem;padding:0 1rem}.section-header h2{font-size:2.2rem;margin-bottom:.75rem}.section-header p{font-size:1rem;padding:0 .5rem}.hero-graphic{width:200px;height:200px}.hero-graphic i{font-size:4rem}.footer{padding:2.5rem 0 1rem}.footer-content{gap:2rem;padding:0 1rem}}@media(max-width:480px){.hero{padding:5rem 0 3rem}.hero-container{padding:0 1rem;gap:2rem}.hero-title{font-size:1.85rem;line-height:1.2;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.75rem;padding:0}.hero-buttons{flex-direction:column;width:100%;gap:.75rem}.btn{width:100%;padding:1rem 1.5rem;font-size:.9rem}.services{padding:3rem 0}.section-header{margin-bottom:2.5rem;padding:0}.section-header h2{font-size:1.75rem;margin-bottom:.5rem}.section-header p{font-size:.9rem}.service-card{padding:1.75rem 1.25rem}.service-icon{width:60px;height:60px;margin-bottom:1.25rem}.service-icon i{font-size:1.75rem}.service-card h3{font-size:1.3rem;margin-bottom:.75rem}.projects{padding:3rem 0}.bounce-cards-wrapper{margin-top:2rem;padding:0;overflow:visible}.project-card{padding:0}.project-image{height:180px}.project-content{padding:1.5rem}.project-content h3{font-size:1.3rem;margin-bottom:.75rem}.about{padding:3rem 0}.about-content{gap:2rem;padding:0}.about-stats{flex-direction:column;gap:1.5rem;margin-top:2rem}.stat h3{font-size:2rem}.contact{padding:3rem 0}.contact-item{margin-bottom:1.5rem;gap:.75rem}.contact-icon{width:45px;height:45px}.contact-form{padding:1.25rem}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{padding:.9rem;font-size:.95rem}.container{padding:0 1rem}.hero-graphic{width:180px;height:180px}.hero-graphic i{font-size:3.5rem}.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}}
