main{padding-top:var(--header-height);color:var(--title-color);background-color:var(--section-color)}@media(max-width:768px){main{padding-top:calc(var(--header-height) - 1rem)}}.hero{min-height:65vh;display:flex;align-items:center;padding:4rem 5%;position:relative;overflow:hidden;background:var(--section-color);background-size:100% 100%,100% 100%,45px 45px,45px 45px;gap:40px}.hero:before{content:"";position:absolute;top:-10%;right:-5%;width:550px;height:550px;background:radial-gradient(circle,rgba(168,85,247,.12) 0%,transparent 70%);z-index:1;pointer-events:none;filter:blur(80px);animation:float-aurora-1 15s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;bottom:-15%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(29,201,169,.12) 0%,transparent 70%);z-index:1;pointer-events:none;filter:blur(70px);animation:float-aurora-2 18s ease-in-out infinite alternate}@keyframes float-aurora-1{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,40px) scale(1.15)}}@keyframes float-aurora-2{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(.9)}}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:4rem;width:100%;position:relative;z-index:2}.hero-content{flex:1;max-width:550px;color:#fff}.hero-content h1{font-size:3rem!important;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem;background:linear-gradient(to right,#fff 30%,#b9c6e3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content h1 span{background:linear-gradient(135deg,#1dc9a9,#3b82f6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;text-shadow:0 0 30px rgba(29,201,169,.25);position:relative}.hero-content p{margin:1.5rem 0 2.5rem;font-size:1.05rem;line-height:1.7;color:#a0aec0}.hero-buttons{display:flex;gap:1.2rem}.btn{padding:.95rem 2.2rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;justify-content:center}.btn.primary{background:linear-gradient(135deg,#1dc9a9,#17a88d);color:#040814!important;box-shadow:0 4px 20px #1dc9a94d,0 0 0 1px #1dc9a91a;position:relative;overflow:hidden;z-index:1}.btn.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;z-index:-1}.btn.primary:hover:before{left:100%}.btn.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1dc9a999,0 0 15px #1dc9a94d}.btn.secondary{border:1px solid rgba(255,255,255,.15);background:#ffffff08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff!important}.btn.secondary:hover{background:#ffffff14;border-color:#ffffff59;transform:translateY(-3px)}.hero-image{flex:1;width:100%;max-width:580px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;perspective:1200px}.hero-image:before{content:"";position:absolute;top:-15%;left:-15%;width:180px;height:180px;background:radial-gradient(circle,rgba(29,201,169,.35) 0%,transparent 70%);border-radius:50%;z-index:-1;animation:float-bubble 6s ease-in-out infinite alternate;pointer-events:none}.hero-image:after{content:"";position:absolute;bottom:-10%;right:-10%;width:220px;height:220px;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 70%);border-radius:50%;z-index:-1;animation:float-bubble 8s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes float-bubble{0%{transform:translateY(0) scale(.9) rotate(0)}to{transform:translateY(-20px) scale(1.1) rotate(15deg)}}.hero-image .carousel,.hero-image .carousel-inner{overflow:visible!important}.hero-image .carousel-item{opacity:0;transition:opacity 1s ease-in-out!important;transform:none!important}.hero-image .carousel-item.active,.hero-image .carousel-item-next.carousel-item-start,.hero-image .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.hero-image .active.carousel-item-start,.hero-image .active.carousel-item-end{z-index:0;opacity:0;transition:z-index 0s 1s,opacity 1s ease-in-out!important}.carousel img{border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:-25px 35px 70px #000000b3,0 0 50px #1dc9a91f,inset 0 1px #ffffff26;display:block;width:100%;transform:rotateY(-12deg) rotateX(7deg) rotate(-2deg);transition:transform .8s cubic-bezier(.16,1,.3,1),box-shadow .8s cubic-bezier(.16,1,.3,1);background:#ffffff03;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.hero-image:hover .carousel img{transform:rotateY(-3deg) rotateX(3deg) rotate(0) translateY(-12px);box-shadow:-12px 22px 45px #0000008c,0 0 60px #1dc9a959}@media screen and (max-width:992px){.hero-content h1{font-size:2.4rem}.hero-container{gap:2rem;flex-direction:row}.hero-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.8rem}.btn{width:auto;padding:.7rem 1rem;font-size:.9rem;font-weight:800;border-radius:30px;transition:all .3s ease}.hero-image img{width:100%;height:300px;object-fit:contain;border-radius:20px}}@media screen and (max-width:768px){.hero-container{flex-direction:column;text-align:center}.hero-content h1{font-size:2.6rem}.hero-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.8rem}.btn{width:auto;padding:.8rem 1.2rem;font-size:1rem}.carousel img{height:400px;object-fit:contain;width:100%}}@media screen and (max-width:576px){.hero{padding:2rem 1rem;text-align:center}.hero-container{flex-direction:column;gap:2rem}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:.9rem}.hero-buttons{justify-content:center;flex-direction:column;gap:.8rem}.btn{width:100%;padding:.8rem 1rem;font-size:.95rem}.carousel img{width:100%;height:400px;object-fit:contain;border-radius:20px}}@media(max-width:480px){.carousel img{height:300px}}@media(max-width:360px){.carousel img{height:250px;width:50%}}.services-overview{padding:.5rem 5%;max-width:1200px;margin:auto;text-align:center;color:var(--text-color)}.services-overview h2{font-size:2rem;margin-bottom:1.5rem;font-weight:var(--font-semi-bold);color:var(--title-color)}.services-overview p{font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto 3rem;color:var(--text-color)}.cards{display:flex;justify-content:center;gap:1rem;padding-bottom:1rem;scroll-behavior:smooth}.card{flex:0 0 200px;background:var(--card-color);box-shadow:0 10px 30px #0003;padding:2rem 1rem;border-radius:var(--card-radius);font-weight:var(--font-medium);color:var(--title-color);text-decoration:none;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(50px) scale(.95);transition:all .6s ease}.card.show{opacity:1;transform:translateY(0) scale(1)}.card i{font-size:2rem;color:var(--first-color);margin-bottom:1rem;transition:.3s}.card span{display:block;font-size:1rem;font-weight:var(--font-medium)}.card:hover{transform:translateY(-6px);border-color:var(--first-color);box-shadow:0 10px 25px #0000004d}@media screen and (max-width:1024px){.cards{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.card{flex:1 1 160px;max-width:220px;padding:1.8rem .8rem;text-align:center}.card i{font-size:1.9rem}.card span{font-size:1rem}}@media screen and (max-width:992px){.cards{display:flex;gap:.8rem}.card{flex:1 1 150px;max-width:200px;padding:1.8rem .8rem}.card i{font-size:1.8rem}.card span{font-size:.95rem}}@media screen and (max-width:768px){.cards{gap:.6rem}.card{flex:1 1 100px;padding:1.6rem .7rem}.card i{font-size:1.6rem}.card span{font-size:.9rem}}@media screen and (max-width:576px){.cards{flex-direction:row;overflow-x:hidden;flex-wrap:wrap;gap:.8rem;justify-content:center}.card{flex:0 0 48%;max-width:48%;padding:1.5rem 1rem;box-sizing:border-box;box-shadow:none}.card i{font-size:1.5rem}.card span{font-size:.9rem}}@media screen and (max-width:400px){.cards{gap:.6rem}.card{flex:0 0 48%;max-width:48%;padding:1.2rem .6rem}.card i{font-size:1.3rem}.card span{font-size:.85rem}}@media screen and (max-width:320px){.cards{flex-direction:column;gap:.6rem}.card{flex:1 1 100%;max-width:100%;padding:1.2rem .8rem}.card i{font-size:1.2rem}.card span{font-size:.8rem}}@media screen and (max-width:992px){.services-overview h2{font-size:1.7rem}.services-overview p{font-size:.95rem}}@media screen and (max-width:768px){.services-overview h2{font-size:1.6rem}.services-overview p{font-size:.9rem}}@media screen and (max-width:576px){.services-overview h2{font-size:1.4rem}.services-overview p{font-size:.85rem}}.detailed-services{max-width:1200px;margin:auto;padding:4rem 5% 1rem}.service-row{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}.service-row.reverse{flex-direction:row-reverse}.service-row img{width:100%;min-width:300px;height:300px;max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px #0000004d;transition:.3s}.service-row .text{flex:1}.service-row .text strong{display:block;color:var(--title-color);font-size:2.2rem;margin-bottom:1.5rem;font-weight:700}.service-row .text p{color:var(--text-color);line-height:1.7}.service-row img:hover{transform:scale(1.03)}@media screen and (max-width:1024px){.service-row{gap:2rem}.service-row img{max-width:450px;min-width:300px;height:350px}.service-row .text strong{font-size:1.8rem}}@media screen and (max-width:992px){.service-row{gap:2rem}.service-row img{max-width:400px;min-width:260px;height:320px}.service-row .text strong{font-size:1.7rem}.service-row .text p{font-size:.95rem}}@media screen and (max-width:768px){.service-row{flex-direction:column;text-align:center;gap:2rem}.service-row.reverse{flex-direction:column}.service-row img{max-width:100%;min-width:100%;height:280px}.service-row .text strong{font-size:1.5rem}.service-row .text p{font-size:.95rem}}@media screen and (max-width:576px){.detailed-services{padding:3rem 1rem}.service-row{gap:1.5rem;margin-bottom:3rem}.service-row img{height:250px}.service-row .text strong{font-size:1.3rem}.service-row .text p{font-size:.9rem;line-height:1.6}}@media screen and (max-width:400px){.service-row img{height:220px}.service-row .text strong{font-size:1.2rem}.service-row .text p{font-size:.85rem}}@media screen and (max-width:320px){.service-row img{height:200px}.service-row .text p{font-size:.8rem}}.ai-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin:4rem auto}.ai-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--card-color);border:1px solid rgba(255,255,255,.08);border-radius:var(--card-radius);padding:2rem 2.5rem;text-align:center;width:220px;cursor:pointer;transition:all .6s ease;position:relative;overflow:hidden;opacity:0;transform:translateY(50px) scale(.95)}.ai-card.show{opacity:1;transform:translateY(0) scale(1)}.ai-card:before{content:"";position:absolute;width:150%;height:150%;background:radial-gradient(circle,rgba(29,201,169,.3),transparent);top:-50%;left:-50%;opacity:0;transition:.5s}.ai-card:hover:before{opacity:1}.ai-card i{font-size:2rem;margin-bottom:1rem;color:#1dc9a9;transition:.3s}.ai-card span{font-size:1.3rem;font-weight:600;letter-spacing:.5px}.ai-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 40px #1dc9a94d}.ai-card:hover i{transform:scale(1.2)}.ai-intelligent-section{position:relative;padding:100px 0;min-height:100vh}.ai-intelligent-section .ai-stack{position:sticky;top:100px;height:calc(100vh - 200px)}.ai-intelligent-section .ai-wrapper{position:absolute;top:0;left:50%;transform:translate(-50%) scale(.9);width:85%;max-width:1100px;padding:60px;background:#112340;border-radius:24px;box-shadow:0 25px 60px #0006;opacity:0;transition:all .6s ease;z-index:1}.ai-intelligent-section .ai-wrapper.active{opacity:1;transform:translate(-50%) scale(1);z-index:2}.ai-intelligent-section .ai-wrapper.prev{opacity:.2;transform:translate(-50%) scale(.85);z-index:1}.ai-intelligent-section .ai-image img,.ai-intelligent-section .ai-content{position:relative;z-index:2}.ai-intelligent-section .custom-h1{color:#fff;font-size:36px;margin-bottom:20px}.ai-intelligent-section p{color:#cbd5e1;font-size:16px;line-height:1.8}.ai-intelligent-section .ai-wrapper:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(0,123,255,.25) 0%,transparent 70%);top:-150px;right:-150px;z-index:0;pointer-events:none}@media(max-width:1024px){.ai-intelligent-section .ai-wrapper{width:90%;padding:50px 25px}.ai-intelligent-section .custom-h1{font-size:28px}}@media(max-width:768px){.ai-intelligent-section{padding:80px 0 120px}.ai-intelligent-section .ai-wrapper{position:relative!important;left:auto!important;transform:none!important;opacity:1!important;transition:none!important;width:95%;padding:40px 20px;margin:0 auto 30px}.ai-intelligent-section .ai-stack{position:relative;height:auto;top:0}.ai-intelligent-section .custom-h1{font-size:24px}.ai-intelligent-section p{font-size:15px}}@media(max-width:576px){.ai-intelligent-section{padding:60px 0 100px}.ai-intelligent-section .ai-wrapper{width:100%;padding:30px 15px}.ai-intelligent-section .custom-h1{font-size:20px}.ai-intelligent-section p{font-size:14px}}@media(max-width:480px){.ai-intelligent-section{padding:50px 0 80px}.ai-intelligent-section .ai-wrapper{padding:25px 10px}.ai-intelligent-section .custom-h1{font-size:18px}.ai-intelligent-section p{font-size:13px}}.sd-hero{min-height:90vh;display:flex;align-items:center;padding:2rem 5%}.sd-hero-container{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:auto;width:100%}.sd-hero-content{flex:1;color:#fff}.sd-hero-content h1{font-size:2.8rem;font-weight:600}.sd-hero-content h1 span{color:#1dc9a9}.sd-hero-content p{margin:1.5rem 0;line-height:1.6;color:#cfd8e3}.sd-hero-buttons{display:flex;gap:1rem}.btn{padding:.9rem 1.6rem;border-radius:30px;font-weight:500;text-decoration:none;transition:.3s}.btn.primary{background:#1dc9a9;color:#000}.btn.primary:hover{background:#17a88d}.btn.secondary{border:1px solid #1DC9A9;color:#fff}.btn.secondary:hover{background:#1dc9a9;color:#000}.sd-hero-image{flex:1.2;display:flex;align-items:center;justify-content:center;position:relative;perspective:1200px}.sd-hero-image:hover .carousel img{transform:rotateY(-3deg) rotateX(3deg) rotate(0) translateY(-12px);box-shadow:-12px 22px 45px #0000008c,0 0 60px #1dc9a959}.carousel img{border-radius:20px;aspect-ratio:16/9;object-fit:cover}.sd-hero-image img{width:100%;max-width:650px;border-radius:20px}@media screen and (max-width:992px){.sd-hero-content h1{font-size:2rem}.sd-hero-container{gap:2rem;flex-direction:row}.sd-hero-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.8rem}.btn{width:auto;padding:.7rem 1rem;font-size:.9rem;font-weight:800;border-radius:30px;transition:all .3s ease}.sd-hero-image img{max-width:650px;width:100%;height:auto;object-fit:cover;border-radius:20px}}@media screen and (max-width:768px){.sd-hero-container{flex-direction:column;text-align:center}.sd-hero-content h1{font-size:2.4rem}.sd-hero-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.8rem}.btn{width:auto;padding:.8rem 1.2rem;font-size:1rem}.sd-hero-image img{max-width:90%}}@media screen and (max-width:576px){.sd-hero{padding:2rem 1rem;text-align:center}.sd-hero-container{flex-direction:column;gap:2rem}.sd-hero-content h1{font-size:2rem}.sd-hero-content p{font-size:.9rem}.sd-hero-buttons{justify-content:center;flex-direction:column;gap:.8rem}.btn{width:100%;padding:.8rem 1rem;font-size:.95rem}.sd-hero-image img{max-width:100%;height:auto}}.sd-services{padding:2rem 5%;text-align:center}.sd-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:var(--font-semi-bold);color:var(--title-color)}.sd-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.sd-service-card{padding:2rem;border-radius:var(--card-radius);text-align:center;background:var(--card-color);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.4s ease;transform:translateY(50px);opacity:0}.sd-service-card.show{transform:translateY(0);opacity:1}.sd-service-card:hover{transform:translateY(-12px) scale(1.05);box-shadow:0 0 25px #1dc9a940}.sd-service-card i{font-size:2.5rem;color:var(--first-color);margin-bottom:1rem;transition:.4s ease}.sd-service-card:hover i,.sd-service-card:hover{transform:scale(1.2) rotate(5deg);text-shadow:0 0 15px rgba(29,201,169,.6)}.sd-service-card .custom-h3{margin-bottom:.8rem;font-size:1.1rem}.paragraph{font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto 3rem;color:var(--text-color)}@media(max-width:1200px){.sd-title{font-size:2.2rem}.sd-services-grid{gap:1.5rem}}@media(max-width:992px){.sd-services{padding:2rem 4%}.sd-title{font-size:2rem}.sd-services-grid{grid-template-columns:repeat(2,1fr)}.sd-service-card{padding:1.8rem}}@media(max-width:768px){.sd-title{font-size:1.8rem}.sd-services-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.sd-service-card{padding:1.5rem}.sd-service-card i{font-size:2.2rem}.paragraph{font-size:.95rem;padding:0 10px}}@media(max-width:576px){.sd-services{padding:2rem 3%}.sd-title{font-size:1.6rem}.sd-services-grid{grid-template-columns:1fr}.sd-service-card{padding:1.3rem}.sd-service-card .custom-h3{font-size:.95rem}.sd-service-card i{font-size:2rem}.paragraph{font-size:.9rem;line-height:1.6}}@media(max-width:400px){.sd-title{font-size:1.4rem}.sd-service-card{padding:1.1rem;border-radius:var(--card-radius)}.sd-service-card i{font-size:1.8rem}.sd-service-card .custom-h3{font-size:.9rem}.paragraph{font-size:.85rem}}.sd-why{padding:4rem 5%;text-align:center}.sd-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sd-why-card{padding:2rem;border-radius:var(--card-radius);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--card-color);border:1px solid rgba(255,255,255,.08);transition:.4s ease;transform:translateY(50px);opacity:0}.sd-why-card.show{transform:translateY(0);opacity:1}.sd-why-card i{font-size:2.3rem;color:var(--first-color);margin-bottom:1rem;transition:.4s ease}.sd-why-card:hover{transform:translateY(-6px);border-color:var(--first-color);box-shadow:0 10px 25px #0000004d,0 0 15px #1dc9a926}.sd-why-card:hover i{transform:scale(1.08)}.sd-why-card .custom-h4{margin-bottom:.8rem;font-size:1.2rem;color:var(--title-color)}.sd-why-card p{font-size:.95rem;line-height:1.6;color:var(--text-color)}@media(max-width:992px){.sd-why{padding:3rem 4%}.sd-why-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.sd-why-card{padding:1.8rem}}@media(max-width:768px){.sd-why{padding:3rem 3%}.sd-title{font-size:1.8rem}.paragraph{font-size:.95rem;max-width:600px;margin:auto}.sd-why-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sd-why-card{padding:1.6rem;border-radius:var(--card-radius)}.sd-why-card i{font-size:2rem}}@media(max-width:576px){.sd-why{padding:2.5rem 5%}.sd-title{font-size:1.6rem}.paragraph{font-size:.9rem;margin-bottom:1rem}.sd-why-grid{grid-template-columns:1fr;gap:1.3rem}.sd-why-card{padding:1.5rem}.sd-why-card .custom-h4{font-size:1rem}.sd-why-card p{font-size:.85rem}}@media(max-width:400px){.sd-title{font-size:1.4rem}.sd-why-card{padding:1.2rem;border-radius:var(--card-radius)}.sd-why-card i{font-size:1.7rem}.sd-why-card .custom-h4{font-size:.95rem}.sd-why-card p{font-size:.8rem;line-height:1.5}}.sd-testimonials{padding:5rem 5%;text-align:center}.testimonials-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.testimonial-card{background:var(--card-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--card-radius);border:1px solid rgba(255,255,255,.08);padding:2rem;width:300px;position:relative;transform:translateY(50px);opacity:0;transition:.6s ease}.testimonial-card i{font-size:2rem;color:var(--first-color);margin-bottom:1rem}.testimonial-card h4{margin-top:1rem;font-size:1rem;font-weight:600}.testimonial-card span{font-size:.85rem;color:#fff9}.testimonial-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 0 25px #1dc9a940}.testimonial-card.show{transform:translateY(0);opacity:1}.client-info{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.2rem;text-align:left}.client-info img{width:75px;height:75px;border-radius:50%;object-fit:cover;border:3px solid var(--first-color);transition:.4s ease}.client-info .custom-h5{margin:0;font-size:1.2rem;color:var(--title-color)}.client-info span{font-size:.85rem;color:var(--text-color)}.testimonial-card p{font-size:.95rem;line-height:1.6;margin:1rem 0;text-align:left;color:var(--text-color)}.stars{color:var(--first-color);font-size:1rem;text-align:left}@media(max-width:992px){.sd-testimonials{padding:4rem 4%}.testimonial-card{width:280px;padding:1.8rem}.testimonial-card i{font-size:1.9rem}.client-info img{width:65px;height:65px}.client-info .custom-h5{font-size:.95rem}.client-info span{font-size:.8rem}.testimonial-card p{font-size:.9rem}.stars{font-size:.95rem}}@media(max-width:768px){.sd-testimonials{padding:3.5rem 3%}.testimonial-card{width:260px;padding:1.6rem}.testimonial-card i{font-size:1.8rem}.client-info img{width:60px;height:60px}.client-info .custom-h5{font-size:.9rem}.client-info span{font-size:.75rem}.testimonial-card p{font-size:.88rem}.stars{font-size:.9rem}}@media(max-width:576px){.testimonials-grid{flex-direction:column;align-items:center;gap:1.5rem}.testimonial-card{width:90%;padding:1.5rem}.testimonial-card i{font-size:1.7rem}.client-info img{width:55px;height:55px}.client-info .custom-h5{font-size:.85rem}.client-info span{font-size:.75rem}.testimonial-card p,.stars{font-size:.85rem}}@media(max-width:400px){.testimonial-card{padding:1.2rem;border-radius:var(--card-radius)}.testimonial-card i{font-size:1.6rem}.client-info img{width:50px;height:50px}.client-info .custom-h5{font-size:.8rem}.client-info span{font-size:.7rem}.testimonial-card p,.stars{font-size:.8rem}}.sd-contact-cta{padding:1.5rem 5%;text-align:center;border-radius:20px;margin:.5rem auto;max-width:1000px}.sd-contact-cta h5{font-size:2rem;margin-bottom:1rem}.sd-contact-cta p{font-size:1rem;margin-bottom:2rem;color:var(--text-color)}.sd-contact-cta .btn{padding:12px 30px;font-size:1rem;border-radius:30px;transition:.3s ease;color:var(--title-color)}.sd-contact-cta .btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 0 20px #1dc9a980;color:var(--title-color)}#stats-section{padding:0 20px 30px;margin-top:1rem;position:relative;z-index:10}.stats-container{max-width:1000px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-box{padding:20px;transition:.3s ease}.stat-box i{font-size:48px;color:#1dc9a9;margin-bottom:15px}.stat-box span{font-size:42px;font-weight:700;color:var(--title-color)}.stat-box p{font-size:14px;color:var(--text-color);margin-top:5px}.stat-box:hover{transform:translateY(-5px)}@media(max-width:1200px){.stats-container{gap:1.5rem}}@media(max-width:992px){.stats-container{grid-template-columns:repeat(2,1fr)}.stat-box span{font-size:36px}}@media(max-width:768px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.2rem}.stat-box i{font-size:40px}.stat-box span{font-size:32px}}@media(max-width:576px){.stats-container{grid-template-columns:repeat(2,1fr);gap:15px}.stat-box{padding:15px 10px}}@media(max-width:480px){#stats-section{padding:40px 10px}.stat-box i{font-size:34px}.stat-box span{font-size:28px}.stat-box p{font-size:13px}}@media(max-width:360px){.stat-box span{font-size:24px}.stat-box p{font-size:12px}}.hero-marquee-wrap{position:relative;z-index:10;width:100%}.hero-marquee-bar{position:relative;border-top:1px solid rgba(255,255,255,.07);background:#0000008c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:18px 0;overflow:hidden}.hero-marquee-fade-l{position:absolute;inset-y:0;left:0;width:100px;background:linear-gradient(to right,#000,transparent);z-index:2;pointer-events:none}.hero-marquee-fade-r{position:absolute;inset-y:0;right:0;width:100px;background:linear-gradient(to left,#000,transparent);z-index:2;pointer-events:none}.hero-marquee-track{display:flex;width:max-content;animation:heroMarquee 28s linear infinite}@keyframes heroMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-marquee-item{display:inline-flex;align-items:center;justify-content:center;width:190px;height:48px;padding:0 28px;white-space:nowrap;flex-shrink:0}.hero-marquee-logo{max-height:34px;max-width:100%;width:auto;object-fit:contain;filter:grayscale(100%) brightness(1.6);opacity:.6;transition:filter .35s ease,opacity .35s ease}.hero-marquee-item:hover .hero-marquee-logo{filter:grayscale(0%) brightness(1);opacity:1}.hero-marquee-name{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;transition:color .3s ease}.hero-marquee-item:hover .hero-marquee-name{color:#fff}.hero-marquee-sep{display:inline-block;width:4px;height:4px;border-radius:50%;background:#1dc9a966;flex-shrink:0}@media(max-width:786px){.hero-marquee-eyebrow{margin-bottom:12px}.hero-marquee-item{width:150px;height:44px;padding:0 20px}.hero-marquee-logo{max-height:28px}.hero-marquee-name{font-size:11px}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.industries-section{position:relative;padding:90px 0;background:var(--section-color);color:var(--text-color);overflow:hidden}@media(max-width:768px){.industries-section{padding:60px 0}}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:1100px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.industries-grid{grid-template-columns:1fr}}.industry-card{position:relative;display:flex;flex-direction:column;border-radius:var(--card-radius);overflow:hidden;text-decoration:none;background:#ffffff05;border:1px solid rgba(29,201,169,.12);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease}.industry-card:hover{transform:translateY(-6px);border-color:#1dc9a98c;box-shadow:0 18px 40px #00000038;text-decoration:none}.industry-card-media{position:relative;aspect-ratio:16 / 10;overflow:hidden}.industry-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(14,31,58,.55) 0%,transparent 60%);z-index:1}.industry-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.industry-card:hover .industry-card-media img{transform:scale(1.07)}.industry-card-body{display:flex;flex-direction:column;gap:8px;padding:20px 20px 22px;flex:1}.industry-card-title{font-size:1.15rem;font-weight:700;color:var(--title-color);margin:0;letter-spacing:-.01em}.industry-card-desc{font-size:.83rem;line-height:1.55;color:var(--text-color);opacity:.72;margin:0;flex:1}.industry-card-cta{display:inline-flex;align-items:center;gap:7px;margin-top:6px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--first-color)}.industry-card-cta svg{transition:transform .3s ease}.industry-card:hover .industry-card-cta svg{transform:translate(4px)}.services-modern-section{position:relative;padding-top:100px;padding-bottom:30px;background:var(--section-color);color:var(--text-color);overflow:visible}@media(max-width:768px){.services-modern-section{padding:60px 0 80px}}.services-modern-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:80px}@media(max-width:992px){.services-modern-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:48px}}.services-modern-header-left{flex:1}.services-modern-eyebrow{font-size:10px;font-weight:700;letter-spacing:.22em;color:var(--first-color);text-transform:uppercase;margin-bottom:14px;display:block}.services-modern-title{font-size:clamp(2rem,3.8vw,3.4rem);font-weight:600;color:var(--title-color);line-height:1.1;letter-spacing:-.02em;margin:0}.services-modern-header-right{flex:1;max-width:560px}.services-modern-subtitle{font-size:clamp(14px,1vw,16px);line-height:1.7;color:var(--text-color);margin:0;font-weight:300}.services-modern-list{display:flex;flex-direction:column}.services-modern-card{position:relative;background:var(--card-color);border:1px solid var(--border-color);border-radius:var(--card-radius);padding:52px 48px;margin-bottom:48px;box-shadow:0 20px 60px #00000059;transform-origin:top center;opacity:0;transform:translateY(72px) scale(.96);transition:opacity 1.8s cubic-bezier(.22,1,.36,1),transform 1.8s cubic-bezier(.22,1,.36,1),box-shadow .5s ease;will-change:transform,opacity}.services-modern-card.is-visible{opacity:1;transform:translateY(0) scale(1);box-shadow:0 30px 80px #0006}.services-modern-card:nth-child(2){transition-delay:.16s}.services-modern-card:nth-child(3){transition-delay:.16s}@media(max-width:768px){.services-modern-card{padding:32px 20px;margin-bottom:32px;border-radius:var(--card-radius);transform:translateY(48px) scale(.97)}.services-modern-images{display:none}}.services-modern-card{position:sticky}.services-modern-card:nth-child(1){top:80px;z-index:1}.services-modern-card:nth-child(2){top:110px;z-index:2}.services-modern-card:nth-child(3){top:140px;z-index:3}@media(min-width:992px){.services-modern-card{padding:60px 50px;margin-bottom:60px}.services-modern-card:nth-child(1){top:100px}.services-modern-card:nth-child(2){top:130px}.services-modern-card:nth-child(3){top:160px}}.services-modern-card-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px}@media(max-width:768px){.services-modern-card-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:32px}}.services-modern-card-meta{display:flex;align-items:flex-end}.services-modern-card-num{font-size:clamp(3.5rem,6.5vw,6.5rem);font-weight:200;color:transparent;-webkit-text-stroke:1px rgba(29,201,169,.35);line-height:.75;margin-right:20px;letter-spacing:-.03em;transition:-webkit-text-stroke .4s ease}.services-modern-card:hover .services-modern-card-num{-webkit-text-stroke:1px var(--first-color)}.services-modern-card-tag{font-size:10px;font-weight:600;letter-spacing:.25em;color:var(--text-color);opacity:.7;padding-bottom:6px;text-transform:uppercase}.services-modern-view-btn{display:inline-flex;align-items:center;gap:12px;padding:10px 24px;border:1px solid rgba(255,255,255,.15);border-radius:100px;color:var(--title-color);text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--card-color);transition:all .3s ease}.services-modern-view-btn:hover{border-color:var(--first-color);background:#1dc9a90f;color:var(--first-color);box-shadow:0 0 24px #1dc9a926;text-decoration:none}.services-modern-view-btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.services-modern-view-btn:hover svg{transform:translate(4px)}.services-modern-card-body{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:start}@media(max-width:1024px){.services-modern-card-body{grid-template-columns:1fr;gap:40px}}.services-modern-content{display:flex;flex-direction:column}.services-modern-card-title{font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:500;color:var(--title-color);margin:0 0 16px;letter-spacing:-.01em}.services-modern-card-desc{font-size:15px;line-height:1.75;color:var(--text-color);font-weight:300;margin:0 0 32px}.services-modern-bullets-wrap{margin-bottom:32px}.services-modern-bullets-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-color);opacity:.6;margin-bottom:16px;display:block}.services-modern-bullets{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;list-style:none;padding:0;margin:0}@media(max-width:576px){.services-modern-bullets{grid-template-columns:1fr;gap:12px}}.services-modern-bullets li{display:flex;align-items:center}.services-modern-bullets li a,.services-modern-bullets li div{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-color);font-size:13.5px;font-weight:400;transition:all .25s ease;width:100%}.services-modern-bullets li a:hover{color:var(--first-color);text-decoration:none}.bullet-dot{width:6px;height:6px;border-radius:50%;background:#fff3;transition:all .25s ease;flex-shrink:0;margin-right:10px}.services-modern-bullets li a:hover .bullet-dot{background:var(--first-color);transform:scale(1.3)}.bullet-text{transition:transform .25s cubic-bezier(.16,1,.3,1)}.services-modern-bullets li a:hover .bullet-text{transform:translate(4px)}.services-modern-card-footer-text{font-size:13.5px;line-height:1.7;color:var(--text-color);opacity:.7;font-style:italic;border-left:2px solid var(--first-color);padding-left:18px;margin:0;font-weight:300}.services-modern-images{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:16px;height:440px;position:relative}@media(max-width:1200px){.services-modern-images{height:380px}}@media(max-width:1024px){.services-modern-images{height:400px;max-width:600px}}@media(max-width:576px){.services-modern-images{height:280px;gap:10px}}.services-modern-img-frame{position:relative;overflow:hidden;border-radius:4px;border:1px solid rgba(255,255,255,.06);background:var(--card-color)}.services-modern-img-frame img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter 1.2s cubic-bezier(.16,1,.3,1);filter:grayscale(25%) brightness(.8) contrast(1.05)}.services-modern-img-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(29,201,169,.06));opacity:0;transition:opacity .8s ease;pointer-events:none}.services-modern-card:hover .services-modern-img-frame img{transform:scale(1.05);filter:grayscale(0%) brightness(.95) contrast(1)}.services-modern-card:hover .services-modern-img-frame:after{opacity:1}.services-modern-img-left-1{grid-column:1;grid-row:1}.services-modern-img-left-2{grid-column:1;grid-row:2}.services-modern-img-right{grid-column:2;grid-row:span 2}.about-modern-section{position:relative;padding:120px 0;background:var(--section-color);color:var(--text-color);overflow:hidden}@media(max-width:768px){.about-modern-section{padding:80px 0}}.about-modern-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}@media(max-width:1200px){.about-modern-grid{gap:50px}}@media(max-width:992px){.about-modern-grid{grid-template-columns:1fr;gap:48px}}.about-modern-content{display:flex;flex-direction:column;align-items:flex-start}.about-modern-eyebrow{font-size:10px;font-weight:700;letter-spacing:.22em;color:var(--first-color);text-transform:uppercase;margin-bottom:14px;display:block}.about-modern-title{font-size:clamp(2rem,3.8vw,3.4rem);font-weight:600;color:var(--title-color);line-height:1.1;letter-spacing:-.02em;margin:0 0 24px}.about-modern-title .text-teal{color:var(--first-color)}.about-modern-desc{font-size:15.5px;line-height:1.75;color:var(--text-color);font-weight:300;margin:0 0 36px}.about-modern-card{background:var(--card-color);border:1px solid rgba(255,255,255,.08);border-radius:var(--card-radius);padding:36px;margin-bottom:36px;box-shadow:0 15px 40px #0003;transition:all .3s ease;width:100%}.about-modern-card:hover{border-color:#1dc9a94d;box-shadow:0 20px 50px #1dc9a914}@media(max-width:768px){.about-modern-card{padding:24px;border-radius:var(--card-radius)}}.about-modern-card-title{font-size:20px;font-weight:600;color:var(--title-color);margin:0 0 14px}.about-modern-card-text{font-size:14.5px;line-height:1.7;color:var(--text-color);font-weight:300;margin:0}.about-modern-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 28px;border:1px solid rgba(255,255,255,.15);border-radius:100px;color:var(--title-color);text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--card-color);transition:all .3s ease}.about-modern-btn:hover{border-color:var(--first-color);background:#1dc9a90f;color:var(--first-color);box-shadow:0 0 24px #1dc9a926;text-decoration:none}.about-modern-btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.about-modern-btn:hover svg{transform:translate(4px)}.about-modern-visuals{position:relative;width:100%;padding-bottom:40px}@media(max-width:992px){.about-modern-visuals{padding-bottom:0;max-width:600px;margin:0 auto}}.about-modern-image-wrap{border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #0000004d;aspect-ratio:4/3;background:var(--card-color)}@media(max-width:768px){.about-modern-image-wrap{border-radius:16px}}.about-modern-image-wrap img{width:100%;height:118%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.about-modern-visuals:hover .about-modern-image-wrap img{transform:scale(1.04)}.about-glass-stats{position:absolute;bottom:0;left:-40px;max-width:340px;background:#112340bf;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px 28px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 25px 50px #0006;z-index:5;transition:transform .5s ease}.about-modern-visuals:hover .about-glass-stats{transform:translateY(-5px)}@media(max-width:1200px){.about-glass-stats{left:-20px;max-width:300px}}@media(max-width:992px){.about-glass-stats{position:relative;left:0;bottom:0;max-width:calc(100% - 40px);margin:-30px auto 0}}.about-glass-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px}.about-glass-pulse{width:6px;height:6px;border-radius:50%;background:var(--first-color);animation:aboutPulse 2s infinite ease-in-out}.about-glass-badge-text{font-size:8.5px;font-weight:700;letter-spacing:.15em;color:var(--first-color);text-transform:uppercase}.about-glass-title{font-size:17px;font-weight:600;color:var(--title-color);margin:0 0 8px}.about-glass-text{font-size:12.5px;line-height:1.5;color:var(--text-color);opacity:.85;margin:0;font-weight:300}@keyframes aboutPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.5}}#portfolio-section{position:relative;background:var(--section-color);color:var(--text-color)}.pf-glow{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.pf-glow-1{top:25%;left:-8%;width:640px;height:640px;background:radial-gradient(circle,rgba(29,201,169,.055) 0%,transparent 70%)}.pf-glow-2{bottom:10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(29,201,169,.03) 0%,transparent 70%)}.pf-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding:120px 80px 60px;max-width:1440px;position:relative;z-index:1}.pf-header-left{flex:1}.pf-header-right{flex:1;max-width:560px}.pf-eyebrow{font-size:10px;font-weight:700;letter-spacing:.22em;color:var(--first-color);text-transform:uppercase;display:block;margin-bottom:14px}.pf-title{font-size:clamp(2rem,3.8vw,3.4rem);font-weight:700;color:var(--title-color);line-height:1.1;letter-spacing:-.025em;margin:0}.pf-title span{color:var(--first-color)}.pf-subtitle{font-size:clamp(14px,1vw,16px);line-height:1.75;color:var(--text-color);margin:0;font-weight:300}.pf-stack-container{position:relative;height:300vh}.pf-sticky{position:sticky;top:0;height:100vh}.pf-cards-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 100px 0 80px}.pf-card{position:absolute;width:calc(100% - 200px);max-width:1200px;display:grid;grid-template-columns:1fr 1.45fr;gap:60px;align-items:center;background:linear-gradient(148deg,#13172c,#0c0e1c);border:1px solid rgba(255,255,255,.07);border-radius:var(--card-radius);padding:56px 60px;will-change:transform,opacity;overflow:hidden;box-shadow:0 40px 70px #0000002d,0 0 0 1px #1dc9a90d,inset 0 1px #ffffff0a}.pf-card-shimmer{position:absolute;top:0;left:8%;width:44%;height:1px;background:linear-gradient(90deg,transparent,rgba(29,201,169,.5),transparent)}.pf-watermark{position:absolute;top:-10px;left:42px;font-size:220px;font-weight:900;font-style:italic;color:#ffffff05;line-height:1;letter-spacing:-.05em;pointer-events:none;-webkit-user-select:none;user-select:none}.pf-left{display:flex;flex-direction:column;position:relative}.pf-meta{display:flex;align-items:center;gap:12px;margin-bottom:18px}.pf-num{font-size:11px;font-weight:700;color:var(--first-color);letter-spacing:.14em;font-family:Courier New,Courier,monospace}.pf-tag{font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#ffffff61;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);padding:4px 12px;border-radius:100px}.pf-name{font-size:clamp(1.75rem,2.5vw,2.6rem);font-weight:700;color:var(--title-color);letter-spacing:-.025em;line-height:1.1;display:block;margin-bottom:16px}.pf-desc{font-size:clamp(13.5px,1vw,15px);line-height:1.8;color:var(--text-color);font-weight:300;margin:0 0 30px;max-width:390px}.pf-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 30px;border:1px solid rgba(29,201,169,.32);border-radius:100px;color:var(--first-color);text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#1dc9a90f;transition:all .4s cubic-bezier(.16,1,.3,1);width:fit-content;position:relative;overflow:hidden}.pf-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(29,201,169,.14),transparent);opacity:0;transition:opacity .4s ease;border-radius:inherit}.pf-btn:hover{border-color:var(--first-color);box-shadow:0 0 32px #1dc9a938,inset 0 0 20px #1dc9a90f;transform:translateY(-2px);text-decoration:none;color:var(--first-color)}.pf-btn:hover:after{opacity:1}.pf-btn svg{transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}.pf-btn:hover svg{transform:translate(6px)}.pf-right{position:relative}.browser-frame{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 70px #00000080,0 0 0 1px #1dc9a912}.browser-bar{background:#ffffff0b;padding:11px 16px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.07)}.bdot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.bdot-r{background:#ff5f57}.bdot-y{background:#febc2e}.bdot-g{background:#28c840}.browser-url{flex:1;margin:0 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:6px;padding:4px 14px;font-size:10.5px;color:#ffffff38;text-align:center;font-family:Courier New,Courier,monospace;letter-spacing:.03em}.browser-screen{aspect-ratio:16 / 9;overflow:hidden;background:#0d1628}.browser-screen img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.6s cubic-bezier(.16,1,.3,1)}.pf-card:hover .browser-screen img{transform:scale(1.05)}.pf-progress{position:absolute;right:40px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:18px;z-index:20}.pf-prog-item{display:flex;align-items:center;gap:9px;opacity:.28;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.pf-prog-item.active{opacity:1}.pf-prog-num{font-size:9.5px;font-weight:700;letter-spacing:.12em;color:var(--first-color);font-family:Courier New,Courier,monospace;opacity:0;transition:opacity .5s ease;width:20px;text-align:right}.pf-prog-item.active .pf-prog-num{opacity:1}.pf-prog-track{width:2px;height:38px;background:#ffffff1a;border-radius:2px;overflow:hidden}.pf-prog-fill{width:100%;height:0%;background:var(--first-color);border-radius:2px;box-shadow:0 0 8px #1dc9a999;transition:height .55s cubic-bezier(.16,1,.3,1)}.pf-prog-item.active .pf-prog-fill{height:100%}@media(max-width:1200px){.pf-header{padding:100px 60px 50px}.pf-cards-wrap{padding:0 80px 0 60px}.pf-card{gap:44px;padding:48px;width:calc(100% - 160px)}}@media(max-width:992px){.pf-header{flex-direction:column;align-items:flex-start;gap:20px;padding:80px 40px 40px}.pf-card{grid-template-columns:1fr;gap:28px;padding:36px 32px;border-radius:var(--card-radius)}.pf-watermark{font-size:140px}}@media(max-width:768px){.pf-header{padding:60px 24px 32px}.pf-stack-container{position:relative;height:550px;margin-top:0}.pf-sticky{position:relative;height:100%}.pf-cards-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 20px}.pf-card{position:absolute!important;width:calc(100% - 40px)!important;padding:24px 20px;border-radius:var(--card-radius)}.pf-progress{display:none}.pf-watermark{font-size:100px}.pf-name{font-size:1.4rem}.pf-desc{max-width:100%;font-size:13px;line-height:1.6;margin:0 0 15px}}@media(max-width:480px){.pf-stack-container{height:480px}.pf-cards-wrap{padding:0 16px}.pf-card{padding:20px 16px;border-radius:var(--card-radius);width:calc(100% - 32px)!important}.pf-watermark{font-size:80px}.pf-name{font-size:1.25rem}.browser-frame{max-width:240px}}.hero-card-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:320px;flex-shrink:0;opacity:0;animation:heroFadeUp .8s cubic-bezier(.16,1,.3,1) .83s forwards}.hero-card-wrapper .hero-card{opacity:1;animation:none}.hero-card-social-row{display:flex;flex-direction:row;align-items:center;gap:8px;padding:6px 12px;margin-bottom:20px;background:#ffffff09;border:1px solid rgba(255,255,255,.12);border-radius:var(--card-radius);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff0d}.hero-card-social-link{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:50%;color:#ffffffbf;text-decoration:none;font-size:12px;transition:all .3s cubic-bezier(.16,1,.3,1)}.hero-card-social-link:hover{color:#0e1f3a;background:#1dc9a9;border-color:#1dc9a9;transform:translateY(-3px) scale(1.05);box-shadow:0 0 15px #1dc9a999}.hero-card-social-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(6px);background:#0e1f3af2;border:1px solid rgba(29,201,169,.4);color:#1dc9a9;padding:4px 8px;border-radius:var(--card-radius);font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #00000080,0 0 8px #1dc9a926}.hero-card-social-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:4px;border-style:solid;border-color:rgba(14,31,58,.95) transparent transparent transparent}.hero-card-social-link:hover .hero-card-social-tooltip{opacity:1;transform:translate(-50%) translateY(0)}
