.Navbar-module__5_5Tbq__navbar{z-index:1000;padding:var(--space-md)0;transition:all var(--transition-normal);position:fixed;top:0;left:0;right:0}.Navbar-module__5_5Tbq__navbar.Navbar-module__5_5Tbq__scrolled{background:var(--glass-bg-elevated);-webkit-backdrop-filter:blur(var(--blur-xl));border-bottom:1px solid var(--glass-border);box-shadow:var(--glass-shadow),var(--glass-shadow-inset)}.Navbar-module__5_5Tbq__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__5_5Tbq__logo{align-items:center;gap:var(--space-sm);color:var(--text-primary);font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__5_5Tbq__logoIcon{font-size:1.5rem}.Navbar-module__5_5Tbq__logoText{letter-spacing:.05em}.Navbar-module__5_5Tbq__links{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__5_5Tbq__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500}.Navbar-module__5_5Tbq__link:hover{color:var(--accent)}.Navbar-module__5_5Tbq__actions{align-items:center;gap:var(--space-md);display:flex}.Navbar-module__5_5Tbq__menuBtn{justify-content:center;align-items:center;width:40px;height:40px;display:none}.Navbar-module__5_5Tbq__menuIcon{background:var(--text-primary);width:20px;height:2px;transition:all var(--transition-fast);border-radius:2px;position:relative}.Navbar-module__5_5Tbq__menuIcon:before,.Navbar-module__5_5Tbq__menuIcon:after{content:"";background:var(--text-primary);width:20px;height:2px;transition:all var(--transition-fast);border-radius:2px;position:absolute}.Navbar-module__5_5Tbq__menuIcon:before{top:-6px}.Navbar-module__5_5Tbq__menuIcon:after{top:6px}.Navbar-module__5_5Tbq__menuIcon.Navbar-module__5_5Tbq__open{background:0 0}.Navbar-module__5_5Tbq__menuIcon.Navbar-module__5_5Tbq__open:before{top:0;transform:rotate(45deg)}.Navbar-module__5_5Tbq__menuIcon.Navbar-module__5_5Tbq__open:after{top:0;transform:rotate(-45deg)}.Navbar-module__5_5Tbq__mobileMenu{background:var(--glass-bg-elevated);-webkit-backdrop-filter:blur(var(--blur-xl));border-bottom:1px solid var(--glass-border);padding:var(--space-lg);gap:var(--space-md);box-shadow:var(--glass-shadow);flex-direction:column;display:flex;position:fixed;top:72px;left:0;right:0}.Navbar-module__5_5Tbq__mobileLink{color:var(--text-secondary);padding:var(--space-md)0;border-bottom:1px solid var(--border-light);font-size:1.125rem;font-weight:500}@media (max-width:768px){.Navbar-module__5_5Tbq__links,.Navbar-module__5_5Tbq__actions{display:none}.Navbar-module__5_5Tbq__menuBtn{display:flex}}
.Hero-module__NyaRfa__hero{min-height:100vh;padding:calc(100px + var(--space-2xl))0 350px;z-index:10;pointer-events:none;background:0 0;align-items:center;margin-bottom:-270px;display:flex;position:relative;overflow:hidden}.Hero-module__NyaRfa__hero>*{pointer-events:auto}.Hero-module__NyaRfa__orb1,.Hero-module__NyaRfa__orb2,.Hero-module__NyaRfa__orb3{filter:blur(80px);pointer-events:none;opacity:.6;border-radius:50%;position:absolute}.Hero-module__NyaRfa__orb1{background:radial-gradient(circle,#ff5f1f33 0%,#0000 70%);width:400px;height:400px;animation:20s ease-in-out infinite Hero-module__NyaRfa__orbFloat1;top:10%;right:10%}.Hero-module__NyaRfa__orb2{background:radial-gradient(circle,#fb923c26 0%,#0000 70%);width:300px;height:300px;animation:25s ease-in-out infinite Hero-module__NyaRfa__orbFloat2;bottom:20%;left:5%}.Hero-module__NyaRfa__orb3{background:radial-gradient(circle,#ff5f1f1a 0%,#0000 70%);width:200px;height:200px;animation:15s ease-in-out infinite Hero-module__NyaRfa__orbFloat3;top:50%;left:40%}@keyframes Hero-module__NyaRfa__orbFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,30px)scale(1.1)}}@keyframes Hero-module__NyaRfa__orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,-20px)scale(.9)}}@keyframes Hero-module__NyaRfa__orbFloat3{0%,to{transform:translate(0)}50%{transform:translate(-15px,15px)}}.Hero-module__NyaRfa__container{gap:var(--space-3xl);grid-template-columns:1fr 1.2fr;align-items:center;display:grid;position:relative}.Hero-module__NyaRfa__content{gap:var(--space-lg);z-index:2;flex-direction:column;display:flex}.Hero-module__NyaRfa__badgeWrapper{display:inline-flex}.Hero-module__NyaRfa__badge{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--blur-md));border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--text-secondary);box-shadow:var(--glass-shadow),var(--glass-shadow-inset);cursor:pointer;transition:all var(--transition-normal);font-size:.875rem;font-weight:500;display:inline-flex;position:relative}.Hero-module__NyaRfa__badge:hover{border-color:var(--accent);transform:translateY(-2px)}.Hero-module__NyaRfa__badgePulse{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__NyaRfa__pulse;position:absolute;left:16px}@keyframes Hero-module__NyaRfa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.Hero-module__NyaRfa__badgeIcon{margin-left:12px;font-size:1rem}.Hero-module__NyaRfa__badgeText{color:var(--text-primary)}.Hero-module__NyaRfa__badgeArrow{color:var(--accent);transition:transform var(--transition-fast)}.Hero-module__NyaRfa__badge:hover .Hero-module__NyaRfa__badgeArrow{transform:translate(4px)}.Hero-module__NyaRfa__headline{letter-spacing:-.03em;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.05}.Hero-module__NyaRfa__gradientText{background:linear-gradient(135deg,var(--accent)0%,#fb923c 50%,var(--accent)100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite Hero-module__NyaRfa__shimmer}@keyframes Hero-module__NyaRfa__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__NyaRfa__subheadline{color:var(--text-secondary);max-width:480px;font-size:1.25rem;line-height:1.6}.Hero-module__NyaRfa__ctas{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.Hero-module__NyaRfa__ctaPrimary{align-items:center;gap:var(--space-sm);padding:var(--space-lg)var(--space-2xl);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);transition:all var(--transition-normal);font-size:1.125rem;font-weight:600;display:inline-flex;box-shadow:0 8px 32px #ff5f1f59}.Hero-module__NyaRfa__ctaPrimary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ff5f1f73}.Hero-module__NyaRfa__ctaIcon{transition:transform var(--transition-fast)}.Hero-module__NyaRfa__ctaPrimary:hover .Hero-module__NyaRfa__ctaIcon{transform:translate(4px)}.Hero-module__NyaRfa__ctaSecondary{align-items:center;gap:var(--space-sm);padding:var(--space-lg)var(--space-xl);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--blur-md));border:1px solid var(--glass-border);color:var(--text-primary);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow-inset);transition:all var(--transition-normal);font-size:1rem;font-weight:500;display:inline-flex}.Hero-module__NyaRfa__ctaSecondary:hover{border-color:var(--border-medium);transform:translateY(-2px)}.Hero-module__NyaRfa__playIcon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6rem;display:flex}.Hero-module__NyaRfa__trust{align-items:center;gap:var(--space-md);margin-top:var(--space-lg);display:flex}.Hero-module__NyaRfa__trustStack{display:flex}.Hero-module__NyaRfa__avatar{background:var(--neutral-100);border:2px solid var(--background);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-8px;font-size:1rem;display:flex}.Hero-module__NyaRfa__avatar:first-child{margin-left:0}.Hero-module__NyaRfa__trustText{color:var(--text-tertiary);font-size:.9375rem}.Hero-module__NyaRfa__trustStrong{color:var(--text-primary);font-weight:600}.Hero-module__NyaRfa__mockupWrapper{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__NyaRfa__mockupGlow{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#ff5f1f40 0%,#0000 60%);width:400px;height:400px;position:absolute}.Hero-module__NyaRfa__mockup{transform-style:preserve-3d;perspective:1000px;animation:6s ease-in-out infinite Hero-module__NyaRfa__float}.Hero-module__NyaRfa__mockupFrame{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border:4px solid #333;border-radius:50px;width:320px;height:680px;padding:10px;transition:transform .6s;position:relative;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 100px 200px -40px #0009,0 50px 100px -20px #0006,inset 0 1px #ffffff1a,inset 0 -1px #00000080}.Hero-module__NyaRfa__mockupFrame:hover{transform:rotateY(0)rotateX(0)}.Hero-module__NyaRfa__dynamicIsland{z-index:100;background:#000;border-radius:20px;width:100px;height:26px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.Hero-module__NyaRfa__screen{background:var(--background);border-radius:40px;width:100%;height:100%;position:relative;overflow:hidden}@media (max-width:480px){.Hero-module__NyaRfa__mockupFrame{border-width:3px;border-radius:42px;width:280px;height:580px;padding:8px}.Hero-module__NyaRfa__screen{border-radius:34px}.Hero-module__NyaRfa__appPreview{gap:12px;padding:50px 12px 60px}.Hero-module__NyaRfa__appTitle{font-size:24px}}.Hero-module__NyaRfa__appPreview{flex-direction:column;gap:16px;height:100%;padding:60px 16px 24px;display:flex}.Hero-module__NyaRfa__appHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.Hero-module__NyaRfa__appHeader>div:first-child{flex-direction:column;gap:2px;display:flex}.Hero-module__NyaRfa__greeting{color:var(--text-secondary);font-size:14px}.Hero-module__NyaRfa__appTitle{color:var(--text-primary);font-size:28px;font-weight:700}.Hero-module__NyaRfa__avatar{background:var(--neutral-100);border:1px solid var(--border-light);border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.Hero-module__NyaRfa__statsRow{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px;display:grid}.Hero-module__NyaRfa__statCard{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #00000014;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:14px;display:flex}.Hero-module__NyaRfa__statIcon{border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.Hero-module__NyaRfa__statValue{color:var(--text-primary);font-size:22px;font-weight:700}.Hero-module__NyaRfa__statLabel{color:var(--text-tertiary);font-size:11px}.Hero-module__NyaRfa__section{flex-direction:column;gap:6px;display:flex}.Hero-module__NyaRfa__sectionTitle{color:var(--text-tertiary);letter-spacing:.8px;padding-left:4px;font-size:10px;font-weight:600}.Hero-module__NyaRfa__actionsCard,.Hero-module__NyaRfa__activityCard{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #00000014;border-radius:14px;padding:12px}.Hero-module__NyaRfa__actionsRow{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.Hero-module__NyaRfa__actionItem{flex-direction:column;align-items:center;gap:6px;display:flex}.Hero-module__NyaRfa__actionIcon{background:var(--neutral-100);border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.Hero-module__NyaRfa__actionLabel{color:var(--text-secondary);text-align:center;font-size:10px}.Hero-module__NyaRfa__activityItem{align-items:center;gap:10px;padding:8px 0;display:flex}.Hero-module__NyaRfa__activityIcon{border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.Hero-module__NyaRfa__activityText{flex-direction:column;flex:1;gap:2px;display:flex}.Hero-module__NyaRfa__activityTitle{color:var(--text-primary);font-size:14px;font-weight:500}.Hero-module__NyaRfa__activityTime{color:var(--text-tertiary);font-size:10px}.Hero-module__NyaRfa__activityDivider{background:var(--border-light);height:1px;margin-left:42px}.Hero-module__NyaRfa__tabBar{border-top:1px solid var(--border-light);background:#fff;border-bottom-right-radius:40px;border-bottom-left-radius:40px;justify-content:space-around;align-items:center;height:70px;padding:0 12px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}@media (max-width:480px){.Hero-module__NyaRfa__tabBar{border-bottom-right-radius:34px;border-bottom-left-radius:34px;height:60px;padding-bottom:12px}}.Hero-module__NyaRfa__tabItem{cursor:pointer;flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__NyaRfa__tabIcon,.Hero-module__NyaRfa__tabIconActive{color:#9ca3af;justify-content:center;align-items:center;display:flex}.Hero-module__NyaRfa__tabIconActive{color:var(--accent)}.Hero-module__NyaRfa__tabLabel,.Hero-module__NyaRfa__tabLabelActive{color:#9ca3af;font-size:10px;font-weight:500}.Hero-module__NyaRfa__tabLabelActive{color:var(--accent);font-weight:600}.Hero-module__NyaRfa__floatingCard1,.Hero-module__NyaRfa__floatingCard2,.Hero-module__NyaRfa__floatingCard3{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-lg);background:var(--glass-bg-elevated);-webkit-backdrop-filter:blur(var(--blur-lg));border:1px solid var(--glass-border);border-radius:var(--radius-lg);color:var(--text-primary);box-shadow:var(--glass-shadow-lg);z-index:10;font-size:.9375rem;font-weight:600;display:flex;position:absolute}.Hero-module__NyaRfa__floatingCard1 span:first-child,.Hero-module__NyaRfa__floatingCard2 span:first-child,.Hero-module__NyaRfa__floatingCard3 span:first-child{font-size:1.5rem}.Hero-module__NyaRfa__floatingCard1{animation:5s ease-in-out infinite Hero-module__NyaRfa__floatCard1;top:15%;right:-8%}.Hero-module__NyaRfa__floatingCard2{animation:6s ease-in-out infinite Hero-module__NyaRfa__floatCard2;bottom:30%;left:-12%}.Hero-module__NyaRfa__floatingCard3{animation:4s ease-in-out infinite Hero-module__NyaRfa__floatCard3;bottom:10%;right:2%}@keyframes Hero-module__NyaRfa__floatCard1{0%,to{transform:translateY(0)rotate(3deg)}50%{transform:translateY(-10px)rotate(3deg)}}@keyframes Hero-module__NyaRfa__floatCard2{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-8px)rotate(-2deg)}}@keyframes Hero-module__NyaRfa__floatCard3{0%,to{transform:translateY(0)rotate(1deg)}50%{transform:translateY(-12px)rotate(1deg)}}@keyframes Hero-module__NyaRfa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1200px){.Hero-module__NyaRfa__floatingCard1,.Hero-module__NyaRfa__floatingCard2,.Hero-module__NyaRfa__floatingCard3{display:none}}@media (max-width:1024px){.Hero-module__NyaRfa__container{text-align:center;grid-template-columns:1fr}.Hero-module__NyaRfa__content{align-items:center}.Hero-module__NyaRfa__subheadline{max-width:100%}.Hero-module__NyaRfa__ctas{flex-wrap:wrap;justify-content:center}.Hero-module__NyaRfa__trust{justify-content:center}.Hero-module__NyaRfa__mockupWrapper{margin-top:var(--space-2xl)}.Hero-module__NyaRfa__mockupFrame{width:300px;height:620px;transform:none}}@media (max-width:480px){.Hero-module__NyaRfa__hero{padding-top:calc(80px + var(--space-xl))}.Hero-module__NyaRfa__ctas{flex-direction:column;width:100%}.Hero-module__NyaRfa__ctaPrimary,.Hero-module__NyaRfa__ctaSecondary{justify-content:center;width:100%}.Hero-module__NyaRfa__mockupFrame{width:260px;height:540px}}
.Problem-module__SBE9UG__problem{padding:var(--space-4xl)0;z-index:1;background:0 0;padding-top:20px;position:relative;overflow:hidden}.Problem-module__SBE9UG__header{text-align:center;margin-bottom:var(--space-3xl);max-width:800px;margin-left:auto;margin-right:auto}.Problem-module__SBE9UG__header h2{margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.Problem-module__SBE9UG__hours{background:linear-gradient(135deg,#ff5f1f 0%,#ef4444 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.Problem-module__SBE9UG__header p{color:var(--text-secondary);font-size:1.125rem}.Problem-module__SBE9UG__breakdown{gap:var(--space-3xl);max-width:1000px;margin:0 auto var(--space-3xl);grid-template-columns:1fr 2fr;align-items:center;display:grid}.Problem-module__SBE9UG__timeWasted{text-align:center;padding:var(--space-3xl);border-radius:var(--radius-2xl);background:#ef44440d;border:2px solid #ef444433;position:relative}.Problem-module__SBE9UG__bigNumber{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);-webkit-text-fill-color:transparent;margin-bottom:var(--space-sm);-webkit-background-clip:text;background-clip:text;font-size:6rem;font-weight:900;line-height:1}.Problem-module__SBE9UG__label{color:#dc2626;text-transform:uppercase;letter-spacing:.05em;font-size:1.25rem;font-weight:600}.Problem-module__SBE9UG__tasks{gap:var(--space-md);flex-direction:column;display:flex}.Problem-module__SBE9UG__task{align-items:center;gap:var(--space-lg);padding:var(--space-lg);border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;transition:all .3s;display:flex}.Problem-module__SBE9UG__task:hover{border-color:#ff5f1f;transform:translate(4px);box-shadow:0 4px 12px #ff5f1f1a}.Problem-module__SBE9UG__taskHours{color:#ef4444;min-width:60px;font-family:monospace;font-size:1.5rem;font-weight:700}.Problem-module__SBE9UG__taskName{color:var(--text-primary);font-size:1rem;font-weight:500}.Problem-module__SBE9UG__agitate{max-width:700px;margin:0 auto var(--space-3xl);text-align:center;padding:var(--space-2xl);border-radius:var(--radius-md);background:#ef444408;border-left:4px solid #ef4444}.Problem-module__SBE9UG__agitateText{color:var(--text-primary);font-size:1.25rem;line-height:1.6}.Problem-module__SBE9UG__agitateText strong{color:#dc2626;font-weight:700}.Problem-module__SBE9UG__solution{align-items:center;gap:var(--space-lg);flex-direction:column;display:flex}.Problem-module__SBE9UG__arrow{color:#ff5f1f;font-size:3rem;animation:2s ease-in-out infinite Problem-module__SBE9UG__bounce}.Problem-module__SBE9UG__velocityBox{text-align:center;padding:var(--space-3xl);border-radius:var(--radius-2xl);background:linear-gradient(135deg,#ff5f1f 0%,#fb923c 100%);max-width:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #ff5f1f4d}.Problem-module__SBE9UG__velocityBox:before{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Problem-module__SBE9UG__velocityTime{color:#fff;margin-bottom:var(--space-xs);font-size:4rem;font-weight:900;line-height:1}.Problem-module__SBE9UG__velocityLabel{color:#ffffffe6;margin-bottom:var(--space-md);font-size:1.5rem;font-weight:600}.Problem-module__SBE9UG__velocityDesc{color:#fffffff2;font-size:1.125rem;line-height:1.5}@keyframes Problem-module__SBE9UG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@media (max-width:768px){.Problem-module__SBE9UG__breakdown{gap:var(--space-2xl);grid-template-columns:1fr}.Problem-module__SBE9UG__bigNumber{font-size:4rem}.Problem-module__SBE9UG__velocityTime{font-size:3rem}.Problem-module__SBE9UG__task{text-align:center;gap:var(--space-sm);flex-direction:column}.Problem-module__SBE9UG__taskHours{font-size:1.25rem}}
.Features-module__1hH72q__features{padding:var(--space-4xl)0;background:0 0;position:relative;overflow:hidden}.Features-module__1hH72q__features:before{content:"";background:linear-gradient(90deg,transparent,var(--border-light),transparent);width:100%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Features-module__1hH72q__bentoGrid{gap:var(--space-lg);grid-template-rows:auto;grid-template-columns:repeat(4,1fr);display:grid}.Features-module__1hH72q__bentoCard{background:var(--glass-bg-elevated);-webkit-backdrop-filter:blur(var(--blur-lg));border:1px solid var(--glass-border);border-radius:var(--radius-2xl);padding:var(--space-xl);transition:all var(--transition-normal);position:relative;overflow:hidden}.Features-module__1hH72q__bentoCard:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.Features-module__1hH72q__bentoCard:hover{border-color:#fff6;transform:translateY(-4px);box-shadow:0 24px 48px #0000001f}.Features-module__1hH72q__bentoCard h3{margin-bottom:var(--space-sm);color:var(--text-primary);font-size:1.25rem;font-weight:600}.Features-module__1hH72q__bentoCard p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.Features-module__1hH72q__bentoLarge{padding:var(--space-2xl);grid-area:span 2/span 2}.Features-module__1hH72q__bentoTall{grid-area:span 2/span 1}.Features-module__1hH72q__bentoWide{align-items:center;gap:var(--space-lg);grid-column:span 2;display:flex}.Features-module__1hH72q__bentoRegular{grid-column:span 1}.Features-module__1hH72q__bentoAccent{background:linear-gradient(135deg,var(--neutral-900)0%,var(--neutral-950)100%);border-color:var(--neutral-800);grid-column:span 1}.Features-module__1hH72q__bentoAccent h3,.Features-module__1hH72q__bentoAccent p{color:var(--neutral-0)}.Features-module__1hH72q__bentoAccent p{color:var(--neutral-400)}.Features-module__1hH72q__cardGlow{pointer-events:none;background:radial-gradient(circle,#ff5f1f26 0%,#0000 60%);width:200px;height:200px;position:absolute;top:-50%;right:-50%}.Features-module__1hH72q__iconLarge{margin-bottom:var(--space-lg);font-size:3rem}.Features-module__1hH72q__iconFloat{margin-bottom:var(--space-md);background:var(--gradient-primary);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;font-size:2.5rem;display:flex;box-shadow:0 8px 16px #ff5f1f33}.Features-module__1hH72q__codePreview{margin-top:var(--space-lg);padding:var(--space-md);background:var(--neutral-950);border-radius:var(--radius-lg);overflow-x:auto}.Features-module__1hH72q__codePreview code{color:var(--neutral-300);font-family:SF Mono,Fira Code,monospace;font-size:.8125rem}.Features-module__1hH72q__codeLine{line-height:1.8;display:block}.Features-module__1hH72q__keyword{color:#c586c0}.Features-module__1hH72q__func{color:#dcdcaa}.Features-module__1hH72q__componentShowcase{gap:var(--space-md);margin-top:var(--space-lg);flex-direction:column;display:flex}.Features-module__1hH72q__premiumButton{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-xl);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;border:none;font-size:.9375rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #ff5f1f4d}.Features-module__1hH72q__premiumButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Features-module__1hH72q__premiumButton:hover:before{left:100%}.Features-module__1hH72q__premiumButton:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff5f1f66}.Features-module__1hH72q__buttonIcon{font-size:1.125rem;transition:transform .3s}.Features-module__1hH72q__premiumButton:hover .Features-module__1hH72q__buttonIcon{transform:translate(4px)}.Features-module__1hH72q__glassCard{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);padding:var(--space-md);background:#fffc;border:1px solid #ff5f1f26;box-shadow:0 4px 12px #0000000d}.Features-module__1hH72q__statsRow{justify-content:space-around;align-items:center;display:flex}.Features-module__1hH72q__stat{text-align:center}.Features-module__1hH72q__statValue{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Features-module__1hH72q__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-top:2px;font-size:.625rem}.Features-module__1hH72q__statDivider{background:var(--border-light);width:1px;height:40px}.Features-module__1hH72q__inputGroup{gap:var(--space-xs);flex-direction:column;display:flex}.Features-module__1hH72q__inputLabel{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.Features-module__1hH72q__modernInput{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);border:1.5px solid var(--border-light);border-radius:var(--radius-md);background:#fff;transition:all .3s;display:flex}.Features-module__1hH72q__modernInput:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #ff5f1f1a}.Features-module__1hH72q__inputIcon{opacity:.5;font-size:1rem}.Features-module__1hH72q__modernInput input{background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.Features-module__1hH72q__modernInput input::placeholder{color:var(--text-tertiary)}.Features-module__1hH72q__flagRow{gap:var(--space-xs);margin-bottom:var(--space-md);font-size:1.5rem;display:flex}.Features-module__1hH72q__tsLogo{color:#fff;border-radius:var(--radius-md);background:#3178c6;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.25rem;font-weight:700;display:flex}.Features-module__1hH72q__wideContent{flex:1}.Features-module__1hH72q__wideContent h3{margin-bottom:var(--space-xs)}.Features-module__1hH72q__checkList{gap:var(--space-xs);color:var(--text-tertiary);flex-direction:column;font-size:.8125rem;display:flex}.Features-module__1hH72q__moonSun{height:48px;margin-bottom:var(--space-md);position:relative}.Features-module__1hH72q__moon,.Features-module__1hH72q__sun{font-size:2.5rem;transition:all .5s;position:absolute}.Features-module__1hH72q__moon{opacity:1;transform:translateY(0)}.Features-module__1hH72q__sun{opacity:0;transform:translateY(20px)}.Features-module__1hH72q__bentoAccent:hover .Features-module__1hH72q__moon{opacity:0;transform:translateY(-20px)}.Features-module__1hH72q__bentoAccent:hover .Features-module__1hH72q__sun{opacity:1;transform:translateY(0)}@media (max-width:1024px){.Features-module__1hH72q__bentoGrid{grid-template-columns:repeat(2,1fr)}.Features-module__1hH72q__bentoLarge{grid-area:span 1/span 2}.Features-module__1hH72q__bentoTall{grid-row:span 1}.Features-module__1hH72q__bentoWide{text-align:center;flex-direction:column;grid-column:span 2}.Features-module__1hH72q__checkList{justify-content:center;gap:var(--space-md);flex-direction:row}}@media (max-width:640px){.Features-module__1hH72q__bentoGrid{grid-template-columns:1fr}.Features-module__1hH72q__bentoLarge,.Features-module__1hH72q__bentoTall,.Features-module__1hH72q__bentoWide,.Features-module__1hH72q__bentoAccent{grid-column:span 1}}
.Pricing-module__B7sPyG__pricing{padding:var(--space-4xl)0;background:0 0;position:relative;overflow:hidden}.Pricing-module__B7sPyG__cardWrapper{margin-bottom:var(--space-3xl);justify-content:center;display:flex}.Pricing-module__B7sPyG__card{background:var(--glass-bg-elevated);-webkit-backdrop-filter:blur(var(--blur-xl));border:2px solid var(--accent);border-radius:var(--radius-2xl);padding:var(--space-2xl);text-align:center;width:100%;max-width:440px;box-shadow:0 32px 64px -16px #ff5f1f33,var(--glass-shadow-inset);position:relative;overflow:hidden}.Pricing-module__B7sPyG__cardBg{pointer-events:none;background:radial-gradient(circle,#ff5f1f1a 0%,#0000 60%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.Pricing-module__B7sPyG__badge{align-items:center;gap:var(--space-xs);background:var(--gradient-primary);color:#fff;padding:var(--space-xs)var(--space-lg);border-radius:0 0 var(--radius-lg)var(--radius-lg);font-size:.8125rem;font-weight:600;display:flex;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.Pricing-module__B7sPyG__badgeDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Pricing-module__B7sPyG__pulse}@keyframes Pricing-module__B7sPyG__pulse{0%,to{opacity:1}50%{opacity:.5}}.Pricing-module__B7sPyG__header{margin-top:var(--space-2xl);margin-bottom:24px}.Pricing-module__B7sPyG__name{color:var(--text-secondary);margin-bottom:12px;font-size:1.125rem;font-weight:500}.Pricing-module__B7sPyG__priceRow{justify-content:center;align-items:baseline;gap:4px;display:flex}.Pricing-module__B7sPyG__currency{color:var(--text-primary);font-size:2rem;font-weight:600}.Pricing-module__B7sPyG__price{color:var(--text-primary);letter-spacing:-.03em;font-size:3.5rem;font-weight:800;line-height:1}.Pricing-module__B7sPyG__oldPrice{color:var(--text-tertiary);margin-left:8px;margin-right:4px;font-size:1.5rem;font-weight:500;text-decoration:line-through}.Pricing-module__B7sPyG__term{color:var(--text-tertiary);margin-left:4px;font-size:1rem;font-weight:500}.Pricing-module__B7sPyG__counterBox{background:#ff5f1f1a;border:1px solid #ff5f1f33;border-radius:12px;margin-top:16px;padding:12px}.Pricing-module__B7sPyG__counterHeader{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;display:flex}.Pricing-module__B7sPyG__counterPulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s infinite Pricing-module__B7sPyG__pulse}.Pricing-module__B7sPyG__counterText strong{color:var(--accent);font-weight:700}.Pricing-module__B7sPyG__progressBar{background:#0000000d;border-radius:3px;width:100%;height:6px;overflow:hidden}.Pricing-module__B7sPyG__progressFill{background:var(--gradient-primary);border-radius:3px;height:100%;transition:width 1s ease-out}.Pricing-module__B7sPyG__priceNote{color:var(--text-tertiary);margin-top:var(--space-xs);font-size:.875rem}.Pricing-module__B7sPyG__features{margin-bottom:var(--space-xl);text-align:left;list-style:none}.Pricing-module__B7sPyG__feature{align-items:center;gap:var(--space-md);padding:var(--space-md)0;border-bottom:1px solid var(--border-light);color:var(--text-secondary);font-size:.9375rem;display:flex}.Pricing-module__B7sPyG__feature:last-of-type{border-bottom:none}.Pricing-module__B7sPyG__checkCircle{width:24px;height:24px;color:var(--success);background:#22c55e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.Pricing-module__B7sPyG__featureHighlight{align-items:center;gap:var(--space-md);padding:var(--space-md);margin-top:var(--space-sm);border-radius:var(--radius-md);color:var(--text-primary);background:#ff5f1f0d;border:1px solid #ff5f1f33;font-size:.9375rem;font-weight:500;display:flex}.Pricing-module__B7sPyG__shield{font-size:1.25rem}.Pricing-module__B7sPyG__cta{justify-content:center;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-lg)var(--space-xl);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);transition:all var(--transition-normal);font-size:1.125rem;font-weight:600;display:flex;box-shadow:0 8px 24px #ff5f1f4d}.Pricing-module__B7sPyG__cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff5f1f66}.Pricing-module__B7sPyG__ctaArrow{transition:transform var(--transition-fast)}.Pricing-module__B7sPyG__cta:hover .Pricing-module__B7sPyG__ctaArrow{transform:translate(4px)}.Pricing-module__B7sPyG__trust{justify-content:center;align-items:center;gap:var(--space-xs);margin-top:var(--space-md);color:var(--text-tertiary);font-size:.8125rem;display:flex}.Pricing-module__B7sPyG__socialProof{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.Pricing-module__B7sPyG__stars{letter-spacing:2px;font-size:1.5rem}.Pricing-module__B7sPyG__socialProof p{color:var(--text-secondary);font-size:1rem}.Pricing-module__B7sPyG__socialProof strong{color:var(--text-primary)}@media (max-width:480px){.Pricing-module__B7sPyG__card{padding:var(--space-xl)}.Pricing-module__B7sPyG__price{font-size:3.5rem}}
.Testimonials-module__kCUh5q__testimonials{padding:var(--space-3xl)0;position:relative;overflow:hidden}.Testimonials-module__kCUh5q__testimonials:before{content:"";z-index:0;background:radial-gradient(circle,#7878780d 0%,#0000 70%);width:100vw;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Testimonials-module__kCUh5q__header{text-align:center;margin-bottom:var(--space-3xl);z-index:1;position:relative}.Testimonials-module__kCUh5q__header h2{letter-spacing:-.02em;margin-bottom:var(--space-sm);font-size:2.5rem;font-weight:700}.Testimonials-module__kCUh5q__grid{gap:var(--space-lg);z-index:1;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.Testimonials-module__kCUh5q__card{-webkit-backdrop-filter:blur(12px);padding:var(--space-xl);border-radius:var(--radius-xl);background:#fffc;border:1px solid #ff5f1f1a;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.Testimonials-module__kCUh5q__card:hover{border-color:#ff5f1f4d;transform:translateY(-5px);box-shadow:0 20px 40px #ff5f1f26}.Testimonials-module__kCUh5q__quote{color:var(--text-primary);margin-bottom:var(--space-lg);font-size:1.1rem;font-weight:500;line-height:1.6}.Testimonials-module__kCUh5q__footer{padding-top:var(--space-md);border-top:1px solid #0000000d;justify-content:space-between;align-items:center;display:flex}.Testimonials-module__kCUh5q__author{align-items:center;gap:var(--space-md);display:flex}.Testimonials-module__kCUh5q__avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.Testimonials-module__kCUh5q__userInfo{flex-direction:column;gap:2px;display:flex}.Testimonials-module__kCUh5q__name{color:var(--text-primary);font-size:.95rem;font-weight:600}.Testimonials-module__kCUh5q__role{color:var(--text-tertiary);font-size:.8rem}.Testimonials-module__kCUh5q__verified{color:#22c55e;background:#22c55e1a;border-radius:99px;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:600;display:flex}@media (max-width:1024px){.Testimonials-module__kCUh5q__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}
.FAQ-module__qfn5DG__faq{background:var(--background);padding:var(--space-3xl)0}.FAQ-module__qfn5DG__list{gap:var(--space-md);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.FAQ-module__qfn5DG__item{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--neutral-50);transition:all .3s;overflow:hidden}.FAQ-module__qfn5DG__item.FAQ-module__qfn5DG__open{background:#fff;border-color:#0000001a;box-shadow:0 4px 20px #0000000d}.FAQ-module__qfn5DG__question{width:100%;padding:var(--space-lg);text-align:left;cursor:pointer;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.FAQ-module__qfn5DG__answer{padding:0 var(--space-lg)var(--space-lg);color:var(--text-secondary);font-size:1rem;line-height:1.6;animation:.3s FAQ-module__qfn5DG__fadeIn}.FAQ-module__qfn5DG__icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;font-weight:300;transition:transform .3s;display:flex}.FAQ-module__qfn5DG__item.FAQ-module__qfn5DG__open .FAQ-module__qfn5DG__icon{transform:rotate(45deg)}@keyframes FAQ-module__qfn5DG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.FinalCTA-module__vXe1ta__cta{background:var(--background);text-align:center;padding:120px 20px;position:relative;overflow:hidden}.FinalCTA-module__vXe1ta__container{z-index:2;max-width:800px;margin:0 auto;position:relative}.FinalCTA-module__vXe1ta__title{letter-spacing:-.03em;margin-bottom:var(--space-lg);font-size:3.5rem;font-weight:800;line-height:1.1}.FinalCTA-module__vXe1ta__highlight{background:linear-gradient(90deg,#000 0%,#666 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FinalCTA-module__vXe1ta__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto var(--space-2xl);font-size:1.25rem;line-height:1.6}.FinalCTA-module__vXe1ta__actions{align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.FinalCTA-module__vXe1ta__guarantee{color:var(--text-tertiary);opacity:.8;font-size:.875rem}.FinalCTA-module__vXe1ta__glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#00000008 0%,#0000 70%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.FinalCTA-module__vXe1ta__title{font-size:2.5rem}}
.docs-module__NQUgZa__container{z-index:1;gap:60px;max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 24px 80px;display:flex;position:relative}.docs-module__NQUgZa__sidebar{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;width:280px;height:fit-content;padding:24px;position:sticky;top:120px;box-shadow:0 8px 32px #00000014}.docs-module__NQUgZa__sidebarTitle{color:#000;letter-spacing:-.02em;margin-bottom:20px;font-size:1.2rem;font-weight:700}.docs-module__NQUgZa__toc{flex-direction:column;gap:4px;display:flex}.docs-module__NQUgZa__tocLink{color:#525252;cursor:pointer;border-radius:8px;padding:10px 12px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.docs-module__NQUgZa__tocLink:hover{color:#000;background:#ff5f1f14}.docs-module__NQUgZa__content{flex:1;max-width:820px}.docs-module__NQUgZa__header{margin-bottom:64px}.docs-module__NQUgZa__title{letter-spacing:-.03em;background:linear-gradient(135deg,#000 0%,#404040 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:3.5rem;font-weight:800}.docs-module__NQUgZa__subtitle{color:#525252;font-size:1.25rem;line-height:1.7}.docs-module__NQUgZa__section{margin-bottom:72px;scroll-margin-top:120px}.docs-module__NQUgZa__sectionTitle{color:#000;align-items:center;gap:16px;margin-bottom:28px;font-size:2rem;font-weight:700;display:flex}.docs-module__NQUgZa__stepNumber{color:#fff;background:linear-gradient(135deg,#ff5f1f 0%,#fb923c 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 8px 24px #ff5f1f40}.docs-module__NQUgZa__text{color:#262626;margin-bottom:24px;font-size:1.1rem;line-height:1.8}.docs-module__NQUgZa__text code{color:#ea580c;background:#ff5f1f14;border:1px solid #ff5f1f26;border-radius:6px;padding:3px 8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9em;font-weight:500}.docs-module__NQUgZa__highlight{color:#404040;background:#ff5f1f0d;border-left:4px solid #ff5f1f;border-radius:8px;margin-bottom:24px;padding:18px 20px;font-size:1.05rem;line-height:1.6}.docs-module__NQUgZa__highlight strong{color:#000;font-weight:600}.docs-module__NQUgZa__toolCard{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:16px;align-items:flex-start;gap:20px;margin-bottom:16px;padding:24px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000000d}.docs-module__NQUgZa__toolCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.docs-module__NQUgZa__toolIcon{font-size:2.5rem}.docs-module__NQUgZa__toolName{color:#000;margin-bottom:6px;font-size:1.2rem;font-weight:600}.docs-module__NQUgZa__toolDesc{color:#525252;margin-bottom:16px;font-size:.95rem;line-height:1.5}.docs-module__NQUgZa__downloadBtn{color:#fff;background:linear-gradient(135deg,#ff5f1f 0%,#fb923c 100%);border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 12px #ff5f1f33}.docs-module__NQUgZa__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff5f1f4d}.docs-module__NQUgZa__codeBlock{background:#0a0a0a;border:1px solid #262626;border-radius:12px;margin-bottom:24px;padding:28px;overflow-x:auto}.docs-module__NQUgZa__codeStep{margin-bottom:24px}.docs-module__NQUgZa__codeStep:last-child{margin-bottom:0}.docs-module__NQUgZa__codeComment{color:#737373;margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.docs-module__NQUgZa__codeBlock code{color:#ff5f1f;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.95rem;font-weight:500;line-height:1.6;display:block}.docs-module__NQUgZa__success{color:#166534;background:#22c55e14;border:1px solid #22c55e33;border-radius:12px;margin-bottom:24px;padding:20px;font-size:1.05rem;line-height:1.7}.docs-module__NQUgZa__success strong{color:#000;font-weight:600}.docs-module__NQUgZa__party{color:#c2410c;text-align:center;background:linear-gradient(135deg,#ff5f1f14 0%,#fb923c0d 100%);border:2px solid #ff5f1f33;border-radius:16px;margin-top:40px;padding:28px;font-size:1.15rem;line-height:1.7;box-shadow:0 4px 12px #ff5f1f1a}.docs-module__NQUgZa__party strong{color:#000;font-weight:700}.docs-module__NQUgZa__customizeCard{-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #ffffff4d;border-radius:12px;margin-bottom:20px;padding:24px;box-shadow:0 4px 12px #0000000d}.docs-module__NQUgZa__subheading{color:#000;margin-bottom:12px;font-size:1.3rem;font-weight:600}.docs-module__NQUgZa__componentGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:24px 0;display:grid}.docs-module__NQUgZa__componentChip{color:#262626;background:#ff5f1f0d;border:1px solid #ff5f1f26;border-radius:8px;padding:12px 16px;font-size:.9rem;transition:all .2s}.docs-module__NQUgZa__componentChip:hover{background:#ff5f1f14;border-color:#ff5f1f40;transform:translateY(-2px)}.docs-module__NQUgZa__componentChip strong{color:#ea580c;font-weight:600}.docs-module__NQUgZa__complianceCard{-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #ffffff4d;border-radius:12px;margin-bottom:20px;padding:24px;box-shadow:0 4px 12px #0000000d}.docs-module__NQUgZa__complianceTitle{color:#000;margin-bottom:12px;font-size:1.15rem;font-weight:600}.docs-module__NQUgZa__list{margin-bottom:20px;margin-left:20px;line-height:1.8}.docs-module__NQUgZa__list li{color:#262626;margin-bottom:8px}.docs-module__NQUgZa__list li strong{color:#000}@media (max-width:768px){.docs-module__NQUgZa__container{flex-direction:column;gap:32px;padding:100px 20px 40px}.docs-module__NQUgZa__sidebar{width:100%;position:static}.docs-module__NQUgZa__title{font-size:2.2rem}.docs-module__NQUgZa__sectionTitle{font-size:1.6rem}.docs-module__NQUgZa__componentGrid{grid-template-columns:1fr}}
.Footer-module__KgQ3vW__footer{background:var(--neutral-950);padding-top:var(--space-3xl)}.Footer-module__KgQ3vW__container{justify-content:space-between;gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid var(--neutral-800);display:flex}.Footer-module__KgQ3vW__brand{max-width:280px}.Footer-module__KgQ3vW__logo{align-items:center;gap:var(--space-sm);color:var(--neutral-0);margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:700;display:flex}.Footer-module__KgQ3vW__tagline{color:var(--neutral-500);font-size:.9375rem}.Footer-module__KgQ3vW__links{gap:var(--space-3xl);display:flex}.Footer-module__KgQ3vW__column{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__KgQ3vW__column h4{color:var(--neutral-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs);font-size:.8125rem;font-weight:600}.Footer-module__KgQ3vW__column a{color:var(--neutral-300);transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__KgQ3vW__column a:hover{color:var(--neutral-0)}.Footer-module__KgQ3vW__bottom{padding:var(--space-lg)0}.Footer-module__KgQ3vW__bottom p{color:var(--neutral-600);text-align:center;font-size:.8125rem}@media (max-width:768px){.Footer-module__KgQ3vW__container{gap:var(--space-2xl);flex-direction:column}.Footer-module__KgQ3vW__brand{text-align:center;max-width:100%}.Footer-module__KgQ3vW__links{justify-content:center;gap:var(--space-2xl);flex-wrap:wrap}.Footer-module__KgQ3vW__column{text-align:center;align-items:center}}
