.Home-module__jKgjFW__hero{background:#fff radial-gradient(#e5e5e5 1px,#0000 1px) 0 0/30px 30px;justify-content:center;align-items:center;width:100%;min-height:90vh;padding:100px 8% 60px;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__heroContent{text-align:center;z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.Home-module__jKgjFW__titleArea{flex-direction:column;align-items:center;display:flex}.Home-module__jKgjFW__greeting{color:var(--text-secondary);letter-spacing:.2rem;text-transform:uppercase;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.Home-module__jKgjFW__name{letter-spacing:-3px;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3.5rem,10vw,7.5rem);font-weight:900;line-height:.85}.Home-module__jKgjFW__role{color:var(--text-secondary);max-width:700px;margin-bottom:4rem;font-size:1.2rem;font-weight:500;line-height:1.6}.Home-module__jKgjFW__socials{justify-content:center;gap:1.2rem;display:flex}.Home-module__jKgjFW__socialIcon{width:54px;height:54px;color:var(--text-primary);background:#fff;border:1px solid #eaeaea;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 6px -1px #0000000d}.Home-module__jKgjFW__socialIcon:hover{border-color:var(--text-primary);color:var(--text-primary);transform:translateY(-5px)scale(1.1);box-shadow:0 10px 15px -3px #0000001a}.Home-module__jKgjFW__introSection{color:var(--text-white);z-index:3;background:#0a0a0a;padding:10rem 0;position:relative}.Home-module__jKgjFW__introContent{text-align:center;max-width:900px;margin:0 auto;padding:0 8%}.Home-module__jKgjFW__introText{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.4}.Home-module__jKgjFW__introSubtext{color:#888;max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8}.Home-module__jKgjFW__readMore{text-transform:uppercase;letter-spacing:2px;color:#fff;border-bottom:2px solid #0000;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.Home-module__jKgjFW__readMore:hover{color:var(--accent-color);border-bottom-color:var(--accent-color);padding-left:.5rem}.Home-module__jKgjFW__readMore span{transition:transform .3s}.Home-module__jKgjFW__readMore:hover span{transform:translate(5px)}.Home-module__jKgjFW__blob{background:var(--accent-gradient);filter:blur(80px);opacity:.1;z-index:1;border-radius:50%;width:500px;height:500px;animation:20s infinite alternate Home-module__jKgjFW__move;position:absolute}@keyframes Home-module__jKgjFW__move{0%{transform:translate(-10%,-10%)}to{transform:translate(10%,10%)}}.Home-module__jKgjFW__scrollDown{color:var(--text-secondary);letter-spacing:2px;text-transform:uppercase;flex-direction:column;align-items:center;gap:10px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Home-module__jKgjFW__mouse{border:2px solid #ddd;border-radius:20px;width:20px;height:35px;position:relative}.Home-module__jKgjFW__wheel{background:#000;border-radius:2px;width:2px;height:6px;animation:2s ease-out infinite Home-module__jKgjFW__scroll;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Home-module__jKgjFW__scroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,15px)}}@media (max-width:768px){.Home-module__jKgjFW__hero{min-height:auto;padding:120px 1.5rem 60px}.Home-module__jKgjFW__heroContent{padding:0}.Home-module__jKgjFW__name{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,12vw,4rem)}.Home-module__jKgjFW__greeting{letter-spacing:.1rem;font-size:1rem}.Home-module__jKgjFW__role{margin-bottom:2.5rem;font-size:1.1rem}.Home-module__jKgjFW__socialIcon{width:48px;height:48px}.Home-module__jKgjFW__introSection{padding:var(--section-padding-mobile)}.Home-module__jKgjFW__introContent{padding:0}.Home-module__jKgjFW__introText{font-size:1.5rem}.Home-module__jKgjFW__scrollDown{display:none}}@media (max-width:480px){.Home-module__jKgjFW__name{font-size:2.8rem}.Home-module__jKgjFW__socials{gap:.8rem}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding);background:#000}.Contact-module__hcVmEa__sectionHeader{text-align:center;margin-bottom:6rem}.Contact-module__hcVmEa__sectionTitle{color:#fff;letter-spacing:-1px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Contact-module__hcVmEa__content{grid-template-columns:1fr 1.2fr;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.Contact-module__hcVmEa__info{flex-direction:column;display:flex}.Contact-module__hcVmEa__infoTitle{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.Contact-module__hcVmEa__infoText{color:#888;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.Contact-module__hcVmEa__contactGrid{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__contactItem{background:#111;border:1px solid #222;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.Contact-module__hcVmEa__contactItem:hover{background:#161616;border-color:#333;transform:translate(10px)}.Contact-module__hcVmEa__contactIcon{color:#000;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Contact-module__hcVmEa__contactLabel{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.Contact-module__hcVmEa__contactValue{color:#fff;font-size:1.1rem;font-weight:500}.Contact-module__hcVmEa__formContainer{background:#111;border:1px solid #222;border-radius:24px;padding:3rem}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__inputGroup label{color:#fff;margin-left:.4rem;font-size:.9rem;font-weight:600}.Contact-module__hcVmEa__inputGroup input,.Contact-module__hcVmEa__inputGroup textarea{color:#fff;background:#161616;border:1px solid #222;border-radius:12px;padding:1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__inputGroup input:focus,.Contact-module__hcVmEa__inputGroup textarea:focus{background:#1a1a1a;border-color:#555;outline:none}.Contact-module__hcVmEa__submitBtn{color:#000;background:#fff;border:none;border-radius:12px;margin-top:1rem;padding:1.2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.Contact-module__hcVmEa__submitBtn:hover{transform:scale(1.02);box-shadow:0 10px 20px #ffffff1a}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__successMessage{text-align:center;padding:2rem}.Contact-module__hcVmEa__successMessage h3{color:#fff;margin-bottom:1rem;font-size:2rem}.Contact-module__hcVmEa__successMessage p{margin-bottom:3rem}@media (max-width:992px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:var(--section-padding-mobile)}.Contact-module__hcVmEa__sectionHeader{margin-bottom:3rem}.Contact-module__hcVmEa__sectionTitle{font-size:2.2rem}.Contact-module__hcVmEa__formContainer{padding:2rem 1.5rem}.Contact-module__hcVmEa__infoTitle{font-size:1.5rem}}@media (max-width:480px){.Contact-module__hcVmEa__contactItem{gap:1rem;padding:1rem}.Contact-module__hcVmEa__contactValue{font-size:.9rem}}
.SectionHeader-module__2iX9PG__header{margin-bottom:6rem;position:relative}.SectionHeader-module__2iX9PG__center{text-align:center}.SectionHeader-module__2iX9PG__left{text-align:left}.SectionHeader-module__2iX9PG__title{letter-spacing:-2px;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900}.SectionHeader-module__2iX9PG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.SectionHeader-module__2iX9PG__left .SectionHeader-module__2iX9PG__subtitle{margin:0}.SectionHeader-module__2iX9PG__line{background:#000;width:60px;height:4px;margin:2rem auto 0}.SectionHeader-module__2iX9PG__left .SectionHeader-module__2iX9PG__line{margin:2rem 0 0}
.Projects-module__ICTKvq__container{background:#fff;padding-top:80px}.Projects-module__ICTKvq__hero{text-align:center;background:#fcfcfc;border-bottom:1px solid #eee;padding:6rem 8%}.Projects-module__ICTKvq__title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800}.Projects-module__ICTKvq__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.Projects-module__ICTKvq__projectsSection{padding:6rem 8%}.Projects-module__ICTKvq__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.Projects-module__ICTKvq__projectCard{color:inherit;background:#fff;border:1px solid #eee;border-radius:24px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Projects-module__ICTKvq__projectCard:hover{border-color:#000;transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.Projects-module__ICTKvq__cardHeader{gap:.8rem;margin-bottom:1.5rem;display:flex}.Projects-module__ICTKvq__platform{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#000;border-radius:100px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.Projects-module__ICTKvq__category{color:#666;text-transform:uppercase;background:#f0f0f0;border-radius:100px;padding:.4rem .8rem;font-size:.75rem;font-weight:600}.Projects-module__ICTKvq__projectTitle{color:#000;margin-bottom:1rem;font-size:1.8rem;font-weight:800;line-height:1.2}.Projects-module__ICTKvq__projectDescription{color:#555;flex-grow:1;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.Projects-module__ICTKvq__cardFooter{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Projects-module__ICTKvq__detailsBtn{color:#000;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.Projects-module__ICTKvq__detailsBtn:hover{color:var(--accent-color);gap:.8rem}.Projects-module__ICTKvq__storeLink{color:#888;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.Projects-module__ICTKvq__storeLink:hover{color:#000}@media (max-width:768px){.Projects-module__ICTKvq__container{padding-top:70px}.Projects-module__ICTKvq__hero{padding:80px 1.5rem 40px}.Projects-module__ICTKvq__title{font-size:2.8rem}.Projects-module__ICTKvq__projectsSection{padding:3rem 1.5rem}.Projects-module__ICTKvq__projectsGrid{grid-template-columns:1fr;gap:1.5rem}.Projects-module__ICTKvq__projectCard{padding:1.5rem}.Projects-module__ICTKvq__projectTitle{font-size:1.5rem}}@media (max-width:480px){.Projects-module__ICTKvq__cardFooter{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.Expertise-module__vuFUMW__expertise{padding:var(--section-padding);background:#fff}.Expertise-module__vuFUMW__sectionHeader{text-align:center;max-width:800px;margin:0 auto 6rem}.Expertise-module__vuFUMW__sectionTitle{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.Expertise-module__vuFUMW__sectionSubtitle{color:#666;font-size:1.1rem;line-height:1.6}.Expertise-module__vuFUMW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.Expertise-module__vuFUMW__card{background:#fff;border:1px solid #eee;border-radius:32px;flex-direction:column;padding:3.5rem 2.5rem;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.Expertise-module__vuFUMW__card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#0070f30d,#0000);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.Expertise-module__vuFUMW__card:hover{border-color:#000;transform:translateY(-12px);box-shadow:0 40px 80px #0000000f}.Expertise-module__vuFUMW__card:hover:before{opacity:1}.Expertise-module__vuFUMW__icon{color:#000;margin-bottom:2rem}.Expertise-module__vuFUMW__cardTitle{color:#000;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Expertise-module__vuFUMW__cardDesc{color:#666;flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.Expertise-module__vuFUMW__tags{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.Expertise-module__vuFUMW__tag{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#000;border-radius:8px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.Expertise-module__vuFUMW__readMore{text-transform:uppercase;letter-spacing:1px;color:#000;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.Expertise-module__vuFUMW__readMore:hover{color:var(--accent-color);gap:1rem}@media (max-width:768px){.Expertise-module__vuFUMW__expertise{padding:var(--section-padding-mobile)}.Expertise-module__vuFUMW__sectionHeader{margin-bottom:3rem}.Expertise-module__vuFUMW__sectionTitle{font-size:2.2rem}.Expertise-module__vuFUMW__grid{grid-template-columns:1fr;gap:1.5rem}.Expertise-module__vuFUMW__card{padding:2.5rem 1.5rem}}
