.Button-module__8RiFmG__button{cursor:pointer;font-family:var(--font-outfit);letter-spacing:.02em;border:none;border-radius:9999px;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--bg-deep);box-shadow:0 0 15px #38bdf84d}.Button-module__8RiFmG__primary:hover{background:#0ea5e9;transform:translateY(-2px);box-shadow:0 0 25px #38bdf899}.Button-module__8RiFmG__secondary{background:var(--secondary);color:#fff}.Button-module__8RiFmG__secondary:hover{background:#475569;transform:translateY(-2px)}.Button-module__8RiFmG__outline{border:1px solid var(--primary);color:var(--primary);background:0 0}.Button-module__8RiFmG__outline:hover{background:#38bdf81a;box-shadow:0 0 15px #38bdf833}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__content{z-index:10;position:relative}
.Navbar-module__cRh5nW__navbar{z-index:1000;border-bottom:1px solid #ffffff0d;width:100%;padding:.75rem 0;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-outfit);letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__cRh5nW__logoImage{object-fit:contain}.Navbar-module__cRh5nW__navLinks{color:var(--text-muted);gap:2.5rem;font-weight:500;display:none}.Navbar-module__cRh5nW__link{font-size:.95rem;transition:color .2s}.Navbar-module__cRh5nW__link:hover{color:var(--primary)}@media (min-width:768px){.Navbar-module__cRh5nW__navLinks{display:flex}}
.Hero-module__kdTI_W__hero{background:radial-gradient(circle at bottom,#1e293b 0%,var(--bg-deep)70%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__kdTI_W__content{z-index:10;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__kdTI_W__badge{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#38bdf81a;border:1px solid #38bdf833;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__kdTI_W__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.Hero-module__kdTI_W__subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__kdTI_W__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__kdTI_W__stars,.Hero-module__kdTI_W__stars2{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__kdTI_W__stars{opacity:.5;background-image:radial-gradient(1px 1px at 20px 30px,#fff,#0000),radial-gradient(1px 1px at 40px 70px,#fff,#0000),radial-gradient(1px 1px at 50px 160px,#fff,#0000),radial-gradient(1px 1px at 90px 40px,#fff,#0000),radial-gradient(1px 1px at 130px 80px,#fff,#0000);background-size:200px 200px;animation:100s linear infinite Hero-module__kdTI_W__moveStars}.Hero-module__kdTI_W__stars2{opacity:.3;background-image:radial-gradient(2px 2px at 100px 50px,#fff,#0000),radial-gradient(2px 2px at 100px 150px,#fff,#0000),radial-gradient(2px 2px at 50px 100px,#fff,#0000);background-size:300px 300px;animation:150s linear infinite Hero-module__kdTI_W__moveStars}@keyframes Hero-module__kdTI_W__moveStars{0%{background-position:0 0}to{background-position:0 1000px}}.Hero-module__kdTI_W__glowOverlay{z-index:1;pointer-events:none;background:radial-gradient(circle,#38bdf80d 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.Hero-module__kdTI_W__title{font-size:4.5rem}}
.Card-module__b6YjYG__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#15192399;border:1px solid #ffffff14;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.Card-module__b6YjYG__hover:hover{border-color:#38bdf84d;transform:translateY(-5px);box-shadow:0 10px 30px #0003}
.Services-module__JkB0mq__section{background-color:var(--bg-deep);padding:6rem 0;position:relative}.Services-module__JkB0mq__header{text-align:center;margin-bottom:4rem}.Services-module__JkB0mq__title{margin-bottom:1rem;font-size:2.5rem}.Services-module__JkB0mq__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.Services-module__JkB0mq__grid{grid-template-columns:1fr;gap:2rem;display:grid}.Services-module__JkB0mq__serviceCard{text-align:left;flex-direction:column;height:100%;display:flex}.Services-module__JkB0mq__iconWrapper{background:#38bdf81a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.Services-module__JkB0mq__serviceTitle{margin-bottom:1rem;font-size:1.5rem}.Services-module__JkB0mq__serviceDesc{color:var(--text-muted);line-height:1.6}@media (min-width:768px){.Services-module__JkB0mq__grid{grid-template-columns:repeat(3,1fr)}}
.Results-module__vhmc0G__section{background-color:var(--bg-secondary);padding:6rem 0}.Results-module__vhmc0G__header{text-align:center;margin-bottom:4rem}.Results-module__vhmc0G__title{margin-bottom:1rem;font-size:2.5rem}.Results-module__vhmc0G__subtitle{color:var(--text-muted)}.Results-module__vhmc0G__metricsGrid{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:4rem;display:flex}.Results-module__vhmc0G__metric{text-align:center;max-width:250px}.Results-module__vhmc0G__metricTitle{color:var(--primary);font-size:1.25rem;font-weight:700;font-family:var(--font-outfit);margin-bottom:.5rem;display:block}.Results-module__vhmc0G__metricSub{color:var(--text-muted);font-size:.95rem;line-height:1.4}.Results-module__vhmc0G__caseStudies{grid-template-columns:1fr;gap:2rem;display:grid}.Results-module__vhmc0G__storyCard{flex-direction:column;height:100%;display:flex}.Results-module__vhmc0G__storyCard h3{color:var(--text-main);font-size:1.25rem;font-family:var(--font-outfit);margin-bottom:1rem}.Results-module__vhmc0G__cardList{color:var(--text-muted);flex-grow:1;padding-left:.5rem;line-height:1.6;list-style-position:inside}.Results-module__vhmc0G__cardList li{margin-bottom:.5rem}.Results-module__vhmc0G__cardList li::marker{color:var(--primary)}.Results-module__vhmc0G__cardFooter{border-top:1px solid #ffffff0d;margin-top:1.5rem;padding-top:1rem;font-size:.875rem;font-weight:600;color:var(--primary)!important}@media (min-width:768px){.Results-module__vhmc0G__caseStudies{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}}
.Contact-module__j4j5hq__section{background-color:var(--bg-deep);padding:6rem 0}.Contact-module__j4j5hq__grid{grid-template-columns:1fr;gap:4rem;display:grid}.Contact-module__j4j5hq__title{margin-bottom:1rem;font-size:2.5rem}.Contact-module__j4j5hq__subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.125rem}.Contact-module__j4j5hq__contactDetails{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__j4j5hq__contactItem{align-items:center;gap:1rem;font-size:1.125rem;display:flex}.Contact-module__j4j5hq__iconWrapper{width:40px;height:40px;color:var(--primary);background:#38bdf81a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Contact-module__j4j5hq__form{background:#15192380;border:1px solid #ffffff0d;border-radius:1.5rem;padding:2.5rem}.Contact-module__j4j5hq__row{grid-template-columns:1fr;gap:1.5rem;display:grid}.Contact-module__j4j5hq__submitBtn{width:100%}@media (min-width:768px){.Contact-module__j4j5hq__grid{grid-template-columns:1fr 1.5fr}.Contact-module__j4j5hq__row{grid-template-columns:1fr 1fr}}
.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Input-module__5jsJuW__label{color:var(--text-muted);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input{color:var(--text-main);font-family:var(--font-inter);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.Input-module__5jsJuW__input:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 2px #38bdf833}.Input-module__5jsJuW__textarea{resize:vertical;min-height:120px}
.Footer-module__3hUVsW__footer{background:var(--bg-deep);color:var(--text-muted);border-top:1px solid #ffffff0d;padding:2rem 0;font-size:.875rem}.Footer-module__3hUVsW__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__brand h3{color:var(--text-main);margin-bottom:.5rem;font-size:1rem}.Footer-module__3hUVsW__links{gap:1.5rem;display:flex}.Footer-module__3hUVsW__links a:hover{color:var(--primary)}@media (min-width:768px){.Footer-module__3hUVsW__content{text-align:left;flex-direction:row;justify-content:space-between}}
