.Navbar-module__nuAbfa__navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0a0a0acc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex;position:sticky;top:0}.Navbar-module__nuAbfa__logo{font-family:var(--font-mono);color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoIcon{color:var(--primary)}.Navbar-module__nuAbfa__navActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__loginLink{color:#666;cursor:not-allowed;font-size:.9rem;transition:color .2s}.Navbar-module__nuAbfa__loginLink:hover{color:#888}@media (max-width:768px){.Navbar-module__nuAbfa__navbar{padding:1rem 0}.Navbar-module__nuAbfa__ctaBtn{height:auto!important;padding:.4rem .8rem!important;font-size:.75rem!important}.Navbar-module__nuAbfa__logo{font-size:1.1rem}.Navbar-module__nuAbfa__navActions{gap:.75rem}}
.Hero-module__Z8hQ_W__hero{flex-direction:column;gap:4rem;padding:6rem 0;display:flex}.Hero-module__Z8hQ_W__heroContent{text-align:center;max-width:800px;margin:0 auto}.Hero-module__Z8hQ_W__headline{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.Hero-module__Z8hQ_W__subheadline{color:#888;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__Z8hQ_W__ctaForm{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.Hero-module__Z8hQ_W__input{border:1px solid var(--border);color:var(--foreground);font-family:var(--font-sans);background:#ffffff0d;border-radius:6px;outline:none;width:300px;padding:.75rem 1rem;transition:border-color .2s}.Hero-module__Z8hQ_W__input:focus{border-color:var(--primary)}.Hero-module__Z8hQ_W__microCopy{color:#666;font-size:.875rem}.Hero-module__Z8hQ_W__visual{grid-template-columns:1fr 1.5fr 1fr;gap:1rem;margin-top:2rem;display:grid}.Hero-module__Z8hQ_W__card{background:#111;border:1px solid #333;border-radius:8px;height:400px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__jiraCard{border-left:4px solid #f55}.Hero-module__Z8hQ_W__codeCard{border-top:4px solid var(--primary)}.Hero-module__Z8hQ_W__linkedinCard{border-top:4px solid #0077b5}.Hero-module__Z8hQ_W__cardHeader{font-family:var(--font-mono);border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:1rem;font-size:.8rem;display:flex}.Hero-module__Z8hQ_W__cardBody{color:#ccc;padding:1rem;font-size:.9rem}.Hero-module__Z8hQ_W__codeBlock{font-family:var(--font-mono);color:#a9b7c6;font-size:.8rem;line-height:1.5}.Hero-module__Z8hQ_W__successBadge{color:var(--primary);border:1px solid var(--primary);font-family:var(--font-mono);background:#00ff941a;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:flex;position:absolute;bottom:1rem;right:1rem}@media (max-width:768px){.Hero-module__Z8hQ_W__headline{font-size:2.5rem}.Hero-module__Z8hQ_W__visual{grid-template-columns:1fr}.Hero-module__Z8hQ_W__ctaForm{flex-direction:column;align-items:center}.Hero-module__Z8hQ_W__input{width:100%}}
.Agitation-module__YayuHG__agitation{background:linear-gradient(to bottom,var(--background),#0f0f0f);padding:6rem 0}.Agitation-module__YayuHG__header{text-align:center;margin-bottom:4rem}.Agitation-module__YayuHG__headline{margin-bottom:1rem;font-size:2.5rem}.Agitation-module__YayuHG__tableContainer{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;max-width:900px;margin:0 auto;overflow:hidden}.Agitation-module__YayuHG__table{border-collapse:collapse;width:100%}.Agitation-module__YayuHG__table th,.Agitation-module__YayuHG__table td{text-align:left;border-bottom:1px solid var(--border);padding:1.5rem}.Agitation-module__YayuHG__table th{font-family:var(--font-mono);color:#888;width:50%;font-size:1.1rem}.Agitation-module__YayuHG__table th:last-child{color:var(--primary)}.Agitation-module__YayuHG__table tr:last-child td{border-bottom:none}.Agitation-module__YayuHG__table td{color:#ccc;vertical-align:top;font-size:1rem}.Agitation-module__YayuHG__stintCell{color:#fff;font-weight:500;position:relative}.Agitation-module__YayuHG__stintCell:before{content:"";background:var(--primary);opacity:.5;width:2px;position:absolute;top:0;bottom:0;left:0}@media (max-width:768px){.Agitation-module__YayuHG__table th,.Agitation-module__YayuHG__table td{padding:1rem;font-size:.9rem}}
.HowItWorks-module__a-Tr4W__howItWorks{padding:8rem 0}.HowItWorks-module__a-Tr4W__header{text-align:center;margin-bottom:5rem}.HowItWorks-module__a-Tr4W__steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.HowItWorks-module__a-Tr4W__stepCard{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .2s;position:relative}.HowItWorks-module__a-Tr4W__stepCard:hover{border-color:var(--primary);transform:translateY(-5px)}.HowItWorks-module__a-Tr4W__stepNumber{background:var(--background);border:1px solid var(--border);width:3rem;height:3rem;font-family:var(--font-mono);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:-1.5rem;left:2rem}.HowItWorks-module__a-Tr4W__iconContainer{color:var(--foreground);margin-bottom:1.5rem}.HowItWorks-module__a-Tr4W__stepTitle{margin-bottom:1rem;font-size:1.25rem}.HowItWorks-module__a-Tr4W__stepDescription{color:#888;font-size:.95rem;line-height:1.6}@media (max-width:768px){.HowItWorks-module__a-Tr4W__steps{grid-template-columns:1fr;gap:4rem}}
.Features-module__ZD3nRW__features{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0f0f0f;padding:8rem 0}.Features-module__ZD3nRW__grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem;display:grid}.Features-module__ZD3nRW__featureCard{background:var(--background);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.Features-module__ZD3nRW__iconBox{color:var(--accent);background:#7c3aed1a;border-radius:8px;padding:.75rem}.Features-module__ZD3nRW__featureTitle{margin-bottom:.5rem;font-size:1.25rem}.Features-module__ZD3nRW__featureDesc{color:#888;font-size:.95rem;line-height:1.6}@media (max-width:768px){.Features-module__ZD3nRW__grid{grid-template-columns:1fr}}
.SocialProof-module__sKLGIW__socialProof{text-align:center;background:linear-gradient(to top,var(--background),#0f0f0f);padding:6rem 0}.SocialProof-module__sKLGIW__offerBox{border:1px solid var(--primary);background:#00ff940d;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.SocialProof-module__sKLGIW__offerBox:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.SocialProof-module__sKLGIW__headline{margin-bottom:1.5rem;font-size:2rem}.SocialProof-module__sKLGIW__offerText{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.SocialProof-module__sKLGIW__ticker{font-family:var(--font-mono);color:var(--primary);background:#0000004d;border-radius:8px;margin-bottom:2rem;padding:1rem 2rem;font-size:1.5rem;font-weight:700;display:inline-block}.SocialProof-module__sKLGIW__tickerValue{color:#fff}
.FAQ-module__KSzKsa__faq{padding:6rem 0}.FAQ-module__KSzKsa__header{text-align:center;margin-bottom:4rem}.FAQ-module__KSzKsa__faqList{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__KSzKsa__faqItem{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.FAQ-module__KSzKsa__question{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.FAQ-module__KSzKsa__answer{color:#888;line-height:1.6}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);background:#050505;padding:4rem 0}.Footer-module__EZoWya__footerContent{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Footer-module__EZoWya__footerLogo{font-family:var(--font-mono);color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__EZoWya__footerLinks{gap:2rem;display:flex}.Footer-module__EZoWya__footerLink{color:#888;font-size:.9rem;transition:color .2s}.Footer-module__EZoWya__footerLink:hover{color:var(--foreground)}.Footer-module__EZoWya__finalCta{text-align:center;border-top:1px solid #ffffff0d;margin-top:3rem;padding-top:3rem}.Footer-module__EZoWya__finalHeadline{margin-bottom:1.5rem;font-size:1.5rem}@media (max-width:768px){.Footer-module__EZoWya__footerContent{flex-direction:column;gap:2rem}}
