@font-face{font-family:Rubik;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/Rubik-latin.var.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/Rubik-latin-ext.var.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik Fallback;src:local("Arial");size-adjust:99.59%;ascent-override:92.85%;descent-override:24.59%;line-gap-override:0%}:root{--color-primary: #770000;--color-primary-on-dark: #DA6357;--color-primary-hover: #7A1F1F;--color-primary-light: #FCE7E7;--color-primary-lighter: #FDF2F2;--color-accent: #C04545;--color-accent-light: #F8DADA;--color-red: #DC2626;--color-red-light: #FEE2E2;--color-amber: #D97706;--color-amber-light: #FEF3C7;--color-bg: #F6FBF8;--color-bg-alt: #EEF6F1;--color-bg-dark: #1C1917;--color-bg-dark-alt: #292524;--color-surface: #FFFFFF;--color-border: #E7E5E4;--color-border-dark: #3C3835;--color-text: #1C1917;--color-text-muted: #57534E;--color-text-on-dark: #FAFAF9;--color-text-on-dark-muted: #A8A29E;--font: "Rubik", "Rubik Fallback", system-ui, -apple-system, sans-serif;--text-sm: clamp(.875rem, .85rem + .125vw, .9375rem);--text-base: clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .5vw, 1.25rem);--text-xl: clamp(1.25rem, 1rem + 1vw, 1.75rem);--text-2xl: clamp(1.75rem, 1.25rem + 2vw, 2.5rem);--text-3xl: clamp(2.25rem, 1.5rem + 3vw, 3.75rem);--text-hero: clamp(2.5rem, 1.5rem + 3.5vw, 4rem);--space-xs: clamp(.5rem, .4rem + .5vw, .75rem);--space-sm: clamp(.75rem, .6rem + .75vw, 1.25rem);--space-md: clamp(1rem, .75rem + 1.25vw, 2rem);--space-lg: clamp(2rem, 1.5rem + 2.5vw, 4rem);--space-xl: clamp(3rem, 2rem + 5vw, 7rem);--space-section: clamp(4rem, 3rem + 6vw, 9rem);--max-width: 1200px;--max-width-narrow: 800px;--radius: 12px;--radius-lg: 20px;--radius-pill: 100px;--shadow-sm: 0 1px 3px rgba(28, 25, 23, .06);--shadow-md: 0 4px 12px rgba(28, 25, 23, .08);--shadow-lg: 0 12px 40px rgba(28, 25, 23, .12);--shadow-glow: 0 0 60px rgba(119, 0, 0, .2);--ease: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-base: .3s;--duration-slow: .5s;--anim-distance: 30px;--anim-duration: .6s}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-text-size-adjust:100%}body{font-family:var(--font);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,textarea{font:inherit;color:inherit}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--color-bg-dark);color:#fff;border-radius:0 0 .5rem .5rem;font-weight:600;text-decoration:none;transition:top var(--duration-fast) var(--ease)}.skip-link:focus{top:0}[dir=rtl]{text-align:right}h1,h2,h3,h4{line-height:1.15;font-weight:800;letter-spacing:-.02em}h1{font-size:var(--text-hero)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-xl)}p{max-width:65ch}.text-gradient{background:var(--brand-gradient, linear-gradient(135deg, var(--color-primary), #BA4040));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-green{color:var(--color-primary)}.text-red{color:var(--color-red)}.section{padding:var(--space-section) 0;position:relative}.section--alt{background:var(--color-bg-alt)}.section--dark{background:var(--color-bg-dark);color:var(--color-text-on-dark)}.section--dark .section__subtitle,.section--dark p:not(.pricing__fine):not(.pricing__note){color:var(--color-text-on-dark-muted)}.section__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.section__inner--narrow{max-width:var(--max-width-narrow)}.section__header{text-align:center;margin-bottom:var(--space-xl)}.section__title{margin-bottom:var(--space-sm)}.section__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-left:auto;margin-right:auto}.section__closing-wrap{text-align:center;margin-top:var(--space-xl);display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.section__closing{font-size:var(--text-2xl);font-weight:800;letter-spacing:-.02em;color:var(--color-text);max-width:20ch;line-height:1.2}.section__closing em{font-style:normal;color:var(--color-primary-on-dark)}.grid{display:grid;gap:var(--space-md)}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:var(--text-sm);transition:all var(--duration-base) var(--ease);white-space:nowrap}.btn--primary{background:var(--color-primary-hover);color:#fff}.btn--primary:hover{filter:brightness(.9);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--outline{border:2px solid var(--color-border);color:var(--color-text);background:transparent}.section--dark .btn--outline{border-color:var(--color-border-dark);color:var(--color-text-on-dark)}.btn--outline:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn--lg{padding:1rem 2rem;font-size:var(--text-base);border-radius:var(--radius)}.btn--sm{padding:.5rem 1rem;font-size:var(--text-sm)}.btn--loading{position:relative;color:transparent!important;pointer-events:none}.btn--loading:after{content:"";position:absolute;inset:0;margin:auto;width:1.25em;height:1.25em;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;letter-spacing:.02em}.badge--green{background:var(--color-primary-light);color:var(--color-primary-hover)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);transition:transform var(--duration-base) var(--ease),box-shadow var(--duration-base) var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card__icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.card__icon--red{background:var(--color-red-light);color:var(--color-red)}.card__icon--green{background:var(--color-primary-light);color:var(--color-primary)}.card__icon--blue{background:var(--color-accent-light);color:var(--color-accent)}.card__icon--amber{background:var(--color-amber-light);color:var(--color-amber)}.card__title{font-size:var(--text-lg);margin-bottom:var(--space-xs)}.card__text{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.7}#scroll-sentinel{position:absolute;top:0;left:0;width:1px;height:1px}[data-animate]{transition:opacity var(--anim-duration) var(--ease-out),transform var(--anim-duration) var(--ease-out)}.js [data-animate]{opacity:0;transform:translateY(var(--anim-distance))}.js [data-animate=fade-left]{transform:translate(var(--anim-distance))}.js [data-animate=fade-right]{transform:translate(calc(var(--anim-distance) * -1))}.js [data-animate=scale-in]{transform:scale(.95)}[data-animate].is-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js [data-animate]{opacity:1;transform:none}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all var(--duration-base) var(--ease)}.nav--scrolled{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:.75rem 0}.nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md);display:flex;align-items:center;gap:var(--space-md)}.nav__logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:var(--text-lg);flex-shrink:0;color:var(--color-text)}.nav__logo-icon{flex-shrink:0;display:inline-flex}.nav__logo-icon img{display:block;width:32px;height:32px}.nav__links{display:none;align-items:center;gap:var(--space-sm);margin-left:auto}.nav__link{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);transition:color var(--duration-fast) var(--ease);padding:.25rem 0}.nav__link:hover{color:var(--color-primary-on-dark)}.nav__cta{display:none}.nav__toggle{margin-left:auto;width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav__toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--duration-base) var(--ease)}.mobile-menu{position:fixed;inset:0;z-index:200;border:none;padding:0;max-width:100%;max-height:100%;width:100%;height:100%;background:transparent;opacity:0;visibility:hidden;transition:opacity var(--duration-base) var(--ease),visibility var(--duration-base) var(--ease)}.mobile-menu[open]{opacity:1;visibility:visible}.mobile-menu::backdrop{background:#1c191780;backdrop-filter:blur(4px)}.mobile-menu__inner{position:absolute;top:0;right:0;width:min(340px,85vw);height:100%;background:var(--color-surface);padding:var(--space-md);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;transform:translate(100%);transition:transform var(--duration-base) var(--ease-out)}.mobile-menu[open] .mobile-menu__inner{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg)}.mobile-menu__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);transition:background var(--duration-fast) var(--ease)}.mobile-menu__close:hover{background:var(--color-bg-alt)}.mobile-menu__nav{display:flex;flex-direction:column;gap:.25rem}.mobile-menu__link{display:block;padding:.75rem 1rem;border-radius:var(--radius);font-size:var(--text-lg);font-weight:500;transition:background var(--duration-fast) var(--ease)}.mobile-menu__link:hover{background:var(--color-bg-alt)}.mobile-menu__cta{margin-top:auto;text-align:center}.mockup{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.mockup--dark{background:var(--color-bg-dark-alt);border-color:var(--color-border-dark)}.mockup--tablet{width:100%;max-width:560px}.hero__mockup .mockup--tablet{max-width:none;width:clamp(560px,65vw,1100px);flex-shrink:0}@media(max-width:767px){.hero__mockup .mockup--tablet{width:100%;max-width:300px;margin-inline:auto;flex-shrink:1}.hero__mockup .mockup--image.mockup--tablet{padding:.4rem;border-radius:2rem}.hero__mockup .mockup--image.mockup--tablet .mockup__screen{border-radius:1.6rem}}.mockup--browser{width:100%}.mockup--image{aspect-ratio:auto;height:auto;background:#111214;border:1px solid #2a2b2f;box-shadow:0 0 0 1px #ffffff0a inset,0 30px 60px -20px #00000073,var(--shadow-lg);overflow:visible}.mockup--image .mockup__toolbar{display:none}.mockup--image.mockup--tablet{padding:.55rem;border-radius:1.4rem}.mockup--image .mockup__screen{width:100%;height:auto;padding:0;background:#000;overflow:hidden;display:block;box-shadow:0 0 0 1px #0009 inset}.mockup--image.mockup--tablet .mockup__screen{aspect-ratio:auto;border-radius:.8rem}.mockup__picture{display:block;width:100%;border-radius:inherit}.mockup__image{display:block;width:100%;height:auto;object-fit:contain;border-radius:inherit}.mockup__toolbar{display:flex;gap:6px;padding:12px 16px;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.mockup__dot{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.mockup__screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mockup__placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:var(--space-lg);color:var(--color-text-muted);font-size:var(--text-sm);text-align:center}.mockup--browser .mockup__screen{min-height:280px;background:linear-gradient(135deg,var(--color-bg-alt),var(--color-bg))}.mockup--dark .mockup__placeholder{color:var(--color-text-on-dark-muted)}.mockup--dark .mockup__screen{background:linear-gradient(135deg,var(--color-bg-dark-alt),var(--color-bg-dark))}.faq{display:flex;flex-direction:column;gap:0}.faq__item{border-bottom:1px solid var(--color-border)}.faq__item:first-child{border-top:1px solid var(--color-border)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;font-size:var(--text-lg);font-weight:600;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{content:""}.faq__chevron{flex-shrink:0;transition:transform var(--duration-base) var(--ease)}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__answer{padding-bottom:var(--space-md);overflow:hidden}.faq__answer p{color:var(--color-text-muted);font-size:var(--text-base);line-height:1.7}.contact{display:grid;gap:var(--space-lg);align-items:center}.contact__text{font-size:var(--text-lg);color:var(--color-text-on-dark-muted);margin:var(--space-md) 0 var(--space-lg)}.contact__claim{font-size:var(--text-xl);font-weight:700;color:var(--color-text-on-dark);margin:0 0 var(--space-md);line-height:1.2}.contact__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.contact__app-badges{margin:0}.contact-form{background:var(--color-bg-dark-alt);border:1px solid var(--color-border-dark);border-radius:var(--radius-lg);padding:var(--space-lg)}.contact-form__title{font-size:var(--text-xl);font-weight:700;color:var(--color-text-on-dark);margin:0 0 var(--space-md);line-height:1.2}.form__group{margin-bottom:var(--space-sm)}.form__group label{display:block;font-size:var(--text-sm);font-weight:500;color:var(--color-text-on-dark-muted);margin-bottom:.375rem}.form__optional{font-weight:400;color:var(--color-text-on-dark-muted);opacity:.6}.form__group input,.form__group textarea,.form__group select{width:100%;padding:.75rem 1rem;background:var(--color-bg-dark);border:1px solid var(--color-border-dark);border-radius:var(--radius);color:var(--color-text-on-dark);font-size:var(--text-base);transition:border-color var(--duration-fast) var(--ease)}.form__group input::placeholder,.form__group textarea::placeholder{color:var(--color-text-on-dark-muted);opacity:.5}.form__group input:focus,.form__group textarea:focus,.form__group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #77000026}.form__group textarea{resize:vertical;min-height:80px}.form__group--error input,.form__group--error textarea{border-color:var(--color-red)}.form__error{font-size:.75rem;color:var(--color-red);margin-top:.25rem}.form__submit{width:100%;margin-top:var(--space-sm)}.contact-form__success{text-align:center;padding:var(--space-lg)}.contact-form__success:not([hidden]){display:flex;flex-direction:column;align-items:center}.contact-form__success h3{font-size:var(--text-xl);margin:var(--space-sm) 0 var(--space-xs);color:var(--color-text-on-dark)}.contact-form__success p{color:var(--color-text-on-dark-muted);margin:0 auto}.footer__newsletter{border-top:1px solid var(--color-border-dark);padding-top:var(--space-lg);margin-bottom:var(--space-lg);max-width:480px}.footer__newsletter h3{font-size:var(--text-base);font-weight:600;color:var(--color-text-on-dark);margin:0 0 var(--space-xs)}.footer__newsletter>p{font-size:var(--text-sm);color:var(--color-text-on-dark-muted);margin:0 0 var(--space-sm)}.newsletter-form__row{display:flex;gap:.5rem}.newsletter-form__input{flex:1;padding:.625rem 1rem;background:var(--color-bg-dark);border:1px solid var(--color-border-dark);border-radius:var(--radius);color:var(--color-text-on-dark);font-size:var(--text-sm);transition:border-color var(--duration-fast) var(--ease)}.newsletter-form__input::placeholder{color:var(--color-text-on-dark-muted);opacity:.5}.newsletter-form__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #77000026}.newsletter-form__btn{padding:.625rem 1.25rem;font-size:var(--text-sm);white-space:nowrap}.newsletter-form__feedback{font-size:.75rem;margin-top:.375rem;min-height:1.125rem}.newsletter-form__feedback--success{color:var(--color-primary-on-dark)}.newsletter-form__feedback--error{color:var(--color-red)}.newsletter-form__privacy{font-size:.75rem;color:var(--color-text-on-dark-muted);margin:.375rem 0 0}.nl-toast{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#1c191766;backdrop-filter:blur(4px);opacity:0;transition:opacity var(--duration-base) var(--ease);pointer-events:none}.nl-toast--visible{opacity:1;pointer-events:auto}.nl-toast__card{position:relative;background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);text-align:center;max-width:400px;width:90%;box-shadow:0 20px 60px #1c191733,0 0 0 1px #7700001a;transform:scale(.9) translateY(20px);transition:transform var(--duration-base) var(--ease-out)}.nl-toast--visible .nl-toast__card{transform:scale(1) translateY(0)}.nl-toast__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;color:var(--color-text-muted);cursor:pointer;line-height:1;padding:4px}.nl-toast__close:hover{color:var(--color-text)}.nl-toast__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#700,#ba4040);color:#fff;margin-bottom:var(--space-sm);box-shadow:0 8px 24px #7700004d}.nl-toast__message{font-size:var(--text-lg);font-weight:600;color:var(--color-text);margin:0;line-height:1.4}.footer{background:var(--color-bg-dark);color:var(--color-text-on-dark);border-top:1px solid var(--color-border-dark)}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md)}.footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-bottom:var(--space-lg)}.footer__brand .nav__logo{margin-bottom:var(--space-sm)}.footer__brand p{font-size:var(--text-sm);color:var(--color-text-on-dark-muted)}.footer__nap{font-style:normal;font-size:var(--text-sm);color:var(--color-text-on-dark-muted);line-height:1.6;margin-top:var(--space-sm)}.footer__nap strong{color:var(--color-text-on-dark)}.footer__nap a{display:inline-block;min-height:44px;line-height:44px;color:var(--color-text-on-dark-muted);transition:color var(--duration-fast) var(--ease)}.footer__nap a:hover{color:var(--color-primary-on-dark)}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col h3{font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-on-dark-muted);margin-bottom:.25rem}.footer__col a{font-size:var(--text-sm);color:var(--color-text-on-dark-muted);transition:color var(--duration-fast) var(--ease)}.footer__col a:hover{color:var(--color-primary-on-dark)}.footer__col-subhead{font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-on-dark-muted);margin-top:var(--space-sm);margin-bottom:.25rem}.footer__bottom{padding-top:var(--space-md);border-top:1px solid var(--color-border-dark);text-align:center}.footer__bottom p{font-size:var(--text-sm);color:var(--color-text-on-dark-muted);margin:0 auto}.footer__social{display:flex;justify-content:center;gap:1rem;margin-bottom:var(--space-md)}.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--color-text-on-dark-muted);transition:color var(--duration-fast) var(--ease),background var(--duration-fast) var(--ease)}.footer__social a:hover{color:#fff;background:var(--color-primary)}.footer__wordmark{font-family:var(--font);font-weight:900;font-size:clamp(2rem,11.5vw,14rem);line-height:.9;letter-spacing:-.04em;text-transform:uppercase;text-align:center;color:var(--color-text-on-dark-muted);user-select:none;pointer-events:none;white-space:nowrap;padding:0 var(--space-md) var(--space-sm)}.lang-switcher{position:relative;margin-left:.5rem}.lang-switcher__btn{display:flex;align-items:center;gap:.25rem;font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);padding:.25rem .5rem;border-radius:var(--radius);transition:color var(--duration-fast) var(--ease)}.lang-switcher__btn:hover{color:var(--color-primary-on-dark)}.lang-switcher__dropdown{display:none;position:absolute;top:100%;right:0;min-width:140px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.25rem;z-index:300}.lang-switcher:hover .lang-switcher__dropdown,.lang-switcher:focus-within .lang-switcher__dropdown{display:block}.lang-switcher__link{display:block;padding:.5rem .75rem;font-size:var(--text-sm);border-radius:calc(var(--radius) - 2px);transition:background var(--duration-fast) var(--ease)}.lang-switcher__link:hover{background:var(--color-bg-alt)}.lang-switcher__link--active{font-weight:600;color:var(--color-primary-on-dark)}.mobile-menu__cta .lang-switcher__dropdown{top:auto;bottom:calc(100% + .25rem);max-height:60vh;overflow-y:auto}@media(min-width:640px){.footer__grid{grid-template-columns:2fr 1fr 1fr}.footer__grid--5col{grid-template-columns:1fr 1fr}.comparison{overflow-x:auto}.features-grid,.detail-blocks,.comparison-links{grid-template-columns:1fr 1fr}.advantages-grid{grid-template-columns:1fr 1fr 1fr}}@media(min-width:768px){.hero{grid-template-columns:1fr 1fr}.solution{grid-template-columns:1.2fr 1fr}.feature{grid-template-columns:1fr 1fr}.feature--reverse{direction:rtl}.feature--reverse>*{direction:ltr}.contact,.demo-grid{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr 1fr 1fr}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer__grid--5col{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.nav__dropdown{position:relative}.nav__link--dropdown{display:flex;align-items:center;gap:.25rem}.nav__dropdown-icon{transition:transform var(--duration-fast) var(--ease)}.nav__dropdown--open .nav__dropdown-icon{transform:rotate(180deg)}.nav__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem;opacity:0;visibility:hidden;transition:opacity var(--duration-fast) var(--ease),visibility var(--duration-fast) var(--ease);pointer-events:none}.nav__dropdown--open .nav__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.nav__dropdown-item{display:block;padding:.5rem .75rem;border-radius:calc(var(--radius) - 4px);font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);transition:background var(--duration-fast) var(--ease),color var(--duration-fast) var(--ease);white-space:nowrap}.nav__dropdown-item:hover{background:var(--color-bg-alt);color:var(--color-primary-on-dark)}@media(min-width:1024px){.nav__dropdown:hover .nav__dropdown-menu,.nav__dropdown--open .nav__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav__dropdown:hover .nav__dropdown-icon{transform:rotate(180deg)}.nav__dropdown-menu{transform:translate(-50%) translateY(4px);padding-top:.75rem;top:calc(100% + 2px)}}.mobile-menu__group{display:flex;flex-direction:column}.mobile-menu__link--parent{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;cursor:pointer;background:none;border:none;font:inherit;color:inherit}.mobile-menu__accordion-icon{transition:transform var(--duration-fast) var(--ease)}.mobile-menu__link--open .mobile-menu__accordion-icon{transform:rotate(180deg)}.mobile-menu__children{display:flex;flex-direction:column;padding-left:1rem}.mobile-menu__children[hidden]{display:none}.mobile-menu__child-link{display:block;padding:.5rem 1rem;border-radius:var(--radius);font-size:var(--text-base);font-weight:400;color:var(--color-text-muted);transition:background var(--duration-fast) var(--ease)}.mobile-menu__child-link:hover{background:var(--color-bg-alt)}.marketing__breadcrumbs{padding-top:calc(80px + var(--space-md))}.breadcrumbs__list{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:var(--text-sm)}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--color-text-muted)}.breadcrumbs__link{color:var(--color-text-muted);transition:color var(--duration-fast) var(--ease)}.breadcrumbs__link:hover{color:var(--color-primary-on-dark)}.breadcrumbs__current{color:var(--color-text);font-weight:500}.mockup__image{cursor:zoom-in;display:block}.mockup--image .mockup__screen{position:relative}.mockup--image .mockup__screen:after{content:"";position:absolute;inset:0;border-radius:inherit;background-color:color-mix(in srgb,var(--color-primary) 60%,transparent);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='white'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z' /></svg>");background-repeat:no-repeat;background-position:center;background-size:72px 72px;opacity:0;transform:scale(1.04);transition:opacity .2s ease,transform .2s ease;pointer-events:none}@media(hover:hover){.mockup--image .mockup__screen:hover:after{opacity:1;transform:scale(1)}}.zoom{border:0;padding:0;margin:0;background:transparent;width:100vw;height:100vh;max-width:none;max-height:none;overflow:hidden}.zoom::backdrop{background:#0a0a0ceb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.zoom[open]{display:flex;align-items:center;justify-content:center}.zoom__image{max-width:min(96vw,2400px);max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:.6rem;box-shadow:0 30px 80px #0009;cursor:zoom-out;user-select:none}.zoom__close{position:fixed;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;border:0;background:#ffffff1f;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.zoom__close:hover,.zoom__close:focus-visible{background:#ffffff38;outline:none}.app-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 var(--space-lg)}.hero__app-badges{margin-top:0;gap:1rem;width:100%;max-width:560px}.hero__app-badges .app-badge{flex:1 1 240px;justify-content:center}.app-badge--lg{padding:1.25rem 1.75rem;border-radius:14px;min-height:84px;gap:1.1rem}.app-badge--lg .app-badge__icon svg{width:40px;height:40px}.app-badge--lg .app-badge__small{font-size:.85rem;letter-spacing:.05em}.app-badge--lg .app-badge__big{font-size:1.55rem;line-height:1.1}@media(max-width:540px){.hero__app-badges .app-badge{flex:1 1 100%}.app-badge--lg{min-height:76px;padding:1.1rem 1.4rem}.app-badge--lg .app-badge__big{font-size:1.35rem}}.app-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .95rem;background:#111;color:#fff;border-radius:10px;text-decoration:none;border:1px solid #111;transition:transform var(--duration-fast) var(--ease),box-shadow var(--duration-fast) var(--ease);min-height:48px}.app-badge:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0000002e;color:#fff}.app-badge__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.app-badge__text{display:flex;flex-direction:column;line-height:1.05}.app-badge__small{font-size:.65rem;letter-spacing:.04em;opacity:.8;text-transform:uppercase}.app-badge__big{font-size:1rem;font-weight:600;letter-spacing:.01em}@media(min-width:1024px){.nav__links{display:flex;gap:var(--space-md)}.nav__cta{display:inline-flex}.nav__toggle,.comparison-scroll-hint{display:none}}[data-brand=gastrosystem]{--color-bg: oklch(.141 .005 285.823);--color-bg-alt: oklch(.18 .006 285);--color-bg-dark: oklch(.141 .005 285.823);--color-bg-dark-alt: oklch(.21 .006 285.885);--color-surface: oklch(.21 .006 285.885);--color-bg-raised: oklch(.21 .006 285.885);--color-bg-hover: oklch(.274 .006 286.033);--color-bg-elevated: oklch(.32 .006 286.033);--color-border: oklch(1 0 0 / 10%);--color-border-dark: oklch(1 0 0 / 18%);--color-border-strong: oklch(1 0 0 / 18%);--color-text: oklch(.985 0 0);--color-text-muted: oklch(.705 .015 286.067);--color-text-on-dark: oklch(.985 0 0);--color-text-on-dark-muted: oklch(.705 .015 286.067);--shadow-sm: 0 1px 2px oklch(0 0 0 / 40%);--shadow-md: 0 4px 12px oklch(0 0 0 / 35%), 0 1px 2px oklch(0 0 0 / 30%);--shadow-lg: 0 12px 32px oklch(0 0 0 / 45%), 0 2px 6px oklch(0 0 0 / 30%);--shadow-glow: 0 0 80px oklch(.42 .18 18 / 25%);--shadow-inset: inset 0 1px 0 oklch(1 0 0 / 6%);color-scheme:dark}[data-brand=gastrosystem] .card{background:var(--color-surface);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .card:hover{background:var(--color-bg-hover);box-shadow:var(--shadow-inset),var(--shadow-lg)}[data-brand=gastrosystem] .section--alt{background:var(--color-bg-alt)}[data-brand=gastrosystem] .section--dark{background:var(--color-bg-elevated)}[data-brand=gastrosystem] .btn--outline{border-color:var(--color-border-strong);color:var(--color-text)}[data-brand=gastrosystem] .mockup{background:var(--color-bg-elevated);border-color:var(--color-border-strong)}[data-brand=gastrosystem] .hero__orb{opacity:.35;filter:blur(100px)}[data-brand=gastrosystem] .nav--scrolled{background:#09090bbf;border-bottom-color:var(--color-border)}[data-brand=gastrosystem] .request-form .form__group input,[data-brand=gastrosystem] .request-form .form__group textarea,[data-brand=gastrosystem] .request-form .form__group select,[data-brand=gastrosystem] .form__group input,[data-brand=gastrosystem] .form__group textarea,[data-brand=gastrosystem] .form__group select{background:var(--color-bg-elevated);border-color:var(--color-border-strong);color:var(--color-text)}[data-brand=gastrosystem] .form__group input::placeholder,[data-brand=gastrosystem] .form__group textarea::placeholder{color:var(--color-text-muted)}[data-brand=gastrosystem] dialog,[data-brand=gastrosystem] .mobile-menu{background:var(--color-bg);color:var(--color-text)}[data-brand=gastrosystem] .pricing-card,[data-brand=gastrosystem] .comparison__cell,[data-brand=gastrosystem] .feature-card,[data-brand=gastrosystem] .blog-card{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}[data-brand=gastrosystem] code,[data-brand=gastrosystem] pre,[data-brand=gastrosystem] kbd{background:var(--color-bg-elevated);color:var(--color-text)}[data-brand=gastrosystem] table{color:var(--color-text)}[data-brand=gastrosystem] th,[data-brand=gastrosystem] td{border-color:var(--color-border)}[data-brand=gastrosystem] .prose{--prose-headings: var(--color-text);--prose-bold: var(--color-text);--prose-code-bg: var(--color-bg-elevated)}[data-brand=gastrosystem] .pillar__eyebrow,[data-brand=gastrosystem] .pillar__compare-value--hero{color:#dd4c5c}[data-brand=gastrosystem] .pillar__numeral{-webkit-text-stroke:1.5px oklch(.62 .18 18 / 60%);background:linear-gradient(180deg,#dd4c5c59,#dd4c5c0a);-webkit-background-clip:text;background-clip:text}[data-brand=gastrosystem] .pillars,[data-brand=gastrosystem] .pillar,[data-brand=gastrosystem] .pillar__compare{border-color:var(--color-border)}[data-brand=gastrosystem] .pillars-section__halo{background:radial-gradient(ellipse 70% 45% at 50% 0%,oklch(.42 .18 18 / 25%),transparent 70%)}[data-brand=gastrosystem] .pricing__highlight{background:oklch(.42 .18 18 / 14%);color:var(--color-primary-lighter);border:1px solid oklch(.62 .18 18 / 28%)}[data-brand=gastrosystem] .pricing-savings__icon{background:oklch(.42 .18 18 / 14%);color:var(--color-primary);border:1px solid oklch(.62 .18 18 / 28%)}[data-brand=gastrosystem] .pricing-savings{background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .pricing-savings__head,[data-brand=gastrosystem] .pricing-savings__stat+.pricing-savings__stat{border-color:var(--color-border)}[data-brand=gastrosystem] .pricing-savings__stat:first-child .pricing-savings__value{color:#dd4c5c}[data-brand=gastrosystem] .pricing-savings__stat:not(:first-child) .pricing-savings__value{color:var(--color-text)}[data-brand=gastrosystem] .newsletter-break{background:var(--color-bg-alt);border-block:1px solid var(--color-border)}[data-brand=gastrosystem] .newsletter-break__orb--1{opacity:.22;filter:blur(120px)}[data-brand=gastrosystem] .newsletter-break__orb--2{opacity:0}[data-brand=gastrosystem] .newsletter-break__divider-line{background:linear-gradient(90deg,transparent,var(--color-border-strong),transparent);opacity:1}[data-brand=gastrosystem] .newsletter-break__divider-icon{background:var(--color-primary);box-shadow:var(--shadow-md),var(--shadow-inset)}[data-brand=gastrosystem] .newsletter-break__badge{background:oklch(.42 .18 18 / 14%);color:var(--color-primary);border:1px solid oklch(.62 .18 18 / 28%)}[data-brand=gastrosystem] .newsletter-break__title{color:var(--color-text)}[data-brand=gastrosystem] .newsletter-break__text{color:var(--color-text-muted)}[data-brand=gastrosystem] .newsletter-form__input--light{background:var(--color-bg-elevated);border:1px solid var(--color-border-strong);color:var(--color-text);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .newsletter-form__input--light::placeholder{color:var(--color-text-muted);opacity:1}[data-brand=gastrosystem] .newsletter-form__input--light:focus{border-color:var(--color-primary);box-shadow:var(--shadow-glow)}[data-brand=gastrosystem] .newsletter-form__privacy--light{color:var(--color-text-muted);opacity:1}[data-brand=gastrosystem] .footer .newsletter-form input[type=email],[data-brand=gastrosystem] .newsletter-form__input{background:var(--color-bg-elevated);border:1px solid var(--color-border-strong);color:var(--color-text)}[data-brand=gastrosystem] .footer .newsletter-form input[type=email]::placeholder,[data-brand=gastrosystem] .newsletter-form__input::placeholder{color:var(--color-text-muted)}[data-brand=gastrosystem] .footer .newsletter-form input[type=email]:focus,[data-brand=gastrosystem] .newsletter-form__input:focus{border-color:var(--color-primary);box-shadow:var(--shadow-glow)}[data-brand=gastrosystem] .blog-newsletter{background:var(--color-bg-alt);border:1px solid var(--color-border);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .blog-newsletter__icon{background:var(--color-primary);box-shadow:var(--shadow-md),var(--shadow-inset)}[data-brand=gastrosystem] .blog-newsletter__title{color:var(--color-text)}[data-brand=gastrosystem] .blog-newsletter__text{color:var(--color-text-muted)}[data-brand=gastrosystem] .roi-box{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .roi-box strong,[data-brand=gastrosystem] .neuro-planner__gs-badge,[data-brand=gastrosystem] .neuro-planner__congrats{color:#dd4c5c}[data-brand=gastrosystem] .calc__results{background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .calc__bar-group--lieferando,[data-brand=gastrosystem] .calc__bar-group--gastro{background:var(--color-bg-elevated);border-color:var(--color-border)}[data-brand=gastrosystem] .calc__bar-group--lieferando{background:color-mix(in srgb,var(--color-red) 14%,var(--color-bg-elevated));border-color:color-mix(in srgb,var(--color-red) 30%,var(--color-border))}[data-brand=gastrosystem] .calc__bar-group--gastro{background:color-mix(in srgb,oklch(.62 .18 18) 14%,var(--color-bg-elevated));border-color:color-mix(in srgb,oklch(.62 .18 18) 30%,var(--color-border))}[data-brand=gastrosystem] .calc__bar-track{background:#ffffff14}[data-brand=gastrosystem] .calc__bar-amount--green{color:#dd4c5c}[data-brand=gastrosystem] .comparison-detail__verdict{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-inset)}[data-brand=gastrosystem] .comparison-detail__verdict h3{color:var(--color-text)}[data-brand=gastrosystem] .comparison-detail__verdict p{color:var(--color-text-muted)}[data-brand=fahrersystem]{--color-primary: #2563EB;--color-primary-on-dark: #60A5FA;--color-primary-hover: #1D4ED8;--color-primary-light: #DBEAFE;--color-primary-lighter: #EFF6FF;--color-accent: #8B5CF6;--color-accent-light: #DDD6FE;--shadow-glow: 0 0 60px rgba(37, 99, 235, .2);--brand-gradient: linear-gradient(135deg, #2563EB, #60A5FA)}[data-brand=fahrersystem] .comparison__cell--header.comparison__cell--highlight{background:#2563eb!important}[data-brand=fahrersystem] .hero__orb--1{background:#2563eb}[data-brand=fahrersystem] .hero__orb--2{background:#8b5cf6}[data-brand=kundensystem]{--color-primary: #7C3AED;--color-primary-on-dark: #A78BFA;--color-primary-hover: #6D28D9;--color-primary-light: #EDE9FE;--color-primary-lighter: #F5F3FF;--shadow-glow: 0 0 60px rgba(124, 58, 237, .2);--brand-gradient: linear-gradient(135deg, #7C3AED, #A78BFA)}[data-brand=kundensystem] .comparison__cell--header.comparison__cell--highlight{background:#7c3aed!important}[data-brand=kundensystem] .hero__orb--1{background:#7c3aed}[data-brand=kundensystem] .hero__orb--2{background:#ec4899}[data-brand=seitensystem]{--color-primary: #EA580C;--color-primary-on-dark: #FB923C;--color-primary-hover: #C2410C;--color-primary-light: #FFEDD5;--color-primary-lighter: #FFF7ED;--shadow-glow: 0 0 60px rgba(234, 88, 12, .2);--brand-gradient: linear-gradient(135deg, #EA580C, #F97316)}[data-brand=seitensystem] .comparison__cell--header.comparison__cell--highlight{background:#ea580c!important}[data-brand=seitensystem] .hero__orb--1{background:#ea580c}[data-brand=seitensystem] .hero__orb--2{background:#f59e0b}
