@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.menu-toggle{display:none;background:none;border:none;font-size:2rem;color:var(--primary);cursor:pointer;margin-left:1rem;z-index:110}.navbar{padding:1rem 0;position:sticky;top:0;z-index:100;background-color:var(--background)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;font-weight:700}.nav-links{display:none}.nav-link{margin:0 1rem;font-size:.9rem;transition:var(--transition)}.nav-link:hover{color:var(--primary)}.btn{padding:.5rem 1rem;border-radius:var(--border-radius);font-weight:500;transition:var(--transition);border:none;font-size:.9rem}.btn-primary{background-color:#fff;color:var(--background)}.btn-primary:hover{background-color:var(--primary);color:#fff}.btn-menu{display:none;width:100%;margin-top:1rem}.btn-desktop{display:inline-block}.hero{padding:4rem 0}.hero-content{display:flex;flex-direction:column;gap:3rem}.hero-text{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .6s ease-out forwards}.badge{display:inline-block;padding:.5rem 1rem;background-color:var(--primary-light);color:var(--primary);border-radius:2rem;font-size:.8rem;font-weight:500}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2}.hero-description{color:var(--text-muted);max-width:500px}.hero-image{position:relative;animation:fadeIn .6s ease-out forwards;animation-delay:.3s;opacity:0}.image-header{width:500px;height:500px;max-width:100%;height:auto}.image-wrapper{position:relative;display:flex;justify-content:center}.circle{position:absolute;border-radius:50%;background-color:var(--primary-light)}.circle-1{width:80px;height:80px;top:-40px;left:-40px}.circle-2{width:40px;height:40px;top:80px;right:40px}.circle-3{width:60px;height:60px;bottom:-20px;right:-20px}.services{padding:5rem 0;background-color:var(--background-darker)}.section-header{text-align:center;margin-bottom:4rem;animation:fadeIn .6s ease-out forwards}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.section-description{color:var(--text-muted);max-width:700px;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{background-color:var(--card-bg);padding:1.5rem;border-radius:var(--border-radius);transition:var(--transition);animation:fadeIn .6s ease-out forwards;opacity:0}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:hover{background-color:var(--card-hover);transform:translateY(-5px)}.service-icon{width:48px;height:48px;background-color:var(--primary-light);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary);font-size:1.5rem}.service-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.service-description{color:var(--text-muted);font-size:.9rem}.section-footer{text-align:center;margin-top:3rem}.icon-right{margin-left:.5rem;font-size:.8rem}.about{padding:5rem 0}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{text-align:center;padding:1.5rem;animation:fadeIn .6s ease-out forwards;opacity:0}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-icon{width:64px;height:64px;background-color:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary);font-size:1.8rem}.feature-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:var(--text-muted);font-size:.9rem}.contact{padding:5rem 0;background-color:var(--background-darker)}.contact-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin:0 auto;align-items:center}.contact-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text);font-size:1rem;margin-bottom:1rem}.contact-info a{color:var(--primary);text-decoration:underline}.social-links-contact{display:flex;gap:1rem;margin-top:1rem}.footer{padding:2rem 0;background-color:var(--background)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.footer-logo h2{font-size:1.5rem;font-weight:700}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background-color:var(--card-bg);display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--text-muted)}.social-link:hover{background-color:var(--primary);color:#fff}.copyright{text-align:center;color:var(--text-muted);font-size:.8rem}@media (min-width: 768px){.nav-links{display:flex}.hero-content{flex-direction:row;align-items:center}.hero-text,.hero-image{flex:1}.services-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.footer-content{flex-direction:row;justify-content:space-between}.hero-title{font-size:3rem}.contact-grid{flex-direction:row;gap:4rem;align-items:flex-start}.contact-info{flex:1;align-items:center;text-align:center;justify-content:center}}@media (max-width: 991px){.nav-links{position:fixed;top:0;right:0;height:100vh;width:220px;background:var(--background);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:4rem 2rem 2rem;gap:2rem;box-shadow:-2px 0 16px #00000012;transform:translate(100%);transition:transform .3s;display:flex;z-index:105}.nav-links.open{transform:translate(0)}.nav-link{font-size:1.2rem;margin:0 0 1rem}.menu-toggle{display:block}.navbar .container{position:relative}.btn-menu{display:block}.btn-desktop{display:none}}@media (max-width: 991px){.nav-links{display:flex}}@media (min-width: 992px){.menu-toggle{display:none}.nav-links{display:flex!important;position:static;height:auto;width:auto;flex-direction:row;align-items:center;justify-content:flex-start;padding:0;gap:0;box-shadow:none;transform:none;background:none}.nav-link{margin:0 1rem;font-size:.9rem}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:3.5rem}}.whatsapp-float{position:fixed;bottom:60px;right:20px;background-color:#25d366;color:#fff;padding:12px 16px;border-radius:30px;font-weight:600;font-size:40px;text-decoration:none;box-shadow:0 4px 10px #0003;z-index:9999;transition:background-color .3s ease;height:50px;width:50px;display:flex;align-items:center;justify-content:center}.whatsapp-float:hover{background-color:#1ebe5d}.portfolio-section{background-color:#0e0b16;color:#fff;padding:2rem 1rem;text-align:center;font-family:Poppins,sans-serif;overflow-x:hidden}.portfolio-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.portfolio-sub{font-size:1rem;color:#bbb;margin-bottom:2rem;max-width:600px;margin-inline:auto}.carousel-container{position:relative;display:flex;align-items:center;overflow:hidden}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:.5rem;scroll-behavior:smooth}.carousel::-webkit-scrollbar{display:none}.card{flex:0 0 80%;scroll-snap-align:center;background:#181326;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:#fff;box-shadow:0 0 0 transparent}.card:hover{transform:scale(1.03);box-shadow:0 8px 30px #ffffff1a}.card-img{width:100%;height:160px;object-fit:cover;border-bottom:1px solid #292444}.card-content{padding:1rem;text-align:left}.card-content h3{margin:0;font-size:1.2rem;font-weight:600}.card-content p{margin:.5rem 0;font-size:.95rem;color:#ccc}.card-content .cta{font-size:.85rem;font-weight:500;color:#e93e3e}.arrow{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;padding:0 .5rem;transition:color .2s}.arrow:hover{color:#e93e3e}.arrow.left{left:0}.arrow.right{right:0}@media (min-width: 768px){.card{flex:0 0 30%}}:root{--background: #0e0b1f;--background-darker: #0a0818;--card-bg: #151030;--card-hover: #1c1642;--primary: #7f5af0;--primary-hover: rgba(127, 90, 240, .8);--primary-light: rgba(127, 90, 240, .2);--text: #ffffff;--text-muted: #a1a1aa;--border-radius: 8px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.highlight{color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}
