:root{--shadow-color: 293deg 100% 7%}.landing{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#fff;color:#1f2937;line-height:1.6;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.5rem;font-family:Inter,sans-serif;font-weight:500;font-size:.9375rem;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.landing-btn.-primary{background-color:#263792;color:#fff}.landing-btn.-primary:hover{background-color:#1e2d75}.landing-btn.-secondary{background-color:transparent;color:#374151;border:1px solid #e5e7eb}.landing-btn.-secondary:hover{background-color:#f3f4f6;border-color:#d1d5db}.landing-btn.-tertiary{background-color:#0000000d;color:#fff;border:1px solid #e7eaf0}.landing-btn.-tertiary:hover{background-color:#0000001a}.landing-btn.-large{padding:.875rem 1.75rem;font-size:1rem;font-weight:600}.landing-btn.-full{width:100%;max-width:12rem}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem}@media (max-width: 600px){.landing-header{padding:.75rem 1rem}}.landing-header__container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:calc(1200px - 1rem);margin:0 auto;background-color:#fff;border:1px solid #e8e8e8;border-radius:100px;padding:.5rem;transition:border-color .3s ease,margin-top .3s ease,background-color .3s ease,backdrop-filter .3s ease;margin-top:1.5rem;box-shadow:0 0 0 1px #2000241c,0 2px 2px #2000240d}.landing-header__container:hover{border-color:#d8d8d8}.landing-header__container.-scrolled{margin-top:0;background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media (max-width: 1024px){.landing-header__container{grid-template-columns:auto 1fr auto auto}}.landing-header__logo,.landing-footer__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.landing-header__logo-img,.landing-footer__logo-img{height:1.75rem;width:auto}.landing-header__nav{display:flex;align-items:center;gap:.25rem;margin-left:2rem}@media (max-width: 1024px){.landing-header__nav{display:none}}.landing-header__nav-link{font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;padding:.5rem 1rem;border-radius:100px;transition:color .2s ease,background-color .2s ease}.landing-header__nav-link:hover{color:#111827;background-color:#f3f4f6}.landing-header__actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.landing-header__actions .landing-btn.-secondary{border:none;background-color:transparent;padding:.625rem 1rem;border-radius:100px}.landing-header__actions .landing-btn.-secondary:hover{background-color:#f3f4f6}.landing-header__actions .landing-btn.-primary{border-radius:100px;padding:.625rem 1.25rem}@media (max-width: 1024px){.landing-header__actions{gap:.25rem}.landing-header__actions .landing-btn.-secondary{padding:.5rem .75rem;font-size:.875rem}.landing-header__actions .landing-btn.-primary{padding:.5rem 1rem;font-size:.875rem}}@media (max-width: 600px){.landing-header__actions .landing-btn{display:none}}.landing-header__mobile-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer;color:#374151;border-radius:100px;transition:background-color .2s ease}.landing-header__mobile-toggle:hover{background-color:#f3f4f6}@media (max-width: 1024px){.landing-header__mobile-toggle{display:flex}}.landing-header__mobile-menu{position:fixed;inset:0;background-color:#fff;z-index:1001;padding:1.5rem;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.landing-header__mobile-menu.-open{opacity:1;visibility:visible;transform:translateY(0)}.landing-header__mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.landing-header__mobile-logo{height:1.75rem;width:auto}.landing-header__mobile-close{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;background-color:#f3f4f6;border:none;cursor:pointer;color:#374151;border-radius:100px;transition:background-color .2s ease}.landing-header__mobile-close:hover{background-color:#e5e7eb}.landing-header__mobile-nav{display:flex;flex-direction:column;gap:.25rem}.landing-header__mobile-link{display:block;padding:1rem 1.25rem;font-size:1.125rem;font-weight:500;color:#1f2937;text-decoration:none;border-radius:.75rem;transition:background-color .2s ease}.landing-header__mobile-link:hover{background-color:#f3f4f6}.landing-header__mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-bottom:2rem;align-items:center}.landing-header__mobile-actions .landing-btn{border-radius:100px;padding:1rem 1.5rem;font-size:1rem}.landing-main{display:block}.landing-hero{position:relative;text-align:center}.landing-hero__content{position:relative;z-index:2;max-width:1100px;margin:0 auto}.landing-hero__title{font-size:4rem;font-weight:700;line-height:1.15;margin:0 0 1.5rem;text-wrap:balance;background:linear-gradient(135deg,#fff 0% 40%,#dbeafe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 4px 20px rgba(0,0,0,.25))}@media (max-width: 1024px){.landing-hero__title{font-size:2.5rem}}@media (max-width: 600px){.landing-hero__title{font-size:2rem;margin-right:10px;margin-left:10px}}.landing-hero__subtitle{font-size:1.25rem;font-weight:500;color:#fff;margin:0 0 2.5rem;line-height:1.6;text-shadow:0 2px 15px rgba(0,0,0,.2)}@media (max-width: 600px){.landing-hero__subtitle{font-size:1.125rem;margin-right:10px;margin-left:10px}}.landing-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem}@media (max-width: 600px){.landing-hero__actions{flex-direction:column;align-items:center}.landing-hero__actions .landing-btn{width:100%;max-width:12rem}}.landing-hero__gradient-box{width:calc(100% - 1rem);border-radius:2rem;background:linear-gradient(135deg,#3c58e7,#6578de 34%,#6b79bc 55%,#5362ab 72%,#233387);border:1px solid rgba(41,0,41,.0509803922);margin:.5rem;padding:10rem 0}.landing-features{padding:6rem 2rem;transform:translateY(-230px);margin-bottom:-230px}@media (max-width: 600px){.landing-features{padding:4rem 1.5rem}}.landing-features__container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 1024px){.landing-features__container{grid-template-columns:1fr;max-width:500px}}.landing-card-glow{padding:7px;border-radius:1rem;box-shadow:0 0 0 1px #2000241c,0 2px 2px #2000240d;background-color:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:box-shadow .3s ease,transform .3s ease}.landing-card-glow:hover{box-shadow:0 10px 40px #0000001f;transform:translateY(-4px)}.landing-card{height:100%;border-radius:calc(1rem - 5px);overflow:hidden;box-shadow:0 0 0 1px hsl(var(--shadow-color)/.11),0 1px 1.5px hsl(var(--shadow-color)/.01),0 2px 3px hsl(var(--shadow-color)/.02),0 4px 6px hsl(var(--shadow-color)/.03),0 8px 12px hsl(var(--shadow-color)/.04),0 16px 24px hsl(var(--shadow-color)/.05),0 24px 36px hsl(var(--shadow-color)/.06),0 36px 54px hsl(var(--shadow-color)/.07),0 54px 81px hsl(var(--shadow-color)/.08)}.landing-card__image-container{width:calc(100% - 50px);padding:25px;background-color:#0012ff05;border-bottom:1px solid rgba(41,0,41,.1098039216);display:flex;align-items:center;justify-content:center}.landing-card__image{position:relative;width:100%;padding-top:60%;overflow:hidden;border-radius:calc(1rem - 5px);box-shadow:0 0 0 1px #2000241c,0 2px 2px #2000240d}.landing-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.landing-card__content{padding:1.5rem;background-color:#fff}.landing-card__title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4}.landing-card__text{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.landing-cta{padding:0 2rem 6rem;text-align:center}@media (max-width: 600px){.landing-cta{padding:3rem 1.5rem 4rem;margin-top:-150px}}.landing-cta__container{max-width:1100px;margin:0 auto}@media (max-width: 600px){.landing-cta__container{margin-top:100px}}.landing-cta__title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;line-height:1.2}@media (max-width: 600px){.landing-cta__title{font-size:1.75rem}}.landing-cta__subtitle{font-size:1.5rem;font-weight:500;color:#4b5563;margin:0 0 2.5rem;line-height:1.4}@media (max-width: 600px){.landing-cta__subtitle{font-size:1.25rem;margin-bottom:2rem}}.landing-cta__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}@media (max-width: 1024px){.landing-cta__cards{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);gap:1rem}}.landing-cta__card{background-color:#f8faff;border-radius:1rem;padding:1.5rem;border:1px solid #e0e7ff;box-shadow:0 1px 3px #3b82f614,0 1px 2px #3b82f60a;text-align:left;max-width:400px;margin-left:auto}.landing-cta__card:last-of-type{margin-left:0;margin-right:auto}@media (max-width: 1024px){.landing-cta__card{margin:0 auto;max-width:330px}.landing-cta__card:last-of-type{margin:0 auto}}@media (max-width: 600px){.landing-cta__card{padding:1.25rem}}.landing-cta__label{display:inline-block;font-size:.75rem;font-weight:600;color:#3c58e7;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.landing-cta__text{font-size:1.0625rem;font-weight:400;color:#475569;line-height:1.7;margin:0}@media (max-width: 600px){.landing-cta__text{font-size:1rem}}.landing-cta__actions{display:flex;justify-content:center}.landing-cta__actions .landing-btn{border-radius:100px}.landing-modules{padding:6rem 2rem;background-color:#fafbfc}@media (max-width: 600px){.landing-modules{padding:4rem 1rem}}.landing-modules__container{max-width:1200px;margin:0 auto}@media (max-width: 1024px){.landing-modules__container{width:100%;margin:0}}.landing-modules__header{text-align:center;margin-bottom:3rem}.landing-modules__label{display:inline-block;font-size:.75rem;font-weight:600;color:#3c58e7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding:.5rem 1rem;background-color:#eef2ff;border-radius:100px}.landing-modules__title{font-size:2.75rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}@media (max-width: 600px){.landing-modules__title{font-size:2rem}}.landing-modules__subtitle{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6}@media (max-width: 600px){.landing-modules__subtitle{font-size:1.125rem}}.landing-modules__nav-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem}@media (max-width: 600px){.landing-modules__nav-wrapper{gap:.5rem;margin-bottom:2rem}}.landing-modules__nav-arrow{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#374151;cursor:pointer;transition:all .2s ease;flex-shrink:0}.landing-modules__nav-arrow:hover{background-color:#f3f4f6;border-color:#d1d5db}.landing-modules__nav-arrow:active{transform:scale(.95)}.landing-modules__nav-arrow svg{width:1.25rem;height:1.25rem}@media (max-width: 600px){.landing-modules__nav-arrow{display:flex}}.landing-modules__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 0 0 1px #20002414,0 2px 4px #2000240a}@media (max-width: 1024px){.landing-modules__nav{gap:.25rem;padding:.375rem}}@media (max-width: 600px){.landing-modules__nav{display:flex;flex-wrap:nowrap;overflow:hidden;gap:0;padding:.375rem;width:12rem}}.landing-modules__tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-radius:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .25s ease;white-space:nowrap}.landing-modules__tab:hover{color:#374151;background-color:#f3f4f6}.landing-modules__tab.-active{color:#fff;background-color:#263792;box-shadow:0 2px 8px #2637924d}@media (max-width: 1024px){.landing-modules__tab{padding:.625rem 1rem;font-size:.875rem}}@media (max-width: 600px){.landing-modules__tab{display:none;justify-content:center;padding:.75rem 1rem;font-size:.875rem;flex:1;min-width:0}.landing-modules__tab.-active{display:flex;color:#6b7280;background-color:transparent;box-shadow:none}.landing-modules__tab span{display:block;overflow:hidden;text-overflow:ellipsis}}.landing-modules__tab-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.landing-modules__content{position:relative;min-height:500px}@media (max-width: 600px){.landing-modules__content{min-height:auto}}.landing-modules__panel{display:none;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.landing-modules__panel.-active{display:block;opacity:1;transform:translateY(0)}.landing-modules__panel-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:1.25rem 4rem;align-items:start;background-color:#fff;border-radius:1.5rem;padding:3rem;min-height:410px;box-shadow:0 0 0 1px #20002414,0 4px 16px #2000240f}@media (max-width: 1024px){.landing-modules__panel-content{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.5rem;padding:2rem;min-height:auto}}@media (max-width: 600px){.landing-modules__panel-content{padding:1.5rem;gap:1.25rem}}.landing-modules__panel-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3;grid-column:1;grid-row:1}@media (max-width: 1024px){.landing-modules__panel-title{order:1}}@media (max-width: 600px){.landing-modules__panel-title{font-size:1.5rem}}.landing-modules__panel-text{grid-column:1;grid-row:2}@media (max-width: 1024px){.landing-modules__panel-text{order:3;grid-row:3}}.landing-modules__panel-description{font-size:1.0625rem;color:#6b7280;line-height:1.7;margin:0 0 1rem}.landing-modules__panel-description:last-of-type{margin-bottom:1.5rem}@media (max-width: 600px){.landing-modules__panel-description{font-size:1rem}}.landing-modules__panel-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.landing-modules__panel-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:#374151;line-height:1.5}.landing-modules__panel-features li svg{width:1.25rem;height:1.25rem;flex-shrink:0;color:#22c55e;margin-top:.125rem}.landing-modules__panel-visual{grid-column:2;grid-row:1/3;align-self:center}@media (max-width: 1024px){.landing-modules__panel-visual{grid-column:1;grid-row:auto;order:2}}.landing-modules__mockup{background-color:#1f2937;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.landing-modules__mockup-header{display:flex;gap:.5rem;padding:1rem 1.25rem;background-color:#374151}.landing-modules__mockup-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:#4b5563}.landing-modules__mockup-dot:first-child{background-color:#ef4444}.landing-modules__mockup-dot:nth-child(2){background-color:#f59e0b}.landing-modules__mockup-dot:nth-child(3){background-color:#22c55e}.landing-modules__mockup-content{padding:1.5rem;background-color:#fff;min-height:280px}@media (max-width: 600px){.landing-modules__mockup-content{padding:1rem;min-height:220px}}.landing-modules__calendar-demo{height:100%}.landing-modules__calendar-header{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.landing-modules__calendar-header span{font-size:.8125rem;font-weight:600;color:#374151;text-align:center}@media (max-width: 600px){.landing-modules__calendar-header{grid-template-columns:repeat(2,1fr);gap:.25rem;margin-bottom:.75rem;padding-bottom:.5rem}.landing-modules__calendar-header span{font-size:.75rem}}@media (max-width: 600px){.landing-modules__calendar-col3{display:none!important}}.landing-modules__calendar-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,40px);gap:.5rem}@media (max-width: 600px){.landing-modules__calendar-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,36px);gap:.25rem}}.landing-modules__calendar-event{display:flex;flex-direction:column;justify-content:center;padding:.5rem .75rem;border-radius:.5rem;animation:eventSlideIn .5s ease forwards;opacity:0}.landing-modules__calendar-event.-deposit{background-color:#dcfce7;border-left:3px solid #22c55e;animation-delay:.1s}.landing-modules__calendar-event.-diagnostic{background-color:#dbeafe;border-left:3px solid #3b82f6;animation-delay:.2s}.landing-modules__calendar-event.-delivery{background-color:#f3e8ff;border-left:3px solid #a855f7;animation-delay:.3s}@media (max-width: 600px){.landing-modules__calendar-event{padding:.375rem .5rem;border-radius:.375rem;border-left-width:2px}}@keyframes eventSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.landing-modules__event-time{font-size:.6875rem;font-weight:600;color:#6b7280}@media (max-width: 600px){.landing-modules__event-time{font-size:.625rem}}.landing-modules__event-title{font-size:.75rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 600px){.landing-modules__event-title{font-size:.6875rem}}.landing-modules__workload-demo{display:flex;flex-direction:column;gap:1rem}.landing-modules__workload-day{display:grid;grid-template-columns:40px 1fr 50px;align-items:center;gap:1rem}.landing-modules__workload-label{font-size:.875rem;font-weight:600;color:#374151}.landing-modules__workload-bar{height:1.5rem;background-color:#f3f4f6;border-radius:.5rem;overflow:hidden}.landing-modules__workload-fill{height:100%;background:linear-gradient(90deg,#3c58e7,#6578de);border-radius:.5rem;animation:fillBar 1s ease forwards;transform-origin:left}.landing-modules__workload-fill.-warning{background:linear-gradient(90deg,#f59e0b,#ef4444)}@keyframes fillBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.landing-modules__workload-percent{font-size:.875rem;font-weight:600;color:#3c58e7;text-align:right}.landing-modules__workload-percent.-warning{color:#ef4444}.landing-modules__assignment-demo{display:flex;flex-direction:column;gap:.75rem}.landing-modules__assignment-task{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background-color:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;animation:taskFadeIn .4s ease forwards;opacity:0}.landing-modules__assignment-task:nth-child(1){animation-delay:.1s}.landing-modules__assignment-task:nth-child(2){animation-delay:.2s}.landing-modules__assignment-task:nth-child(3){animation-delay:.3s}@keyframes taskFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-modules__assignment-task-info{display:flex;flex-direction:column;gap:.25rem}.landing-modules__assignment-task-name{font-size:.9375rem;font-weight:600;color:#1f2937}.landing-modules__assignment-task-vehicle{font-size:.8125rem;color:#6b7280}.landing-modules__assignment-suggestion{display:flex;align-items:center;gap:.5rem}.landing-modules__assignment-ai-badge{font-size:.625rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}.landing-modules__assignment-tech{font-size:.875rem;font-weight:500;color:#374151;padding:.375rem .75rem;background-color:#fff;border-radius:.5rem;border:1px solid #d1d5db}.landing-modules__folders-demo{display:flex;flex-direction:column;gap:.5rem}.landing-modules__folder-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;animation:folderSlide .4s ease forwards;opacity:0;position:relative}.landing-modules__folder-item:nth-child(1){animation-delay:.1s}.landing-modules__folder-item:nth-child(2){animation-delay:.2s}.landing-modules__folder-item:nth-child(3){animation-delay:.3s}.landing-modules__folder-item:nth-child(4){animation-delay:.4s}@keyframes folderSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.landing-modules__folder-status{width:.625rem;height:.625rem;border-radius:50%;flex-shrink:0}.landing-modules__folder-status.-repairing{background-color:#f59e0b}.landing-modules__folder-status.-waiting{background-color:#eab308}.landing-modules__folder-status.-coming{background-color:#94a3b8}.landing-modules__folder-status.-done{background-color:#22c55e}@media (max-width: 600px){.landing-modules__folder-status{display:none}}.landing-modules__folder-info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}@media (max-width: 600px){.landing-modules__folder-info{margin-top:24px}}.landing-modules__folder-vehicle{font-size:.875rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-modules__folder-client{font-size:.75rem;color:#6b7280}.landing-modules__folder-badge{font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:100px;white-space:nowrap}.landing-modules__folder-badge.-repairing{color:#ea580c;background-color:#ffedd5}.landing-modules__folder-badge.-waiting{color:#ca8a04;background-color:#fef9c3}.landing-modules__folder-badge.-coming{color:#475569;background-color:#f1f5f9}.landing-modules__folder-badge.-done{color:#16a34a;background-color:#dcfce7}@media (max-width: 600px){.landing-modules__folder-badge{position:absolute;top:8px;right:8px}}.landing-modules__docs-demo{display:flex;flex-direction:column;gap:1.5rem}.landing-modules__doc-flow{display:flex;align-items:center;justify-content:center;gap:.75rem}@media (max-width: 600px){.landing-modules__doc-flow{flex-direction:column}}.landing-modules__doc-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:.75rem;transition:transform .3s ease}.landing-modules__doc-item svg{width:2rem;height:2rem}.landing-modules__doc-item span{font-size:.75rem;font-weight:600}.landing-modules__doc-item.-quote{background-color:#dbeafe;color:#2563eb}.landing-modules__doc-item.-or{background-color:#fef3c7;color:#d97706}.landing-modules__doc-item.-invoice{background-color:#dcfce7;color:#16a34a}.landing-modules__doc-item:hover{transform:scale(1.05)}.landing-modules__doc-arrow{color:#d1d5db}.landing-modules__doc-arrow svg{width:1.5rem;height:1.5rem}@media (max-width: 600px){.landing-modules__doc-arrow{transform:rotate(90deg)}}.landing-modules__doc-preview{background-color:#f9fafb;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb}.landing-modules__doc-line{height:.5rem;background-color:#e5e7eb;border-radius:.25rem;margin-bottom:.5rem}.landing-modules__doc-line.-short{width:40%}.landing-modules__doc-line.-medium{width:70%}.landing-modules__doc-total{display:flex;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-weight:600}.landing-modules__doc-total span:first-child{color:#6b7280;font-size:.875rem}.landing-modules__doc-total span:last-child{color:#1f2937;font-size:1rem}.landing-modules__parts-demo{display:flex;flex-direction:column;gap:1rem}.landing-modules__parts-search{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}.landing-modules__parts-search svg{width:1.25rem;height:1.25rem;color:#9ca3af}.landing-modules__parts-search span{color:#9ca3af;font-size:.9375rem}.landing-modules__parts-list{display:flex;flex-direction:column;gap:.5rem}.landing-modules__part-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:.875rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;animation:partSlide .3s ease forwards;opacity:0}.landing-modules__part-item:nth-child(1){animation-delay:.1s}.landing-modules__part-item:nth-child(2){animation-delay:.2s}.landing-modules__part-item:nth-child(3){animation-delay:.3s}@media (max-width: 600px){.landing-modules__part-item{grid-template-columns:1fr}}@keyframes partSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-modules__part-name{font-size:.9375rem;font-weight:500;color:#1f2937}.landing-modules__part-ref{font-size:.75rem;color:#9ca3af;font-family:monospace}.landing-modules__part-price{font-size:.9375rem;font-weight:600;color:#3c58e7}.landing-modules__scan-demo{display:flex;flex-direction:column;align-items:center;gap:1rem}.landing-modules__scan-card{position:relative;width:140px;height:90px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.landing-modules__scan-icon{color:#6366f1}.landing-modules__scan-icon svg{width:1.5rem;height:1.5rem}.landing-modules__scan-text{font-size:.6875rem;font-weight:600;color:#4f46e5;text-transform:uppercase;letter-spacing:.05em}.landing-modules__scan-corner{position:absolute;width:1rem;height:1rem;border:2px solid #3C58E7}.landing-modules__scan-corner.-tl{top:-4px;left:-4px;border-right:none;border-bottom:none;border-radius:4px 0 0;animation:scanPulse 2s ease-in-out infinite}.landing-modules__scan-corner.-tr{top:-4px;right:-4px;border-left:none;border-bottom:none;border-radius:0 4px 0 0;animation:scanPulse 2s ease-in-out infinite .5s}.landing-modules__scan-corner.-bl{bottom:-4px;left:-4px;border-right:none;border-top:none;border-radius:0 0 0 4px;animation:scanPulse 2s ease-in-out infinite 1s}.landing-modules__scan-corner.-br{bottom:-4px;right:-4px;border-left:none;border-top:none;border-radius:0 0 4px;animation:scanPulse 2s ease-in-out infinite 1.5s}@keyframes scanPulse{0%,to{opacity:1}50%{opacity:.4}}.landing-modules__scan-arrow{color:#d1d5db;animation:arrowBounce 1.5s ease-in-out infinite}.landing-modules__scan-arrow svg{width:1.5rem;height:1.5rem}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.landing-modules__scan-result{display:flex;gap:1rem;padding:1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem}@media (max-width: 600px){.landing-modules__scan-result{flex-direction:column}}.landing-modules__scan-field{display:flex;flex-direction:column;gap:.125rem}.landing-modules__scan-label{font-size:.625rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.landing-modules__scan-value{font-size:.8125rem;font-weight:600;color:#1f2937}.about-hero{padding:10rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#f8faff,#eef2ff)}@media (max-width: 600px){.about-hero{padding:8rem 1.5rem 3rem}}.about-hero__container{max-width:800px;margin:0 auto}.about-hero__label{display:inline-block;font-size:.75rem;font-weight:600;color:#3c58e7;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;padding:.5rem 1rem;background-color:#fff;border-radius:100px;box-shadow:0 0 0 1px #20002414}.about-hero__title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;line-height:1.2}@media (max-width: 600px){.about-hero__title{font-size:2rem}}.about-hero__subtitle{font-size:1.25rem;color:#6b7280;margin:0;line-height:1.6}@media (max-width: 600px){.about-hero__subtitle{font-size:1.125rem}}.about-founders{padding:4rem 2rem}@media (max-width: 600px){.about-founders{padding:3rem 1.5rem}}.about-founders__container{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.about-founder{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 0 0 1px #20002414,0 4px 16px #2000240f;transition:transform .3s ease,box-shadow .3s ease}.about-founder:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #20002414,0 8px 32px #2000241a}@media (max-width: 600px){.about-founder{padding:1.5rem}}.about-founder__header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.about-founder__avatar{width:7rem;height:7rem;border-radius:1.25rem;background:linear-gradient(135deg,#3c58e7,#6578de);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (max-width: 600px){.about-founder__avatar{width:5.5rem;height:5.5rem;border-radius:1rem}}.about-founder__photo{width:100%;height:100%;object-fit:cover}.about-founder__initials{font-size:1.5rem;font-weight:700;color:#fff}.about-founder__info{display:flex;flex-direction:column;gap:.25rem}.about-founder__name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}@media (max-width: 600px){.about-founder__name{font-size:1.25rem}}.about-founder__role{font-size:.9375rem;color:#6b7280;font-weight:500}.about-founder__linkedin{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:500;color:#0077b5;text-decoration:none;transition:color .2s ease}.about-founder__linkedin svg{width:1rem;height:1rem}.about-founder__linkedin:hover{color:#005582}.about-founder__content p{font-size:1rem;color:#4b5563;line-height:1.7;margin:0 0 1rem}.about-founder__content p:last-child{margin-bottom:0}.about-founder__motto{font-weight:600;color:#1f2937!important;font-style:italic;padding:1rem;background-color:#f8faff;border-radius:.75rem;border-left:3px solid #3C58E7;margin-top:1.5rem!important}.about-cta{padding:4rem 2rem;background-color:#fafbfc;text-align:center}@media (max-width: 600px){.about-cta{padding:3rem 1.5rem}}.about-cta__container{max-width:600px;margin:0 auto}.about-cta__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 1rem}@media (max-width: 600px){.about-cta__title{font-size:1.5rem}}.about-cta__text{font-size:1.125rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}@media (max-width: 600px){.about-cta__text{font-size:1rem}}.about-cta__actions .landing-btn{border-radius:100px}.landing-header__nav-link.-active{color:#3c58e7;background-color:#eef2ff}.landing-footer{padding:2rem}.landing-footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:140px 1fr 140px}@media (max-width: 1024px){.landing-footer__container{grid-template-columns:140px 1fr 1px}}@media (max-width: 600px){.landing-footer__container{grid-template-columns:1fr;gap:1rem}}@media (max-width: 600px){.landing-footer__logo{width:fit-content;margin:0 auto}}.landing-footer__links{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}@media (max-width: 1024px){.landing-footer__links{justify-content:flex-end;gap:1rem}}@media (max-width: 600px){.landing-footer__links{flex-direction:column;gap:1rem}}.landing-footer__link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s ease}.landing-footer__link:hover{color:#263792}
/*# sourceMappingURL=landing.css.map */
