.DynamicForm-module__jGHy9G__wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.DynamicForm-module__jGHy9G__formColumn{max-width:100%}.DynamicForm-module__jGHy9G__previewColumn{background:var(--background);border:1px solid var(--border);border-radius:8px;max-height:90vh;position:sticky;top:2rem;overflow:hidden auto}.DynamicForm-module__jGHy9G__previewHeader{background:var(--surface);border-bottom:1px solid var(--border);color:var(--foreground);padding:1rem;font-weight:600}@media (max-width:1024px){.DynamicForm-module__jGHy9G__wrapper{grid-template-columns:1fr}.DynamicForm-module__jGHy9G__previewColumn{margin-top:2rem;position:static}}.DynamicForm-module__jGHy9G__title{color:var(--foreground);margin-bottom:2rem}.DynamicForm-module__jGHy9G__form{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem}.DynamicForm-module__jGHy9G__field{margin-bottom:1.5rem}.DynamicForm-module__jGHy9G__field label,.DynamicForm-module__jGHy9G__fieldLabel{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.DynamicForm-module__jGHy9G__fieldLabel{color:var(--foreground);border-bottom:1px solid var(--border);margin-top:1.5rem;padding-bottom:.5rem;font-size:1rem}.DynamicForm-module__jGHy9G__input,.DynamicForm-module__jGHy9G__textarea{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:4px;padding:.75rem;font-family:inherit}.DynamicForm-module__jGHy9G__textarea{resize:vertical;min-height:100px}.DynamicForm-module__jGHy9G__arraySection{border-left:2px solid var(--border);margin-bottom:2rem;padding-left:1rem}.DynamicForm-module__jGHy9G__inputGroup{align-items:center;gap:1rem;display:flex}.DynamicForm-module__jGHy9G__fileInput{color:var(--text-muted);font-size:.9rem}.DynamicForm-module__jGHy9G__fileInput::file-selector-button{background:var(--surface);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:6px;margin-right:1rem;padding:8px 12px;transition:all .2s}.DynamicForm-module__jGHy9G__fileInput::file-selector-button:hover{background:var(--surface-hover);border-color:var(--text-muted)}.DynamicForm-module__jGHy9G__buttonGroup{gap:1rem;margin-top:2rem;display:flex}.DynamicForm-module__jGHy9G__arrayItem{background:var(--background);border:1px solid var(--border);border-radius:6px;margin-bottom:1rem;overflow:hidden}.DynamicForm-module__jGHy9G__arrayItemHeader{background:var(--surface-hover);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1rem;transition:background .2s;display:flex}.DynamicForm-module__jGHy9G__arrayItemHeader:hover{background:var(--border)}.DynamicForm-module__jGHy9G__headerLeft{align-items:center;gap:.5rem;display:flex}.DynamicForm-module__jGHy9G__chevron{color:var(--text-muted);text-align:center;width:1rem;font-size:.8rem}.DynamicForm-module__jGHy9G__itemTitle{color:var(--foreground);font-size:.9rem;font-weight:600}.DynamicForm-module__jGHy9G__itemContent{border-top:1px solid var(--border);background:var(--background);padding:1rem}.DynamicForm-module__jGHy9G__saveButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;margin-top:2rem;padding:1rem;font-weight:600}.DynamicForm-module__jGHy9G__saveButton:disabled{opacity:.7;cursor:not-allowed}.DynamicForm-module__jGHy9G__addButton{border:1px dashed var(--border);color:var(--primary);cursor:pointer;background:0 0;border-radius:4px;width:100%;margin-top:1rem;padding:.5rem 1rem}.DynamicForm-module__jGHy9G__addButton:hover{background:var(--surface-hover)}.DynamicForm-module__jGHy9G__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.DynamicForm-module__jGHy9G__removeButton:hover{background:#ef44441a}.DynamicForm-module__jGHy9G__message{color:var(--secondary);background:#10b9811a;border-radius:4px;margin-bottom:1rem;padding:.75rem}.DynamicForm-module__jGHy9G__loading,.DynamicForm-module__jGHy9G__error{text-align:center;color:var(--text-muted);padding:2rem}
.FeaturedProjects-module__DCaKuW__section{padding:6rem 0;position:relative}.FeaturedProjects-module__DCaKuW__header{text-align:center;margin-bottom:3rem}.FeaturedProjects-module__DCaKuW__introText{color:var(--text-muted);max-width:700px;margin:1rem auto 0;font-size:1.1rem;line-height:1.6}.FeaturedProjects-module__DCaKuW__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.FeaturedProjects-module__DCaKuW__filterBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;padding:.5rem 1.2rem;font-size:.9rem;transition:all .3s}.FeaturedProjects-module__DCaKuW__filterBtn:hover,.FeaturedProjects-module__DCaKuW__filterBtn.FeaturedProjects-module__DCaKuW__active{background:var(--surface-hover);color:var(--foreground);border-color:var(--primary)}.FeaturedProjects-module__DCaKuW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.FeaturedProjects-module__DCaKuW__card{border:1px solid var(--border);flex-direction:column;height:100%;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative}.FeaturedProjects-module__DCaKuW__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0003}.FeaturedProjects-module__DCaKuW__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.FeaturedProjects-module__DCaKuW__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#3b82f61a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.FeaturedProjects-module__DCaKuW__statusBadge{border:1px solid #0000;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.FeaturedProjects-module__DCaKuW__mediaContainer{aspect-ratio:16/9;border-radius:8px;margin:1rem 0;position:relative;overflow:hidden}.FeaturedProjects-module__DCaKuW__projectImage,.FeaturedProjects-module__DCaKuW__projectVideo{object-fit:cover;width:100%;height:100%}.FeaturedProjects-module__DCaKuW__cardTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.FeaturedProjects-module__DCaKuW__cardDescription{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.FeaturedProjects-module__DCaKuW__miniMetrics{color:var(--text-muted);gap:1rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:500;display:flex}.FeaturedProjects-module__DCaKuW__cardFooter{margin-top:auto}.FeaturedProjects-module__DCaKuW__projectLink{color:var(--foreground);font-weight:600;transition:color .2s;display:inline-block}.FeaturedProjects-module__DCaKuW__projectLink:hover{color:var(--primary)}.FeaturedProjects-module__DCaKuW__ctaContainer{text-align:center;margin-top:4rem}.FeaturedProjects-module__DCaKuW__ctaLink{color:var(--text-muted);border-bottom:1px solid var(--border);padding-bottom:2px;font-size:1.1rem;transition:color .2s,border-color .2s}.FeaturedProjects-module__DCaKuW__ctaLink:hover{color:var(--primary);border-color:var(--primary)}@media (max-width:768px){.FeaturedProjects-module__DCaKuW__grid{grid-template-columns:1fr}}
.AIDemo-module__77zv7G__section{padding:6rem 0;position:relative}.AIDemo-module__77zv7G__header{text-align:center;margin-bottom:4rem}.AIDemo-module__77zv7G__interface{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.AIDemo-module__77zv7G__chatWindow{height:550px;font-family:var(--font-mono,"Courier New",monospace);background:#0f172a;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 20px 50px -10px #00000080}.AIDemo-module__77zv7G__chatWindow:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f61a,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.AIDemo-module__77zv7G__topBar{z-index:1;background:#0f172af2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.AIDemo-module__77zv7G__dots{gap:8px;display:flex}.AIDemo-module__77zv7G__dot{border-radius:50%;width:12px;height:12px;transition:opacity .2s}.AIDemo-module__77zv7G__dot:first-child{background:#ef4444}.AIDemo-module__77zv7G__dot:nth-child(2){background:#eab308}.AIDemo-module__77zv7G__dot:nth-child(3){background:#22c55e}.AIDemo-module__77zv7G__status{color:#94a3b8;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.AIDemo-module__77zv7G__status:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;display:block;box-shadow:0 0 8px #22c55e}.AIDemo-module__77zv7G__messages{z-index:1;scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.AIDemo-module__77zv7G__message{animation:.3s ease-out AIDemo-module__77zv7G__fadeIn;display:flex}@keyframes AIDemo-module__77zv7G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIDemo-module__77zv7G__assistant{justify-content:flex-start}.AIDemo-module__77zv7G__user{justify-content:flex-end}.AIDemo-module__77zv7G__bubble{border-radius:18px;max-width:85%;padding:1rem 1.5rem;font-size:.95rem;line-height:1.6;position:relative;box-shadow:0 2px 4px #0000001a}.AIDemo-module__77zv7G__assistant .AIDemo-module__77zv7G__bubble{color:#e2e8f0;background:#1e293b;border:1px solid #ffffff0d;border-bottom-left-radius:4px}.AIDemo-module__77zv7G__user .AIDemo-module__77zv7G__bubble{background:var(--primary);background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;font-family:var(--font-sans);border-bottom-right-radius:4px}.AIDemo-module__77zv7G__bubble p{margin-bottom:.5rem}.AIDemo-module__77zv7G__bubble p:last-child{margin-bottom:0}.AIDemo-module__77zv7G__typingIndicator{color:#64748b;align-items:center;gap:.5rem;margin-left:1rem;font-size:.85rem;display:flex}.AIDemo-module__77zv7G__typingIndicator:after{content:"▋";animation:1s infinite AIDemo-module__77zv7G__blink}@keyframes AIDemo-module__77zv7G__blink{0%,to{opacity:1}50%{opacity:0}}.AIDemo-module__77zv7G__controls{text-align:center}.AIDemo-module__77zv7G__promptLabel{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.AIDemo-module__77zv7G__promptsGrid{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.AIDemo-module__77zv7G__promptBtn{background:var(--surface);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:12px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AIDemo-module__77zv7G__promptBtn:hover:not(:disabled){border-color:var(--primary);background:var(--surface-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.AIDemo-module__77zv7G__promptBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.About-module__vAULUW__section{padding:var(--section-padding)}.About-module__vAULUW__container{align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.About-module__vAULUW__imageColumn{flex:1;justify-content:flex-end;display:flex}.About-module__vAULUW__imagePlaceholder{background:var(--surface-hover);border:1px solid var(--border);border-radius:20px;justify-content:center;align-items:center;width:400px;height:400px;display:flex;overflow:hidden}.About-module__vAULUW__profileImage{object-fit:cover;width:100%;height:100%}.About-module__vAULUW__initials{color:var(--text-muted);font-size:4rem;font-weight:700}.About-module__vAULUW__textColumn{flex:1.5}.About-module__vAULUW__bio{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.About-module__vAULUW__container{text-align:center;flex-direction:column;gap:2rem}.About-module__vAULUW__imageColumn{justify-content:center}}
.BlogHighlights-module__CRo5BG__section{padding:6rem 0;position:relative;overflow:hidden}.BlogHighlights-module__CRo5BG__header{text-align:center;margin-bottom:4rem;position:relative}.BlogHighlights-module__CRo5BG__blogLink{color:var(--primary);margin-top:1rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-block}.BlogHighlights-module__CRo5BG__blogLink:hover{transform:translate(4px)}.BlogHighlights-module__CRo5BG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.BlogHighlights-module__CRo5BG__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.BlogHighlights-module__CRo5BG__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.BlogHighlights-module__CRo5BG__imageWrapper{background:var(--surface-hover);height:200px;position:relative;overflow:hidden}.BlogHighlights-module__CRo5BG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.BlogHighlights-module__CRo5BG__card:hover .BlogHighlights-module__CRo5BG__image{transform:scale(1.05)}.BlogHighlights-module__CRo5BG__playIcon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BlogHighlights-module__CRo5BG__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.BlogHighlights-module__CRo5BG__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.BlogHighlights-module__CRo5BG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.BlogHighlights-module__CRo5BG__tag{color:var(--primary);background:var(--surface-hover);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.BlogHighlights-module__CRo5BG__date{color:var(--text-muted);font-size:.8rem;font-weight:500}.BlogHighlights-module__CRo5BG__title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.BlogHighlights-module__CRo5BG__title a{color:var(--foreground);text-decoration:none;transition:color .2s}.BlogHighlights-module__CRo5BG__title a:hover{color:var(--primary)}.BlogHighlights-module__CRo5BG__excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogHighlights-module__CRo5BG__readMore{color:var(--primary);align-items:center;gap:.5rem;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.BlogHighlights-module__CRo5BG__arrow{transition:transform .2s}.BlogHighlights-module__CRo5BG__readMore:hover .BlogHighlights-module__CRo5BG__arrow{transform:translate(4px)}@media (max-width:768px){.BlogHighlights-module__CRo5BG__grid{grid-template-columns:1fr}}
.BuildingNow-module__xDZoka__section{padding:var(--section-padding)}.BuildingNow-module__xDZoka__card{border:1px solid var(--border);border-radius:12px;max-width:800px;margin:0 auto;padding:40px;transition:transform .3s,box-shadow .3s}.BuildingNow-module__xDZoka__card:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 30px #0000001a}.BuildingNow-module__xDZoka__header{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.BuildingNow-module__xDZoka__pulse{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:2s infinite BuildingNow-module__xDZoka__pulse-red;box-shadow:0 0 #ef4444b3}@keyframes BuildingNow-module__xDZoka__pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.BuildingNow-module__xDZoka__cardTitle{color:var(--foreground);font-size:1.5rem;font-weight:600}.BuildingNow-module__xDZoka__timeline{padding-left:20px;position:relative}.BuildingNow-module__xDZoka__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:10px;bottom:10px;left:0}.BuildingNow-module__xDZoka__timelineItem{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}.BuildingNow-module__xDZoka__timelineItem:last-child{margin-bottom:0}.BuildingNow-module__xDZoka__timelineIcon{background:var(--surface);z-index:1;padding:5px 0;font-size:1.5rem}.BuildingNow-module__xDZoka__timelineContent{flex-grow:1}.BuildingNow-module__xDZoka__text{color:var(--foreground);font-size:1.1rem}.BuildingNow-module__xDZoka__footer{text-align:right;border-top:1px solid var(--border);margin-top:3rem;padding-top:1.5rem}.BuildingNow-module__xDZoka__link{color:var(--primary);font-weight:600;transition:color .2s}.BuildingNow-module__xDZoka__link:hover{color:var(--primary)}
.Contact-module__hcVmEa__section{background:var(--surface);padding:6rem 0;position:relative}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:4rem}.Contact-module__hcVmEa__contentWrapper{gap:4rem;max-width:1000px;margin:0 auto;display:flex}.Contact-module__hcVmEa__infoSide{flex:1}.Contact-module__hcVmEa__formSide{background:var(--background);border:1px solid var(--border);border-radius:12px;flex:1.2;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.Contact-module__hcVmEa__formTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Contact-module__hcVmEa__formText{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.Contact-module__hcVmEa__ctaGrid{flex-wrap:wrap;gap:1rem;display:flex}.Contact-module__hcVmEa__ctaBtn{border-radius:50px;padding:.8rem 1.5rem;font-weight:500;transition:all .2s;display:inline-block}.Contact-module__hcVmEa__ctaBtn[class*=btn-secondary]{border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d;color:#000!important;background-color:#fff!important}.Contact-module__hcVmEa__ctaBtn[class*=btn-secondary]:hover{color:#000;background-color:#f5f5f5;border-color:#d4d4d4;transform:translateY(-1px)}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{color:var(--foreground);font-size:.9rem;font-weight:500}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:6px;padding:.8rem;font-family:inherit;transition:border-color .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #2563eb1a}.Contact-module__hcVmEa__textarea{resize:vertical}.Contact-module__hcVmEa__submitBtn{width:100%;margin-top:.5rem;padding:1rem;font-weight:600}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__errorMsg{color:#ef4444;text-align:center;font-size:.9rem}@media (max-width:768px){.Contact-module__hcVmEa__contentWrapper{flex-direction:column;gap:3rem}.Contact-module__hcVmEa__infoSide{text-align:center}.Contact-module__hcVmEa__ctaGrid{justify-content:center}}
.DigitalProducts-module__IJ28nW__section{padding:var(--section-padding);background:linear-gradient(#10b9810d,#0000)}.DigitalProducts-module__IJ28nW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.DigitalProducts-module__IJ28nW__card{flex-direction:column;height:100%;padding:2rem;display:flex;position:relative;overflow:hidden}.DigitalProducts-module__IJ28nW__mediaContainer{background:#000;height:180px;margin:-2rem -2rem 1.5rem;position:relative}.DigitalProducts-module__IJ28nW__projectImage{object-fit:cover;width:100%;height:100%}.DigitalProducts-module__IJ28nW__projectVideo{border:none;width:100%;height:100%}.DigitalProducts-module__IJ28nW__icon{font-size:2.5rem;position:relative}.DigitalProducts-module__IJ28nW__content{flex-direction:column;flex-grow:1;width:100%;display:flex}.DigitalProducts-module__IJ28nW__badge{color:#000;text-transform:uppercase;background:#fbbf24;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;position:absolute;top:20px;right:20px}.DigitalProducts-module__IJ28nW__cardTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.DigitalProducts-module__IJ28nW__cardDescription{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.DigitalProducts-module__IJ28nW__ctaContainer{text-align:center;margin-top:3rem}.DigitalProducts-module__IJ28nW__ctaLink{color:var(--foreground);border-bottom:1px solid var(--primary);padding-bottom:4px;font-weight:600;transition:all .2s}.DigitalProducts-module__IJ28nW__ctaLink:hover{color:var(--primary)}
.Hero-module__ZARIfG__hero{align-items:center;min-height:90vh;padding-top:140px;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";z-index:-1;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-20%;right:-10%}.Hero-module__ZARIfG__heroContainer{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__headline{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__gradientText{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subheadline{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__microTrust{flex-wrap:wrap;gap:1.5rem;display:flex}.Hero-module__ZARIfG__ctaSubline{color:var(--text-muted);opacity:.9;margin-top:-2rem;margin-bottom:2.5rem;padding-left:5px;font-size:.85rem;font-weight:500}.Hero-module__ZARIfG__trustItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Hero-module__ZARIfG__rotatingVisual{width:300px;height:300px;animation:20s linear infinite Hero-module__ZARIfG__rotate;position:relative}.Hero-module__ZARIfG__circle{border:1px dashed #ffffff1a;border-radius:50%;position:absolute;inset:0}.Hero-module__ZARIfG__floatingItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;white-space:nowrap;background:#171717cc;border:1px solid #ffffff1a;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600;animation:20s linear infinite Hero-module__ZARIfG__counterRotate;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0003}.Hero-module__ZARIfG__centerText{background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:20s linear infinite Hero-module__ZARIfG__counterRotate;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #3b82f666}.Hero-module__ZARIfG__centerIcon{font-size:2rem}@keyframes Hero-module__ZARIfG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__ZARIfG__counterRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}@media (max-width:768px){.Hero-module__ZARIfG__heroContainer{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__headline{font-size:3rem}.Hero-module__ZARIfG__subheadline{margin:0 auto 2rem}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;justify-content:center}.Hero-module__ZARIfG__microTrust{justify-content:center}.Hero-module__ZARIfG__ctaSubline{text-align:center;margin-top:1rem}}.Hero-module__ZARIfG__scrollIndicator{opacity:.7;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollIndicator:hover{opacity:1}.Hero-module__ZARIfG__mouse{border:2px solid var(--text-muted);border-radius:20px;width:26px;height:42px;position:relative}.Hero-module__ZARIfG__wheel{background:var(--text-muted);border-radius:2px;width:2px;height:6px;animation:2s infinite Hero-module__ZARIfG__scrollWheel;position:absolute;top:8px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__arrows{flex-direction:column;align-items:center;margin-top:-5px;display:flex}.Hero-module__ZARIfG__arrows span{border-bottom:2px solid var(--text-muted);border-right:2px solid var(--text-muted);width:10px;height:10px;margin:-3px;animation:2s infinite Hero-module__ZARIfG__scrollArrow;display:block;transform:rotate(45deg)}.Hero-module__ZARIfG__arrows span:nth-child(2){animation-delay:-.2s}.Hero-module__ZARIfG__arrows span:nth-child(3){animation-delay:-.4s}@keyframes Hero-module__ZARIfG__scrollWheel{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(15px)}}@keyframes Hero-module__ZARIfG__scrollArrow{0%{opacity:0;transform:rotate(45deg)translate(-5px,-5px)}50%{opacity:1}to{opacity:0;transform:rotate(45deg)translate(5px,5px)}}
.HireMe-module__14wK6G__container{background:var(--surface);border-top:1px solid var(--border);padding:4rem 0}.HireMe-module__14wK6G__wrapper{justify-content:space-between;align-items:center;gap:3rem;display:flex}.HireMe-module__14wK6G__title{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.HireMe-module__14wK6G__tags{flex-wrap:wrap;gap:.75rem;display:flex}.HireMe-module__14wK6G__tag{background:var(--background);border:1px solid var(--border);color:var(--text-muted);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.HireMe-module__14wK6G__cta{flex-shrink:0}@media (max-width:768px){.HireMe-module__14wK6G__wrapper{text-align:center;flex-direction:column}.HireMe-module__14wK6G__tags{justify-content:center}}
.LiveDashboard-module__JVXUBW__section{background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);padding:6rem 0;position:relative}.LiveDashboard-module__JVXUBW__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex;position:relative}.LiveDashboard-module__JVXUBW__liveIndicator{color:#ef4444;letter-spacing:.1em;background:#ef44441a;border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:4px 12px;font-size:.8rem;font-weight:700;display:flex}.LiveDashboard-module__JVXUBW__dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite LiveDashboard-module__JVXUBW__pulse}@keyframes LiveDashboard-module__JVXUBW__pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.LiveDashboard-module__JVXUBW__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.LiveDashboard-module__JVXUBW__card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:transform .3s,border-color .3s;display:flex}.LiveDashboard-module__JVXUBW__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.LiveDashboard-module__JVXUBW__linkCard:hover{background:var(--surface-hover);cursor:pointer}.LiveDashboard-module__JVXUBW__icon{background:var(--surface-hover);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:2rem;display:flex}.LiveDashboard-module__JVXUBW__value{color:var(--foreground);text-shadow:0 2px 10px #0003;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.LiveDashboard-module__JVXUBW__textValue{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.LiveDashboard-module__JVXUBW__label{color:var(--text-muted);font-size:.9rem;font-weight:500}.LiveDashboard-module__JVXUBW__iconWrapper{align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.LiveDashboard-module__JVXUBW__iconWrapper .LiveDashboard-module__JVXUBW__icon{width:40px;height:40px;margin-bottom:0;font-size:1.5rem}.LiveDashboard-module__JVXUBW__widgetLabel{color:var(--foreground);font-weight:600}.LiveDashboard-module__JVXUBW__progressContainer{width:100%}.LiveDashboard-module__JVXUBW__progressBar{background:var(--border);border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;overflow:hidden}.LiveDashboard-module__JVXUBW__progressFill{border-radius:4px;height:100%;transition:width 1s ease-out}.LiveDashboard-module__JVXUBW__progressText{justify-content:space-between;align-items:baseline;display:flex}.LiveDashboard-module__JVXUBW__progressText .LiveDashboard-module__JVXUBW__value{margin-bottom:0;font-size:1.5rem}.LiveDashboard-module__JVXUBW__subtext{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.LiveDashboard-module__JVXUBW__value{font-size:2rem}}
.Newsletter-module__OxvLTq__section{padding:var(--section-padding)}.Newsletter-module__OxvLTq__content{background:var(--surface);border:1px solid var(--border);border-radius:20px;grid-template-columns:1fr 1fr;padding:0;display:grid;overflow:hidden}.Newsletter-module__OxvLTq__visualColumn{border-right:1px solid var(--border);background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);justify-content:center;align-items:center;padding:3rem;display:flex}.Newsletter-module__OxvLTq__mockup{background:var(--background);border:1px solid var(--border);border-radius:12px;width:100%;max-width:300px;overflow:hidden;box-shadow:0 20px 40px #0003}.Newsletter-module__OxvLTq__mockupHeader{background:var(--surface-hover);border-bottom:1px solid var(--border);gap:6px;padding:12px;display:flex}.Newsletter-module__OxvLTq__dot{background:var(--border);border-radius:50%;width:8px;height:8px}.Newsletter-module__OxvLTq__mockupBody{padding:20px}.Newsletter-module__OxvLTq__mockupLine{background:var(--surface-hover);border-radius:4px;height:8px;margin-bottom:10px}.Newsletter-module__OxvLTq__mockupImage{background:var(--surface-hover);border-radius:8px;height:100px;margin-top:20px}.Newsletter-module__OxvLTq__textColumn{flex-direction:column;justify-content:center;padding:4rem;display:flex}.Newsletter-module__OxvLTq__title{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:700}.Newsletter-module__OxvLTq__subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Newsletter-module__OxvLTq__benefits{gap:.75rem;margin-bottom:2rem;list-style:none;display:grid}.Newsletter-module__OxvLTq__benefits li{color:var(--foreground);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Newsletter-module__OxvLTq__benefits li:before{content:"✓";color:var(--secondary);font-weight:700}.Newsletter-module__OxvLTq__form{gap:1rem;margin-bottom:1rem;display:flex}.Newsletter-module__OxvLTq__input{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:1rem;transition:border-color .2s}.Newsletter-module__OxvLTq__input:focus{border-color:var(--primary)}.Newsletter-module__OxvLTq__message{margin-top:1rem;font-size:.9rem;font-weight:500}.Newsletter-module__OxvLTq__success{color:#10b981}.Newsletter-module__OxvLTq__error{color:#ef4444}.Newsletter-module__OxvLTq__disclaimer{color:var(--text-muted);font-size:.8rem}@media (max-width:900px){.Newsletter-module__OxvLTq__content{grid-template-columns:1fr}.Newsletter-module__OxvLTq__visualColumn{border-right:none;border-bottom:1px solid var(--border);padding:3rem 2rem}.Newsletter-module__OxvLTq__textColumn{padding:2rem}.Newsletter-module__OxvLTq__form{flex-direction:column}}
.Philosophy-module__PUxW5G__section{background:var(--background);padding:8rem 0;position:relative}.Philosophy-module__PUxW5G__header{text-align:center;margin-bottom:4rem}.Philosophy-module__PUxW5G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.Philosophy-module__PUxW5G__card{border-left:1px solid var(--primary);background:linear-gradient(to right,var(--surface),transparent);border-radius:0 8px 8px 0;padding:1.5rem;transition:transform .3s}.Philosophy-module__PUxW5G__card:hover{transform:translate(10px)}.Philosophy-module__PUxW5G__cardTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Philosophy-module__PUxW5G__cardText{color:var(--text-muted);font-size:1.1rem;line-height:1.7}@media (max-width:768px){.Philosophy-module__PUxW5G__card{padding:1.5rem}}
.Roadmap-module__r3f7Ua__section{padding:6rem 0;position:relative;overflow:hidden}.Roadmap-module__r3f7Ua__header{text-align:center;margin-bottom:4rem}.Roadmap-module__r3f7Ua__board{scrollbar-width:thin;scrollbar-color:var(--border)transparent;gap:1.5rem;padding-bottom:2rem;scroll-padding:0 1rem;display:flex;overflow-x:auto}.Roadmap-module__r3f7Ua__board::-webkit-scrollbar{height:8px}.Roadmap-module__r3f7Ua__board::-webkit-scrollbar-track{background:0 0}.Roadmap-module__r3f7Ua__board::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:4px}.Roadmap-module__r3f7Ua__column{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex:1;min-width:280px;padding:1.5rem;display:flex}.Roadmap-module__r3f7Ua__columnHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Roadmap-module__r3f7Ua__columnTitle{color:var(--foreground);font-size:1rem;font-weight:700}.Roadmap-module__r3f7Ua__count{background:var(--background);color:var(--text-muted);border-radius:20px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.Roadmap-module__r3f7Ua__cards{flex-direction:column;gap:1rem;display:flex}.Roadmap-module__r3f7Ua__card{background:var(--background);cursor:default;border:1px solid #0000;border-radius:8px;padding:1rem;transition:all .2s}.Roadmap-module__r3f7Ua__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.Roadmap-module__r3f7Ua__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#2563eb1a;border-radius:4px;margin-bottom:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.Roadmap-module__r3f7Ua__cardTitle{color:var(--foreground);margin:0;font-size:.95rem;font-weight:500}@media (max-width:768px){.Roadmap-module__r3f7Ua__board{padding-left:1rem;padding-right:1rem}.Roadmap-module__r3f7Ua__column{min-width:85vw}}
.Navbar-module__cJzEcG__navbar{z-index:1000;background:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--navbar-border);padding:1rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__highlight{color:var(--primary)}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-muted);font-size:.95rem;transition:color .2s}.Navbar-module__cJzEcG__link:hover{color:var(--foreground)}.Navbar-module__cJzEcG__cta{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.Navbar-module__cJzEcG__cta:hover{background:var(--surface-hover);border-color:var(--text-muted)}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none}.Navbar-module__cJzEcG__bar{background-color:var(--foreground);border-radius:3px;width:100%;height:3px;transition:all .3s}.Navbar-module__cJzEcG__themeToggleWrapper{align-items:center;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__mobileToggle{display:flex}.Navbar-module__cJzEcG__links{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;width:70%;height:100vh;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #00000080}.Navbar-module__cJzEcG__linksOpen{right:0}.Navbar-module__cJzEcG__link{margin:1rem 0;font-size:1.2rem}.Navbar-module__cJzEcG__cta{text-align:center;width:100%;margin-top:1rem}.Navbar-module__cJzEcG__barOpen:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__cJzEcG__barOpen:nth-child(2){opacity:0}.Navbar-module__cJzEcG__barOpen:nth-child(3){transform:translateY(-9px)rotate(-45deg)}}
.SaaSLab-module__AenoQq__section{background-color:var(--surface);border-bottom:1px solid var(--border);padding:6rem 0}.SaaSLab-module__AenoQq__header{text-align:center;margin-bottom:3rem;display:block}.SaaSLab-module__AenoQq__label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.SaaSLab-module__AenoQq__heading{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.SaaSLab-module__AenoQq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.SaaSLab-module__AenoQq__card{background:var(--background);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.SaaSLab-module__AenoQq__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 20px #0000000d}.SaaSLab-module__AenoQq__icon{background:var(--surface-hover);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.SaaSLab-module__AenoQq__content{flex-grow:1}.SaaSLab-module__AenoQq__titleRow{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.SaaSLab-module__AenoQq__cardTitle{color:var(--foreground);margin:0;font-size:1.1rem;font-weight:600}.SaaSLab-module__AenoQq__status{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;padding:2px 8px;font-size:.65rem;font-weight:600}.SaaSLab-module__AenoQq__comingsoon{color:#ca8a04;background:#eab30826}[data-theme=dark] .SaaSLab-module__AenoQq__comingsoon{color:#facc15;background:#eab30833}.SaaSLab-module__AenoQq__indevelopment{color:#2563eb;background:#2563eb1a}[data-theme=dark] .SaaSLab-module__AenoQq__indevelopment{color:#60a5fa;background:#3b82f633}.SaaSLab-module__AenoQq__planned{color:#52525b;background:#71717a1a}[data-theme=dark] .SaaSLab-module__AenoQq__planned{color:#9ca3af;background:#6b728033}.SaaSLab-module__AenoQq__concept{color:#7c3aed;background:#7c3aed1a}[data-theme=dark] .SaaSLab-module__AenoQq__concept{color:#a78bfa;background:#8b5cf633}.SaaSLab-module__AenoQq__cardDescription{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.SaaSLab-module__AenoQq__arrow{color:var(--text-muted);font-size:1.2rem;transition:transform .2s}.SaaSLab-module__AenoQq__card:hover .SaaSLab-module__AenoQq__arrow{color:var(--primary);transform:translate(4px)}.SaaSLab-module__AenoQq__ctaContainer{text-align:center;margin-top:3rem}@media (max-width:640px){.SaaSLab-module__AenoQq__grid{grid-template-columns:1fr}.SaaSLab-module__AenoQq__card{padding:1.25rem}.SaaSLab-module__AenoQq__titleRow{flex-direction:column;align-items:flex-start;gap:.25rem}}
.Skills-module__G7oUEG__section{padding:var(--section-padding)}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.Skills-module__G7oUEG__group{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:24px}.Skills-module__G7oUEG__categoryTitle{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.Skills-module__G7oUEG__skillList{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__G7oUEG__skillTag{color:var(--foreground);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:6px 12px;font-size:.9rem;transition:all .2s}.Skills-module__G7oUEG__skillTag:hover{border-color:var(--text-muted);background:#ffffff1a}
.SocialProof-module__qq_XNa__container{background:var(--background);border-bottom:1px solid var(--border);padding:4rem 0}.SocialProof-module__qq_XNa__header{text-align:center;margin-bottom:3rem}.SocialProof-module__qq_XNa__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.SocialProof-module__qq_XNa__subtitle{color:var(--foreground);margin-bottom:0;font-size:2.5rem;font-weight:700;line-height:1.2}.SocialProof-module__qq_XNa__statsGrid{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1000px;margin:0 auto 4rem;padding:2rem;display:grid}.SocialProof-module__qq_XNa__statValue{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.SocialProof-module__qq_XNa__statLabel{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.SocialProof-module__qq_XNa__statPlatform{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.SocialProof-module__qq_XNa__logos{opacity:.8;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-bottom:2rem;display:flex}.SocialProof-module__qq_XNa__logoItem{color:var(--text-muted);filter:grayscale();align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.SocialProof-module__qq_XNa__logoItem:hover{filter:grayscale(0%);color:var(--foreground);opacity:1}.SocialProof-module__qq_XNa__logoImg{width:auto;height:32px}.SocialProof-module__qq_XNa__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.SocialProof-module__qq_XNa__tab{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;transition:all .2s}.SocialProof-module__qq_XNa__tab:hover{border-color:var(--primary);color:var(--foreground)}.SocialProof-module__qq_XNa__activeTab{background:var(--primary);color:#fff;border-color:var(--primary)}.SocialProof-module__qq_XNa__testimonials{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.SocialProof-module__qq_XNa__testimonialCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;display:flex}.SocialProof-module__qq_XNa__cardHeader{justify-content:space-between;transition:transform .3s,border-color .3s,box-shadow .3s}.SocialProof-module__qq_XNa__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #0003}.SocialProof-module__qq_XNa__quote{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.SocialProof-module__qq_XNa__author{border-top:1px solid #ffffff0d;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.SocialProof-module__qq_XNa__avatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden}.SocialProof-module__qq_XNa__avatarImg{object-fit:cover;width:100%;height:100%}.SocialProof-module__qq_XNa__stars{letter-spacing:2px;margin-bottom:.2rem;font-size:.8rem}.SocialProof-module__qq_XNa__name{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.SocialProof-module__qq_XNa__role{color:var(--text-muted);margin:0;font-size:.85rem;font-weight:400}.SocialProof-module__qq_XNa__showMoreWrapper{text-align:center;margin-bottom:4rem}.SocialProof-module__qq_XNa__showMoreBtn{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:30px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.SocialProof-module__qq_XNa__showMoreBtn:hover{border-color:var(--primary);background:var(--surface-hover);transform:translateY(-2px)}@media (max-width:1024px){.SocialProof-module__qq_XNa__testimonials{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.SocialProof-module__qq_XNa__testimonials{grid-template-columns:1fr}.SocialProof-module__qq_XNa__statsGrid{grid-template-columns:repeat(2,1fr)}}
.Testimonials-module__ItA9Ha__section{padding:var(--section-padding)}.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.Testimonials-module__ItA9Ha__card{flex-direction:column;justify-content:space-between;display:flex}.Testimonials-module__ItA9Ha__quote{color:var(--foreground);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__author{align-items:center;gap:1rem;display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{color:var(--foreground);font-weight:600}.Testimonials-module__ItA9Ha__role{color:var(--text-muted);font-size:.85rem}
.StartHere-module__DXYvGq__container{background:var(--surface);border-bottom:1px solid var(--border);padding:4rem 0}.StartHere-module__DXYvGq__header{text-align:center;margin-bottom:3rem}.StartHere-module__DXYvGq__label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.StartHere-module__DXYvGq__heading{color:var(--foreground);font-size:2rem;font-weight:700}.StartHere-module__DXYvGq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.StartHere-module__DXYvGq__card{background:var(--background);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.StartHere-module__DXYvGq__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.StartHere-module__DXYvGq__icon{background:var(--surface-hover);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.StartHere-module__DXYvGq__cardTitle{color:var(--foreground);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.StartHere-module__DXYvGq__cardText{color:var(--text-muted);font-size:.9rem}.StartHere-module__DXYvGq__arrow{color:var(--text-muted);margin-left:auto;transition:transform .2s}.StartHere-module__DXYvGq__card:hover .StartHere-module__DXYvGq__arrow{color:var(--primary);transform:translate(4px)}@media (max-width:768px){.StartHere-module__DXYvGq__container{padding:3rem 0}.StartHere-module__DXYvGq__grid{grid-template-columns:1fr}}
.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--surface);border-color:var(--text-muted)}
.FloatingCTA-module__QH06JW__container{z-index:100;gap:1rem;animation:.3s ease-out FloatingCTA-module__QH06JW__slideUp;display:flex;position:fixed;bottom:2rem;right:2rem}@keyframes FloatingCTA-module__QH06JW__slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.FloatingCTA-module__QH06JW__btn{cursor:pointer;white-space:nowrap;border-radius:50px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #00000026}.FloatingCTA-module__QH06JW__primary{background:var(--primary);color:#fff;border:2px solid var(--primary)}.FloatingCTA-module__QH06JW__primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb4d}.FloatingCTA-module__QH06JW__secondary{background:var(--surface);color:var(--foreground);border:2px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.FloatingCTA-module__QH06JW__secondary:hover{border-color:var(--primary);background:var(--surface-hover);transform:translateY(-2px)}@media (max-width:768px){.FloatingCTA-module__QH06JW__container{justify-content:center;width:90%;animation:.3s ease-out forwards FloatingCTA-module__QH06JW__slideUpMobile;bottom:1.5rem;right:50%;transform:translate(50%)}@keyframes FloatingCTA-module__QH06JW__slideUpMobile{0%{opacity:0;transform:translate(50%,100px)}to{opacity:1;transform:translate(50%)}}.FloatingCTA-module__QH06JW__btn{text-align:center;flex:1;padding:.8rem 1rem;font-size:.85rem}}
.ToolsStack-module__dsSRfa__section{background-color:var(--surface);border-bottom:1px solid var(--border);padding:6rem 0}.ToolsStack-module__dsSRfa__header{text-align:center;margin-bottom:3rem}.ToolsStack-module__dsSRfa__label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.ToolsStack-module__dsSRfa__heading{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.ToolsStack-module__dsSRfa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.ToolsStack-module__dsSRfa__card{background:var(--background);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.ToolsStack-module__dsSRfa__card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 20px #0000000d}.ToolsStack-module__dsSRfa__icon{object-fit:contain;background:var(--surface-hover);border-radius:10px;flex-shrink:0;width:48px;height:48px;padding:8px}.ToolsStack-module__dsSRfa__content{flex-grow:1}.ToolsStack-module__dsSRfa__cardTitle{color:var(--foreground);margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.ToolsStack-module__dsSRfa__cardDescription{color:var(--text-muted);margin:0;font-size:.9rem}.ToolsStack-module__dsSRfa__arrow{color:var(--text-muted);font-size:1.2rem;transition:transform .2s}.ToolsStack-module__dsSRfa__card:hover .ToolsStack-module__dsSRfa__arrow{color:var(--primary);transform:translate(4px)}@media (max-width:640px){.ToolsStack-module__dsSRfa__grid{grid-template-columns:1fr}.ToolsStack-module__dsSRfa__card{padding:1.25rem}}
.AutomationPlaybook-module__JIiu3G__pageContainer{width:100%}.AutomationPlaybook-module__JIiu3G__heroSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 70%);padding:8rem 0 6rem}.AutomationPlaybook-module__JIiu3G__heroContent{max-width:900px;margin:0 auto}.AutomationPlaybook-module__JIiu3G__heroTitle{background:linear-gradient(to bottom right,var(--foreground),var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.AutomationPlaybook-module__JIiu3G__heroSubtitle{color:var(--text-muted);max-width:800px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.AutomationPlaybook-module__JIiu3G__ctaRow{justify-content:center;gap:1rem;display:flex}.AutomationPlaybook-module__JIiu3G__bigIdeaSection{text-align:center;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.AutomationPlaybook-module__JIiu3G__sectionTitle{color:var(--foreground);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.AutomationPlaybook-module__JIiu3G__story{color:var(--text-muted);max-width:800px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}.AutomationPlaybook-module__JIiu3G__checklist{text-align:left;margin:0 auto 3rem;padding:0;list-style:none;display:inline-block}.AutomationPlaybook-module__JIiu3G__checklist li{color:var(--foreground);align-items:center;gap:.8rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.AutomationPlaybook-module__JIiu3G__checklist li:before{content:"↓";color:var(--primary);font-weight:700}.AutomationPlaybook-module__JIiu3G__checklist li:last-child{color:var(--primary);font-weight:700}.AutomationPlaybook-module__JIiu3G__visualFlowSection{text-align:center;padding:6rem 0}.AutomationPlaybook-module__JIiu3G__flowContainer{flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.AutomationPlaybook-module__JIiu3G__flowStep{background:var(--surface);border:1px solid var(--border);min-width:300px;color:var(--foreground);border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s;position:relative}.AutomationPlaybook-module__JIiu3G__flowStep:hover{border-color:var(--primary);box-shadow:0 5px 20px var(--primary-glow);transform:scale(1.02)}.AutomationPlaybook-module__JIiu3G__flowArrow{color:var(--text-muted);font-size:1.2rem}.AutomationPlaybook-module__JIiu3G__frameworksSection{background:var(--surface);padding:6rem 0}.AutomationPlaybook-module__JIiu3G__grid2Col{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem;display:grid}.AutomationPlaybook-module__JIiu3G__frameworkCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.AutomationPlaybook-module__JIiu3G__frameworkCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.AutomationPlaybook-module__JIiu3G__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.AutomationPlaybook-module__JIiu3G__problem{color:#ef4444;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:flex}.AutomationPlaybook-module__JIiu3G__solution{color:var(--secondary);gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;display:flex}.AutomationPlaybook-module__JIiu3G__detailList{margin:0;padding:0;list-style:none}.AutomationPlaybook-module__JIiu3G__detailList li{color:var(--text-muted);border-left:2px solid var(--border);margin-bottom:.5rem;padding-left:1rem;font-size:.9rem}.AutomationPlaybook-module__JIiu3G__examplesSection{padding:6rem 0}.AutomationPlaybook-module__JIiu3G__exampleGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.AutomationPlaybook-module__JIiu3G__exampleCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.AutomationPlaybook-module__JIiu3G__exampleCard:hover{border-color:var(--primary);transform:translateY(-5px)scale(1.02);box-shadow:0 10px 30px #0000001a}.AutomationPlaybook-module__JIiu3G__emoji{margin-bottom:1rem;font-size:3rem;display:block}.AutomationPlaybook-module__JIiu3G__exampleTitle{color:var(--foreground);margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.AutomationPlaybook-module__JIiu3G__exampleDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.AutomationPlaybook-module__JIiu3G__stackSection{text-align:center;background:var(--surface);padding:6rem 0}.AutomationPlaybook-module__JIiu3G__stackGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.AutomationPlaybook-module__JIiu3G__stackItem{border:1px solid var(--border);background:var(--background);border-radius:8px;padding:1.5rem}.AutomationPlaybook-module__JIiu3G__stackCategory{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;display:block}.AutomationPlaybook-module__JIiu3G__stackTools{color:var(--foreground);font-weight:600}.AutomationPlaybook-module__JIiu3G__ctaSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 60%);padding:8rem 0}.AutomationPlaybook-module__JIiu3G__ctaHeadline{color:var(--foreground);margin-bottom:1.5rem;font-size:3rem;font-weight:800}.AutomationPlaybook-module__JIiu3G__ctaSub{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.AutomationPlaybook-module__JIiu3G__pdfSection{border-top:1px solid var(--border);padding:4rem 0}.AutomationPlaybook-module__JIiu3G__pdfContainer{background:linear-gradient(to right,var(--primary-glow),transparent);border:1px solid var(--primary);border-radius:12px;justify-content:space-between;align-items:center;padding:3rem;display:flex}.AutomationPlaybook-module__JIiu3G__pdfContent{max-width:60%}.AutomationPlaybook-module__JIiu3G__pdfTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.AutomationPlaybook-module__JIiu3G__pdfList{margin:0;padding:0;list-style:none}.AutomationPlaybook-module__JIiu3G__pdfList li{color:var(--text-muted);margin-bottom:.5rem}.AutomationPlaybook-module__JIiu3G__pdfList li:before{content:"✓ ";color:var(--primary)}@media (max-width:768px){.AutomationPlaybook-module__JIiu3G__ctaRow{flex-direction:column}.AutomationPlaybook-module__JIiu3G__grid2Col{grid-template-columns:1fr}.AutomationPlaybook-module__JIiu3G__pdfContainer{text-align:center;flex-direction:column;gap:2rem}.AutomationPlaybook-module__JIiu3G__pdfContent{max-width:100%}.AutomationPlaybook-module__JIiu3G__heroTitle{font-size:2.5rem}}
.Footer-module__S6Hkya__footer{background:var(--footer-bg);border-top:1px solid var(--navbar-border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.Footer-module__S6Hkya__brand{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__tagline{color:var(--text-muted);max-width:300px;margin-bottom:2rem;line-height:1.6}.Footer-module__S6Hkya__copyright{color:var(--text-muted);opacity:.7;font-size:.85rem}.Footer-module__S6Hkya__columnTitle{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__linkList{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__linkList li{margin-bottom:.75rem}.Footer-module__S6Hkya__link{color:var(--text-muted);text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--primary)}.Footer-module__S6Hkya__socialLinks{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--text-muted);align-items:center;gap:.5rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__S6Hkya__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__tagline{margin:0 auto 2rem}.Footer-module__S6Hkya__socialLinks{align-items:center}}
.WhatIDo-module__5JNL_q__section{padding:var(--section-padding);position:relative}.WhatIDo-module__5JNL_q__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.WhatIDo-module__5JNL_q__card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;height:100%;padding:30px;transition:transform .3s,box-shadow .3s;display:flex}.WhatIDo-module__5JNL_q__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.WhatIDo-module__5JNL_q__icon{width:58px;height:58px;color:var(--primary);background:#3b82f61a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2.3rem;display:flex}.WhatIDo-module__5JNL_q__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.WhatIDo-module__5JNL_q__subtitle{color:var(--text-muted);font-size:.9rem;font-weight:400}.WhatIDo-module__5JNL_q__cardDescription{color:var(--text-muted);font-size:.95rem;line-height:1.6}.WhatIDo-module__5JNL_q__ctaContainer{text-align:center;margin-top:3rem}.WhatIDo-module__5JNL_q__ctaLink{color:var(--foreground);border-bottom:1px solid var(--primary);padding-bottom:4px;font-weight:600;transition:all .2s}.WhatIDo-module__5JNL_q__ctaLink:hover{color:var(--primary)}
.AutomationPack-module__huTFqa__pageContainer{width:100%}.AutomationPack-module__huTFqa__heroSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 70%);padding:8rem 0 6rem}.AutomationPack-module__huTFqa__heroContent{max-width:900px;margin:0 auto}.AutomationPack-module__huTFqa__headline{background:linear-gradient(to bottom right,var(--foreground),var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.AutomationPack-module__huTFqa__subheadline{color:var(--text-muted);max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.AutomationPack-module__huTFqa__ctaGroup{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.AutomationPack-module__huTFqa__trustBar{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.AutomationPack-module__huTFqa__trustText{color:var(--text-muted);font-size:.9rem;font-weight:500}.AutomationPack-module__huTFqa__benefitsSection{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:6rem 0}.AutomationPack-module__huTFqa__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.AutomationPack-module__huTFqa__sectionDesc{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.AutomationPack-module__huTFqa__benefitGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.AutomationPack-module__huTFqa__benefitItem{background:var(--surface);text-align:center;border:1px solid var(--border);color:var(--foreground);border-radius:8px;padding:1rem 1.5rem;font-weight:500;transition:transform .3s,box-shadow .3s,border-color .3s}.AutomationPack-module__huTFqa__benefitItem:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.AutomationPack-module__huTFqa__tagline{text-align:center;color:var(--primary);margin-top:3rem;font-weight:600}.AutomationPack-module__huTFqa__insideSection{padding:6rem 0}.AutomationPack-module__huTFqa__grid3Col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.AutomationPack-module__huTFqa__featureCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.AutomationPack-module__huTFqa__featureCard:hover{border-color:var(--primary);transform:translateY(-5px)scale(1.01);box-shadow:0 10px 30px #00000026}.AutomationPack-module__huTFqa__cardTitle{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem}.AutomationPack-module__huTFqa__featureList{margin:0;padding:0;list-style:none}.AutomationPack-module__huTFqa__featureList li{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.95rem;display:flex}.AutomationPack-module__huTFqa__featureList li:before{content:"•";color:var(--primary)}.AutomationPack-module__huTFqa__bonusCard{background:linear-gradient(135deg,var(--primary-glow),transparent);border:1px solid var(--primary);text-align:center;border-radius:12px;margin-top:3rem;padding:2rem;transition:transform .3s,box-shadow .3s}.AutomationPack-module__huTFqa__bonusCard:hover{box-shadow:0 10px 40px var(--primary-glow);transform:translateY(-3px)}.AutomationPack-module__huTFqa__splitSection{background:var(--surface);padding:6rem 0}.AutomationPack-module__huTFqa__splitGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.AutomationPack-module__huTFqa__listGroup h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem}.AutomationPack-module__huTFqa__checkList li{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.AutomationPack-module__huTFqa__check{color:var(--secondary)}.AutomationPack-module__huTFqa__cross{color:#ef4444}.AutomationPack-module__huTFqa__whyContent p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.AutomationPack-module__huTFqa__testimonialSection{padding:6rem 0}.AutomationPack-module__huTFqa__testimonialGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.AutomationPack-module__huTFqa__testimonialCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.AutomationPack-module__huTFqa__testimonialCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.AutomationPack-module__huTFqa__quote{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;font-style:italic}.AutomationPack-module__huTFqa__author{color:var(--foreground);font-weight:700;display:block}.AutomationPack-module__huTFqa__previewSection{text-align:center;padding:4rem 0}.AutomationPack-module__huTFqa__previewMockup{background:var(--surface-hover);border:1px solid var(--border);max-width:800px;height:400px;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;margin:0 auto;font-size:2rem;display:flex}.AutomationPack-module__huTFqa__caption{color:var(--text-muted);margin-top:1rem;font-size:.9rem}.AutomationPack-module__huTFqa__faqSection{max-width:800px;margin:0 auto;padding:6rem 0}.AutomationPack-module__huTFqa__faqItem{margin-bottom:2rem}.AutomationPack-module__huTFqa__question{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.AutomationPack-module__huTFqa__answer{color:var(--text-muted);line-height:1.6}.AutomationPack-module__huTFqa__finalCtaSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 60%);padding:8rem 0}.AutomationPack-module__huTFqa__finalHeadline{color:var(--foreground);margin-bottom:2rem;font-size:3rem;font-weight:800}.AutomationPack-module__huTFqa__subtext{color:var(--text-muted);margin-top:1rem;font-size:.9rem}@media (max-width:768px){.AutomationPack-module__huTFqa__headline{font-size:2.5rem}.AutomationPack-module__huTFqa__hero{padding:6rem 0 4rem}.AutomationPack-module__huTFqa__ctaGroup{flex-direction:column}.AutomationPack-module__huTFqa__splitGrid{grid-template-columns:1fr;gap:2rem}}
.Support-module__a1AR-W__pageContainer{width:100%}.Support-module__a1AR-W__heroSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 70%);padding:8rem 0 6rem}.Support-module__a1AR-W__title{background:linear-gradient(to bottom right,var(--foreground),var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Support-module__a1AR-W__subtitle{color:var(--text-muted);max-width:800px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Support-module__a1AR-W__faqSection{max-width:800px;margin:0 auto;padding:6rem 0}.Support-module__a1AR-W__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Support-module__a1AR-W__faqItem:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 5px 20px #0000001a}.Support-module__a1AR-W__question{color:var(--foreground);margin-bottom:.8rem;font-size:1.2rem;font-weight:700}.Support-module__a1AR-W__answer{color:var(--text-muted);font-size:1rem;line-height:1.6}.Support-module__a1AR-W__supportHeroSection{text-align:center;background:var(--surface);border-top:1px solid var(--border);padding:6rem 0 4rem}.Support-module__a1AR-W__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Support-module__a1AR-W__sectionDesc{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.Support-module__a1AR-W__optionsSection{background:var(--surface);padding:2rem 0 6rem}.Support-module__a1AR-W__grid3Col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Support-module__a1AR-W__supportCard{background:var(--background);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.Support-module__a1AR-W__supportCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.Support-module__a1AR-W__icon{margin-bottom:1rem;font-size:3rem;display:block}.Support-module__a1AR-W__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Support-module__a1AR-W__cardDesc{color:var(--text-muted);min-height:3rem;margin-bottom:2rem}.Support-module__a1AR-W__monthlySection{text-align:center;padding:6rem 0}.Support-module__a1AR-W__monthlyCard{background:linear-gradient(145deg,var(--surface),var(--background));border:1px solid var(--primary);border-radius:12px;max-width:600px;margin:0 auto;padding:3rem;position:relative;overflow:hidden}.Support-module__a1AR-W__monthlyCard:before{content:"";background:var(--primary);height:4px;position:absolute;top:0;left:0;right:0}.Support-module__a1AR-W__list{text-align:left;margin:2rem 0;padding:0;list-style:none;display:inline-block}.Support-module__a1AR-W__list li{color:var(--foreground);align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.Support-module__a1AR-W__list li:before{content:"🧪"}.Support-module__a1AR-W__ctaSection{text-align:center;background:var(--surface);border-top:1px solid var(--border);padding:6rem 0}.Support-module__a1AR-W__ctaGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:3rem auto 0;display:grid}.Support-module__a1AR-W__ctaList{text-align:left;margin:0 auto 2rem;padding:0;list-style:none;display:inline-block}.Support-module__a1AR-W__ctaList li{color:var(--text-muted);margin-bottom:.5rem}.Support-module__a1AR-W__ctaList li:before{content:"• ";color:var(--primary);font-weight:700}.Support-module__a1AR-W__outroSection{text-align:center;background:radial-gradient(circle at center,var(--primary-glow)0%,transparent 60%);padding:6rem 0 8rem}.Support-module__a1AR-W__outroText{color:var(--foreground);max-width:700px;margin:0 auto;font-size:1.1rem;font-style:italic;line-height:1.8}.Support-module__a1AR-W__heart{color:#ef4444}@media (max-width:768px){.Support-module__a1AR-W__title{font-size:2.5rem}.Support-module__a1AR-W__grid3Col{grid-template-columns:1fr}}
.WhyWorkWithMe-module__wRj76G__container{background:linear-gradient(135deg,var(--surface)0%,var(--background)100%);border-bottom:1px solid var(--border);padding:5rem 0}.WhyWorkWithMe-module__wRj76G__content{text-align:center;max-width:800px;margin:0 auto}.WhyWorkWithMe-module__wRj76G__title{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.WhyWorkWithMe-module__wRj76G__list{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:0;list-style:none;display:grid}.WhyWorkWithMe-module__wRj76G__item{color:var(--foreground);background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem;font-size:1.1rem;transition:transform .2s;display:flex}.WhyWorkWithMe-module__wRj76G__item:hover{border-color:var(--primary);transform:translateY(-2px)}.WhyWorkWithMe-module__wRj76G__check{color:var(--primary);font-size:1.2rem;font-weight:800}@media (max-width:768px){.WhyWorkWithMe-module__wRj76G__title{font-size:2rem}}
