.Button-module__8RiFmG__button{border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.Button-module__8RiFmG__button:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__primary{background:var(--text-color);color:var(--background-color);box-shadow:var(--shadow-sm)}.Button-module__8RiFmG__primary:hover{box-shadow:var(--shadow-md);opacity:.9;transform:translateY(-1px)}.Button-module__8RiFmG__secondary{background:var(--secondary-color);color:#fff;box-shadow:var(--shadow-sm)}.Button-module__8RiFmG__secondary:hover{box-shadow:var(--shadow-md);background:#1d4ed8;transform:translateY(-1px)}.Button-module__8RiFmG__outline{border-color:var(--border-color);color:var(--text-color);background:0 0}.Button-module__8RiFmG__outline:hover{background:var(--hover-bg)}.Button-module__8RiFmG__ghost{color:var(--text-color);background:0 0}.Button-module__8RiFmG__ghost:hover{background:var(--hover-bg)}.Button-module__8RiFmG__sm{height:2.25rem;padding:0 .75rem;font-size:.875rem}.Button-module__8RiFmG__md{height:2.75rem;padding:0 1.25rem;font-size:1rem}.Button-module__8RiFmG__lg{border-radius:var(--radius-lg);height:3.5rem;padding:0 2rem;font-size:1.125rem}
.Hero-module___w2HtG__hero{background-color:var(--background-color);align-items:center;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.Hero-module___w2HtG__hero{min-height:100vh;padding:6rem 0}}.Hero-module___w2HtG__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(circle,#22d3ee26 0%,#2563eb0d 50%,#0000 70%);border-radius:50%;width:80vw;height:80vh;animation:8s ease-in-out infinite alternate Hero-module___w2HtG__pulseGlow;position:absolute;top:-20%;left:50%;transform:translate(-50%)}@keyframes Hero-module___w2HtG__pulseGlow{0%{opacity:.8;transform:translate(-50%)scale(1)}to{opacity:1;transform:translate(-50%)scale(1.1)}}.Hero-module___w2HtG__bgGrid{background-image:linear-gradient(to right, var(--border-color) 1px, transparent 1px), linear-gradient(to bottom, var(--border-color) 1px, transparent 1px);opacity:.2;pointer-events:none;z-index:0;background-size:4rem 4rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.Hero-module___w2HtG__container{z-index:10;position:relative}.Hero-module___w2HtG__content{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.Hero-module___w2HtG__badge{border-radius:var(--radius-full);background:var(--hover-bg);border:1px solid var(--border-color);color:var(--text-color);align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module___w2HtG__badgeDot{background-color:var(--accent-color);width:8px;height:8px;box-shadow:var(--shadow-glow);border-radius:50%}.Hero-module___w2HtG__title{margin-bottom:1.5rem}.Hero-module___w2HtG__subtitle{color:var(--text-muted);max-width:700px;margin-bottom:2.5rem;font-size:1.125rem;animation-delay:.1s}@media (min-width:768px){.Hero-module___w2HtG__subtitle{font-size:1.25rem}}.Hero-module___w2HtG__actions{flex-direction:column;gap:1rem;width:100%;animation-delay:.2s;display:flex}@media (min-width:640px){.Hero-module___w2HtG__actions{flex-direction:row;justify-content:center;width:auto}}
.Services-module__uj7JVa__grid{gap:var(--spacing-md);margin-top:var(--spacing-lg);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(3,1fr)}}.Services-module__uj7JVa__card{flex-direction:column;height:100%;display:flex}.Services-module__uj7JVa__iconWrapper{border-radius:var(--radius-md);background:var(--gradient-soft);border:1px solid var(--border-color);justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.Services-module__uj7JVa__icon{font-size:1.5rem}.Services-module__uj7JVa__description{color:var(--text-muted);font-size:.9375rem;line-height:1.6}
.Card-module__b6YjYG__card{border-radius:var(--radius-md);background-color:var(--card-bg);color:var(--text-color);transition:all var(--transition-base);overflow:hidden}.Card-module__b6YjYG__default{box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.Card-module__b6YjYG__outline{border:1px solid var(--border-color);background-color:#0000}.Card-module__b6YjYG__glass{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);background:#ffffff0d;border:1px solid #ffffff1a}@media (prefers-color-scheme:dark){.Card-module__b6YjYG__glass{background:#0f172a99;border:1px solid #ffffff0d}}.Card-module__b6YjYG__hoverable:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:translateY(-4px)}.Card-module__b6YjYG__header{flex-direction:column;gap:.375rem;padding:1.5rem;display:flex}.Card-module__b6YjYG__title{letter-spacing:-.025em;margin:0;font-size:1.25rem;font-weight:600;line-height:1}.Card-module__b6YjYG__content{padding:0 1.5rem 1.5rem}.Card-module__b6YjYG__footer{align-items:center;padding:0 1.5rem 1.5rem;display:flex}
.Solutions-module__pb3Isq__solutions{background-color:var(--hover-bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.Solutions-module__pb3Isq__grid{margin-top:var(--spacing-lg);grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.Solutions-module__pb3Isq__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Solutions-module__pb3Isq__grid{grid-template-columns:repeat(3,1fr)}}.Solutions-module__pb3Isq__item{background-color:var(--card-bg);border-radius:var(--radius-md);border:1px solid var(--border-color);transition:transform var(--transition-fast), box-shadow var(--transition-fast);gap:1rem;padding:1.5rem;display:flex}.Solutions-module__pb3Isq__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Solutions-module__pb3Isq__bullet{background:var(--gradient-accent);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:.4rem}.Solutions-module__pb3Isq__title{margin-bottom:.5rem;font-size:1.125rem}.Solutions-module__pb3Isq__desc{color:var(--text-muted);font-size:.9375rem}
.FeaturedProjects-module__yNItXG__header{margin-bottom:var(--spacing-lg);justify-content:space-between;align-items:flex-end;display:flex}.FeaturedProjects-module__yNItXG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.FeaturedProjects-module__yNItXG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.FeaturedProjects-module__yNItXG__grid{grid-template-columns:repeat(3,1fr)}}.FeaturedProjects-module__yNItXG__card{padding:0;overflow:hidden}.FeaturedProjects-module__yNItXG__imagePlaceholder{background-color:var(--border-color);width:100%;height:240px;position:relative;overflow:hidden}.FeaturedProjects-module__yNItXG__projectImage{object-fit:cover;transition:transform .5s}.FeaturedProjects-module__yNItXG__card:hover .FeaturedProjects-module__yNItXG__projectImage{transform:scale(1.05)}.FeaturedProjects-module__yNItXG__imagePlaceholder:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0009 100%);position:absolute;inset:0}.FeaturedProjects-module__yNItXG__content{padding:1.5rem}.FeaturedProjects-module__yNItXG__category{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-color);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.FeaturedProjects-module__yNItXG__title{margin-bottom:.5rem;font-size:1.5rem}.FeaturedProjects-module__yNItXG__result{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem}.FeaturedProjects-module__yNItXG__metric{background-color:var(--hover-bg);border-radius:var(--radius-sm);color:var(--text-color);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.FeaturedProjects-module__yNItXG__metricIcon{color:var(--accent-color)}.FeaturedProjects-module__yNItXG__mobileAction{margin-top:2rem;display:none}@media (max-width:767px){.FeaturedProjects-module__yNItXG__mobileAction{display:block}}
.WhyTuneOnus-module__pxd9Ca__whySection{background-color:var(--background-color);overflow:hidden}.WhyTuneOnus-module__pxd9Ca__wrapper{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.WhyTuneOnus-module__pxd9Ca__wrapper{grid-template-columns:1fr 1fr}}.WhyTuneOnus-module__pxd9Ca__content{max-width:600px}.WhyTuneOnus-module__pxd9Ca__list{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.WhyTuneOnus-module__pxd9Ca__item{gap:1rem;display:flex}.WhyTuneOnus-module__pxd9Ca__iconWrapper{width:2rem;height:2rem;color:var(--accent-color);background-color:#22d3ee1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WhyTuneOnus-module__pxd9Ca__itemTitle{color:var(--text-color);margin-bottom:.25rem;font-size:1.125rem}.WhyTuneOnus-module__pxd9Ca__itemText{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.WhyTuneOnus-module__pxd9Ca__visual{justify-content:center;align-items:center;height:100%;min-height:400px;display:flex;position:relative}.WhyTuneOnus-module__pxd9Ca__visualElement{aspect-ratio:1;width:100%;max-width:400px;position:relative}.WhyTuneOnus-module__pxd9Ca__glow{background:var(--gradient-soft);filter:blur(40px);z-index:0;border-radius:50%;position:absolute;inset:10%}.WhyTuneOnus-module__pxd9Ca__abstractShape1{background:linear-gradient(135deg, var(--secondary-color), transparent);z-index:1;opacity:.8;-webkit-backdrop-filter:blur(10px);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:60%;height:60%;animation:8s ease-in-out infinite WhyTuneOnus-module__pxd9Ca__morph;position:absolute;top:10%;right:10%}.WhyTuneOnus-module__pxd9Ca__abstractShape2{background:linear-gradient(135deg, var(--accent-color), transparent);z-index:2;opacity:.6;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:50%;height:50%;animation:8s ease-in-out infinite reverse WhyTuneOnus-module__pxd9Ca__morph;position:absolute;bottom:10%;left:10%}@keyframes WhyTuneOnus-module__pxd9Ca__morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}
.Process-module__MDuI_q__process{background-color:var(--hover-bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.Process-module__MDuI_q__timeline{flex-direction:column;gap:2rem;max-width:800px;margin:3rem auto 0;display:flex;position:relative}@media (min-width:768px){.Process-module__MDuI_q__timeline{flex-flow:wrap;justify-content:center;gap:3rem}}.Process-module__MDuI_q__step{align-items:flex-start;gap:1.5rem;display:flex;position:relative}@media (min-width:768px){.Process-module__MDuI_q__step{text-align:center;flex-direction:column;align-items:center;width:calc(25% - 2.25rem)}}.Process-module__MDuI_q__dot{background:var(--card-bg);border:2px solid var(--secondary-color);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:relative}.Process-module__MDuI_q__number{color:var(--secondary-color);font-size:.875rem;font-weight:700}.Process-module__MDuI_q__content{flex:1}.Process-module__MDuI_q__title{margin-bottom:.25rem;font-size:1.125rem}.Process-module__MDuI_q__desc{color:var(--text-muted);font-size:.875rem}.Process-module__MDuI_q__line{background-color:var(--border-color);z-index:1;width:2px;position:absolute;top:2.5rem;bottom:-2rem;left:1.25rem;transform:translate(-50%)}@media (min-width:768px){.Process-module__MDuI_q__line{display:none}}
.TechStack-module__quXqXG__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1rem}.TechStack-module__quXqXG__techList{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto;display:flex}.TechStack-module__quXqXG__techBadge{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-color);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);cursor:default;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600}.TechStack-module__quXqXG__techBadge:hover{border-color:var(--accent-color);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.Testimonials-module__X7R5sW__testimonials{position:relative}.Testimonials-module__X7R5sW__testimonials:before{content:"";background:var(--gradient-soft);opacity:.5;z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__X7R5sW__grid{margin-top:var(--spacing-lg);grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Testimonials-module__X7R5sW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Testimonials-module__X7R5sW__grid{grid-template-columns:repeat(3,1fr)}}.Testimonials-module__X7R5sW__card{height:100%;position:relative;overflow:visible}.Testimonials-module__X7R5sW__content{flex-direction:column;height:100%;padding:2rem;display:flex}.Testimonials-module__X7R5sW__quoteMark{color:var(--accent-color);opacity:.3;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:.5rem;left:1rem}.Testimonials-module__X7R5sW__text{z-index:1;flex-grow:1;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6;position:relative}.Testimonials-module__X7R5sW__authorSection{border-top:1px solid var(--border-color);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__X7R5sW__avatar{background:var(--gradient-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;display:flex}.Testimonials-module__X7R5sW__author{margin:0;font-size:1rem;font-weight:600}.Testimonials-module__X7R5sW__role{color:var(--text-muted);margin:0;font-size:.875rem}
.CTA-module__R5neqq__ctaSection{padding-bottom:var(--spacing-xl)}.CTA-module__R5neqq__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);padding:4rem 2rem;position:relative;overflow:hidden}@media (min-width:768px){.CTA-module__R5neqq__card{padding:6rem 4rem}}.CTA-module__R5neqq__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb14 0%,#0000 60%);width:150%;height:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTA-module__R5neqq__content{z-index:1;max-width:600px;margin:0 auto;position:relative}.CTA-module__R5neqq__subtitle{color:var(--text-muted);margin:1.5rem auto 2.5rem;font-size:1.125rem}.CTA-module__R5neqq__actions{justify-content:center;display:flex}
