*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}table{border-collapse:collapse}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.6;color:#1a1a2e;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;line-height:1.2;color:#023e8a}h1{font-size:3.052rem}h2{font-size:2.441rem}h3{font-size:1.953rem}h4{font-size:1.563rem}h5{font-size:1.25rem}@media(max-width: 768px){h1{font-size:2.441rem}h2{font-size:1.953rem}h3{font-size:1.563rem}}p{margin-bottom:1rem}strong{font-weight:600}a{color:#0077b6;transition:color 200ms ease}a:hover{color:#023e8a}.text-light{color:#6c757d}.text-on-dark{color:#e8e8e8}.text-center{text-align:center}.lead{font-size:1.25rem;line-height:1.5;color:#6c757d}.content h2{margin-top:3rem;margin-bottom:1rem}.content h3{margin-top:2rem;margin-bottom:.5rem}.content p{margin-bottom:1rem}.content ul,.content ol{margin-bottom:1rem;padding-left:1.5rem}.content ul li,.content ol li{margin-bottom:.25rem;list-style:disc}.content ol li{list-style:decimal}.content blockquote{border-left:4px solid #00b4d8;padding:1rem 1.5rem;margin:1.5rem 0;background-color:#f8f9fa;border-radius:0 8px 8px 0}.content blockquote p:last-child{margin-bottom:0}.content code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.875rem;background-color:#f8f9fa;padding:.15em .4em;border-radius:4px}.content img{border-radius:8px;margin:1.5rem 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width: 480px){.container{padding:0 1rem}}.container--narrow{max-width:800px}.section{padding:5rem 0}@media(max-width: 768px){.section{padding:3rem 0}}.section--alt{background-color:#f8f9fa}.section--dark{background-color:#0a1628;color:#e8e8e8}.section--dark h2,.section--dark h3,.section--dark h4{color:#fff}.section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.section__header h2{margin-bottom:1rem}.section__header p{color:#6c757d;font-size:1.125rem}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2, 1fr)}@media(max-width: 768px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 1024px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1024px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.flex--between{align-items:center;justify-content:space-between}.flex--gap{gap:1rem}.flex--gap-lg{gap:1.5rem}.flex--wrap{flex-wrap:wrap}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,0);transition:border-color 200ms ease,box-shadow 200ms ease}.site-header.scrolled{border-bottom-color:#dee2e6;box-shadow:0 2px 8px rgba(0,0,0,.08)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header__logo{display:flex;align-items:center;gap:.5rem;font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;font-size:1.5rem;color:#023e8a;text-decoration:none;transition:color 200ms ease}.header__logo:hover{color:#0077b6}.header__logo img{height:40px;width:auto}.header__logo span{background:linear-gradient(135deg, #023E8A, #00B4D8);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.header__nav{display:flex;align-items:center;gap:2rem}@media(max-width: 1024px){.header__nav{position:fixed;top:72px;left:0;right:0;bottom:0;flex-direction:column;align-items:stretch;gap:0;background-color:#fff;padding:1.5rem;transform:translateX(100%);transition:transform 400ms ease;overflow-y:auto}.header__nav.is-open{transform:translateX(0)}}.nav__link{font-weight:500;color:#1a1a2e;transition:color 200ms ease;position:relative}.nav__link::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#0077b6;transition:width 200ms ease}.nav__link:hover,.nav__link.active{color:#0077b6}.nav__link:hover::after,.nav__link.active::after{width:100%}@media(max-width: 1024px){.nav__link{display:block;padding:1rem 0;border-bottom:1px solid #dee2e6;font-size:1.125rem}.nav__link::after{display:none}}@media(max-width: 1024px){.nav__cta{margin-top:1.5rem}}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0}@media(max-width: 1024px){.header__burger{display:flex}}.header__burger span{display:block;width:24px;height:2px;background-color:#1a1a2e;border-radius:2px;transition:transform 200ms ease,opacity 200ms ease;transform-origin:center}.header__burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-spacer{height:72px}.site-footer{background-color:#0a1628;color:#e8e8e8;padding:4rem 0 1.5rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width: 1024px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width: 480px){.footer__grid{grid-template-columns:1fr}}.footer__brand p{color:#6c757d;margin-top:1rem;max-width:300px}.footer__brand-name{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.footer__heading{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1rem;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#6c757d;transition:color 200ms ease}.footer__links a:hover{color:#00b4d8}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;color:#6c757d;font-size:.875rem}@media(max-width: 480px){.footer__bottom{flex-direction:column;text-align:center}}.footer__social{display:flex;gap:1rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:#e8e8e8;transition:background-color 200ms ease,color 200ms ease}.footer__social a:hover{background-color:#0077b6;color:#fff}.footer__social a svg{width:18px;height:18px}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;background-color:#023e8a}@media(max-width: 768px){.hero{min-height:70vh}}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(2, 62, 138, 0.9) 0%, rgba(0, 119, 182, 0.7) 50%, rgba(0, 180, 216, 0.5) 100%)}.hero__content{position:relative;z-index:1;max-width:700px;color:#fff}.hero__title{font-size:clamp(2rem,5vw,3.052rem);color:#fff;margin-bottom:1.5rem;line-height:1.15}.hero__subtitle{font-size:clamp(1.125rem,2.5vw,1.25rem);color:hsla(0,0%,100%,.85);margin-bottom:2rem;line-height:1.5}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero--small{min-height:auto;padding:4rem 0 3rem}.hero--small .hero__bg::after{background:linear-gradient(135deg, rgba(2, 62, 138, 0.95) 0%, rgba(0, 119, 182, 0.85) 100%)}.hero__badge{display:inline-block;background-color:hsla(0,0%,100%,.15);color:#fcbf49;font-size:.875rem;font-weight:600;padding:.25rem 1rem;border-radius:100px;margin-bottom:1.5rem;border:1px solid hsla(0,0%,100%,.2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1rem;border:2px solid rgba(0,0,0,0);border-radius:8px;cursor:pointer;transition:all 200ms ease;text-decoration:none;white-space:nowrap}.btn:focus-visible{outline:3px solid #00b4d8;outline-offset:2px}.btn svg{width:20px;height:20px}.btn--primary{background-color:#f77f00;color:#fff;border-color:#f77f00}.btn--primary:hover{background-color:rgb(206.2,106.0218623482,0);border-color:rgb(206.2,106.0218623482,0);transform:translateY(-1px);box-shadow:0 4px 12px rgba(247,127,0,.3)}.btn--secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.5)}.btn--secondary:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff}.btn--outline{background-color:rgba(0,0,0,0);color:#0077b6;border-color:#0077b6}.btn--outline:hover{background-color:#0077b6;color:#fff;transform:translateY(-1px)}.btn--ghost{background-color:rgba(0,0,0,0);color:#0077b6;border-color:rgba(0,0,0,0);padding-left:.5rem;padding-right:.5rem}.btn--ghost:hover{color:#023e8a;background-color:#f8f9fa}.btn--sm{padding:.5rem 1.25rem;font-size:.875rem}.btn--lg{padding:1rem 2.25rem;font-size:1.125rem}.cta-block{text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg, #023E8A, #0077B6);border-radius:16px;color:#fff}.cta-block h2{color:#fff;margin-bottom:1rem}.cta-block p{color:hsla(0,0%,100%,.85);font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.cta-block__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.feature-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;transition:border-color 200ms ease,box-shadow 200ms ease,transform 200ms ease}.feature-card:hover{border-color:#00b4d8;box-shadow:0 2px 8px rgba(0,0,0,.08);transform:translateY(-2px)}.feature-card__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:rgba(0,119,182,.1);color:#0077b6}.feature-card__icon svg{width:22px;height:22px}.feature-card__body{flex:1}.feature-card__title{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1rem;color:#1a1a2e;margin-bottom:.25rem}.feature-card__desc{font-size:.875rem;color:#6c757d;line-height:1.5;margin-bottom:0}.category-card{display:flex;flex-direction:column;padding:2rem;background-color:#fff;border-radius:16px;border:1px solid #dee2e6;text-decoration:none;transition:border-color 200ms ease,box-shadow 200ms ease,transform 200ms ease}.category-card:hover{border-color:#00b4d8;box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.category-card:hover .category-card__arrow{transform:translateX(4px)}.category-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:1rem;color:#fff}.category-card__icon svg{width:28px;height:28px}.category-card__title{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;font-size:1.25rem;color:#023e8a;margin-bottom:.5rem}.category-card__summary{font-size:.875rem;color:#6c757d;line-height:1.5;flex:1;margin-bottom:1rem}.category-card__footer{display:flex;align-items:center;justify-content:space-between}.category-card__count{font-size:.875rem;font-weight:600;color:#0077b6}.category-card__arrow{color:#0077b6;transition:transform 200ms ease}.category-card__arrow svg{width:20px;height:20px}.highlight-card{text-align:center;padding:2rem;border-radius:16px;background-color:#fff;border:1px solid #dee2e6;text-decoration:none;transition:border-color 200ms ease,box-shadow 200ms ease,transform 200ms ease}.highlight-card:hover{border-color:#00b4d8;box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.highlight-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1rem;color:#fff}.highlight-card__icon svg{width:32px;height:32px}.highlight-card__title{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:700;font-size:1.125rem;color:#023e8a;margin-bottom:.5rem}.highlight-card__summary{font-size:.875rem;color:#6c757d;margin-bottom:0}.stats-bar{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:2rem 0}.stats-bar--dark{background-color:rgba(0,0,0,.2);border-radius:16px;padding:2rem 1.5rem}.stat-item{text-align:center}.stat-item__value{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.441rem;font-weight:700;color:#fcbf49;line-height:1;margin-bottom:.25rem}@media(max-width: 480px){.stat-item__value{font-size:1.953rem}}.stat-item__label{font-size:.875rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.05em}.screenshot{border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.15);border:1px solid #dee2e6}.screenshot img{width:100%;height:auto}.screenshot__caption{padding:1rem;background-color:#f8f9fa;font-size:.875rem;color:#6c757d;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#1a1a2e}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:#1a1a2e;background-color:#fff;border:2px solid #dee2e6;border-radius:8px;transition:border-color 200ms ease,box-shadow 200ms ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#0077b6;box-shadow:0 0 0 3px rgba(0,119,182,.15)}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#6c757d}.form-textarea{min-height:150px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236C757D' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-error{color:#ef476f;font-size:.875rem;margin-top:.25rem}.form-success{padding:1.5rem;background-color:rgba(6,214,160,.1);border:1px solid #06d6a0;border-radius:8px;color:#06d6a0;text-align:center;font-weight:500}form .form-field{margin-bottom:1.5rem}form label{display:block;font-weight:500;margin-bottom:.5rem;color:#1a1a2e}form input[type=text],form input[type=email],form input[type=tel],form textarea,form select{width:100%;padding:.75rem 1rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:#1a1a2e;background-color:#fff;border:2px solid #dee2e6;border-radius:8px;transition:border-color 200ms ease,box-shadow 200ms ease}form input[type=text]:focus,form input[type=email]:focus,form input[type=tel]:focus,form textarea:focus,form select:focus{outline:none;border-color:#0077b6;box-shadow:0 0 0 3px rgba(0,119,182,.15)}form textarea{min-height:150px;resize:vertical}form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1rem;background-color:#f77f00;color:#fff;border:2px solid #f77f00;border-radius:8px;cursor:pointer;transition:all 200ms ease}form button[type=submit]:hover{background-color:rgb(206.2,106.0218623482,0);border-color:rgb(206.2,106.0218623482,0);transform:translateY(-1px)}.breadcrumbs{padding:1rem 0;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.875rem}.breadcrumbs__item{display:flex;align-items:center;gap:.25rem}.breadcrumbs__separator{color:#6c757d}.breadcrumbs__item a{color:#0077b6;text-decoration:none;transition:color 200ms ease}.breadcrumbs__item a:hover{color:#023e8a}.breadcrumbs__item span[aria-current]{color:#6c757d}.langswitcher{display:flex;gap:.25rem;align-items:center}.langswitcher__item{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:.875rem;font-weight:600;border-radius:8px;transition:background-color 200ms ease,color 200ms ease;text-decoration:none}a.langswitcher__item{color:#6c757d;background-color:rgba(0,0,0,0)}a.langswitcher__item:hover{color:#0077b6;background-color:#f8f9fa}.langswitcher__item--active{color:#0077b6;background-color:rgba(0,119,182,.1)}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-in.is-visible{opacity:1;transform:translateY(0)}.fade-in--delay-1{transition-delay:.1s}.fade-in--delay-2{transition-delay:.2s}.fade-in--delay-3{transition-delay:.3s}.fade-in--delay-4{transition-delay:.4s}.slide-in-left{opacity:0;transform:translateX(-32px);transition:opacity .6s ease,transform .6s ease}.slide-in-left.is-visible{opacity:1;transform:translateX(0)}.slide-in-right{opacity:0;transform:translateX(32px);transition:opacity .6s ease,transform .6s ease}.slide-in-right.is-visible{opacity:1;transform:translateX(0)}.scale-in{opacity:0;transform:scale(0.9);transition:opacity .6s ease,transform .6s ease}.scale-in.is-visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion: reduce){.fade-in,.slide-in-left,.slide-in-right,.scale-in{opacity:1;transform:none;transition:none}}.hover-lift{transition:transform 200ms ease,box-shadow 200ms ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.pulse{animation:pulse 2s ease-in-out infinite}@media(max-width: 768px){.hide-mobile{display:none !important}}@media(min-width: 769px){.hide-desktop{display:none !important}}@media(max-width: 1024px){.hide-tablet-down{display:none !important}}@media(max-width: 768px){.text-center-mobile{text-align:center}}@media(max-width: 768px){.section--compact{padding:2rem 0}}@media(max-width: 768px){.stack-mobile{flex-direction:column;align-items:stretch}}.mt-0{margin-top:0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.max-w-narrow{max-width:800px}.mx-auto{margin-left:auto;margin-right:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
.included-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dee2e6;transition:border-color 200ms ease,box-shadow 200ms ease}.included-item:hover{border-color:#00b4d8;box-shadow:0 2px 8px rgba(0,0,0,.06)}.included-item__icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:rgba(0,119,182,.1);color:#0077b6}.included-item__icon svg{width:18px;height:18px}.included-item__body{flex:1;min-width:0}.included-item__title{font-family:"Outfit","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:.9rem;color:#1a1a2e;margin-bottom:.15rem}.included-item__desc{font-size:.8rem;color:#6c757d;line-height:1.4;margin-bottom:0}.dolibarr-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background-color:rgba(0,119,182,.05);border:1px solid rgba(0,119,182,.15);border-radius:8px;max-width:800px;margin-left:auto;margin-right:auto}.dolibarr-note__icon{flex-shrink:0;color:#0077b6;margin-top:.1rem}.dolibarr-note__icon svg{width:20px;height:20px}.dolibarr-note p{font-size:.875rem;color:#6c757d;line-height:1.5;margin-bottom:0}
