.navbar-schirm{padding:1rem 0;transition:all .3s ease;background:rgba(0,0,0,0);position:fixed;top:0;left:0;right:0;z-index:1050}.navbar-schirm.scrolled{background:rgba(255,255,255,.98);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.06);padding:.6rem 0}.navbar-schirm .navbar-brand{text-decoration:none}.navbar-schirm .navbar-brand__text{font-size:1.35rem;color:#4a4a4a;font-weight:400;letter-spacing:-0.01em}.navbar-schirm .navbar-brand__text strong{font-weight:700;color:#2d2d2d}.navbar-schirm .navbar-brand img{height:80px;transition:all .3s ease}.navbar-schirm.scrolled .navbar-brand img{height:36px}.navbar-schirm .nav-link{font-weight:500;color:#2d2d2d;padding:.5rem 1.2rem !important;font-size:.95rem;letter-spacing:.01em;transition:all .15s ease;position:relative}.navbar-schirm .nav-link::after{content:"";position:absolute;bottom:.3rem;left:1.2rem;right:1.2rem;height:2px;background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);transform:scaleX(0);transition:transform .3s ease}.navbar-schirm .nav-link:hover::after,.navbar-schirm .nav-link.active::after{transform:scaleX(1)}.navbar-schirm .nav-link:hover{color:#0098d4}.navbar-schirm .btn-cta-nav{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#fff;border:none;padding:.55rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .3s ease}.navbar-schirm .btn-cta-nav:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(0,0,0,.08);color:#fff}.navbar-schirm .navbar-toggler{border:none;padding:.5rem;background:none;color:#2d2d2d}.navbar-schirm .navbar-toggler:focus{box-shadow:none}@media(max-width: 991.98px){.navbar-schirm{background:rgba(255,255,255,.98);backdrop-filter:blur(10px)}}.offcanvas-nav{max-width:300px;border-left:none !important;box-shadow:-8px 0 30px rgba(0,0,0,.1)}.offcanvas-nav .offcanvas-header{padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.offcanvas-nav .offcanvas-header .offcanvas-title{font-size:1.2rem;color:#4a4a4a;font-weight:400}.offcanvas-nav .offcanvas-header .offcanvas-title strong{font-weight:700;color:#2d2d2d}.offcanvas-nav .offcanvas-body{padding:1.5rem 2rem;display:flex;flex-direction:column}.offcanvas-nav-list{margin:0;padding:0;flex:1}.offcanvas-nav-list li{border-bottom:1px solid rgba(233,236,239,.6)}.offcanvas-nav-list li:last-child{border-bottom:none}.offcanvas-nav-link{display:block;padding:1rem 0;font-size:1.05rem;font-weight:500;color:#2d2d2d;text-decoration:none;transition:all .15s ease}.offcanvas-nav-link:hover{color:#0098d4;padding-left:.5rem}.btn-cta-offcanvas{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#fff;border:none;padding:.85rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;transition:all .3s ease;margin-top:1.5rem}.btn-cta-offcanvas:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);color:#fff}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:#fff}.hero::before{content:"";position:absolute;top:-30%;right:-20%;width:70%;height:120%;background:linear-gradient(135deg, rgba(0, 152, 212, 0.04) 0%, rgba(230, 0, 126, 0.04) 100%);border-radius:50%;z-index:0}.hero__content{position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,152,212,.08);color:#0098d4;padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:.02em}.hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#2d2d2d;line-height:1.15;margin-bottom:1.5rem}.hero__title .highlight{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero__subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:#6c757d;line-height:1.7;max-width:540px;margin-bottom:2.5rem;font-weight:300}.hero__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.hero__image{position:relative;z-index:1}.hero__image img{width:100%;max-width:520px;height:auto;filter:drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1))}.hero__stats{display:flex;gap:3rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid #e9ecef}.hero__stat .number{font-size:1.8rem;font-weight:700;color:#2d2d2d;display:block;line-height:1.2}.hero__stat .label{font-size:.85rem;color:#6c757d;margin-top:.25rem;display:block}.btn-primary-brand{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#fff;border:none;padding:.85rem 2.2rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary-brand:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,152,212,.3);color:#fff}.btn-outline-brand{background:rgba(0,0,0,0);color:#2d2d2d;border:2px solid #e9ecef;padding:.78rem 2rem;border-radius:.5rem;font-weight:500;font-size:1rem;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-outline-brand:hover{border-color:#0098d4;color:#0098d4;transform:translateY(-2px)}@media(max-width: 991.98px){.hero{min-height:auto;padding:8rem 0 4rem;text-align:center}.hero__subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__image{margin-top:3rem;text-align:center}.hero__image img{max-width:80%}.hero__stats{justify-content:center;gap:2rem}}.section{padding:7rem 0}@media(max-width: 767.98px){.section{padding:4rem 0}}.section--grey{background-color:#f8f9fa}.section-header{text-align:center;margin-bottom:4rem}.section-header__label{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#0098d4;margin-bottom:1rem}.section-header__title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#2d2d2d;margin-bottom:1rem;line-height:1.25}.section-header__text{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.7;font-weight:300}.usp-card{text-align:center;padding:2.5rem 2rem;border-radius:1rem;transition:all .3s ease;height:100%}.usp-card:hover{transform:translateY(-4px);box-shadow:0 4px 24px rgba(0,0,0,.06)}.usp-card__icon{width:72px;height:72px;border-radius:1.5rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.8rem;background:rgba(0,152,212,.08);color:#0098d4}.usp-card__icon--magenta{background:rgba(230,0,126,.08);color:#e6007e}.usp-card__title{font-size:1.15rem;font-weight:600;color:#2d2d2d;margin-bottom:.75rem}.usp-card__text{font-size:.95rem;color:#6c757d;line-height:1.7}.product-card{border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.06);transition:all .3s ease;height:100%}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 40px rgba(0,0,0,.12)}.product-card__image{width:100%;height:240px;object-fit:cover;display:block}.product-card__placeholder{width:100%;height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(255,255,255,.7);gap:.5rem}.product-card__placeholder i{font-size:3rem;color:rgba(255,255,255,.9)}.product-card__placeholder span{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.product-card__body{padding:1.75rem}.product-card__title{font-size:1.15rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}.product-card__text{font-size:.9rem;color:#6c757d;line-height:1.6;margin-bottom:1rem}.product-card__link{font-size:.9rem;font-weight:600;color:#0098d4;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .15s ease}.product-card__link:hover{gap:.7rem;color:#0073a1}.process__step{text-align:center;position:relative;padding:0 1.5rem}.process__number{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#fff;font-size:1.4rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}.process__title{font-size:1.1rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}.process__text{font-size:.9rem;color:#6c757d;line-height:1.6}.process__connector{position:relative}.process__connector::after{content:"";position:absolute;top:32px;left:calc(50% + 40px);right:calc(-50% + 40px);height:2px;background:#e9ecef;z-index:1}.process__connector:last-child::after{display:none}@media(max-width: 767.98px){.process__connector::after{display:none}.process__step{margin-bottom:2.5rem}}.references__item{display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;background:#fff;border-radius:.5rem;border:1px solid #e9ecef;transition:all .3s ease;min-height:80px}.references__item:hover{border-color:#0098d4;box-shadow:0 2px 8px rgba(0,0,0,.06)}.references__name{font-size:.8rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.08em;text-align:center}.kontakt__form-wrapper{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 24px rgba(0,0,0,.06)}@media(max-width: 767.98px){.kontakt__form-wrapper{padding:2rem 1.5rem}}.kontakt__form-title{font-size:1.4rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}.kontakt__form-text{font-size:.95rem;color:#6c757d;margin-bottom:2rem}.kontakt .form-label{font-size:.85rem;font-weight:500;color:#2d2d2d;margin-bottom:.4rem}.kontakt .form-control,.kontakt .form-select{border:1.5px solid #e9ecef;border-radius:.5rem;padding:.75rem 1rem;font-size:.95rem;transition:all .15s ease;background-color:#fff}.kontakt .form-control:focus,.kontakt .form-select:focus{border-color:#0098d4;box-shadow:0 0 0 3px rgba(0,152,212,.1)}.kontakt .form-control::placeholder,.kontakt .form-select::placeholder{color:#b0b8c1}.kontakt textarea.form-control{min-height:120px;resize:vertical}.kontakt .btn-submit{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#fff;border:none;padding:.85rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease;width:100%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.01em}.kontakt .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,152,212,.3);color:#fff}.kontakt .btn-submit:active{transform:translateY(0)}.kontakt__info{height:100%;display:flex;flex-direction:column;justify-content:center}.kontakt__info-title{font-size:1.4rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}.kontakt__info-text{font-size:.95rem;color:#6c757d;margin-bottom:2rem;line-height:1.7}.kontakt__info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.kontakt__info-item-icon{width:48px;height:48px;min-width:48px;border-radius:.5rem;background:rgba(0,152,212,.08);color:#0098d4;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.kontakt__info-item-content .label{font-size:.8rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.2rem}.kontakt__info-item-content .value{font-size:1rem;font-weight:500;color:#2d2d2d}.kontakt__info-item-content .value a{color:#2d2d2d;text-decoration:none;transition:all .15s ease}.kontakt__info-item-content .value a:hover{color:#0098d4}.alert-success-custom{background:rgba(40,167,69,.1);color:#1a6b2d;border:1px solid rgba(40,167,69,.2);border-radius:.5rem;padding:1rem 1.5rem;font-size:.95rem}.alert-danger-custom{background:rgba(220,53,69,.1);color:#a71d2a;border:1px solid rgba(220,53,69,.2);border-radius:.5rem;padding:1rem 1.5rem;font-size:.95rem}.footer{background:#edf2f7;color:#2d2d2d;padding:4rem 0 0}.footer__brand-text{display:block;font-size:1.35rem;color:rgba(45,45,45,.85);font-weight:400;margin-bottom:1rem;letter-spacing:-0.01em}.footer__brand-text strong{font-weight:700;color:#2d2d2d}.footer__brand img{height:80px;margin-bottom:1rem}.footer__brand p{font-size:.9rem;line-height:1.7;max-width:300px;color:rgba(45,45,45,.5)}.footer__heading{font-size:.85rem;font-weight:600;color:#2d2d2d;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.75rem}.footer__links a{color:rgba(45,45,45,.5);text-decoration:none;font-size:.9rem;transition:all .15s ease}.footer__links a:hover{color:#2d2d2d}.footer__social{display:flex;gap:.75rem}.footer__social a{width:40px;height:40px;border-radius:.5rem;background:rgba(45,45,45,.08);color:rgba(45,45,45,.6);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;font-size:1rem}.footer__social a:hover{background:linear-gradient(135deg, #0098d4 0%, #e6007e 100%);color:#2d2d2d;transform:translateY(-2px)}.footer__bottom{border-top:1px solid rgba(45,45,45,.1);padding:1.5rem 0;margin-top:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__bottom p{margin:0;font-size:.85rem;color:rgba(45,45,45,.4)}.footer__bottom a{color:rgba(45,45,45,.4);text-decoration:none;font-size:.85rem;transition:all .15s ease}.footer__bottom a:hover{color:#2d2d2d}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;color:#4a4a4a;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.revealed{opacity:1;transform:translateY(0)}::selection{background:rgba(0,152,212,.15);color:#2d2d2d}
