.Navbar-module__dVeNwG__navbar{z-index:1000;border-bottom:1px solid var(--glass-border);align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__logo{z-index:1001;align-items:center;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoImage{object-fit:contain;width:auto;height:40px}.Navbar-module__dVeNwG__links{align-items:center;gap:2.5rem;display:flex}.Navbar-module__dVeNwG__links a{color:var(--foreground);opacity:.7;font-size:.95rem;font-weight:500;transition:all .2s}.Navbar-module__dVeNwG__links a:hover{opacity:1;color:var(--accent)}.Navbar-module__dVeNwG__cta{background:var(--accent);text-align:center;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;color:#fff!important;opacity:1!important}.Navbar-module__dVeNwG__cta:hover{box-shadow:0 5px 15px var(--accent-glow);transform:translateY(-2px)}.Navbar-module__dVeNwG__mobileCta{display:none}.Navbar-module__dVeNwG__toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:10px;display:none}.Navbar-module__dVeNwG__bar{background-color:var(--foreground);border-radius:2px;width:24px;height:2px;transition:all .3s}@media (max-width:900px){.Navbar-module__dVeNwG__links{gap:1.5rem}}@media (max-width:768px){.Navbar-module__dVeNwG__cta{display:none}.Navbar-module__dVeNwG__toggle{display:flex}.Navbar-module__dVeNwG__toggleActive .Navbar-module__dVeNwG__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__dVeNwG__toggleActive .Navbar-module__dVeNwG__bar:nth-child(2){opacity:0}.Navbar-module__dVeNwG__toggleActive .Navbar-module__dVeNwG__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__dVeNwG__links{background:var(--background);z-index:1000;flex-direction:column;justify-content:center;gap:2rem;width:100%;height:100vh;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.Navbar-module__dVeNwG__linksOpen{right:0}.Navbar-module__dVeNwG__links a{font-size:1.5rem;font-weight:700}.Navbar-module__dVeNwG__mobileCta{text-align:center;background:var(--accent);border-radius:12px;width:100%;max-width:200px;margin-top:1rem;padding:1rem;display:block;color:#fff!important;opacity:1!important;font-size:1.1rem!important}}
.Hero-module__PgAKtG__hero{background:#000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__carousel{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out,transform 8s linear;position:absolute;top:0;left:0;transform:scale(1.1)}.Hero-module__PgAKtG__slide.Hero-module__PgAKtG__active{opacity:.6;transform:scale(1)}.Hero-module__PgAKtG__overlay{z-index:1;background:linear-gradient(#0a0a0a66 0%,#0a0a0acc 50%,#0a0a0a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__glow{background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);opacity:.3;z-index:2;pointer-events:none;filter:blur(80px);width:60vw;height:60vw;transition:transform .2s ease-out;position:absolute;top:-20%;right:-10%}.Hero-module__PgAKtG__container{z-index:3;text-align:center;width:100%;max-width:1200px;padding:0 2rem;position:relative}.Hero-module__PgAKtG__contentWrapper{height:250px;position:relative}.Hero-module__PgAKtG__contentSlide{opacity:0;pointer-events:none;width:100%;transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:translateY(20px)}.Hero-module__PgAKtG__contentActive{opacity:1;pointer-events:all;transform:translateY(0)}.Hero-module__PgAKtG__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.Hero-module__PgAKtG__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.Hero-module__PgAKtG__subtitle{color:var(--foreground);opacity:.8;max-width:700px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__PgAKtG__actions{opacity:0;justify-content:center;gap:1.5rem;animation:.8s ease-out .5s forwards Hero-module__PgAKtG__fadeIn;display:flex;transform:translateY(20px)}.Hero-module__PgAKtG__primary{background:var(--accent);color:#fff;box-shadow:0 4px 15px var(--accent-glow);border-radius:50px;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Hero-module__PgAKtG__primary:hover{box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-2px)}.Hero-module__PgAKtG__secondary{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--foreground);border-radius:50px;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Hero-module__PgAKtG__secondary:hover{background:var(--glass-border);transform:translateY(-2px)}@media (max-width:768px){.Hero-module__PgAKtG__hero{height:85vh;min-height:600px}.Hero-module__PgAKtG__container{flex-direction:column;justify-content:center;height:100%;padding-top:2rem;display:flex}.Hero-module__PgAKtG__contentWrapper{align-items:center;height:240px;display:flex}.Hero-module__PgAKtG__actions{flex-direction:column;gap:1rem;margin-top:2rem;padding:0 2rem}.Hero-module__PgAKtG__primary,.Hero-module__PgAKtG__secondary{width:100%}}
.BentoGrid-module__sXcQBG__section{background:var(--background);padding:8rem 2rem}.BentoGrid-module__sXcQBG__container{max-width:1200px;margin:0 auto}.BentoGrid-module__sXcQBG__heading{text-align:center;letter-spacing:-.02em;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.BentoGrid-module__sXcQBG__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;gap:1.5rem;display:grid}.BentoGrid-module__sXcQBG__card{cursor:default;border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;justify-content:flex-end;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.BentoGrid-module__sXcQBG__imageBackground{z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.BentoGrid-module__sXcQBG__overlay{z-index:1;background:linear-gradient(#0000 0%,#0a0a0a99 50%,#0a0a0ae6 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.BentoGrid-module__sXcQBG__content{z-index:2;padding:2rem;position:relative}.BentoGrid-module__sXcQBG__card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 10px 40px #0006}.BentoGrid-module__sXcQBG__card:hover .BentoGrid-module__sXcQBG__imageBackground{transform:scale(1.1)}.BentoGrid-module__sXcQBG__card:hover .BentoGrid-module__sXcQBG__overlay{background:linear-gradient(#0000 0%,#7c3aed33 0%,#0a0a0af2 100%)}.BentoGrid-module__sXcQBG__large{grid-area:span 2/span 2}.BentoGrid-module__sXcQBG__medium{grid-column:span 2}.BentoGrid-module__sXcQBG__small{grid-column:span 1}.BentoGrid-module__sXcQBG__featureTitle{color:var(--foreground);text-shadow:0 2px 4px #00000080;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.BentoGrid-module__sXcQBG__featureDescription{opacity:.8;color:var(--foreground);text-shadow:0 1px 2px #00000080;font-size:1rem;line-height:1.5}@media (max-width:900px){.BentoGrid-module__sXcQBG__section{padding:4rem 1.5rem}.BentoGrid-module__sXcQBG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.BentoGrid-module__sXcQBG__section{padding:3rem 1rem}.BentoGrid-module__sXcQBG__grid{grid-template-columns:1fr;grid-auto-rows:auto}.BentoGrid-module__sXcQBG__large,.BentoGrid-module__sXcQBG__medium,.BentoGrid-module__sXcQBG__small{grid-area:span 1/span 1}.BentoGrid-module__sXcQBG__card{min-height:250px}}
.StatsSection-module__XcOJDa__section{background:var(--background);padding:6rem 2rem}.StatsSection-module__XcOJDa__container{max-width:1200px;margin:0 auto}.StatsSection-module__XcOJDa__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.StatsSection-module__XcOJDa__card{text-align:center;border-radius:20px;padding:2.5rem;transition:transform .3s}.StatsSection-module__XcOJDa__card:hover{transform:translateY(-5px)}.StatsSection-module__XcOJDa__number{margin-bottom:.5rem;font-size:3.5rem;font-weight:800;display:block}.StatsSection-module__XcOJDa__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.StatsSection-module__XcOJDa__label{opacity:.7;text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:500}@media (max-width:1024px){.StatsSection-module__XcOJDa__section{padding:4rem 2rem}.StatsSection-module__XcOJDa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.StatsSection-module__XcOJDa__section{padding:3rem 1.5rem}.StatsSection-module__XcOJDa__grid{grid-template-columns:1fr;gap:1.5rem}}
.AboutHero-module__jqBnJG__section{background:var(--background);padding:12rem 2rem 8rem;position:relative;overflow:hidden}.AboutHero-module__jqBnJG__heroBackground{z-index:0;width:100%;height:600px;position:absolute;top:0;left:0}.AboutHero-module__jqBnJG__bgImage{object-fit:cover;opacity:.4;width:100%;height:100%}.AboutHero-module__jqBnJG__overlay{background:linear-gradient(to bottom,#0a0a0a66 0%,#0a0a0acc 70%,var(--background)100%);width:100%;height:100%;position:absolute;top:0;left:0}.AboutHero-module__jqBnJG__container{z-index:1;max-width:1000px;margin:0 auto;position:relative}.AboutHero-module__jqBnJG__title{text-align:center;letter-spacing:-.04em;text-shadow:0 4px 12px #00000080;margin-bottom:3rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800}.AboutHero-module__jqBnJG__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.AboutHero-module__jqBnJG__content{flex-direction:column;gap:4rem;display:flex}.AboutHero-module__jqBnJG__lead{opacity:.95;text-align:center;text-shadow:0 2px 8px #00000080;font-size:1.5rem;line-height:1.5}.AboutHero-module__jqBnJG__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AboutHero-module__jqBnJG__card{opacity:0;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s ease-out forwards AboutHero-module__jqBnJG__fadeIn}.AboutHero-module__jqBnJG__card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 10px 40px #0000004d}.AboutHero-module__jqBnJG__card h3{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.AboutHero-module__jqBnJG__card p{opacity:.8;line-height:1.6}.AboutHero-module__jqBnJG__text{opacity:.8;text-align:justify;font-size:1.15rem;line-height:1.8}@media (max-width:768px){.AboutHero-module__jqBnJG__section{padding:7.5rem 1.5rem 2rem}.AboutHero-module__jqBnJG__heroBackground{height:380px}.AboutHero-module__jqBnJG__title{margin-bottom:.75rem;font-size:2rem}.AboutHero-module__jqBnJG__content{gap:1rem}.AboutHero-module__jqBnJG__grid{grid-template-columns:1fr;gap:.75rem}.AboutHero-module__jqBnJG__card{border-radius:12px;padding:1.25rem}.AboutHero-module__jqBnJG__card h3{margin-bottom:.5rem;font-size:1.15rem}.AboutHero-module__jqBnJG__card p{font-size:.9rem;line-height:1.4}.AboutHero-module__jqBnJG__lead{margin-bottom:.5rem;font-size:1.1rem;line-height:1.4}.AboutHero-module__jqBnJG__text{margin-top:.5rem;font-size:1rem;line-height:1.5}}
.ContactHero-module__29BR9q__section{background:var(--background);text-align:center;padding:10rem 2rem 4rem;position:relative;overflow:hidden}.ContactHero-module__29BR9q__section:before{content:"";background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);opacity:.3;filter:blur(80px);z-index:0;pointer-events:none;width:40vw;height:40vw;position:absolute;top:-10%;right:-5%}.ContactHero-module__29BR9q__container{z-index:1;max-width:800px;margin:0 auto;position:relative}.ContactHero-module__29BR9q__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:4rem;font-weight:800}.ContactHero-module__29BR9q__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ContactHero-module__29BR9q__subtitle{color:var(--foreground);opacity:.8;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.ContactHero-module__29BR9q__title{font-size:3rem}.ContactHero-module__29BR9q__subtitle{font-size:1.1rem}}
.ServicesHero-module__Yz__4W__section{background:var(--background);text-align:center;padding:10rem 2rem 6rem}.ServicesHero-module__Yz__4W__container{max-width:1000px;margin:0 auto}.ServicesHero-module__Yz__4W__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:2rem;font-size:3.5rem;font-weight:800}.ServicesHero-module__Yz__4W__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ServicesHero-module__Yz__4W__subtitle{color:var(--foreground);opacity:.7;max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}@media (max-width:768px){.ServicesHero-module__Yz__4W__title{font-size:2.5rem}}
.TechStack-module__3aMdAW__section{background:var(--background);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:4rem 0;overflow:hidden}.TechStack-module__3aMdAW__title{text-align:center;opacity:.5;text-transform:uppercase;letter-spacing:.2em;margin-bottom:3rem;font-size:.9rem;font-weight:600}.TechStack-module__3aMdAW__marqueeContainer{width:100%;overflow:hidden}.TechStack-module__3aMdAW__item{color:var(--foreground);opacity:.4;white-space:nowrap;padding:0 4rem;font-size:1.5rem;font-weight:700;transition:all .3s}.TechStack-module__3aMdAW__item:hover{opacity:1;color:var(--accent);transform:scale(1.1)}@media (max-width:768px){.TechStack-module__3aMdAW__item{padding:0 2rem;font-size:1.1rem}}
.TeamSection-module__Zi_KaW__section{background:var(--background);padding:8rem 2rem;overflow:hidden}.TeamSection-module__Zi_KaW__container{max-width:1200px;margin:0 auto}.TeamSection-module__Zi_KaW__heading{text-align:center;letter-spacing:-.04em;margin-bottom:5rem;font-size:3rem;font-weight:800}.TeamSection-module__Zi_KaW__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.TeamSection-module__Zi_KaW__grid{justify-content:center;gap:3rem;max-width:1000px;margin:0 auto;display:flex}.TeamSection-module__Zi_KaW__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-shrink:0;width:350px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.TeamSection-module__Zi_KaW__card:hover{border-color:var(--accent);transform:translateY(-12px);box-shadow:0 20px 40px #0006}.TeamSection-module__Zi_KaW__imageWrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.TeamSection-module__Zi_KaW__image{object-fit:cover;filter:grayscale(20%);width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.TeamSection-module__Zi_KaW__card:hover .TeamSection-module__Zi_KaW__image{filter:grayscale(0%);transform:scale(1.1)}.TeamSection-module__Zi_KaW__info{text-align:center;z-index:2;background:linear-gradient(to top,var(--background)0%,transparent 100%);margin-top:-60px;padding:2rem;position:relative}.TeamSection-module__Zi_KaW__name{color:var(--foreground);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.TeamSection-module__Zi_KaW__role{color:var(--accent);letter-spacing:.05em;text-transform:uppercase;font-size:1rem;font-weight:600}@media (max-width:1024px){.TeamSection-module__Zi_KaW__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:640px){.TeamSection-module__Zi_KaW__grid{padding:0 1rem}.TeamSection-module__Zi_KaW__card{width:100%;max-width:350px}.TeamSection-module__Zi_KaW__heading{font-size:2.5rem}}
.ContactForm-module__okNd1a__section{background:var(--background);padding:4rem 2rem 8rem}.ContactForm-module__okNd1a__container{max-width:1200px;margin:0 auto}.ContactForm-module__okNd1a__grid{grid-template-columns:1fr 1.8fr;gap:6rem;display:grid}.ContactForm-module__okNd1a__info{flex-direction:column;gap:3rem;display:flex}.ContactForm-module__okNd1a__infoCard{align-items:flex-start;gap:1.5rem;padding:1rem;transition:transform .3s;display:flex}.ContactForm-module__okNd1a__infoCard:hover{transform:translate(10px)}.ContactForm-module__okNd1a__iconWrapper{background:var(--glass-bg);border:1px solid var(--glass-border);width:50px;height:50px;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.ContactForm-module__okNd1a__infoCard:hover .ContactForm-module__okNd1a__iconWrapper{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 0 15px var(--accent-glow)}.ContactForm-module__okNd1a__infoText h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactForm-module__okNd1a__infoText p{color:var(--foreground);opacity:.9;margin-bottom:.25rem;font-size:1.1rem}.ContactForm-module__okNd1a__infoText span{opacity:.5;font-size:.9rem}.ContactForm-module__okNd1a__socialSection{background:#7c3aed0d;border:1px solid #7c3aed1a;border-radius:20px;margin-top:2rem;padding:2rem}.ContactForm-module__okNd1a__socialSection h3{text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:1.5rem;font-size:1.1rem}.ContactForm-module__okNd1a__socialLinks{gap:1.5rem;display:flex}.ContactForm-module__okNd1a__socialLink{color:var(--foreground);opacity:.7;font-size:.95rem;font-weight:600;transition:all .2s}.ContactForm-module__okNd1a__socialLink:hover{opacity:1;color:var(--accent)}.ContactForm-module__okNd1a__formWrapper{position:relative}.ContactForm-module__okNd1a__form{border-radius:32px;flex-direction:column;gap:2rem;padding:4rem;display:flex}.ContactForm-module__okNd1a__row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.ContactForm-module__okNd1a__formGroup{flex-direction:column;gap:.75rem;display:flex}.ContactForm-module__okNd1a__formGroup label{color:var(--foreground);opacity:.8;font-size:.95rem;font-weight:600}.ContactForm-module__okNd1a__formGroup input,.ContactForm-module__okNd1a__formGroup textarea{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff08;border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactForm-module__okNd1a__formGroup input:focus,.ContactForm-module__okNd1a__formGroup textarea:focus{border-color:var(--accent);background:#ffffff12;outline:none;box-shadow:0 0 20px #7c3aed1a}.ContactForm-module__okNd1a__submitBtn{background:var(--accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ContactForm-module__okNd1a__submitBtn:hover{box-shadow:0 10px 30px var(--accent-glow);background:#8b5cf6;transform:translateY(-4px)}.ContactForm-module__okNd1a__submitBtn svg{transition:transform .3s}.ContactForm-module__okNd1a__submitBtn:hover svg{transform:translate(4px,-4px)}.ContactForm-module__okNd1a__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ContactForm-module__okNd1a__successMsg{color:#22c55e;text-align:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;padding:1.5rem;font-weight:600}.ContactForm-module__okNd1a__errorMsg{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1.5rem;font-weight:600}@media (max-width:1024px){.ContactForm-module__okNd1a__grid{gap:4rem}.ContactForm-module__okNd1a__form{padding:3rem}}@media (max-width:768px){.ContactForm-module__okNd1a__grid{grid-template-columns:1fr;gap:5rem}.ContactForm-module__okNd1a__row{grid-template-columns:1fr}.ContactForm-module__okNd1a__form{padding:2rem}}
.LatestInsights-module__d0qQma__section{background:var(--background);padding:8rem 2rem}.LatestInsights-module__d0qQma__container{max-width:1200px;margin:0 auto}.LatestInsights-module__d0qQma__header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.LatestInsights-module__d0qQma__title{letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.LatestInsights-module__d0qQma__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.LatestInsights-module__d0qQma__viewAll{color:var(--accent);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:opacity .2s;display:flex}.LatestInsights-module__d0qQma__viewAll:hover{opacity:.8}.LatestInsights-module__d0qQma__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.LatestInsights-module__d0qQma__card{border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.LatestInsights-module__d0qQma__card:hover{border-color:var(--accent);transform:translateY(-10px)}.LatestInsights-module__d0qQma__imageWrapper{aspect-ratio:16/10;width:100%;overflow:hidden}.LatestInsights-module__d0qQma__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.LatestInsights-module__d0qQma__card:hover .LatestInsights-module__d0qQma__image{transform:scale(1.1)}.LatestInsights-module__d0qQma__content{padding:2rem}.LatestInsights-module__d0qQma__category{text-transform:uppercase;color:var(--accent);letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.LatestInsights-module__d0qQma__postTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.LatestInsights-module__d0qQma__meta{opacity:.5;font-size:.85rem}@media (max-width:1024px){.LatestInsights-module__d0qQma__section{padding:4rem 2rem}.LatestInsights-module__d0qQma__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.LatestInsights-module__d0qQma__section{padding:3rem 1.5rem}.LatestInsights-module__d0qQma__grid{grid-template-columns:1fr}.LatestInsights-module__d0qQma__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.LatestInsights-module__d0qQma__title{font-size:2rem}}
.ServiceGrid-module__35oxJW__section{background:var(--background);padding:4rem 2rem 8rem}.ServiceGrid-module__35oxJW__container{max-width:1200px;margin:0 auto}.ServiceGrid-module__35oxJW__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.ServiceGrid-module__35oxJW__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;flex-direction:column;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex}.ServiceGrid-module__35oxJW__card:hover{border-color:var(--accent);transform:translateY(-12px);box-shadow:0 15px 40px #0000004d}.ServiceGrid-module__35oxJW__serviceTitle{background:linear-gradient(135deg,var(--foreground)0%,var(--accent)200%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.25rem;font-size:1.6rem;font-weight:800}.ServiceGrid-module__35oxJW__serviceDescription{opacity:.7;margin-bottom:2rem;font-size:1rem;line-height:1.6}.ServiceGrid-module__35oxJW__list{margin-top:auto;padding:0;list-style:none}.ServiceGrid-module__35oxJW__listItem{opacity:.6;border-top:1px solid var(--glass-border);align-items:center;padding:.75rem 0;font-size:.95rem;transition:all .3s;display:flex}.ServiceGrid-module__35oxJW__card:hover .ServiceGrid-module__35oxJW__listItem{opacity:.9}.ServiceGrid-module__35oxJW__listItem:before{content:"✦";color:var(--accent);margin-right:.75rem;font-size:.8rem}@media (max-width:1024px){.ServiceGrid-module__35oxJW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ServiceGrid-module__35oxJW__grid{grid-template-columns:1fr;gap:2rem}.ServiceGrid-module__35oxJW__card{padding:2.5rem}}
.Blog-module__vu6yGW__section{background:var(--background);min-height:100vh;padding:10rem 2rem 8rem}.Blog-module__vu6yGW__container{max-width:1200px;margin:0 auto}.Blog-module__vu6yGW__header{text-align:center;margin-bottom:6rem}.Blog-module__vu6yGW__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.Blog-module__vu6yGW__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Blog-module__vu6yGW__subtitle{opacity:.7;max-width:600px;margin:0 auto;font-size:1.25rem}.Blog-module__vu6yGW__actions{justify-content:center;margin-bottom:4rem;display:flex}.Blog-module__vu6yGW__createBtn{background:var(--accent);color:#fff;box-shadow:0 4px 15px var(--accent-glow);border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s}.Blog-module__vu6yGW__createBtn:hover{box-shadow:0 8px 25px var(--accent-glow);transform:translateY(-2px)}.Blog-module__vu6yGW__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.Blog-module__vu6yGW__postCard{border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Blog-module__vu6yGW__postCard:hover{border-color:var(--accent);transform:translateY(-12px);box-shadow:0 20px 40px #0006}.Blog-module__vu6yGW__imageWrapper{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.Blog-module__vu6yGW__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.Blog-module__vu6yGW__postCard:hover .Blog-module__vu6yGW__image{transform:scale(1.1)}.Blog-module__vu6yGW__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.Blog-module__vu6yGW__category{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.8rem;font-weight:700}.Blog-module__vu6yGW__postTitle{margin-bottom:1rem;font-size:1.4rem;font-weight:800;line-height:1.3}.Blog-module__vu6yGW__excerpt{opacity:.7;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Blog-module__vu6yGW__footer{opacity:.5;border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;font-size:.85rem;display:flex}.Blog-module__vu6yGW__author{font-weight:600}@media (max-width:1024px){.Blog-module__vu6yGW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Blog-module__vu6yGW__grid{grid-template-columns:1fr}.Blog-module__vu6yGW__title{font-size:2.5rem}}
.PostDetail-module__nRMStG__section{background:var(--background);min-height:100vh;padding:10rem 2rem 8rem}.PostDetail-module__nRMStG__container{max-width:1200px;margin:0 auto}.PostDetail-module__nRMStG__layout{grid-template-columns:1fr 300px;gap:4rem;display:grid}.PostDetail-module__nRMStG__mainContent{min-width:0}.PostDetail-module__nRMStG__backBtn{opacity:.6;color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:3rem;transition:all .3s;display:inline-flex}.PostDetail-module__nRMStG__backBtn:hover{opacity:1;color:var(--accent);transform:translate(-5px)}.PostDetail-module__nRMStG__header{margin-bottom:3rem}.PostDetail-module__nRMStG__category{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.PostDetail-module__nRMStG__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.PostDetail-module__nRMStG__meta{opacity:.6;gap:2rem;font-size:.95rem;display:flex}.PostDetail-module__nRMStG__heroImage{aspect-ratio:16/9;border:1px solid var(--glass-border);border-radius:24px;width:100%;margin-bottom:3rem;position:relative;overflow:hidden}.PostDetail-module__nRMStG__image{object-fit:cover;width:100%;height:100%}.PostDetail-module__nRMStG__articleContent{color:var(--foreground);opacity:.9;white-space:pre-wrap;margin-bottom:5rem;font-size:1.15rem;line-height:1.8}.PostDetail-module__nRMStG__inlineImageWrapper{width:100%;margin:2rem 0;position:relative}.PostDetail-module__nRMStG__inlineImage{border:1px solid var(--glass-border);border-radius:16px;width:100%}.PostDetail-module__nRMStG__postNav{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:5rem;padding:3rem 0;display:grid}.PostDetail-module__nRMStG__navLink{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .3s;display:flex}.PostDetail-module__nRMStG__navLink:hover{border-color:var(--accent);background:#7c3aed0d;transform:translateY(-5px)}.PostDetail-module__nRMStG__navLabel{text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-size:.8rem}.PostDetail-module__nRMStG__navTitle{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;display:-webkit-box;overflow:hidden}.PostDetail-module__nRMStG__related{margin-top:5rem}.PostDetail-module__nRMStG__relatedHeading{margin-bottom:3rem;font-size:2rem;font-weight:800}.PostDetail-module__nRMStG__relatedGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.PostDetail-module__nRMStG__relatedCard{border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.PostDetail-module__nRMStG__relatedCard:hover{border-color:var(--accent);transform:translateY(-8px)}.PostDetail-module__nRMStG__relatedThumb{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.PostDetail-module__nRMStG__relatedInfo{padding:1.5rem}.PostDetail-module__nRMStG__relatedTitle{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.PostDetail-module__nRMStG__sidebar{height:fit-content;position:sticky;top:120px}.PostDetail-module__nRMStG__widget{border-radius:24px;margin-bottom:2rem;padding:2.5rem}.PostDetail-module__nRMStG__widgetTitle{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:1.1rem;font-weight:800}.PostDetail-module__nRMStG__categoryList{flex-direction:column;gap:1rem;display:flex}.PostDetail-module__nRMStG__categoryItem{opacity:.7;justify-content:space-between;font-size:1rem;transition:all .3s;display:flex}.PostDetail-module__nRMStG__categoryItem:hover{opacity:1;color:var(--accent);transform:translate(5px)}.PostDetail-module__nRMStG__count{opacity:.3;font-size:.85rem}@media (max-width:1024px){.PostDetail-module__nRMStG__layout{grid-template-columns:1fr}.PostDetail-module__nRMStG__sidebar{display:none}}@media (max-width:768px){.PostDetail-module__nRMStG__postNav,.PostDetail-module__nRMStG__relatedGrid{grid-template-columns:1fr}}
.Testimonials-module__EBI_9G__section{background:var(--background);border-top:1px solid var(--glass-border);padding:8rem 2rem;overflow:hidden}.Testimonials-module__EBI_9G__container{max-width:1200px;margin:0 auto;position:relative}.Testimonials-module__EBI_9G__heading{text-align:center;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Testimonials-module__EBI_9G__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Testimonials-module__EBI_9G__viewport{width:100%;overflow:hidden}.Testimonials-module__EBI_9G__slider{gap:2rem;transition:transform .5s ease-in-out;display:flex}.Testimonials-module__EBI_9G__slide{flex:0 0 calc(33.333% - 1.334rem);min-width:0}.Testimonials-module__EBI_9G__card{border-radius:16px;flex-direction:column;justify-content:space-between;height:100%;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.Testimonials-module__EBI_9G__card:hover{transform:translateY(-5px)}.Testimonials-module__EBI_9G__quote{opacity:.8;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__EBI_9G__author{flex-direction:column;font-size:.9rem;display:flex}.Testimonials-module__EBI_9G__author strong{color:var(--foreground)}.Testimonials-module__EBI_9G__author span{opacity:.5}.Testimonials-module__EBI_9G__controls{justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.Testimonials-module__EBI_9G__dots{gap:.75rem;display:flex}.Testimonials-module__EBI_9G__dot{background:var(--glass-border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Testimonials-module__EBI_9G__dotActive{background:var(--accent);transform:scale(1.2)}.Testimonials-module__EBI_9G__navBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.Testimonials-module__EBI_9G__navBtn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}@media (max-width:1024px){.Testimonials-module__EBI_9G__slide{flex:0 0 calc(50% - 1rem)}}@media (max-width:768px){.Testimonials-module__EBI_9G__slide{flex:0 0 100%}.Testimonials-module__EBI_9G__heading{font-size:2rem}.Testimonials-module__EBI_9G__navBtn{display:none}}
.MapSection-module__eeo8UG__section{background:var(--background);padding:0 2rem 8rem}.MapSection-module__eeo8UG__container{max-width:1200px;margin:0 auto}.MapSection-module__eeo8UG__header{text-align:center;margin-bottom:4rem}.MapSection-module__eeo8UG__heading{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.MapSection-module__eeo8UG__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.MapSection-module__eeo8UG__subtitle{opacity:.7;max-width:600px;margin:0 auto;line-height:1.6}.MapSection-module__eeo8UG__mapWrapper{border:1px solid var(--glass-border);filter:grayscale()invert()brightness(.7)contrast(1.2);border-radius:32px;width:100%;height:450px;transition:all .5s;overflow:hidden;box-shadow:0 10px 40px #0006}.MapSection-module__eeo8UG__mapWrapper:hover{filter:grayscale(.5)invert(0)brightness()contrast();transform:translateY(-5px)}.MapSection-module__eeo8UG__map{width:100%;height:100%}@media (max-width:768px){.MapSection-module__eeo8UG__mapWrapper{height:350px}.MapSection-module__eeo8UG__heading{font-size:2rem}}
.HomeCTA-module__9AlMja__section{background:var(--background);padding:6rem 2rem}.HomeCTA-module__9AlMja__container{max-width:1200px;margin:0 auto}.HomeCTA-module__9AlMja__box{border:1px solid var(--glass-border);text-align:center;background:linear-gradient(135deg,#7c3aed1a 0%,#06b6d41a 100%);border-radius:40px;padding:6rem 4rem;position:relative;overflow:hidden}.HomeCTA-module__9AlMja__glow{background:var(--accent-glow);filter:blur(100px);opacity:.2;z-index:0;pointer-events:none;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeCTA-module__9AlMja__content{z-index:1;position:relative}.HomeCTA-module__9AlMja__title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.HomeCTA-module__9AlMja__subtitle{opacity:.7;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.HomeCTA-module__9AlMja__actions{justify-content:center;gap:1.5rem;display:flex}.HomeCTA-module__9AlMja__primary{background:var(--accent);color:#fff;box-shadow:0 4px 15px var(--accent-glow);border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s}.HomeCTA-module__9AlMja__primary:hover{box-shadow:0 10px 30px var(--accent-glow);background:#8b5cf6;transform:translateY(-4px)}.HomeCTA-module__9AlMja__secondary{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--foreground);border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s}.HomeCTA-module__9AlMja__secondary:hover{background:var(--glass-border);transform:translateY(-4px)}@media (max-width:768px){.HomeCTA-module__9AlMja__box{padding:4rem 2rem}.HomeCTA-module__9AlMja__actions{flex-direction:column}.HomeCTA-module__9AlMja__primary,.HomeCTA-module__9AlMja__secondary{width:100%}}
.ProcessSection-module__ZDBJGq__section{background:var(--background);border-top:1px solid var(--glass-border);padding:8rem 2rem;overflow:hidden}.ProcessSection-module__ZDBJGq__container{max-width:1200px;margin:0 auto}.ProcessSection-module__ZDBJGq__heading{text-align:center;letter-spacing:-.04em;margin-bottom:6rem;font-size:3rem;font-weight:800}.ProcessSection-module__ZDBJGq__gradient{background:linear-gradient(135deg,var(--accent)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.ProcessSection-module__ZDBJGq__timeline{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid;position:relative}.ProcessSection-module__ZDBJGq__timeline:before{content:"";background:linear-gradient(to right,var(--accent),var(--secondary));opacity:.2;z-index:0;height:2px;position:absolute;top:40px;left:50px;right:50px}.ProcessSection-module__ZDBJGq__step{text-align:center;z-index:1;flex-direction:column;align-items:center;transition:all .4s;display:flex;position:relative}.ProcessSection-module__ZDBJGq__step:hover{transform:translateY(-10px)}.ProcessSection-module__ZDBJGq__number{background:var(--background);border:2px solid var(--glass-border);width:80px;height:80px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:2rem;font-weight:800;transition:all .4s;display:flex;box-shadow:0 0 #7c3aed00}.ProcessSection-module__ZDBJGq__step:hover .ProcessSection-module__ZDBJGq__number{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--accent-glow);transform:scale(1.1)}.ProcessSection-module__ZDBJGq__content h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ProcessSection-module__ZDBJGq__content p{opacity:.6;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.ProcessSection-module__ZDBJGq__timeline{grid-template-columns:repeat(3,1fr);gap:3rem}.ProcessSection-module__ZDBJGq__timeline:before{display:none}}@media (max-width:768px){.ProcessSection-module__ZDBJGq__timeline{grid-template-columns:1fr;gap:4rem}.ProcessSection-module__ZDBJGq__heading{font-size:2.5rem}}
