:root{--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #f093fb;--text-dark: #1a202c;--text-light: #4a5568;--white: #ffffff;--bg-light: #f7fafc;--gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--glass-bg: rgba(255, 255, 255, .25);--glass-border: rgba(255, 255, 255, .18);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text-dark);background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700}img{max-width:100%;height:auto}a{text-decoration:none;transition:all .3s ease}.glass-card{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid var(--glass-border);box-shadow:var(--shadow-md);transition:all .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.glass-nav{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);padding:1rem 0;transition:all .3s ease}.glass-nav.scrolled{padding:.5rem 0;box-shadow:var(--shadow-md)}.navbar-brand .logo{height:50px;transition:all .3s ease}.navbar-nav .nav-link{color:var(--text-dark);font-weight:500;padding:.5rem 1rem;margin:0 .25rem;border-radius:8px;transition:all .3s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:var(--primary-color);background:#667eea1a}.navbar-nav .btn-contact{background:var(--gradient-1);color:var(--white);padding:.5rem 1.5rem;border-radius:25px;margin-left:1rem}.navbar-nav .btn-contact:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.navbar-toggler{border:none;padding:.5rem}.navbar-toggler:focus{box-shadow:none}.hero-section{position:relative;min-height:100vh;padding:100px 0 50px;overflow:hidden}.animated-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.circle{position:absolute;border-radius:50%;background:var(--gradient-1);opacity:.1;animation:float 20s infinite ease-in-out}.circle-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.circle-2{width:200px;height:200px;top:50%;right:10%;background:var(--gradient-2);animation-delay:2s}.circle-3{width:250px;height:250px;bottom:10%;left:30%;background:var(--gradient-3);animation-delay:4s}.circle-4{width:180px;height:180px;top:30%;right:30%;background:var(--gradient-2);animation-delay:6s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{padding:2rem 0}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;animation:fadeInUp 1s ease}.gradient-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;animation:fadeInUp 1s ease .2s;animation-fill-mode:both}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp 1s ease .4s;animation-fill-mode:both}.btn-primary-custom{background:var(--gradient-1);color:var(--white);padding:.875rem 2rem;border-radius:50px;border:none;font-weight:600;transition:all .3s ease}.btn-primary-custom:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea66;color:var(--white)}.btn-outline-custom{background:transparent;color:var(--primary-color);padding:.875rem 2rem;border-radius:50px;border:2px solid var(--primary-color);font-weight:600;transition:all .3s ease}.btn-outline-custom:hover{background:var(--primary-color);color:var(--white);transform:translateY(-3px);box-shadow:0 8px 20px #667eea66}.hero-stats{display:flex;gap:3rem;flex-wrap:wrap;animation:fadeInUp 1s ease .6s;animation-fill-mode:both}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:800;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-image{position:relative;height:500px}.floating-card{position:absolute;padding:1.5rem;text-align:center;animation:floatCard 3s infinite ease-in-out}.floating-card i{font-size:2rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.floating-card p{margin:0;font-weight:600;color:var(--text-dark)}.floating-card:nth-child(1){top:20%;left:0;animation-delay:0s}.floating-card.card-2{top:50%;right:10%;animation-delay:1s}.floating-card.card-2 i{background:var(--gradient-2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.floating-card.card-3{bottom:20%;left:10%;animation-delay:2s}.floating-card.card-3 i{background:var(--gradient-3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-illustration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px}.tech-circle{width:100%;height:100%;border-radius:50%;background:var(--gradient-1);opacity:.15;animation:pulse 3s infinite ease-in-out}@keyframes pulse{0%,to{transform:scale(1);opacity:.15}50%{transform:scale(1.1);opacity:.25}}section{padding:100px 0}.section-badge{display:inline-block;background:var(--gradient-1);color:var(--white);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.section-title{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.about-section{background:var(--white)}.about-image-wrapper{position:relative}.about-card{padding:3rem}.about-icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--gradient-1);border-radius:20px;transition:all .3s ease}.about-icon i{font-size:2rem;color:var(--white)}.about-icon:hover{transform:translateY(-10px) rotate(5deg)}.about-icon:nth-child(2){background:var(--gradient-2)}.about-icon:nth-child(3){background:var(--gradient-3)}.about-icon:nth-child(4){background:var(--gradient-2)}.section-header{margin-bottom:2rem}.about-text{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem}.feature-icon{flex-shrink:0}.feature-icon i{font-size:1.5rem;color:var(--primary-color)}.feature-content h4{font-size:1.125rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-content p{color:var(--text-light);margin:0}.services-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.service-card{padding:2.5rem;text-align:center;height:100%;transition:all .3s ease}.service-card:hover{transform:translateY(-10px)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-1);border-radius:20px;transition:all .3s ease}.service-card:nth-child(2) .service-icon{background:var(--gradient-2)}.service-card:nth-child(3) .service-icon{background:var(--gradient-3)}.service-card:nth-child(4) .service-icon{background:var(--gradient-2)}.service-icon i{font-size:2rem;color:var(--white)}.service-card:hover .service-icon{transform:rotateY(360deg)}.service-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.service-tech{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.service-tech span{background:#667eea1a;color:var(--primary-color);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.portfolio-section{background:var(--white)}.portfolio-card{overflow:hidden;padding:0;height:100%}.portfolio-image{position:relative;overflow:hidden;height:250px}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.portfolio-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-1);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.portfolio-overlay h4{color:var(--white);font-size:1.5rem;margin-bottom:.5rem}.portfolio-overlay p{color:var(--white);margin:0}.portfolio-card:hover .portfolio-image img{transform:scale(1.1)}.portfolio-card:hover .portfolio-overlay{opacity:.95}.portfolio-content{padding:1.5rem}.portfolio-content h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.portfolio-content p{color:var(--text-light);margin:0}.testimonials-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.testimonial-card{padding:2rem;height:100%}.testimonial-rating{margin-bottom:1rem}.testimonial-rating i{color:gold;font-size:1rem}.testimonial-text{font-size:1.05rem;color:var(--text-light);margin-bottom:1.5rem;font-style:italic;line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--gradient-1);display:flex;align-items:center;justify-content:center}.author-avatar i{font-size:1.5rem;color:var(--white)}.author-info h4{font-size:1.125rem;margin-bottom:.25rem;color:var(--text-dark)}.author-info p{font-size:.875rem;color:var(--text-light);margin:0}.contact-section{background:var(--white)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{padding:2rem;text-align:center;transition:all .3s ease}.contact-info-item:hover{transform:translateY(-5px)}.contact-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--gradient-1);border-radius:50%}.contact-info-item:nth-child(2) .contact-icon{background:var(--gradient-2)}.contact-info-item:nth-child(3) .contact-icon{background:var(--gradient-3)}.contact-icon i{font-size:1.5rem;color:var(--white)}.contact-info-item h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.contact-info-item p{color:var(--text-light);margin:0}.contact-form{padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-control{background:#ffffffe6;border:1px solid rgba(102,126,234,.2);border-radius:10px;padding:.875rem 1.25rem;font-size:1rem;transition:all .3s ease}.form-control:focus{background:var(--white);border-color:var(--primary-color);box-shadow:0 0 0 .2rem #667eea40;outline:none}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 20px}.footer-logo{height:50px;filter:brightness(0) invert(1)}.footer-about p{color:#ffffffb3;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:var(--white);transition:all .3s ease}.social-link:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-links h4,.footer-contact h4{font-size:1.25rem;margin-bottom:1.5rem;color:var(--white)}.footer-links ul,.footer-contact ul{list-style:none;padding:0}.footer-links ul li,.footer-contact ul li{margin-bottom:.75rem}.footer-links ul li a{color:#ffffffb3;transition:all .3s ease}.footer-links ul li a:hover{color:var(--white);padding-left:5px}.footer-contact ul li{color:#ffffffb3;display:flex;align-items:center;gap:.5rem}.footer-contact ul li i{color:var(--primary-color)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff80;margin:0}.scroll-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--gradient-1);color:var(--white);border:none;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:999;transition:all .3s ease;box-shadow:var(--shadow-md)}.scroll-top:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.scroll-top.show{display:flex}@media (max-width: 991px){.hero-title{font-size:2.5rem}.section-title{font-size:2.25rem}.hero-stats{gap:2rem}.hero-image{height:400px;margin-top:3rem}.navbar-nav .btn-contact{margin-left:0;margin-top:.5rem}}@media (max-width: 767px){section{padding:60px 0}.hero-section{padding:80px 0 40px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.hero-buttons{flex-direction:column}.btn-primary-custom,.btn-outline-custom{width:100%;text-align:center}.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}.hero-image{height:300px}.floating-card{padding:1rem}.floating-card i{font-size:1.5rem}.floating-card p{font-size:.875rem}.about-icon-grid{gap:1rem}.about-icon{width:60px;height:60px}.about-icon i{font-size:1.5rem}.service-card{padding:2rem}.scroll-top{width:45px;height:45px;bottom:20px;right:20px}.footer{padding:40px 0 20px}.circle{opacity:.05}}@media (max-width: 575px){.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.hero-stats{flex-direction:column;gap:1rem}.stat-item{text-align:center}.about-card{padding:2rem}.service-card,.contact-form{padding:1.5rem}}@media (min-width: 1400px){.container{max-width:1320px}.hero-title{font-size:4rem}.section-title{font-size:3rem}}
