@import"https://fonts.googleapis.com/css2?family=Nexa:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-color: #7743C5;--secondary-color: #1FB4FF;--accent-color: #2EF99D;--dark-bg: #0c0c1c;--font-primary: "Nexa", sans-serif;--font-secondary: "Mulish", sans-serif}.subtitle{color:#9b51e0;font-size:18px;font-weight:400;font-family:var(--font-secondary);margin:0}.title{color:#fff;font-size:25px;font-weight:700;font-family:var(--font-primary);margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-secondary);line-height:1.6;color:#333;background:linear-gradient(135deg,#f8f9ff,#e3edff);min-height:100vh;overflow-x:hidden}.navbar{background:var(--dark-bg);padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:1rem;flex-shrink:0}.logo-img{height:40px;width:auto}.navbar-menu{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.navbar-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease}.navbar-link:hover{color:var(--secondary-color)}.navbar-dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s ease}.dropdown-toggle:hover{color:var(--secondary-color)}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown-toggle:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1rem 0;min-width:200px;z-index:1001}.dropdown-item{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:background-color .3s ease}.dropdown-item:hover{background-color:#e3edff;color:var(--primary-color)}.contact-link{display:flex;align-items:center;gap:.5rem;margin-left:3rem}.contact-icon{background:var(--primary-color);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.navbar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn-primary{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:#6a3bb0;border-color:#6a3bb0;transform:translateY(-2px)}.btn-outlined{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease}.btn-outlined:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--dark-bg);padding:2rem;box-shadow:0 4px 20px #0000004d}.mobile-link{display:block;color:#fff;text-decoration:none;padding:1rem 0;border-bottom:1px solid #333;font-weight:500}.mobile-link:hover{color:var(--secondary-color)}.mobile-actions{display:flex;gap:1rem;margin-top:2rem;flex-direction:column}.header{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.header-background{position:absolute;inset:0;background:url(/img/background/header.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.header-overlay{position:absolute;inset:0;background:#00000080;z-index:2;display:flex;align-items:center;justify-content:center}.header-content{text-align:center;z-index:3;position:relative;max-width:900px;padding:0 2rem;margin:0 auto}.header-title{font-family:var(--font-primary);font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:2.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}.search-form{width:100%;max-width:700px;margin:0 auto}.search-container{display:flex;background:#0000004d;border-radius:50px;padding:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003}.search-input-wrapper{flex:1;display:flex;align-items:center;background:#0006;border-radius:25px;padding:0 1.5rem;margin-right:4px;border:1px solid rgba(255,255,255,.1)}.search-icon{font-size:1.1rem;color:#fff;margin-right:.75rem}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:1rem;color:#fff;padding:1rem 0;font-family:var(--font-secondary)}.search-input::placeholder{color:#ffffffb3}.search-button{background:var(--primary-color);color:#fff;border:none;border-radius:25px;padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:140px}.search-button:hover{background:#6a3bb0;transform:translateY(-1px);box-shadow:0 2px 10px #7743c54d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{background:var(--dark-bg);padding:6rem 0}.about-header{text-align:left;margin-bottom:2rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-left{position:relative}.about-subtitle{font-family:var(--font-secondary);font-size:1.1rem;color:#8a4ffc;font-weight:800;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.about-title{font-family:var(--font-primary);font-size:3rem;font-weight:600;color:#fff;line-height:1;margin-bottom:0;max-width:100%}.about-image{position:relative;margin-top:1rem}.team-image{width:100%;max-width:600px;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 8px 25px #0003}.about-right{display:flex;align-items:center}.about-text{max-width:100%}.about-paragraph{font-family:var(--font-secondary);font-size:1.1rem;color:#e0e0e0;line-height:1.7;margin-bottom:1.5rem;font-weight:400}.about-paragraph:last-child{margin-bottom:0}@media (max-width: 768px){.navbar-menu,.navbar-actions{display:none}.mobile-menu-btn,.mobile-menu{display:block}.navbar-container{padding:0 1rem}.header{height:50vh;min-height:400px}.header-title{font-size:2.5rem;margin-bottom:2rem}.search-container{flex-direction:column;gap:.5rem;padding:.5rem}.search-input-wrapper{margin-right:0;border-radius:15px}.search-button{border-radius:15px;width:100%;min-width:auto}.about-section{padding:4rem 0;min-height:auto}.about-content{grid-template-columns:1fr;gap:3rem}.about-title{font-size:3rem;max-width:100%}.team-image{height:250px}}.services{background-color:var(--dark-bg);padding:80px 0;display:flex;align-items:center}.services-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-header{text-align:center;margin-bottom:60px}.services-header .subtitle{margin-bottom:20px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.service-card{background-color:#191928;border-radius:12px;padding:20px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;aspect-ratio:1.4;height:120px;width:280px;display:flex;flex-direction:column;justify-content:flex-start}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #9b51e033}.service-icon{font-size:32px;margin-bottom:15px;color:#9b51e0;display:flex;align-items:center;justify-content:flex-start}.service-title{color:#fff;font-size:18px;font-weight:500;margin:0;font-family:var(--font-secondary)}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr);gap:25px;width:100%}}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:20px}.services-title{font-size:36px}.service-card{padding:18px 15px;aspect-ratio:1.3;min-height:120px;width:100%}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr;gap:15px}.services-title{font-size:28px}.services-subtitle{font-size:16px}.service-card{aspect-ratio:1.2;min-height:100px}}.why-choose-us{background-color:var(--dark-bg);padding:40px 0 80px;display:flex;align-items:center}.why-choose-container{max-width:1200px;margin:0 auto;padding:0 20px}.why-choose-header{text-align:center;margin-bottom:60px}.why-choose-content{display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:center}.why-choose-left{display:flex;flex-direction:column;gap:20px}.why-choose-description{color:#e0e0e0;font-size:14px;line-height:1.5;margin:0;font-family:var(--font-secondary)}.why-choose-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.why-choose-feature{display:flex;align-items:center;gap:12px;color:#e0e0e0;font-size:14px;font-family:var(--font-secondary)}.feature-icon{color:#9b51e0;font-size:16px;flex-shrink:0}.why-choose-btn{background:#9b51e0;color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease;align-self:flex-start}.why-choose-btn:hover{background:#8a4fd6;transform:translateY(-2px);box-shadow:0 4px 15px #9b51e04d}.why-choose-right{display:flex;justify-content:center;align-items:center}.why-choose-image{position:relative;width:100%;max-width:700px}.team-image{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #0003}@media (max-width: 1024px){.why-choose-content{gap:40px}.why-choose-title{font-size:36px}}@media (max-width: 768px){.why-choose-header{margin-bottom:40px}.why-choose-content{grid-template-columns:1fr;gap:40px}.why-choose-title{font-size:32px}.why-choose-left{gap:25px}}@media (max-width: 480px){.why-choose-title{font-size:28px}.why-choose-btn{width:100%;text-align:center}}.numbers-section{background-color:var(--dark-bg);padding:80px 0;display:flex;align-items:center}.numbers-container{max-width:1200px;margin:0 auto;padding:0 20px}.numbers-header{text-align:center;margin-bottom:60px}.numbers-header .subtitle{margin-bottom:20px}.numbers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:0 auto}.number-card{background-color:#7743c5;border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:360px}.number-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #9b51e033}.number-value{color:#fff;font-size:48px;font-weight:700;margin:0 0 15px;font-family:var(--font-primary);-webkit-text-stroke:2px #ffffff;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(255,255,255,.5)}.number-description{color:#e0e0e0;font-size:16px;font-weight:800;margin:0;font-family:var(--font-secondary)}@media (max-width: 768px){.numbers-grid{grid-template-columns:1fr;gap:30px}.numbers-title{font-size:36px}.number-value{font-size:40px}.number-card{padding:30px 20px}}@media (max-width: 480px){.numbers-title{font-size:32px}.number-value{font-size:36px}.number-card{padding:25px 15px}}.recent-projects{background-color:var(--dark-bg);padding:80px 0;display:flex;align-items:center}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px}.projects-header{text-align:center;margin-bottom:60px}.projects-header .subtitle{margin-bottom:20px}.projects-carousel{position:relative;overflow:hidden;border-radius:20px}.carousel-wrapper{overflow:hidden;border-radius:20px}.carousel-track{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.project-card{flex:0 0 33.333%;min-width:0;padding:0 20px}.project-image{position:relative;width:100%;height:400px;overflow:hidden;border-radius:20px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#9b51e0e6,#7743c5cc);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease;border-radius:20px}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-image img{transform:scale(1.1)}.project-info{text-align:center;padding:20px;color:#fff}.project-category{display:inline-block;background:#fff3;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-title{font-size:24px;font-weight:700;margin-bottom:15px;font-family:var(--font-primary);line-height:1.2}.project-description{font-size:16px;line-height:1.6;opacity:.9;font-family:var(--font-secondary)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:40px}.carousel-btn{width:50px;height:50px;border-radius:50%;border:none;background:#fff;color:#9b51e0;font-size:18px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.carousel-btn:hover{background:#9b51e0;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #9b51e04d}.carousel-btn:active{transform:translateY(0)}.carousel-dots{display:flex;gap:12px}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.dot.active{background:#9b51e0;transform:scale(1.2)}.dot:hover{background:#fff9}@media (max-width: 1024px){.project-card{flex:0 0 50%;padding:0 8px}}@media (max-width: 768px){.project-card{flex:0 0 100%;padding:0 5px}.project-image{height:350px}.project-title{font-size:20px}.project-description{font-size:14px}.carousel-controls{gap:20px}.carousel-btn{width:40px;height:40px;font-size:14px}}@media (max-width: 480px){.project-image{height:300px}.project-title{font-size:20px}.project-info{padding:20px}}.testimonials{background-color:#191928;padding:80px 0;display:flex;align-items:center}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 20px}.testimonials-content{display:grid;grid-template-columns:4fr 8fr;gap:60px;align-items:center}.testimonials-left{display:flex;flex-direction:column;gap:30px}.testimonials-description{color:#e0e0e0;font-size:16px;line-height:1.7;margin:0;font-family:var(--font-secondary)}.testimonials-controls{display:flex;gap:15px}.testimonials-dots{display:none;justify-content:center;gap:8px;margin-top:20px}.testimonial-dot{width:8px;height:8px;border-radius:50%;border:none;background:#9b51e04d;cursor:pointer;transition:all .3s ease}.testimonial-dot.active{background:#9b51e0;transform:scale(1.2)}.testimonial-dot:hover{background:#9b51e099}.testimonials-btn{width:50px;height:50px;border-radius:50%;border:none;font-size:18px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.testimonials-btn.prev-btn,.testimonials-btn.next-btn{background:#1f1b2e;color:#9b51e0}.testimonials-btn.prev-btn.active,.testimonials-btn.next-btn.active{background:#fff;color:#9b51e0}.testimonials-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9b51e04d}.testimonials-right{display:flex;justify-content:center;align-items:center}.testimonials-carousel{position:relative;overflow:hidden;width:100%}.testimonials-track{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);will-change:transform}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%}.testimonial-card{flex:0 0 48%;min-width:0;background-color:var(--dark-bg);border-radius:16px;padding:25px;margin-right:15px;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:100%;position:relative;z-index:1}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #9b51e033}.testimonial-stars{display:flex;gap:4px;margin-bottom:20px;color:#9b51e0;font-size:16px}.testimonial-quote{position:relative;margin-bottom:25px}.quote-icon{position:absolute;top:-10px;left:-10px;color:#9b51e0;font-size:20px;opacity:.3}.testimonial-quote p{color:#e0e0e0;font-size:14px;line-height:1.6;margin:0;font-family:var(--font-secondary);font-style:italic}.testimonial-author{display:flex;align-items:center;gap:15px}.author-avatar{position:relative;width:50px;height:50px;border-radius:50%;flex-shrink:0;z-index:2}.author-avatar img{border-radius:50%;width:100%;height:100%;object-fit:cover}.avatar-badge{position:absolute;bottom:-5px;right:-5px;width:20px;height:20px;background:#9b51e0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px;border:2px solid #1F1B2E;z-index:20;box-shadow:0 2px 8px #9b51e04d;transition:all .3s ease}.avatar-badge:hover{transform:scale(1.1);box-shadow:0 4px 12px #9b51e080}.author-info{flex:1}.author-name{color:#fff;font-size:16px;font-weight:600;margin:0 0 5px;font-family:var(--font-secondary)}.author-role{color:#b0b0b0;font-size:14px;margin:0;font-family:var(--font-secondary)}@media (max-width: 1024px){.testimonials-content{gap:40px}.testimonials-grid{gap:15px}.testimonial-card{padding:25px}}@media (max-width: 768px){.testimonials{padding:60px 0}.testimonials-content{grid-template-columns:1fr;gap:40px}.testimonials-left{gap:25px;text-align:center}.testimonials-description{font-size:14px;line-height:1.6}.testimonials-controls{justify-content:center}.testimonials-dots{display:flex}.testimonial-card{flex:0 0 100%;margin-right:0;padding:20px}.testimonials-track{transform:translate(0)!important}}@media (max-width: 480px){.testimonials{padding:40px 0}.testimonials-container{padding:0 15px}.testimonials-left{gap:20px}.testimonials-description{font-size:13px;line-height:1.5}.testimonials-controls{gap:10px}.testimonials-btn{width:40px;height:40px;font-size:14px}.testimonial-card{padding:15px;margin-right:0}.testimonial-quote p{font-size:13px;line-height:1.5}.testimonial-stars{margin-bottom:15px;font-size:14px}.author-avatar{width:40px;height:40px}.avatar-badge{width:16px;height:16px;font-size:7px;z-index:20}.author-name{font-size:14px}.author-role{font-size:12px}}@media (max-width: 360px){.testimonials{padding:30px 0}.testimonials-container{padding:0 10px}.testimonial-card{padding:12px}.testimonial-quote p{font-size:12px}.testimonials-btn{width:35px;height:35px;font-size:12px}.author-avatar{width:35px;height:35px}.avatar-badge{width:14px;height:14px;font-size:6px;z-index:20}}@media (max-width: 768px){.testimonials-track{display:flex;flex-direction:column;gap:20px}.testimonial-card{flex:none;width:100%;margin-right:0}}.newsletter{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.newsletter-background{position:absolute;inset:0;z-index:1}.newsletter-bg-image{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.newsletter-overlay{position:absolute;inset:0;background:#0009;z-index:2}.newsletter-container{position:relative;z-index:3;width:95%;padding:60px 40px;background:#0000004d;border:.1px solid var(--primary-color);border-radius:5px}.newsletter-content{text-align:left;padding:0 200px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}.newsletter-title{color:#fff;font-size:3rem;font-weight:700;margin:0 0 40px;font-family:var(--font-primary);line-height:1.2}.newsletter-form{width:100%;margin:0 auto}.newsletter-input-container{display:flex;gap:0;background:#ffffff1a;border:1px solid var(--primary-color);border-radius:12px;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto}.newsletter-input{flex:1;background:transparent;border:none;border-radius:12px 0 0 12px;padding:16px 20px;font-size:16px;color:#fff;font-family:var(--font-secondary);outline:none;transition:all .3s ease;min-width:0}.newsletter-input::placeholder{color:#ffffffb3}.newsletter-input:focus{background:transparent;box-shadow:none;outline:none;border:2px solid var(--primary-color)}.newsletter-input:focus::placeholder{color:#ffffffe6}.newsletter-button{background:var(--primary-color);color:#fff;border:none;border-radius:0 12px 12px 0;padding:16px 20px;font-size:16px;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.newsletter-button:hover:not(:disabled){background:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 15px var(--primary-color)}.newsletter-button:disabled{background:var(--primary-color);cursor:not-allowed;opacity:.7}.newsletter-button:active{transform:translateY(0)}.newsletter-input:invalid{border-color:#ff6b6b}.newsletter-input:valid{border-color:#51cf66}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.newsletter-button:disabled{animation:successPulse .6s ease-in-out}@media (max-width: 1024px){.newsletter-content{padding:0 100px}.newsletter-title{font-size:2.5rem}}@media (max-width: 768px){.newsletter{min-height:50vh}.newsletter-container{padding:40px 20px;margin:20px;width:90%}.newsletter-content{padding:0;text-align:center}.newsletter-title{font-size:2rem;margin-bottom:30px;line-height:1.3}.newsletter-input-container{flex-direction:column;gap:15px;padding:15px;max-width:100%;border-radius:15px}.newsletter-input{border-radius:15px;padding:16px 20px}.newsletter-button{min-width:auto;width:100%;border-radius:15px;padding:16px 20px}}@media (max-width: 480px){.newsletter{min-height:45vh}.newsletter-container{padding:30px 15px;margin:15px;width:95%}.newsletter-title{font-size:1.8rem;margin-bottom:25px;line-height:1.2}.newsletter-input-container{gap:12px;padding:12px}.newsletter-input{padding:14px 16px;font-size:14px}.newsletter-button{padding:14px 20px;font-size:14px}}@media (max-width: 360px){.newsletter{min-height:40vh}.newsletter-container{padding:25px 10px;margin:10px;width:98%}.newsletter-title{font-size:1.6rem;margin-bottom:20px}.newsletter-input-container{gap:10px;padding:10px}.newsletter-input{padding:12px 14px;font-size:13px}.newsletter-button{padding:12px 16px;font-size:13px}}@media (hover: none) and (pointer: coarse){.newsletter-button:hover{transform:none;box-shadow:none}.newsletter-button:active{transform:scale(.98);background:#6a3bb0}.newsletter-input:focus{border-width:3px}}@media (max-width: 768px){.newsletter-bg-image{filter:blur(2px)}.newsletter-overlay{background:#000000b3}}.about-page{min-height:100vh;background:var(--dark-bg)}.about-header-section{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-header-background{position:absolute;inset:0;z-index:1}.about-header-bg-image{width:100%;height:100%;object-fit:cover;filter:blur(3px);transform:scale(1.1)}.about-header-overlay{position:absolute;inset:0;background:#0009;z-index:2}.about-header-content{position:relative;z-index:3;text-align:center;color:#fff}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-family:var(--font-secondary);font-size:14px;font-weight:500}.about-header-title{font-family:var(--font-primary);font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}.about-main-content{padding:80px 0;background:var(--dark-bg);color:#fff}.about-brand-section{background:var(--dark-bg);padding:80px 0;color:#fff}.about-brand-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.about-brand-left{display:flex;justify-content:center;align-items:center}.about-brand-image-container{position:relative;width:100%;border-radius:12px;box-shadow:0 10px 30px #0000004d;overflow:hidden}.about-brand-image{width:100%;height:auto;border-radius:8px;object-fit:cover}.about-brand-right{display:flex;align-items:flex-start}.about-brand-text{max-width:100%}.about-brand-title{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-primary);margin:0 0 20px;line-height:1.2}.about-brand-subtitle{color:#9b51e0;font-size:18px;font-weight:600;font-family:var(--font-secondary);margin:0 0 30px;text-transform:uppercase;letter-spacing:.5px}.about-brand-description{color:#e0e0e0;font-size:16px;line-height:1.5;margin:0 0 30px;font-family:var(--font-secondary);max-height:200px;overflow:hidden}.about-brand-btn{background:#9b51e0;color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:all .3s ease}.about-brand-btn:hover{background:#8a4fd6;transform:translateY(-2px);box-shadow:0 4px 15px #9b51e04d}@media (max-width: 1024px){.about-brand-content{gap:40px}.about-brand-title{font-size:2.5rem}}@media (max-width: 768px){.about-brand-section{padding:60px 0}.about-brand-content{grid-template-columns:1fr;gap:40px}.about-brand-title{font-size:2.2rem}.about-brand-description{font-size:15px}.about-brand-image-container{max-width:100%;padding:15px}}@media (max-width: 480px){.about-brand-section{padding:40px 0}.about-brand-content{gap:30px}.about-brand-title{font-size:1.8rem}.about-brand-subtitle{font-size:16px}.about-brand-description{font-size:14px;margin-bottom:30px}.about-brand-btn{padding:14px 28px;font-size:14px}.about-brand-image-container{padding:12px}}.services-new{background:var(--dark-bg);padding:80px 0;color:#fff}.services-new-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-new-header{text-align:center;margin-bottom:60px}.services-new-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}.service-new-card{background:#2c2c4a;border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.service-new-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d;border-color:#9b51e04d}.service-new-icon{margin-bottom:25px;display:flex;align-items:center;justify-content:center;position:relative;width:50px;height:50px;margin-left:auto;margin-right:auto}.service-new-title{color:#fff;font-size:20px;font-weight:700;font-family:var(--font-primary);margin:0 0 15px;line-height:1.3}.service-new-description{color:#e0e0e0;font-size:14px;line-height:1.6;margin:0;font-family:var(--font-secondary)}@media (max-width: 1024px){.services-new-grid{gap:25px}.service-new-card{padding:35px 25px}.service-new-icon,.icon-gradient{width:45px;height:45px}.service-new-title{font-size:18px}.service-new-description{font-size:13px}}@media (max-width: 768px){.services-new{padding:60px 0}.services-new-header{margin-bottom:40px}.services-new-grid{grid-template-columns:1fr;gap:25px}.service-new-card{padding:30px 25px}.service-new-icon,.icon-gradient{width:40px;height:40px}.service-new-title{font-size:18px}.service-new-description{font-size:14px}}@media (max-width: 480px){.services-new{padding:40px 0}.services-new-container{padding:0 15px}.service-new-card{padding:25px 20px}.service-new-icon{margin-bottom:20px;width:35px;height:35px}.icon-gradient{width:35px;height:35px}.service-new-title{font-size:16px;margin-bottom:12px}.service-new-description{font-size:13px;line-height:1.5}}.partners{background:var(--dark-bg);padding:80px 0;color:#fff}.partners-container{max-width:1200px;margin:0 auto;padding:0 20px}.partners-header{text-align:center;margin-bottom:0}.partners-logos{display:flex;justify-content:center;align-items:center;width:100%}.partners-image{max-width:100%;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;transition:all .3s ease}@media (max-width: 1024px){.partners{padding:60px 0}}@media (max-width: 768px){.partners{padding:50px 0}.partners-container{padding:0 15px}}@media (max-width: 480px){.partners{padding:40px 0}.partners-container{padding:0 10px}}.projects-page{min-height:100vh;background:var(--dark-bg)}.projects-header-section{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-header-background{position:absolute;inset:0;z-index:1}.projects-header-bg-image{width:100%;height:100%;object-fit:cover;filter:blur(2px);transform:scale(1.1)}.projects-header-overlay{position:absolute;inset:0;background:#0003;z-index:2}.projects-header-content{position:relative;z-index:3;text-align:center;color:#fff}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;font-family:var(--font-secondary);font-size:14px;font-weight:500}.breadcrumb-item{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.breadcrumb-separator{color:#b0b0b0;font-weight:400}.breadcrumb-current{color:#9b51e0;font-weight:600}.projects-header-title{font-family:var(--font-primary);font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){.projects-header-section{height:50vh;min-height:400px}.projects-header-title{font-size:2.5rem}.breadcrumb{font-size:12px;margin-bottom:15px}}@media (max-width: 480px){.projects-header-section{height:45vh;min-height:350px}.projects-header-title{font-size:2rem}.breadcrumb{font-size:11px;margin-bottom:10px}}.services-header-section{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.services-header-background{position:absolute;inset:0;z-index:1}.services-header-bg-image{width:100%;height:100%;object-fit:cover;filter:blur(2px);transform:scale(1.1)}.services-header-overlay{position:absolute;inset:0;background:#0000001a;z-index:2}.services-header-content{position:relative;z-index:3;text-align:center;color:#fff}.services-header-title{font-family:var(--font-primary);font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (max-width: 768px){.services-header-section{height:50vh;min-height:400px}.services-header-title{font-size:2.5rem}.breadcrumb{font-size:12px;margin-bottom:15px}}@media (max-width: 480px){.services-header-section{height:45vh;min-height:350px}.services-header-title{font-size:2rem}.breadcrumb{font-size:11px;margin-bottom:10px}}.services-content{padding:80px 0;background:var(--dark-bg)}.services-content-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-main-title{font-size:48px;font-weight:700;color:#fff;margin-bottom:30px;line-height:1.2;font-family:var(--font-primary)}.services-tags{display:flex;gap:15px;margin-bottom:60px;flex-wrap:wrap}.service-tag{padding:8px 16px;border:1px solid #1FB4FF;border-radius:4px;color:#1fb4ff;font-size:14px;font-weight:500;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px}.dev-service-tag{padding:8px 16px;border:1px solid #C3FF2C;border-radius:4px;color:#c3ff2c;font-size:14px;font-weight:500;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px}.service-presentation{margin-bottom:60px}.section-title{font-size:36px;font-weight:700;color:#fff;margin-bottom:20px;font-family:var(--font-primary)}.service-description{font-size:18px;line-height:1.8;color:#fff;font-family:var(--font-secondary);margin:0}.technologies-content{display:flex;flex-direction:column;gap:40px}.technologies-lists{display:grid;grid-template-columns:1fr 1fr;gap:40px}.technologies-column{display:flex;flex-direction:column;gap:15px}.tech-item{display:flex;align-items:flex-start;gap:12px}.tech-bullet{color:#1fb4ff;font-size:16px;font-weight:700;margin-top:2px}.tech-text{color:#fff;font-size:16px;font-family:var(--font-secondary);line-height:1.5}.technology-icons{display:flex;gap:20px;flex-wrap:wrap;margin-top:0}.tech-icon{width:60px;height:60px;background:#191928;border-radius:8px;display:flex;padding:10px;transition:transform .3s ease}.tech-icon:hover{transform:translateY(-5px)}.tech-icon img{width:100%;height:100%;object-fit:contain}.tech-icon-square{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff}.tech-icon-square svg{width:32px;height:32px}@media (max-width: 1024px){.services-main-title{font-size:40px}.section-title{font-size:32px}.service-description{font-size:16px}.tech-text{font-size:15px}}@media (max-width: 768px){.services-content{padding:60px 0}.services-main-title{font-size:32px}.section-title{font-size:28px}.service-description{font-size:15px}.technologies-lists{grid-template-columns:1fr;gap:30px}.tech-text{font-size:14px}.technology-icons{gap:15px}.tech-icon{width:50px;height:50px}}@media (max-width: 480px){.services-content{padding:40px 0}.services-main-title{font-size:28px}.section-title{font-size:24px}.service-description{font-size:14px}.tech-text{font-size:13px}.services-tags{gap:10px}.service-tag{padding:6px 12px;font-size:12px}}.project-description-container{max-width:1200px;margin:0 auto;padding:0 20px}.project-description-title{font-size:36px;font-weight:700;color:#fff;margin-bottom:30px;line-height:1.2;font-family:var(--font-primary)}.project-description-content{margin-bottom:40px}.project-description-text{font-size:16px;line-height:1.8;color:#fff;margin-bottom:0;font-family:var(--font-secondary)}.project-features{display:flex;flex-direction:column;gap:15px}.feature-item{display:flex;align-items:center;gap:15px}.feature-checkmark{color:#1fb4ff;font-size:20px;font-weight:700}.feature-text{color:#fff;font-size:16px;font-family:var(--font-secondary)}@media (max-width: 1024px){.project-description-title{font-size:32px}.project-description-text,.feature-text{font-size:15px}}@media (max-width: 768px){.project-description{padding:30px 0 60px}.project-description-title{font-size:28px}.project-description-text,.feature-text{font-size:14px}}@media (max-width: 480px){.project-description{padding:20px 0 40px}.project-description-title{font-size:24px}.project-description-text,.feature-text{font-size:13px}}.project-showcase{background:var(--dark-bg);padding:80px 0;color:#fff}.project-showcase-container{max-width:1200px;margin:0 auto;padding:0 20px}.project-pill{display:inline-flex;align-items:center;gap:8px;background:#9b51e0;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;font-family:var(--font-secondary);margin-bottom:30px}.pill-arrow{font-size:12px}.project-showcase-title{font-family:var(--font-primary);font-size:3rem;font-weight:800;color:#fff;margin:0 0 50px;line-height:1.2}.project-showcase-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;margin-bottom:50px}.project-description-card{background:#191928;border-radius:12px;padding:40px;text-align:center;border:1px solid rgba(255,255,255,.1)}.project-icon{display:flex;justify-content:center;margin-bottom:25px}.icon-gradient{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#9b51e0,#1fb4ff,#2ef99d);position:relative;overflow:hidden}.icon-gradient:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25px;height:25px;background:#fff;border-radius:6px;opacity:.8}.project-card-title{color:#fff;font-size:24px;font-weight:700;font-family:var(--font-primary);margin:0 0 20px}.project-card-description{color:#e0e0e0;font-size:16px;line-height:1.6;margin:0;font-family:var(--font-secondary)}.project-details-card{background:#191928;border-radius:12px;padding:40px;border:1px solid rgba(255,255,255,.1)}.details-title{color:#fff;font-size:18px;font-weight:700;font-family:var(--font-primary);margin:0 0 20px;position:relative}.details-title:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:#9b51e0}.details-list{display:flex;flex-direction:column;gap:15px}.detail-item{display:flex;flex-direction:column;gap:5px}.detail-label{color:#b0b0b0;font-size:14px;font-family:var(--font-secondary)}.detail-value{color:#fff;font-size:16px;font-weight:600;font-family:var(--font-secondary)}.project-card-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;margin-bottom:0}.project-background-image{width:100%;height:500px;position:relative}.project-image-container{margin-bottom:0;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.project-main-image{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.project-metadata-bar{position:absolute;bottom:0;left:0;right:0;background:#191928;border-radius:0 0 12px 12px;padding:20px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border:1px solid rgba(255,255,255,.1);border-top:none}.metadata-column{display:flex;flex-direction:column;gap:5px}.metadata-label{color:#1fb4ff;font-size:12px;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px}.metadata-value{color:#fff;font-size:20px;font-weight:800;font-family:var(--font-secondary)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.project-card{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.project-card:hover{box-shadow:0 10px 30px #0000004d}.project-card-link{cursor:pointer}.project-card-link:hover{text-decoration:none;color:inherit}.project-card-title-above{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:15px;padding:20px 20px 0;line-height:1.4;font-family:var(--font-primary)}.project-subtitle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.project-subtitle{font-size:1.3rem;font-weight:800;color:#fff;line-height:1.3;flex:1;margin-right:15px;margin-bottom:0;font-family:var(--font-primary)}.project-image-container{width:100%;height:300px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:20px;position:relative}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.project-tag{display:inline-block;background:transparent;color:#7743c5;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid #7743C5;font-family:var(--font-secondary)}.project-line{width:100%;height:1px;background:#8b5cf6;margin:15px 0}.project-description{color:#ccc;line-height:1.6;font-size:.95rem;margin-bottom:20px;font-family:var(--font-secondary)}.project-action-btn{width:30px;height:30px;background:#7743c5;border:none;border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .3s ease;font-size:14px;flex-shrink:0}.project-action-btn:hover{background:#8b5fcf;transform:scale(1.1)}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:15px}.project-card-title-above{font-size:1rem;padding:15px 15px 0}.project-content{padding:15px}.project-subtitle{font-size:1.1rem}.project-description{font-size:.9rem}}@media (max-width: 480px){.projects-grid{gap:10px}.project-image-container{height:250px}.project-content{padding:12px}.project-subtitle{font-size:1rem}.project-description{font-size:.85rem}.project-action-btn{width:25px;height:25px;font-size:12px}}@media (max-width: 1024px){.project-showcase-content{grid-template-columns:1fr;gap:25px}.project-metadata-bar,.projects-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 768px){.project-showcase{padding:60px 0}.project-showcase-container{padding:0 15px}.project-showcase-title{font-size:2.5rem;margin-bottom:40px}.project-description-card,.project-details-card{padding:30px}.project-metadata-bar{grid-template-columns:1fr;gap:15px;padding:20px}}@media (max-width: 480px){.project-showcase{padding:40px 0}.project-showcase-title{font-size:2rem;margin-bottom:30px}.project-description-card,.project-details-card{padding:25px}.project-card-title{font-size:20px}.project-card-description{font-size:14px}}@media (max-width: 768px){.about-header-section{height:50vh;min-height:400px}.about-header-title{font-size:2.5rem}.breadcrumb{font-size:12px;margin-top:15px}}@media (max-width: 480px){.about-header-section{height:45vh;min-height:350px}.about-header-title{font-size:2rem}.breadcrumb{font-size:11px;margin-top:10px}}.footer{background:var(--dark-bg);color:#fff;padding:40px 0 20px;margin-top:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:30px}.footer-section{display:flex;flex-direction:column}.footer-logo-section{max-width:300px}.footer-logo-container{display:flex;align-items:center;margin-bottom:15px}.footer-logo-icon{width:8rem;margin-right:15px;object-fit:contain}.footer-logo-text{font-size:20px;font-weight:700;color:#fff;margin:0;font-family:var(--font-primary);text-transform:lowercase}.footer-logo-text:first-letter{text-transform:uppercase}.footer-description{color:#fff;font-size:16px;line-height:1.6;margin:0;font-family:var(--font-secondary)}.footer-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px;font-family:var(--font-primary)}.footer-underline{width:30px;height:2px;background:#9b51e0;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#fff;text-decoration:none;font-size:16px;font-family:var(--font-secondary);transition:color .3s ease}.footer-links a:hover{color:#9b51e0}.footer-contact{display:flex;flex-direction:column;gap:15px}.contact-item{display:flex;align-items:center;gap:10px}.contact-icon{color:#fff;font-size:16px;width:16px;flex-shrink:0;background:transparent}.contact-item span{color:#fff;font-size:16px;font-family:var(--font-secondary)}.footer-copyright{padding:15px 0;text-align:center}.copyright-line{width:100vw;height:1px;background:#333;margin-bottom:20px;margin-left:calc(-50vw + 50%)}.copyright-text{color:#fff;font-size:14px;margin:0;font-family:var(--font-secondary)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer-logo-section{grid-column:1 / -1;max-width:100%}}@media (max-width: 768px){.footer{padding:40px 0 20px;margin-top:60px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-container{padding:0 15px}.footer-logo-container{margin-bottom:15px}.footer-description{font-size:14px}}.dev-services-section{background:var(--dark-bg);padding:0 0 80px;color:#fff}.dev-services-container{max-width:1200px;margin:0 auto;padding:0 20px}.dev-services-header{text-align:center;margin-bottom:60px}.dev-services-logo{display:flex;justify-content:center;margin-bottom:20px}.dev-services-logo img{width:80px;height:80px;object-fit:contain}.dev-services-category{color:#c3ff2c;font-size:18px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.dev-services-title{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-primary);margin:0;line-height:1.2}.dev-services-section-title{color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--font-primary);margin:0 0 30px;text-align:left}.dev-services-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}.dev-service-card{padding:40px 30px;text-align:left;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.dev-service-icon{margin-bottom:25px;display:flex;align-items:center;position:relative;width:40px;height:40px}.dev-service-icon svg{width:100%;height:100%;color:#c3ff2c}.design-icon-container{border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px}.dev-services-category[style*="#2EF99D"]{color:#2ef99d!important}.design-icon-container svg{color:#1fb4ff;width:24px;height:24px}.dev-services-section .design-icon-container svg{color:#2ef99d}.design-services-page .dev-services-section .design-icon-container svg{color:#1fb4ff!important}.cm-services-page .dev-services-section .design-icon-container svg{color:#2ef99d!important}.design-services-page .services-process-section .step-badge{background:#1fb4ff!important}.design-services-page .services-process-section .step-icon{border-color:#3b3b48!important}.design-services-page .services-process-section .step-icon svg{color:#fff!important}.design-services-page .services-process-section .services-process-subtitle,.design-services-page .services-process-section .step-category{color:#1fb4ff!important}.cm-services-page .services-process-section .step-badge{background:#2ef99d!important}.cm-services-page .services-process-section .step-icon{border-color:#3b3b48!important}.cm-services-page .services-process-section .step-icon svg{color:#fff!important}.cm-services-page .services-process-section .services-process-subtitle,.cm-services-page .services-process-section .step-category{color:#2ef99d!important}.dev-services-page .services-process-section .step-badge{background:#c3ff2c!important}.dev-services-page .services-process-section .step-icon{border-color:#3b3b48!important}.dev-services-page .services-process-section .step-icon svg{color:#fff!important}.dev-services-page .services-process-section .services-process-subtitle,.dev-services-page .services-process-section .step-category{color:#c3ff2c!important}.dev-service-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--font-primary);margin:0;line-height:1.3}@media (max-width: 1024px){.dev-services-grid{gap:25px}.dev-service-card{padding:35px 25px}.dev-service-icon{width:50px;height:50px}.dev-service-title{font-size:18px}.dev-services-title{font-size:1.5rem}.dev-services-section-title{font-size:2rem}}@media (max-width: 768px){.dev-services-section{padding:0 0 60px}.dev-services-header{margin-bottom:40px}.dev-services-grid{grid-template-columns:1fr;gap:25px}.dev-service-card{padding:30px 25px}.dev-service-icon{width:45px;height:45px}.dev-service-title{font-size:18px}.dev-services-title{font-size:2rem}.dev-services-section-title{font-size:1.8rem;text-align:center}}@media (max-width: 480px){.dev-services-section{padding:0 0 40px}.dev-services-container{padding:0 15px}.dev-service-card{padding:25px 20px}.dev-service-icon{margin-bottom:20px;width:40px;height:40px}.dev-service-title{font-size:16px}.dev-services-title{font-size:1.8rem}.dev-services-section-title{font-size:1.5rem}.dev-services-logo img{width:60px;height:60px}}.cm-services-section{background:var(--dark-bg);padding:0 0 80px;color:#fff}.cm-services-container{max-width:1200px;margin:0 auto;padding:0 20px}.cm-services-header{text-align:center;margin-bottom:60px}.cm-services-logo{display:flex;justify-content:center;margin-bottom:20px}.cm-services-logo img{width:80px;height:80px;object-fit:contain}.cm-services-category{color:#2ef99d;font-size:18px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.cm-services-title{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-primary);margin:0;line-height:1.2}.cm-services-section-title{color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--font-primary);margin:0 0 30px;text-align:left}.cm-services-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;gap:30px}.cm-service-card{padding:40px 30px;text-align:left;position:relative;background:#ffffff0d;border-radius:12px;border:1px solid rgba(46,249,157,.2);transition:all .3s ease}.cm-service-card:hover{transform:translateY(-5px);border-color:#2ef99d;box-shadow:0 10px 30px #2ef99d33}.cm-service-icon{margin-bottom:25px;display:flex;align-items:center;justify-content:center;position:relative;width:60px;height:60px;background:#2ef99d1a;border-radius:12px;border:1px solid rgba(46,249,157,.3)}.cm-service-icon svg{width:30px;height:30px;color:#2ef99d}.cm-service-title{color:#fff;font-size:16px;font-weight:700;font-family:var(--font-primary);line-height:1.4;margin:0}.cm-service-tag{padding:8px 16px;border:1px solid #2EF99D;border-radius:4px;color:#2ef99d;font-size:14px;font-weight:500;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1024px){.cm-services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.cm-service-card{padding:35px 25px}.cm-service-icon{width:50px;height:50px}.cm-service-title{font-size:18px}.cm-services-title{font-size:1.5rem}.cm-services-section-title{font-size:2rem}}@media (max-width: 768px){.cm-services-section{padding:0 0 60px}.cm-services-header{margin-bottom:40px}.cm-services-grid{grid-template-columns:1fr;gap:25px}.cm-service-card{padding:30px 25px}.cm-service-icon{width:45px;height:45px}.cm-service-title{font-size:18px}.cm-services-title{font-size:2rem}.cm-services-section-title{font-size:1.8rem;text-align:center}}@media (max-width: 480px){.cm-services-section{padding:0 0 40px}.cm-services-container{padding:0 15px}.cm-service-card{padding:25px 20px}.cm-service-icon{margin-bottom:20px;width:40px;height:40px}.cm-service-title{font-size:16px}.cm-services-title{font-size:1.8rem}.cm-services-section-title{font-size:1.5rem}.cm-services-logo img{width:60px;height:60px}}.contact-page{background:#0a0a0a;min-height:100vh;color:#fff}.contact-section{padding:80px 0;background:#0a0a0a}.contact-container{max-width:800px;margin:0 auto;padding:0 20px}.contact-header{text-align:center;margin-bottom:60px}.contact-header-btn{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:30px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.contact-header-btn:hover{background:#7c3aed;transform:translateY(-2px)}.contact-arrow{font-size:16px}.contact-title{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-primary);margin:0;text-transform:uppercase;line-height:1.2}.contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px}.contact-info-card{background:#1a1a1a;border-radius:12px;padding:20px;display:flex;align-items:center;gap:12px;border:1px solid #2A2A2A}.contact-icon{color:#8b5cf6;font-size:20px;flex-shrink:0}.contact-info-card span{color:#fff;font-size:16px;font-weight:500;font-family:var(--font-secondary)}.contact-form{display:flex;flex-direction:column;gap:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#fff;font-size:16px;font-weight:600;font-family:var(--font-secondary)}.form-input{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:12px;padding:16px 20px;color:#fff;font-size:16px;font-family:var(--font-secondary);transition:all .3s ease}.form-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-input::placeholder{color:#666}.form-section{background:#1a1a1a;border-radius:12px;padding:30px;border:1px solid #2A2A2A}.form-section-title{color:#fff;font-size:20px;font-weight:700;font-family:var(--font-primary);margin:0 0 20px}.reason-options{display:grid;grid-template-columns:1fr 1fr;gap:20px}.reason-option{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.reason-radio{position:absolute;opacity:0;pointer-events:none}.reason-checkbox{width:20px;height:20px;border:2px solid #2A2A2A;border-radius:4px;background:#1a1a1a;position:relative;transition:all .3s ease;flex-shrink:0}.reason-radio:checked+.reason-checkbox{background:#8b5cf6;border-color:#8b5cf6}.reason-radio:checked+.reason-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.reason-text{color:#fff;font-size:16px;font-weight:500;font-family:var(--font-secondary)}.budget-description{color:#666;font-size:14px;font-family:var(--font-secondary);margin:0 0 20px}.budget-slider-container{position:relative}.budget-slider{position:relative;height:20px;margin:20px 0;display:flex;align-items:center}.budget-track{position:absolute;top:50%;left:0;right:0;height:6px;background:#2a2a2a;border-radius:3px;transform:translateY(-50%)}.budget-progress{position:absolute;top:0;height:6px;background:#8b5cf6;border-radius:3px;transition:all .3s ease}.budget-range{position:absolute;width:100%;height:20px;background:transparent;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;z-index:2;pointer-events:auto;margin:0;padding:0}.budget-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#8b5cf6;border-radius:50%;cursor:pointer;border:3px solid #0A0A0A;box-shadow:0 2px 6px #0000004d;position:relative;z-index:4;pointer-events:auto}.budget-range::-moz-range-thumb{width:20px;height:20px;background:#8b5cf6;border-radius:50%;cursor:pointer;border:3px solid #0A0A0A;box-shadow:0 2px 6px #0000004d;pointer-events:auto}.budget-range-min,.budget-range-max{z-index:3;pointer-events:auto}.budget-values{display:flex;justify-content:space-between;margin-top:15px;position:relative}.budget-value{color:#fff;font-size:14px;font-weight:600;font-family:var(--font-secondary);background:#1a1a1a;padding:8px 12px;border-radius:6px;border:1px solid #2A2A2A}.form-textarea{background:#1a1a1a;border:1px solid #2A2A2A;border-radius:12px;padding:16px 20px;color:#fff;font-size:16px;font-family:var(--font-secondary);width:100%;resize:vertical;min-height:120px;transition:all .3s ease}.form-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-textarea::placeholder{color:#666}.contact-submit-btn{background:#8b5cf6;color:#fff;border:none;border-radius:12px;padding:18px 40px;font-size:16px;font-weight:700;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:20px}.contact-submit-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf64d}@media (max-width: 768px){.contact-title{font-size:2rem}.contact-info,.form-row,.reason-options{grid-template-columns:1fr;gap:15px}.form-section{padding:20px}.contact-container{padding:0 15px}}@media (max-width: 480px){.contact-section{padding:40px 0}.contact-title{font-size:1.5rem}.contact-header-btn{padding:10px 20px;font-size:12px}.contact-info-card,.form-section{padding:15px}}.faq-page{background:#0a0a0a;min-height:100vh;color:#fff}.faq-section{padding:80px 0;background:#0a0a0a}.faq-container{max-width:1000px;margin:0 auto;padding:0 20px}.faq-section-header{text-align:center;margin-bottom:60px}.faq-section-btn{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:30px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.faq-section-btn:hover{background:#7c3aed;transform:translateY(-2px)}.faq-arrow{font-size:16px}.faq-section-title{color:#fff;font-size:3rem;font-weight:800;font-family:var(--font-primary);margin:0;text-transform:uppercase;line-height:1.2}.faq-questions{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #2A2A2A}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:transparent;border:none;padding:25px 0;color:#fff;font-size:18px;font-weight:600;font-family:var(--font-primary);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq-question:hover{color:#8b5cf6}.faq-question-text{flex:1;margin-right:20px}.faq-icon{color:#8b5cf6;font-size:20px;transition:all .3s ease;flex-shrink:0}.faq-icon-open{transform:rotate(90deg)}.faq-answer{padding:0 0 25px;animation:fadeIn .3s ease-in-out}.faq-answer p{color:#ccc;font-size:16px;font-weight:400;font-family:var(--font-secondary);line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.faq-section{padding:60px 0}.faq-section-title{font-size:2rem}.faq-question{font-size:16px;padding:20px 0}.faq-answer p{font-size:14px}.faq-container{padding:0 15px}}@media (max-width: 480px){.faq-section{padding:40px 0}.faq-section-title{font-size:1.5rem}.faq-section-btn{padding:10px 20px;font-size:12px}.faq-question{font-size:15px;padding:18px 0}.faq-answer p{font-size:13px}}.services-process-section{background:#191928;padding:80px 0;color:#fff}.services-process-container{max-width:1200px;margin:0 auto;padding:0 20px}.services-process-header{text-align:center;margin-bottom:60px}.services-process-subtitle{color:#1fb4ff;font-size:18px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.services-process-title{color:#fff;font-size:2.5rem;font-weight:800;font-family:var(--font-primary);margin:0;line-height:1.2}.services-process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;position:relative}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.step-icon-container{position:relative;margin-bottom:30px}.step-icon{width:80px;height:80px;color:#fff;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #333;position:relative}.step-icon svg{width:40px;height:40px;color:#fff}.step-badge{position:absolute;top:-10px;right:-10px;width:30px;height:30px;background:#1fb4ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#333;font-size:14px;font-weight:700;font-family:var(--font-secondary);border:2px solid #333}.step-content{max-width:300px}.step-category{color:#1fb4ff;font-size:14px;font-weight:600;font-family:var(--font-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px}.step-title{color:#fff;font-size:24px;font-weight:700;font-family:var(--font-primary);margin:0 0 20px;line-height:1.3}.step-description{color:#b0b0b0;font-size:16px;line-height:1.6;margin:0;font-family:var(--font-secondary)}@media (max-width: 1024px){.services-process-steps{gap:30px}.step-icon{width:70px;height:70px}.step-icon svg{width:35px;height:35px}.step-badge{width:25px;height:25px;font-size:12px}.step-title{font-size:20px}.step-description{font-size:15px}}@media (max-width: 768px){.services-process-section{padding:60px 0}.services-process-header{margin-bottom:40px}.services-process-title{font-size:2rem}.services-process-steps{grid-template-columns:1fr;gap:40px}.step-icon{width:60px;height:60px}.step-icon svg{width:30px;height:30px}.step-badge{width:22px;height:22px;font-size:11px}.step-title{font-size:20px}.step-description{font-size:14px}}@media (max-width: 480px){.services-process-section{padding:40px 0}.services-process-container{padding:0 15px}.services-process-title{font-size:1.8rem}.step-icon{width:50px;height:50px}.step-icon svg{width:25px;height:25px}.step-badge{width:20px;height:20px;font-size:10px}.step-title{font-size:18px}.step-description{font-size:13px}}.App{min-height:100vh;background:linear-gradient(135deg,#f8f9ff,#e3edff)}
