@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap";body{margin:0;font-family:Poppins,sans-serif;color:#fff;background-color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;max-width:1400px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background-color .4s ease,-webkit-backdrop-filter .4s ease;transition:background-color .4s ease,backdrop-filter .4s ease;transition:background-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}.header.scrolled{background-color:rgba(12,16,27,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.1)}.header.scrolled:hover{background-color:#0c101b}.header__container{display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none}.header__logo-icon{width:40px;height:40px;background:linear-gradient(45deg,#f02aa6,#ff6f2c,#fcb900,#7bdcb5,#00d084,#8ed1fc,#0693e3,#9b51e0,#f02aa6);background-size:200% 200%;border-radius:50%;animation:gradient-spin 5s linear infinite;display:flex;justify-content:center;align-items:center;font-weight:900;font-size:1.75rem;color:#111827}@keyframes gradient-spin{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.header__nav{display:none}@media(min-width:1024px){.header__nav{display:flex;align-items:center;gap:2.5rem}}.header__nav-item{position:relative}.header__nav-link{color:#e5e7eb;text-decoration:none;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.25rem;transition:color .3s}.header__nav-link:hover{color:#fff}.dropdown__menu{position:absolute;top:150%;left:50%;transform:translateX(-50%);background-color:#1a233b;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:.5rem;width:200px;opacity:0;visibility:hidden;transition:top .3s ease,opacity .3s ease,visibility .3s}.header__nav-item:hover .dropdown__menu{top:120%;opacity:1;visibility:visible}.dropdown__link{display:block;color:#e5e7eb;text-decoration:none;padding:.75rem 1rem;border-radius:4px;font-size:.9rem;transition:background-color .3s,color .3s}.dropdown__link:hover{background-color:#3b82f6;color:#fff}.header__chat-btn{padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(90deg,#e052a0,#f15c41);border:none;cursor:pointer;transition:transform .3s,box-shadow .3s}.header__chat-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(224,82,160,.3)}.header__chat-btn--desktop{display:none}@media(min-width:1024px){.header__chat-btn--desktop{display:inline-block}}.header__chat-btn--mobile{width:100%;text-align:center;display:block;margin-top:1rem}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:1001}@media(min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;background-color:#1a233b;transform:translateX(100%);transition:transform .3s ease;z-index:999;padding-top:5rem;box-shadow:-5px 0 15px rgba(0,0,0,.3)}.header__mobile-menu--open{transform:translateX(0)}@media(min-width:1024px){.header__mobile-menu{display:none}}.header__mobile-nav{display:flex;flex-direction:column;padding:2rem 1.5rem}.header__mobile-link{color:#e5e7eb;text-decoration:none;font-weight:500;font-size:1.1rem;padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);transition:color .3s}.header__mobile-link:hover{color:#fff}.hero{position:relative;background-color:#111827;padding-top:8rem;overflow:hidden;padding-bottom:80px}.hero__container{position:relative;z-index:2;display:grid;grid-gap:4rem;gap:4rem}@media(min-width:1024px){.hero__container{grid-template-columns:1fr 1.1fr;align-items:center}}.hero__content{text-align:left}.hero__pre-title{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;color:#9ca3af}.hero__title{font-size:2.25rem;font-weight:900;line-height:1.1;margin:0;text-transform:uppercase}@media(min-width:480px){.hero__title{font-size:2.75rem}}@media(min-width:768px){.hero__title{font-size:3.5rem}}@media(min-width:1024px){.hero__title{font-size:5rem}}.hero__subtitle{font-size:1rem;font-weight:400;margin-top:1.5rem;margin-bottom:2rem;color:#d1d5db;max-width:500px}@media(min-width:768px){.hero__subtitle{font-size:1.25rem;margin-bottom:2.5rem}}.hero__benefits{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:2rem;max-width:500px}@media(min-width:480px){.hero__benefits{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}}.hero__benefit{display:flex;align-items:center;gap:.5rem;padding:.625rem;background-color:rgba(59,130,246,.1);border-radius:8px;border:1px solid rgba(59,130,246,.2)}@media(min-width:768px){.hero__benefit{gap:.75rem;padding:.75rem}}.hero__benefit-icon{font-size:1.5rem}.hero__benefit-text{font-size:.9rem;font-weight:500;color:#e5e7eb}.hero__cta-btn{display:inline-block;padding:1.25rem 3rem;border:none;border-radius:4px;font-size:.9rem;font-weight:700;letter-spacing:.05em;color:#fff;background-color:#3b82f6;cursor:pointer;transition:transform .3s,box-shadow .3s}.hero__cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(59,130,246,.2)}.hero__awards{gap:2rem;margin-bottom:2rem}.hero__award,.hero__awards{display:flex;align-items:center}.hero__award{gap:.75rem}.hero__award-stars{color:#f59e0b;font-size:1.25rem}.hero__award-text{font-size:.9rem;font-weight:500}.hero__award-logo{height:24px;filter:brightness(0) invert(1)}.hero__image-grid{display:none;position:relative;height:500px}@media(min-width:1024px){.hero__image-grid{display:block}}.hero__image{border-radius:8px;position:absolute;box-shadow:0 0 50px 5px rgba(59,130,246,.2),0 25px 50px -12px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease;object-fit:cover}.hero__image:hover{transform:scale(1.05);z-index:10;box-shadow:0 0 70px 10px rgba(59,130,246,.3),0 30px 60px -15px rgba(0,0,0,.3)}.hero__image--1{width:70%;height:70%;top:0;left:0;z-index:3}.hero__image--2{width:55%;height:55%;bottom:0;right:0;z-index:2}.hero__clients{padding:6rem 0 2rem;position:relative;z-index:5}.hero__clients-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;opacity:.7}@media(min-width:1024px){.hero__clients-container{justify-content:space-between}}.hero__client-logo{height:24px;filter:brightness(0) invert(1)}.services{padding:6rem 0;background-color:#1a233b}.services__title{text-align:center;font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.services__title{font-size:2.5rem}}.services__subtitle{text-align:center;font-size:1rem;color:#9ca3af;max-width:600px;margin:0 auto 3rem}@media(min-width:768px){.services__subtitle{font-size:1.1rem;margin:0 auto 4rem}}.services__grid{display:grid;grid-gap:2rem;gap:2rem}@media(min-width:768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#111827;padding:1.75rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);transition:transform .3s ease,border-color .3s ease}@media(min-width:768px){.service-card{padding:2.5rem}}.service-card:hover{transform:translateY(-10px);border-color:#3b82f6}.service-card__icon{width:50px;height:50px;margin-bottom:1.5rem;color:#3b82f6}.service-card__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card__description{color:#9ca3af;line-height:1.6}.projects{padding:6rem 0}.projects .projects__title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem}.projects .projects__grid{display:grid;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.projects .projects__grid{grid-template-columns:repeat(2,1fr)}}.projects .project-card{position:relative;border-radius:8px;overflow:hidden;background-color:#1a233b}.projects .project-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects .project-card:hover .project-card__image{transform:scale(1.05)}.projects .project-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(17,24,39,.9),rgba(17,24,39,.1));display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;opacity:0;transition:opacity .4s ease}.projects .project-card:hover .project-card__overlay{opacity:1}.projects .project-card__title{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;transform:translateY(20px);transition:transform .4s ease}.projects .project-card__tags{transform:translateY(20px);transition:transform .4s ease .1s;display:flex;align-items:center;gap:.5rem}.projects .project-card__price{display:inline-block;background-color:#3b82f6;color:#fff;padding:.35rem 1rem;border-radius:12px;font-size:1rem;font-weight:700;margin-right:.5rem}.projects .project-card:hover .project-card__tags,.projects .project-card:hover .project-card__title{transform:translateY(0)}.projects .project-card__tag{display:inline-block;background-color:rgba(59,130,246,.2);color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;margin-right:.5rem}.projects .project-btn-container{text-align:center;margin-top:2rem}.projects .project-btn-container .project-btn{display:inline-block;text-align:center;padding:.75rem 1.5rem;border-radius:4px;font-size:.9rem;font-weight:600;text-decoration:none;color:#fff;border:1px solid #3b82f6;transition:background-color .3s}.projects .project-btn:hover{background-color:#3b82f6}.about{padding:6rem 0;background-color:#1a233b}.about__container{display:grid;align-items:center;grid-gap:4rem;gap:4rem}@media(min-width:1024px){.about__container{grid-template-columns:1fr 1fr}}.about__image{width:100%;border-radius:8px}.about__title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media(min-width:768px){.about__title{font-size:2.5rem}}.about__description{color:#9ca3af;line-height:1.7;margin-bottom:2rem}.about__stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:768px){.about__stats{gap:2rem}}.about__stat-number{font-size:2rem;font-weight:700;color:#3b82f6}.about__stat-label{color:#9ca3af;font-size:.9rem}.about__cta-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-size:.9rem;font-weight:600;text-decoration:none;color:#fff;border:1px solid #3b82f6;transition:background-color .3s}.about__cta-btn:hover{background-color:#3b82f6}.cta{padding:6rem 0;background:linear-gradient(45deg,#3b82f6,#9333ea);text-align:center}.cta__title{font-size:1.875rem;font-weight:700;max-width:600px;margin:0 auto 1.5rem}@media(min-width:768px){.cta__title{font-size:2.5rem}}.cta__subtitle{font-size:1rem;max-width:600px;margin:0 auto 2rem;color:#e5e7eb}@media(min-width:768px){.cta__subtitle{font-size:1.1rem;margin:0 auto 2.5rem}}.cta__btn{display:inline-block;padding:1rem 2rem;border:none;border-radius:50px;font-size:.9rem;font-weight:700;color:#111827;background-color:#fff;cursor:pointer;text-decoration:none;transition:transform .3s,box-shadow .3s}@media(min-width:768px){.cta__btn{padding:1.25rem 3rem;font-size:1rem}}.cta__btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.footer{background-color:#111827;padding:4rem 0 2rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer__top{display:flex;flex-direction:row;justify-content:space-between;gap:3rem;padding-bottom:3rem;margin-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.footer__top{flex-direction:column;justify-content:space-between;align-items:center}}.footer__info{max-width:300px}.footer__logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;margin-bottom:1rem}.footer__logo-icon{width:40px;height:40px;background:linear-gradient(45deg,#f02aa6,#ff6f2c,#fcb900,#7bdcb5,#00d084,#8ed1fc,#0693e3,#9b51e0,#f02aa6);background-size:200% 200%;border-radius:50%;animation:gradient-spin 5s linear infinite;display:flex;justify-content:center;align-items:center;font-weight:900;font-size:1.75rem;color:#111827}.footer__tagline{color:#9ca3af;line-height:1.6;font-size:.9rem}.footer__links{display:flex;gap:3rem}@media(min-width:768px){.footer__links{gap:5rem}}.footer__link-title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.footer__link{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.75rem;transition:color .3s;font-size:.9rem}.footer__link:hover{color:#fff}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#9ca3af;font-size:.9rem;margin:0}.footer__socials{display:flex;gap:1.5rem}.footer__social-link{color:#9ca3af;transition:color .3s,transform .3s;display:inline-block}.footer__social-link:hover{color:#fff;transform:translateY(-2px)}.footer__social-icon{width:24px;height:24px}