.Hero-module__PgAKtG__hero{align-items:center;min-height:100vh;padding:9rem 0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__container{z-index:1;position:relative}.Hero-module__PgAKtG__content{grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;display:grid}.Hero-module__PgAKtG__textContent>*{opacity:0;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:translateY(18px)}.Hero-module__PgAKtG__content.Hero-module__PgAKtG__loaded .Hero-module__PgAKtG__textContent>*{opacity:1;transform:translateY(0)}.Hero-module__PgAKtG__textContent>:first-child{transition-delay:50ms}.Hero-module__PgAKtG__textContent>:nth-child(2){transition-delay:.15s}.Hero-module__PgAKtG__textContent>:nth-child(3){transition-delay:.25s}.Hero-module__PgAKtG__textContent>:nth-child(4){transition-delay:.35s}.Hero-module__PgAKtG__textContent>:nth-child(5){transition-delay:.45s}.Hero-module__PgAKtG__textContent>:nth-child(6){transition-delay:.55s}.Hero-module__PgAKtG__eyebrow{margin-bottom:1.1rem}.Hero-module__PgAKtG__title{letter-spacing:-.01em;color:var(--text-primary);max-width:22ch;margin-bottom:1.4rem;font-size:clamp(2.1rem,4.4vw,3.4rem);font-weight:700;line-height:1.18}.Hero-module__PgAKtG__specialtyLine{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.3rem;font-size:1.15rem;display:flex}.Hero-module__PgAKtG__specialtyLabel{color:var(--text-muted);font-weight:500}.Hero-module__PgAKtG__description{color:var(--text-secondary);max-width:54ch;margin-bottom:2.2rem;font-size:1.12rem;line-height:1.75}.Hero-module__PgAKtG__buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__secondaryBtn{padding:.95rem 1.75rem;font-size:1rem}.Hero-module__PgAKtG__social{gap:.85rem;display:flex}.Hero-module__PgAKtG__socialLink{background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:42px;height:42px;color:var(--text-secondary);transition:all var(--transition-medium);border-radius:50%;justify-content:center;align-items:center;display:flex}.Hero-module__PgAKtG__socialLink:hover{background:var(--gradient-accent);color:#f8f7ff;border-color:#0000;transform:translateY(-3px)}.Hero-module__PgAKtG__imageContent{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);justify-content:center;transition-delay:.3s;display:flex;position:relative;transform:translateY(20px)scale(.98)}.Hero-module__PgAKtG__content.Hero-module__PgAKtG__loaded .Hero-module__PgAKtG__imageContent{opacity:1;transform:translateY(0)scale(1)}.Hero-module__PgAKtG__imageWrapper{width:380px;max-width:100%;position:relative}.Hero-module__PgAKtG__imageGlow{filter:blur(36px);z-index:-1;background:radial-gradient(at 50% 40%,#7c3aed73 0%,#4f46e540 45%,#0000 72%);position:absolute;inset:-12%}.Hero-module__PgAKtG__imageFrame{border-radius:var(--radius-xl);background:var(--gradient-accent);box-shadow:var(--glow-accent-soft);padding:1.5px;position:relative}.Hero-module__PgAKtG__imageInner{border-radius:calc(var(--radius-xl) - 1.5px);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--glass-shadow);padding:14px}.Hero-module__PgAKtG__image{aspect-ratio:4/4.4;object-fit:cover;object-position:top;border-radius:var(--radius-lg);width:100%;height:auto}.Hero-module__PgAKtG__floatCard{border-radius:var(--radius-lg);min-width:148px;-webkit-backdrop-filter:var(--glass-blur);background:#0a0e1ac7;border:1px solid #7c3aed66;flex-direction:column;padding:.85rem 1.15rem;animation:4.5s ease-in-out infinite Hero-module__PgAKtG__float-badge;display:flex;position:absolute;box-shadow:0 12px 28px #00000073}@keyframes Hero-module__PgAKtG__float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Hero-module__PgAKtG__floatValue{font-family:var(--font-sora), sans-serif;color:#fff;font-size:1.35rem;font-weight:700}.Hero-module__PgAKtG__floatLabel{color:var(--text-secondary);margin-top:.15rem;font-size:.78rem;font-weight:500}.Hero-module__PgAKtG__floatCardTop{top:6%;left:-10%}.Hero-module__PgAKtG__floatCardBottom{animation-delay:1.2s;bottom:8%;right:-8%}@media (prefers-reduced-motion:reduce){.Hero-module__PgAKtG__floatCard{animation:none}}@media (max-width:1100px){.Hero-module__PgAKtG__content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Hero-module__PgAKtG__textContent{order:2}.Hero-module__PgAKtG__title,.Hero-module__PgAKtG__description{max-width:100%;margin-left:auto;margin-right:auto}.Hero-module__PgAKtG__imageContent{order:1}.Hero-module__PgAKtG__buttons,.Hero-module__PgAKtG__social,.Hero-module__PgAKtG__specialtyLine{justify-content:center}.Hero-module__PgAKtG__imageWrapper{width:300px}.Hero-module__PgAKtG__floatCardTop{left:-4%}.Hero-module__PgAKtG__floatCardBottom{right:-4%}}@media (max-width:640px){.Hero-module__PgAKtG__hero{padding:7.5rem 0 3rem}.Hero-module__PgAKtG__buttons{flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__secondaryBtn{width:100%}.Hero-module__PgAKtG__floatCard{display:none}.Hero-module__PgAKtG__imageWrapper{width:240px}}
.TypewriterText-module__h68VoW__wrap{align-items:center;display:inline-flex}.TypewriterText-module__h68VoW__visible{background:var(--gradient-accent);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-weight:700}.TypewriterText-module__h68VoW__cursor{vertical-align:-.15em;background:var(--accent-text);width:2px;height:1em;margin-left:2px;animation:1s step-end infinite TypewriterText-module__h68VoW__blink;display:inline-block}@keyframes TypewriterText-module__h68VoW__blink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.TypewriterText-module__h68VoW__cursor{animation:none}}
.Stats-module__K5P46q__stats{padding:3.5rem 0 1rem;position:relative}.Stats-module__K5P46q__caption{text-align:center;color:var(--text-muted);margin-bottom:1.75rem;font-size:.9rem}.Stats-module__K5P46q__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Stats-module__K5P46q__statCard{text-align:center;opacity:0;padding:2rem 1.5rem;translate:0 18px}.Stats-module__K5P46q__statCard.Stats-module__K5P46q__visible{opacity:1;transition:opacity .6s var(--ease-out), translate .6s var(--ease-out);transition-delay:calc(80ms * var(--i));translate:0}.Stats-module__K5P46q__iconWrapper{background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:56px;height:56px;color:var(--accent-text);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;display:flex}.Stats-module__K5P46q__statValue{color:var(--text-primary);font-variant-numeric:tabular-nums;margin-bottom:.35rem;font-size:2.1rem;font-weight:700}.Stats-module__K5P46q__statLabel{color:var(--text-secondary);font-size:.92rem}@media (max-width:768px){.Stats-module__K5P46q__statsGrid{grid-template-columns:repeat(2,1fr)}}
.About-module__OtWT4W__about{position:relative}.About-module__OtWT4W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.About-module__OtWT4W__heading{margin:.6rem 0 1.3rem;font-size:clamp(1.6rem,2.6vw,2.1rem);line-height:1.3}.About-module__OtWT4W__bio{color:var(--text-secondary);margin-bottom:1.1rem;font-size:1rem;line-height:1.75}.About-module__OtWT4W__bio:last-child{margin-bottom:0}.About-module__OtWT4W__pointsGrid{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}.About-module__OtWT4W__point{padding:1.4rem}.About-module__OtWT4W__pointIcon{color:var(--accent-text);margin-bottom:.8rem}.About-module__OtWT4W__pointTitle{margin-bottom:.4rem;font-size:.98rem}.About-module__OtWT4W__pointText{color:var(--text-secondary);font-size:.85rem;line-height:1.55}@media (max-width:900px){.About-module__OtWT4W__grid{grid-template-columns:1fr;gap:2.2rem}}@media (max-width:480px){.About-module__OtWT4W__pointsGrid{grid-template-columns:1fr}}
.Services-module__hmdBJW__services{position:relative}.Services-module__hmdBJW__servicesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.Services-module__hmdBJW__serviceCard{opacity:0;transition:opacity .6s var(--ease-out), translate .6s var(--ease-out);padding:2.1rem;translate:0 20px}.Services-module__hmdBJW__serviceCard.Services-module__hmdBJW__visible{opacity:1;transition-delay:calc(80ms * var(--i));translate:0}.Services-module__hmdBJW__iconWrapper{border-radius:var(--radius-md);background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:60px;height:60px;color:var(--accent-text);transition:all var(--transition-medium);justify-content:center;align-items:center;margin-bottom:1.4rem;display:flex}.Services-module__hmdBJW__serviceCard:hover .Services-module__hmdBJW__iconWrapper{background:var(--gradient-accent);color:#f8f7ff;border-color:#0000}.Services-module__hmdBJW__serviceTitle{margin-bottom:.7rem;font-size:1.25rem}.Services-module__hmdBJW__serviceDescription{color:var(--text-secondary);margin-bottom:1.4rem;font-size:.96rem;line-height:1.65}.Services-module__hmdBJW__featureList{flex-direction:column;gap:.65rem;list-style:none;display:flex}.Services-module__hmdBJW__featureItem{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.4;display:flex}.Services-module__hmdBJW__checkIcon{color:var(--accent-text);flex-shrink:0;margin-top:.15rem}.Services-module__hmdBJW__learnMore{color:var(--accent-text);transition:gap var(--transition-fast);align-items:center;gap:.4rem;margin-top:1.4rem;font-size:.9rem;font-weight:600;display:inline-flex}.Services-module__hmdBJW__learnMore:hover{color:var(--text-primary);gap:.65rem}@media (max-width:768px){.Services-module__hmdBJW__servicesGrid{grid-template-columns:1fr}}
.Projects-module__HGIySG__projects{position:relative}.Projects-module__HGIySG__caseStudyList{flex-direction:column;gap:2.5rem;margin-bottom:5rem;display:flex}.Projects-module__HGIySG__caseStudy{opacity:0;transition:opacity .7s var(--ease-out), translate .7s var(--ease-out);transition-delay:calc(60ms * var(--i));grid-template-columns:.9fr 1.1fr;align-items:start;gap:0;display:grid;overflow:hidden;translate:0 24px}.Projects-module__HGIySG__caseStudy.Projects-module__HGIySG__visible{opacity:1;translate:0}.Projects-module__HGIySG__caseStudy.Projects-module__HGIySG__reversed{grid-template-columns:1.1fr .9fr}.Projects-module__HGIySG__caseStudy.Projects-module__HGIySG__reversed .Projects-module__HGIySG__caseStudyMedia{order:2}.Projects-module__HGIySG__caseStudyMedia{aspect-ratio:16/10;background:linear-gradient(150deg,#7c3aed29,#4f46e524);justify-content:center;align-items:center;padding:1.25rem;display:flex;position:relative}.Projects-module__HGIySG__caseStudyImage{object-fit:contain;border-radius:var(--radius-md);width:100%;height:100%;box-shadow:0 16px 36px #0006}.Projects-module__HGIySG__caseStudyFallback{width:100%;height:100%;color:var(--accent-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;padding:2rem;display:flex}.Projects-module__HGIySG__caseStudyFallback span{font-family:var(--font-sora), sans-serif;color:var(--text-primary);font-size:1.05rem;font-weight:600}.Projects-module__HGIySG__caseStudyContent{flex-direction:column;padding:2.4rem;display:flex}.Projects-module__HGIySG__caseStudyTagline{color:var(--accent-text);letter-spacing:.02em;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.Projects-module__HGIySG__caseStudyTitle{margin-bottom:1.2rem;font-size:1.6rem}.Projects-module__HGIySG__caseStudyBlock{margin-bottom:1rem}.Projects-module__HGIySG__caseStudyBlock h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.78rem;font-family:var(--font-inter), sans-serif;margin-bottom:.3rem;font-weight:600}.Projects-module__HGIySG__caseStudyBlock p{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.Projects-module__HGIySG__resultsGrid{flex-wrap:wrap;gap:.6rem;margin:.6rem 0 1.3rem;display:flex}.Projects-module__HGIySG__resultChip{border-radius:var(--radius-full);background:var(--glass-bg-strong);border:1px solid var(--glass-border-strong);color:var(--text-primary);padding:.45rem .9rem;font-size:.82rem;font-weight:600}.Projects-module__HGIySG__technologies{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.Projects-module__HGIySG__tech{border-radius:var(--radius-full);color:var(--accent-text);background:#7c3aed14;border:1px solid #7c3aed38;padding:.35rem .8rem;font-size:.78rem;font-weight:500}.Projects-module__HGIySG__note{color:var(--text-muted);margin-bottom:1rem;font-size:.82rem;font-style:italic}.Projects-module__HGIySG__caseStudyLinks{gap:.85rem;margin-top:auto;padding-top:.5rem;display:flex}.Projects-module__HGIySG__linkBtn{padding:.6rem 1.2rem;font-size:.88rem}.Projects-module__HGIySG__moreHeader{text-align:center;margin-bottom:2.2rem}.Projects-module__HGIySG__moreTitle{margin-bottom:.5rem;font-size:1.5rem}.Projects-module__HGIySG__moreSubtitle{color:var(--text-secondary);font-size:.95rem}.Projects-module__HGIySG__moreGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Projects-module__HGIySG__moreCard{flex-direction:column;display:flex;overflow:hidden}.Projects-module__HGIySG__moreImageWrap{height:170px;overflow:hidden}.Projects-module__HGIySG__moreImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-medium)}.Projects-module__HGIySG__moreCard:hover .Projects-module__HGIySG__moreImage{transform:scale(1.06)}.Projects-module__HGIySG__moreContent{flex-direction:column;flex:1;padding:1.4rem;display:flex}.Projects-module__HGIySG__moreCardTitle{margin-bottom:.5rem;font-size:1.08rem}.Projects-module__HGIySG__moreDescription{color:var(--text-secondary);flex:1;margin-bottom:.9rem;font-size:.88rem;line-height:1.6}.Projects-module__HGIySG__moreLinks{gap:.6rem;margin-top:.6rem;display:flex}.Projects-module__HGIySG__iconLink{background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Projects-module__HGIySG__iconLink:hover{background:var(--gradient-accent);color:#f8f7ff;border-color:#0000}@media (max-width:900px){.Projects-module__HGIySG__caseStudy,.Projects-module__HGIySG__caseStudy.Projects-module__HGIySG__reversed{grid-template-columns:1fr}.Projects-module__HGIySG__caseStudy.Projects-module__HGIySG__reversed .Projects-module__HGIySG__caseStudyMedia{order:0}.Projects-module__HGIySG__caseStudyContent{padding:1.8rem}}@media (max-width:640px){.Projects-module__HGIySG__moreGrid{grid-template-columns:1fr}}
.TechStack-module__3aMdAW__techStack{position:relative}.TechStack-module__3aMdAW__groups{flex-direction:column;gap:2.4rem;display:flex}.TechStack-module__3aMdAW__groupTitle{color:var(--text-primary);margin-bottom:1rem;padding-left:.1rem;font-size:1.05rem;font-weight:600}.TechStack-module__3aMdAW__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9rem;display:grid}.TechStack-module__3aMdAW__item{opacity:0;transition:opacity .4s var(--ease-out), translate .4s var(--ease-out);align-items:center;gap:.7rem;padding:.9rem 1.1rem;display:flex;translate:0 14px}.TechStack-module__3aMdAW__item.TechStack-module__3aMdAW__visible{opacity:1;transition-delay:min(calc(20ms * var(--i)), .4s);translate:0}.TechStack-module__3aMdAW__logo{object-fit:contain;flex-shrink:0;width:26px;height:26px}.TechStack-module__3aMdAW__badge{background:var(--gradient-accent);color:#f8f7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:flex}.TechStack-module__3aMdAW__name{color:var(--text-secondary);font-size:.9rem;font-weight:500}@media (max-width:640px){.TechStack-module__3aMdAW__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.7rem}.TechStack-module__3aMdAW__item{padding:.75rem .9rem}}
.Experience-module__2pCZCq__experience{position:relative}.Experience-module__2pCZCq__content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Experience-module__2pCZCq__columnTitle{border-bottom:1px solid var(--glass-border);margin-bottom:1.6rem;padding-bottom:.6rem;font-size:1.2rem}.Experience-module__2pCZCq__timeline{flex-direction:column;gap:1.5rem;display:flex}.Experience-module__2pCZCq__timelineItem{padding:1.6rem 1.6rem 1.6rem 2.1rem;position:relative}.Experience-module__2pCZCq__timelineMarker{background:var(--gradient-accent);border-radius:50%;width:10px;height:10px;position:absolute;top:1.9rem;left:0;box-shadow:0 0 10px #7c3aed80}.Experience-module__2pCZCq__itemTitle{margin-bottom:.4rem;font-size:1.15rem}.Experience-module__2pCZCq__itemMeta{flex-wrap:wrap;justify-content:space-between;gap:.3rem;margin-bottom:.9rem;font-size:.88rem;display:flex}.Experience-module__2pCZCq__company{color:var(--accent-text);font-weight:500}.Experience-module__2pCZCq__period{color:var(--text-muted)}.Experience-module__2pCZCq__description{color:var(--text-secondary);flex-direction:column;gap:.5rem;list-style:none;display:flex}.Experience-module__2pCZCq__description li{padding-left:.9rem;font-size:.92rem;line-height:1.55;position:relative}.Experience-module__2pCZCq__description li:before{content:"—";color:var(--text-muted);position:absolute;left:0}.Experience-module__2pCZCq__eduDescription{color:var(--text-secondary);font-size:.92rem;line-height:1.6}@media (max-width:900px){.Experience-module__2pCZCq__content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:640px){.Experience-module__2pCZCq__itemMeta{flex-direction:column;gap:.25rem}}
.Testimonials-module__3Z1FKa__testimonials{position:relative}.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;display:grid}.Testimonials-module__3Z1FKa__card{opacity:0;transition:opacity .6s var(--ease-out), translate .6s var(--ease-out);flex-direction:column;padding:2rem;display:flex;position:relative;translate:0 18px}.Testimonials-module__3Z1FKa__grid.Testimonials-module__3Z1FKa__visible .Testimonials-module__3Z1FKa__card{opacity:1;transition-delay:calc(80ms * var(--i));translate:0}.Testimonials-module__3Z1FKa__placeholderCard{border-style:dashed;border-color:var(--glass-border-strong)}.Testimonials-module__3Z1FKa__placeholderTag{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--glass-border);border-radius:var(--radius-full);background:#ffffff0f;padding:.25rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:1.1rem;right:1.1rem}.Testimonials-module__3Z1FKa__quoteIcon{color:var(--accent-text);opacity:.6;margin-bottom:1rem}.Testimonials-module__3Z1FKa__quote{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.96rem;font-style:italic;line-height:1.7}.Testimonials-module__3Z1FKa__author{align-items:center;gap:.85rem;display:flex}.Testimonials-module__3Z1FKa__avatar{background:var(--gradient-accent);color:#f8f7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.Testimonials-module__3Z1FKa__name{color:var(--text-primary);font-size:.95rem;font-weight:600}.Testimonials-module__3Z1FKa__role{color:var(--text-muted);font-size:.82rem}
.Blog-module__nbOMAW__blog{position:relative}.Blog-module__nbOMAW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Blog-module__nbOMAW__blogCard{opacity:0;transition:opacity .6s var(--ease-out), translate .6s var(--ease-out);padding:0;overflow:hidden;translate:0 20px}.Blog-module__nbOMAW__blogCard.Blog-module__nbOMAW__visible{opacity:1;transition-delay:calc(.12s * var(--i));translate:0}.Blog-module__nbOMAW__blogImage{height:200px;position:relative;overflow:hidden}.Blog-module__nbOMAW__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-medium)}.Blog-module__nbOMAW__blogCard:hover .Blog-module__nbOMAW__image{transform:scale(1.05)}.Blog-module__nbOMAW__blogCategory{background:linear-gradient(90deg, var(--soft-aqua), var(--pastel-violet));color:var(--deep-midnight);border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:500;position:absolute;top:1rem;right:1rem}.Blog-module__nbOMAW__blogContent{padding:1.5rem}.Blog-module__nbOMAW__blogMeta{gap:1.5rem;margin-bottom:1rem;display:flex}.Blog-module__nbOMAW__blogDate,.Blog-module__nbOMAW__blogReadTime{color:var(--text-color-muted);align-items:center;gap:.3rem;font-size:.9rem;display:flex}.Blog-module__nbOMAW__blogTitle{transition:color var(--transition-medium);margin-bottom:1rem;font-size:1.3rem;line-height:1.4}.Blog-module__nbOMAW__blogCard:hover .Blog-module__nbOMAW__blogTitle{background:linear-gradient(90deg, var(--soft-aqua), var(--pastel-violet));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Blog-module__nbOMAW__blogExcerpt{color:var(--text-color-muted);margin-bottom:1.5rem;line-height:1.6}.Blog-module__nbOMAW__readMoreLink{color:var(--accent-text);transition:all var(--transition-medium);align-items:center;gap:.5rem;font-weight:500;display:inline-flex}.Blog-module__nbOMAW__srOnly{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.Blog-module__nbOMAW__readMoreLink:hover{color:var(--text-primary);gap:.8rem}.Blog-module__nbOMAW__viewAllWrapper{justify-content:center;display:flex}@media (max-width:992px){.Blog-module__nbOMAW__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.Blog-module__nbOMAW__blogGrid{grid-template-columns:1fr}}
.Contact-module__dhIxzq__contact{position:relative}.Contact-module__dhIxzq__content{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:2.5rem;display:grid}.Contact-module__dhIxzq__info,.Contact-module__dhIxzq__formContainer{flex-direction:column;padding:2.4rem;display:flex}.Contact-module__dhIxzq__infoTitle{margin-bottom:1rem;font-size:1.5rem}.Contact-module__dhIxzq__infoText{color:var(--text-secondary);margin-bottom:2rem;font-size:.96rem;line-height:1.7}.Contact-module__dhIxzq__contactDetails{flex-direction:column;gap:1.3rem;margin-bottom:2rem;display:flex}.Contact-module__dhIxzq__contactItem{align-items:center;gap:1rem;display:flex}.Contact-module__dhIxzq__iconWrapper{background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--accent-text);transition:all var(--transition-medium);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__dhIxzq__contactItem:hover .Contact-module__dhIxzq__iconWrapper{background:var(--gradient-accent);color:#f8f7ff;border-color:#0000}.Contact-module__dhIxzq__itemLabel{color:var(--text-muted);margin-bottom:.15rem;font-size:.78rem;display:block}.Contact-module__dhIxzq__itemValue{color:var(--text-primary);font-size:.96rem;font-weight:500;display:block}.Contact-module__dhIxzq__socialRow{gap:.75rem;margin-bottom:1.6rem;display:flex}.Contact-module__dhIxzq__socialLink{background:var(--glass-bg-strong);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-medium);border-radius:50%;justify-content:center;align-items:center;display:flex}.Contact-module__dhIxzq__socialLink:hover{background:var(--gradient-accent);color:#f8f7ff;border-color:#0000}.Contact-module__dhIxzq__bookCallBtn{justify-content:center;width:100%;margin-top:auto}.Contact-module__dhIxzq__form{flex-direction:column;flex:1;gap:1.25rem;display:flex}.Contact-module__dhIxzq__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.Contact-module__dhIxzq__formGroup{position:relative}.Contact-module__dhIxzq__srLabel{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.Contact-module__dhIxzq__input,.Contact-module__dhIxzq__textarea{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-inter), sans-serif;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.95rem 1.1rem;font-size:.95rem}.Contact-module__dhIxzq__input::placeholder,.Contact-module__dhIxzq__textarea::placeholder{color:var(--text-muted)}.Contact-module__dhIxzq__textarea{resize:vertical}.Contact-module__dhIxzq__input:focus,.Contact-module__dhIxzq__textarea:focus{border-color:var(--accent-text);outline:none;box-shadow:0 0 0 3px #7c3aed26}.Contact-module__dhIxzq__submitBtn{width:100%;padding:1rem}.Contact-module__dhIxzq__statusMessage{border-radius:var(--radius-sm);text-align:center;padding:.85rem 1rem;font-size:.9rem}.Contact-module__dhIxzq__success{border:1px solid var(--accent-text);color:var(--accent-text);background:#7c3aed1a}.Contact-module__dhIxzq__error{color:#f87171;background:#f871711a;border:1px solid #f87171}.Contact-module__dhIxzq__fallbackNote{text-align:center;color:var(--text-muted);font-size:.85rem}.Contact-module__dhIxzq__fallbackLink{color:var(--accent-text);align-items:center;gap:.3rem;font-weight:500;display:inline-flex}@media (max-width:900px){.Contact-module__dhIxzq__content{grid-template-columns:1fr}.Contact-module__dhIxzq__info,.Contact-module__dhIxzq__formContainer{padding:2rem}}@media (max-width:480px){.Contact-module__dhIxzq__info,.Contact-module__dhIxzq__formContainer{padding:1.5rem}}
