.Header-module__ldgnoG__header{z-index:50;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-bottom .3s,padding .3s;position:fixed;top:0;left:0}.Header-module__ldgnoG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#03071299;border-bottom:1px solid #ffffff0d;padding:1rem 0}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-heading);color:var(--foreground);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__ldgnoG__logoIcon{background:linear-gradient(135deg,var(--primary),var(--secondary));width:32px;height:32px;box-shadow:0 0 15px var(--primary-glow);border-radius:8px;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__desktopNav{gap:2rem;display:none}.Header-module__ldgnoG__navLink{color:var(--foreground-secondary);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Header-module__ldgnoG__navLink:hover{color:var(--foreground)}.Header-module__ldgnoG__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__ldgnoG__navLink:hover:after{width:100%}.Header-module__ldgnoG__actions{align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__loginBtn{display:none}.Header-module__ldgnoG__mobileToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;display:block}.Header-module__ldgnoG__mobileMenu{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;width:100%;padding:1rem;display:flex;position:absolute;top:100%;left:0}.Header-module__ldgnoG__mobileNavLink{color:var(--foreground);border-radius:var(--radius-sm);padding:.75rem;font-weight:500}.Header-module__ldgnoG__mobileNavLink:hover{background:#ffffff0d}@media (min-width:768px){.Header-module__ldgnoG__desktopNav{display:flex}.Header-module__ldgnoG__loginBtn{display:inline-flex}.Header-module__ldgnoG__mobileToggle{display:none}}
.Button-module__8RiFmG__button{font-family:var(--font-body);border-radius:var(--radius-full);cursor:pointer;isolation:isolate;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:background-color .2s,color .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:disabled{opacity:.7;cursor:not-allowed}.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__primary{background:var(--primary);color:#fff;box-shadow:0 0 20px -5px var(--primary-glow)}.Button-module__8RiFmG__primary:hover{box-shadow:0 0 30px -5px var(--primary-glow)}.Button-module__8RiFmG__secondary{background:var(--surface);color:var(--foreground);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover{background:var(--surface-hover)}.Button-module__8RiFmG__outline{border:1px solid var(--primary);color:var(--primary);background:0 0}.Button-module__8RiFmG__outline:hover{background:#8b5cf61a}.Button-module__8RiFmG__ghost{color:var(--foreground-secondary);background:0 0}.Button-module__8RiFmG__ghost:hover{color:var(--foreground);background:#ffffff0d}.Button-module__8RiFmG__glow{z-index:-1;background:linear-gradient(45deg,#0000 0%,#ffffff1a 50%,#0000 100%);width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.Button-module__8RiFmG__button:hover .Button-module__8RiFmG__glow{transition:transform .6s;transform:translate(100%)}.Button-module__8RiFmG__spinner{animation:1s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Hero-module__JgYmMq__hero{background:radial-gradient(circle at 50% 0%,#1e1b4b 0%,var(--background)70%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__orb1{background:var(--primary);filter:blur(150px);opacity:.15;z-index:0;border-radius:50%;width:50vw;height:50vw;animation:20s ease-in-out infinite Hero-module__JgYmMq__float;position:absolute;top:-10%;left:20%}.Hero-module__JgYmMq__orb2{background:var(--secondary);filter:blur(150px);opacity:.1;z-index:0;border-radius:50%;width:40vw;height:40vw;animation:25s ease-in-out infinite reverse Hero-module__JgYmMq__float;position:absolute;bottom:0;right:10%}.Hero-module__JgYmMq__container{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.Hero-module__JgYmMq__badge{border-radius:var(--radius-full);color:var(--primary);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Hero-module__JgYmMq__badgeDot{background-color:var(--primary);width:6px;height:6px;box-shadow:0 0 10px var(--primary);border-radius:50%}.Hero-module__JgYmMq__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.Hero-module__JgYmMq__gradientText{background:linear-gradient(to right,var(--primary),var(--secondary),var(--accent));color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite Hero-module__JgYmMq__shimmer}.Hero-module__JgYmMq__description{color:var(--foreground-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__JgYmMq__ctaGroup{align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.Hero-module__JgYmMq__visualContainer{perspective:1000px;width:100%;max-width:900px;margin:0 auto}.Hero-module__JgYmMq__visualPlaceholder{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #ffffff1a;padding:1rem;transition:transform .3s;position:relative;transform:rotateX(10deg);box-shadow:0 25px 50px -12px #00000080}.Hero-module__JgYmMq__visualPlaceholder:hover{transform:rotateX(0)scale(1.02)}.Hero-module__JgYmMq__visualGlow{background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.Hero-module__JgYmMq__visualContent{border-radius:var(--radius-md);background:#0f172a;flex-direction:column;height:400px;display:flex;overflow:hidden}.Hero-module__JgYmMq__uiHeader{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;height:48px;padding:0 1rem;display:flex}.Hero-module__JgYmMq__windowControls{gap:8px;display:flex}.Hero-module__JgYmMq__addressBar{color:var(--foreground-secondary);background:#0000004d;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:8px;padding:4px 12px;font-family:monospace;font-size:.8rem;display:flex}.Hero-module__JgYmMq__terminalIcon{color:var(--primary);opacity:.8}.Hero-module__JgYmMq__uiDot{background:var(--surface-hover);border-radius:50%;width:10px;height:10px}.Hero-module__JgYmMq__uiDot:first-child{background:#ef4444}.Hero-module__JgYmMq__uiDot:nth-child(2){background:#f59e0b}.Hero-module__JgYmMq__uiDot:nth-child(3){background:#22c55e}.Hero-module__JgYmMq__uiBody{background:#0f172a;flex:1;display:flex}.Hero-module__JgYmMq__uiSidebar{border-right:1px solid var(--border);background:#ffffff05;flex-direction:column;align-items:center;gap:12px;width:60px;padding:1rem 0;display:flex}.Hero-module__JgYmMq__sidebarLine{background:var(--surface-hover);opacity:.3;border-radius:2px;height:4px}.Hero-module__JgYmMq__terminalScreen{text-align:left;flex-direction:column;flex:1;gap:.5rem;padding:2rem;font-family:Courier New,Courier,monospace;font-size:.9rem;display:flex}.Hero-module__JgYmMq__terminalLine{color:#e2e8f0}.Hero-module__JgYmMq__terminalIdle{color:var(--foreground-secondary)}.Hero-module__JgYmMq__cursor{color:var(--primary);font-weight:700;animation:1s step-end infinite Hero-module__JgYmMq__blink}@keyframes Hero-module__JgYmMq__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__JgYmMq__text-emerald-400{color:#34d399}.Hero-module__JgYmMq__text-slate-400{color:#94a3b8}.Hero-module__JgYmMq__text-blue-400{color:#60a5fa}.Hero-module__JgYmMq__text-purple-400{color:#c084fc}.Hero-module__JgYmMq__text-green-400{color:#4ade80}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translate(0)}50%{transform:translate(-20px,30px)}}@keyframes Hero-module__JgYmMq__shimmer{to{background-position:200%}}@media (min-width:768px){.Hero-module__JgYmMq__title{font-size:5rem}}
.Features-module__MNwinW__section{background:var(--background);padding:8rem 0;position:relative}.Features-module__MNwinW__header{text-align:center;max-width:600px;margin:0 auto 4rem}.Features-module__MNwinW__sectionTitle{background:linear-gradient(#fff,#94a3b8);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.Features-module__MNwinW__sectionSubtitle{color:var(--foreground-secondary);font-size:1.125rem}.Features-module__MNwinW__grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.Features-module__MNwinW__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px}}.Features-module__MNwinW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);group:hover;flex-direction:column;justify-content:flex-end;padding:2rem;transition:border-colors .3s;display:flex;position:relative;overflow:hidden}.Features-module__MNwinW__card:hover{border-color:var(--primary)}.Features-module__MNwinW__large{grid-column:span 1}@media (min-width:768px){.Features-module__MNwinW__large{grid-column:span 2}.Features-module__MNwinW__medium{grid-row:span 2}}.Features-module__MNwinW__iconWrapper{width:48px;height:48px;color:var(--primary);background:#8b5cf61a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:auto;display:flex}.Features-module__MNwinW__cardTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.Features-module__MNwinW__cardDescription{color:var(--foreground-secondary);font-size:.95rem;line-height:1.5}.Features-module__MNwinW__cardGlow{background:radial-gradient(circle at top right,var(--primary-glow),transparent 70%);opacity:0;pointer-events:none;width:150px;height:150px;transition:opacity .3s;position:absolute;top:0;right:0}.Features-module__MNwinW__card:hover .Features-module__MNwinW__cardGlow{opacity:.5}
.HowItWorks-module__u8qSLG__section{background:var(--background-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.HowItWorks-module__u8qSLG__header{text-align:center;margin-bottom:4rem}.HowItWorks-module__u8qSLG__sectionTitle{font-size:2.5rem}.HowItWorks-module__u8qSLG__stepsWrapper{max-width:1000px;margin:0 auto;position:relative}.HowItWorks-module__u8qSLG__connectorLine{background:linear-gradient(90deg,transparent,var(--border-light),transparent);z-index:0;height:2px;display:none;position:absolute;top:40px;left:0;right:0}@media (min-width:768px){.HowItWorks-module__u8qSLG__connectorLine{display:block}}.HowItWorks-module__u8qSLG__stepsContainer{z-index:1;flex-direction:column;gap:3rem;display:flex;position:relative}@media (min-width:768px){.HowItWorks-module__u8qSLG__stepsContainer{flex-direction:row;justify-content:space-between;gap:2rem}}.HowItWorks-module__u8qSLG__stepItem{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.HowItWorks-module__u8qSLG__stepIconCtx{margin-bottom:1.5rem;position:relative}.HowItWorks-module__u8qSLG__stepIcon{background:var(--surface);border:1px solid var(--border-light);width:80px;height:80px;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 0 20px #0003}.HowItWorks-module__u8qSLG__stepNumber{background:var(--accent);color:#fff;border:3px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.HowItWorks-module__u8qSLG__stepTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem}.HowItWorks-module__u8qSLG__stepDesc{color:var(--foreground-secondary);line-height:1.6}
.Pricing-module__Pm6ArG__section{background:var(--background);padding:8rem 0;position:relative}.Pricing-module__Pm6ArG__header{text-align:center;margin-bottom:4rem}.Pricing-module__Pm6ArG__title{margin-bottom:1rem;font-size:2.5rem}.Pricing-module__Pm6ArG__subtitle{color:var(--foreground-secondary);font-size:1.125rem}.Pricing-module__Pm6ArG__grid{grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:768px){.Pricing-module__Pm6ArG__grid{grid-template-columns:repeat(3,1fr);align-items:center}}.Pricing-module__Pm6ArG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.Pricing-module__Pm6ArG__card:hover{transform:translateY(-5px)}.Pricing-module__Pm6ArG__popularCard{background:linear-gradient(145deg,var(--surface),#8b5cf61a);border:1px solid var(--primary);z-index:1;box-shadow:0 0 40px -10px #8b5cf64d}@media (min-width:768px){.Pricing-module__Pm6ArG__popularCard{transform:scale(1.05)}.Pricing-module__Pm6ArG__popularCard:hover{transform:scale(1.08)}}.Pricing-module__Pm6ArG__badge{background:var(--primary);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;font-size:.8rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__Pm6ArG__cardHeader{text-align:center;border-bottom:1px solid var(--border-light);margin-bottom:2rem;padding-bottom:2rem}.Pricing-module__Pm6ArG__planName{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.Pricing-module__Pm6ArG__priceContainer{justify-content:center;align-items:baseline;margin-bottom:1rem;display:flex}.Pricing-module__Pm6ArG__price{color:var(--foreground);font-size:3rem;font-weight:700}.Pricing-module__Pm6ArG__period{color:var(--foreground-secondary);margin-left:4px}.Pricing-module__Pm6ArG__description{color:var(--foreground-secondary);font-size:.95rem}.Pricing-module__Pm6ArG__features{flex:1;margin:0 0 2rem;list-style:none}.Pricing-module__Pm6ArG__featureItem{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.Pricing-module__Pm6ArG__checkIcon{color:var(--secondary);flex-shrink:0}.Pricing-module__Pm6ArG__action{margin-top:auto}.Pricing-module__Pm6ArG__fullWidth{width:100%}
.Footer-module__Grjkva__footer{border-top:1px solid var(--border);background:var(--background-secondary);color:var(--foreground-secondary);padding:5rem 0 2rem;font-size:.95rem}.Footer-module__Grjkva__top{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (min-width:768px){.Footer-module__Grjkva__top{flex-direction:row;justify-content:space-between}}.Footer-module__Grjkva__brand{max-width:300px}.Footer-module__Grjkva__logo{font-family:var(--font-heading);color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__Grjkva__tagline{line-height:1.6}.Footer-module__Grjkva__links{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.Footer-module__Grjkva__links{grid-template-columns:repeat(3,1fr);gap:4rem}}.Footer-module__Grjkva__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__column h4{color:var(--foreground);margin-bottom:.5rem;font-size:1rem}.Footer-module__Grjkva__column a{transition:color .2s}.Footer-module__Grjkva__column a:hover{color:var(--primary)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--border-light);flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__Grjkva__bottom{flex-direction:row;justify-content:space-between}}.Footer-module__Grjkva__social{align-items:center;gap:1.5rem;display:flex}.Footer-module__Grjkva__social a{color:var(--foreground-secondary);align-items:center;transition:color .2s;display:flex}.Footer-module__Grjkva__social a:hover{color:var(--foreground)}.Footer-module__Grjkva__divider{background:var(--border-light);width:1px;height:20px}.Footer-module__Grjkva__upworkBtn{background:var(--surface);border-radius:var(--radius-full);border:1px solid var(--border);gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--foreground)!important;transition:all .2s!important}.Footer-module__Grjkva__upworkBtn:hover{background:#14a8000d;border-color:#14a800;color:#14a800!important}
