*{margin:0;padding:0;box-sizing:border-box}:root{--primary-dark:#223946;--primary-teal:#6bada0;--secondary-teal:#7bb3a8;--accent-teal:#8bc4b8;--text-dark:#223946;--text-gray:#5a6b73;--text-light:#8a9ba3;--background-white:#ffffff;--background-light:#f8f9fa;--background-gray:#f1f3f4;--border-light:#e1e5e7;--success-green:#6bada0;--warning-orange:#d4a574}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem}.logo-link{text-decoration:none;display:inline-block}.logo-img{height:35px;width:auto;object-fit:contain;margin-top:3px}.nav-logo h2{color:var(--primary-dark);font-weight:700;font-size:1.5rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem;opacity:0;transition:opacity .3s ease-in-out;align-items:center}.nav-menu.loaded{opacity:1}.nav-link{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link.active{color:var(--text-dark)}.nav-link.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:var(--primary-teal);border-radius:2px}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:var(--text-dark);margin:3px 0;transition:.3s}.hero{min-height:35vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 50%,var(--secondary-teal) 100%);color:#fff;padding-top:calc(4rem + 60px);padding-bottom:calc(1.5rem + 60px)}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{opacity:0;transition:opacity .3s ease-in-out}.hero-content.loaded{opacity:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-image{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding-left:60px}.hero-img{max-width:75%;height:auto;border-radius:12px;transition:transform .3s ease;margin-top:1rem}.hero-img:hover{transform:scale(1.05)}.hero-image-text{color:#fff;font-size:1rem;font-weight:500;text-align:left;opacity:.9;margin:0;max-width:250px;line-height:1.4;position:absolute;top:calc(20% + 150px);left:calc(10% + 210px);padding:1rem;background:rgba(0,0,0,.3);border-radius:8px}.btn{padding:12px 30px;border:none;border-radius:8px;text-decoration:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none}.btn-primary{background-color:var(--primary-teal);color:#fff}.btn-primary:hover{background-color:var(--primary-teal)}.hero .btn-primary{background-color:var(--primary-dark);color:#fff}.hero .btn-primary:hover{background-color:var(--primary-teal)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:var(--primary-dark)}.hero-graphic{display:flex;justify-content:center;align-items:center;height:300px;background:rgba(255,255,255,.1);border-radius:20px;backdrop-filter:blur(10px)}.hero-graphic i{font-size:6rem;opacity:.8}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-dark)}.section-header p{font-size:1.1rem;color:var(--text-gray);max-width:800px;margin:0 auto}.products{padding:6rem 0;background-color:var(--background-light)}.services{padding:6rem 0;background-color:var(--background-white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--background-white);border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-light);display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.service-content{flex-grow:1;display:flex;flex-direction:column}.service-card h3{color:var(--primary-dark);font-size:1.5rem;margin-bottom:1rem;font-weight:600}.service-card p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.6}.service-subservices{list-style:none;padding:0;margin:0 0 1.5rem 0}.service-subservices li{color:var(--text-gray);padding:.5rem 0;border-bottom:1px solid var(--border-light);position:relative;padding-left:1.5rem}.service-subservices li:last-child{border-bottom:none}.service-subservices li:before{content:"✓";color:var(--primary-teal);font-weight:700;position:absolute;left:0}.service-actions{margin-top:auto;padding-top:1.5rem;text-align:center}.service-actions .btn{padding:16px 32px;font-size:.9rem;font-weight:700;border-radius:50px;transition:all .3s ease;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 100%);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:none;cursor:pointer;font-family:Inter,sans-serif;box-shadow:0 4px 15px rgba(34,57,70,.3);text-transform:uppercase;letter-spacing:.5px}.service-actions .btn:hover{background:linear-gradient(135deg,var(--primary-teal) 0,var(--secondary-teal) 100%)!important;box-shadow:0 6px 20px rgba(107,173,160,.4)!important;transform:none!important}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:100%}.product-card{background:var(--background-white);border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid var(--border-light);display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;box-sizing:border-box}.product-card:hover{transform:translateY(-3px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.product-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 50%,var(--secondary-teal) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-icon i{font-size:1.5rem;color:#fff}.product-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-dark)}.product-card p{color:var(--text-gray);margin-bottom:1.5rem}.modules-heading{font-size:1.2rem;font-weight:600;color:var(--primary-dark);margin-bottom:1rem;margin-top:0}.product-modules{list-style:none;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;width:100%;max-width:100%}.product-modules li{padding:.3rem 0;color:var(--text-gray);position:relative;padding-left:1.5rem;font-size:.9rem;word-wrap:break-word;overflow-wrap:break-word}.product-modules li::before{font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:0;color:var(--text-gray);width:1rem}.product-modules li[data-icon*=exclamation-triangle]::before{content:'\f071'}.product-modules li[data-icon*=file-alt]::before{content:'\f15c'}.product-modules li[data-icon*=shield-alt]::before{content:'\f3ed'}.product-modules li[data-icon*=calendar-alt]::before{content:'\f073'}.product-modules li[data-icon*=clipboard-check]::before{content:'\f46c'}.product-modules li[data-icon*=user-shield]::before{content:'\f505'}.product-modules li[data-icon*=balance-scale]::before{content:'\f24e'}.product-modules li[data-icon*=search]::before{content:'\f002'}.product-modules li[data-icon*=link]::before{content:'\f0c1'}.product-modules li[data-icon*=users]::before{content:'\f0c0'}.product-modules li[data-icon*=poll]::before{content:'\f681'}.product-modules li[data-icon*=comments]::before{content:'\f086'}.product-modules li[data-icon*=handshake]::before{content:'\f2b5'}.product-modules li[data-icon*=chart-line]::before{content:'\f201'}.product-modules li[data-icon*=tasks]::before{content:'\f0ae'}.product-modules li[data-icon*=desktop]::before{content:'\f108'}.product-modules li[data-icon*=video]::before{content:'\f03d'}.product-modules li[data-icon*=check]::before{content:'\f00c'}.product-actions{margin-top:auto;text-align:center;padding-top:1.5rem}.product-actions .btn{padding:16px 32px;font-size:.9rem;font-weight:700;border-radius:50px;transition:all .3s ease;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 100%);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:none;cursor:pointer;font-family:Inter,sans-serif;box-shadow:0 4px 15px rgba(34,57,70,.3);text-transform:uppercase;letter-spacing:.5px}.product-actions .btn:hover{background:linear-gradient(135deg,var(--primary-teal) 0,var(--secondary-teal) 100%)!important;box-shadow:0 6px 20px rgba(107,173,160,.4)!important;transform:none!important}#contact-form .btn{padding:12px 30px;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;margin-top:1rem}.error-message{grid-column:1/-1;text-align:center;padding:2rem;background:var(--background-white);border-radius:12px;border:1px solid var(--border-light);color:var(--text-gray)}.error-message p{margin:0;font-size:1.1rem}.about{padding:6rem 0}#support.footer-style{background-color:var(--text-dark);color:#fff}#support.footer-style .about-text h2,#support.footer-style .about-text p,#support.footer-style .stat h3,#support.footer-style .stat p{color:#fff}#support.footer-style .about-graphic{background:rgba(255,255,255,.08)}#support.footer-style .stat h3{color:var(--primary-teal)}#support .support-contacts{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}#support .support-contact-item{display:block}#support .support-contact-item i{color:var(--primary-teal);font-size:1.1rem}#support .support-contact-item a{color:#fff;text-decoration:none}#support .support-contact-item .label{display:block;font-size:.85rem;opacity:.9;margin-bottom:.4rem}#support .support-contact-item .value{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.06);border-radius:10px;padding:.9rem 1rem}@media (max-width:768px){#support .support-contacts{grid-template-columns:1fr}}#footer-bottom{background-color:var(--text-dark);color:#fff;padding:1.25rem 0;text-align:center}#footer-bottom .footer-bottom-inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}#footer-bottom .separator{opacity:.6}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-dark)}.about-text h2 i.support-title-icon{margin-right:.6rem;color:var(--primary-teal)}.about-text h2 .support-title-text{vertical-align:middle}.about-text p{font-size:1.1rem;color:var(--text-gray);margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:var(--primary-dark);margin-bottom:.5rem}.stat p{color:var(--text-gray);font-size:.9rem}.about-graphic{display:flex;justify-content:center;align-items:center;height:300px;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 50%,var(--secondary-teal) 100%);border-radius:20px}.about-graphic i{font-size:6rem;color:#fff;opacity:.8}.contact{padding:6rem 0;background-color:var(--background-light)}.contact-content{max-width:1200px;margin:0 auto}.employees-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media (max-width:1024px){.employees-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.employee-card{background:var(--background-white);border-radius:16px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid var(--border-light);position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.employee-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--primary-teal) 0,var(--secondary-teal) 100%)}.employee-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(0,0,0,.1);border-color:var(--primary-teal)}.employee-image{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 100%);box-shadow:0 4px 12px rgba(0,0,0,.1)}.employee-image img{width:100%;height:100%;object-fit:cover}.employee-image.placeholder{background:linear-gradient(135deg,var(--primary-teal) 0,var(--secondary-teal) 100%)}.employee-initials{font-size:3rem;font-weight:700;color:#fff;letter-spacing:2px}.employee-info{margin-bottom:1.5rem;flex-grow:1;display:flex;flex-direction:column}.employee-info h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:var(--primary-dark)}.employee-role{font-size:1rem;font-weight:500;color:var(--primary-teal);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.employee-description{font-size:.95rem;color:var(--text-gray);line-height:1.6;margin-bottom:0;flex-grow:1}.employee-contact{border-top:1px solid var(--border-light);padding-top:1.5rem;margin-top:auto}.contact-item{display:flex;align-items:center;margin-bottom:.8rem;color:var(--text-gray);font-size:.9rem;transition:color .3s ease}.contact-item:last-child{margin-bottom:0}.contact-item i{margin-right:.8rem;color:var(--primary-teal);width:16px;font-size:.9rem;flex-shrink:0}.contact-item a{color:inherit;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--primary-teal)}.contact-item:hover i{color:var(--primary-dark)}.contact-form-centered{background:var(--background-white);padding:3rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.contact-info h3{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:var(--primary-dark)}.contact-persons{margin-bottom:2rem}.contact-person{background:var(--background-white);padding:1.5rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05)}.contact-person h4{font-weight:600;margin-bottom:.5rem;color:var(--primary-dark)}.contact-person p{color:var(--text-gray);margin-bottom:.5rem}.contact-person a{color:var(--primary-teal);text-decoration:none}.contact-person a:hover{text-decoration:underline}.contact-details{margin-top:2rem}.contact-item{display:flex;align-items:center;margin-bottom:1rem;color:var(--text-gray)}.contact-item i{margin-right:1rem;color:var(--primary-teal);width:20px}.contact-form{background:var(--background-white);padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--border-light);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-teal);box-shadow:0 0 0 3px rgba(107,173,160,.1)}.form-group input::placeholder,.form-group textarea::placeholder{font-family:inherit;font-size:1rem;color:var(--text-gray)}.form-group textarea{resize:vertical;min-height:120px}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--primary-teal)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--primary-teal)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:var(--text-light)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-image,.hero-image-text{display:none}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr;gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.employees-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem;max-width:100%;overflow-x:hidden}.product-modules{grid-template-columns:1fr}.employees-grid{grid-template-columns:1fr;gap:1.5rem}.employee-card{padding:1.5rem}.employee-image{width:120px;height:120px;margin-bottom:1rem}.employee-initials{font-size:2.5rem}.footer-content{grid-template-columns:1fr;text-align:center}.logo-img{height:30px}.nav-logo h2{font-size:1.25rem}}@media (max-width:480px){.hero-title{font-size:2rem}.section-header h2{font-size:2rem}.product-card{padding:1rem}.product-card h3{font-size:1.25rem}.products-grid{gap:1rem}.about-text h2{font-size:2rem}.btn{padding:10px 20px;font-size:.9rem}.logo-img{height:26px}.nav-logo h2{font-size:1.1rem}.employees-grid{grid-template-columns:1fr;gap:1rem}.employee-card{padding:1.25rem}.employee-image{width:110px;height:110px;margin-bottom:1rem}.employee-initials{font-size:2.2rem}.employee-info h3{font-size:1.2rem}.employee-role{font-size:.9rem}.employee-description{font-size:.9rem}}.toast{position:fixed;top:24px;right:24px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#1f2937;padding:16px 20px;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 0 1px rgba(255,255,255,.05);z-index:10000;transform:translateX(100%) scale(.8);transition:all .4s cubic-bezier(.16, 1, .3, 1);max-width:420px;min-width:300px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.5;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:12px}.toast.show{transform:translateX(0) scale(1)}.toast.success{background:rgba(16,185,129,.95);color:#fff;border:1px solid rgba(16,185,129,.3)}.toast.success::before{content:'✓';background:rgba(255,255,255,.2);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.toast.error{background:rgba(239,68,68,.95);color:#fff;border:1px solid rgba(239,68,68,.3)}.toast.error::before{content:'✕';background:rgba(255,255,255,.2);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}@media (max-width:768px){.toast{top:16px;right:16px;left:16px;max-width:none;min-width:auto;transform:translateY(-100%) scale(.8)}.toast.show{transform:translateY(0) scale(1)}}html{scroll-behavior:smooth}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-teal);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(5px);z-index:2000;display:none;opacity:0;transition:opacity .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.modal-overlay.show{display:flex;opacity:1;align-items:center;justify-content:center;padding:20px}body.modal-open{overflow:hidden;position:fixed;width:100%;height:100%}.modal-container{background:#fff;border-radius:20px;max-width:1200px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(.9) translateY(20px);transition:transform .3s ease}.modal-overlay.show .modal-container{transform:scale(1) translateY(0)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px 20px;border-bottom:1px solid var(--border-light);background:var(--background-light)}.modal-header h2{font-size:2rem;font-weight:700;color:var(--primary-dark);margin:0}.modal-close{background:0 0;border:none;font-size:1.5rem;color:var(--text-light);cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--background-gray);color:var(--text-dark);transform:rotate(90deg)}.modal-content{padding:30px 40px 40px;max-height:calc(90vh - 120px);overflow-y:auto}.modal-description{text-align:center;font-size:1.1rem;color:var(--text-gray);margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.kurs-webinar{padding:0;background:0 0;min-height:auto}.kurs-webinar .section-header{text-align:center;margin-bottom:60px}.kurs-webinar .section-header h2{font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:20px}.kurs-webinar .section-header p{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.filter-tabs{display:flex;justify-content:center;gap:20px;margin-bottom:50px;flex-wrap:wrap}.filter-tab{padding:12px 24px;background:#fff;border:2px solid var(--border-light);border-radius:30px;font-size:1rem;font-weight:500;color:var(--text-gray);cursor:pointer;transition:all .3s ease;min-width:120px;text-align:center}.filter-tab:hover{border-color:var(--primary-teal);color:var(--primary-teal);transform:translateY(-2px)}.filter-tab.active{background:var(--primary-teal);border-color:var(--primary-teal);color:#fff}.kurs-webinar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1200px;margin:0 auto}.kurs-webinar-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease;border:1px solid var(--border-light)}.kurs-webinar-card.event-full{opacity:.85;background:#fafafa}.kurs-webinar-card.event-full:hover{transform:none}.kurs-webinar-card:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.1)}.kurs-webinar-card .card-header{padding:24px 24px 16px;border-bottom:1px solid var(--border-light);position:relative}.kurs-webinar-card .card-header h3{font-size:1.3rem;font-weight:600;color:var(--primary-dark);margin-bottom:8px;line-height:1.4}.header-badges{display:flex;gap:8px;flex-wrap:wrap}.card-type{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.card-type.kurs{background:rgba(107,173,160,.1);color:var(--primary-teal)}.card-type.webinar{background:rgba(212,165,116,.1);color:var(--warning-orange)}.card-type.full{background:rgba(220,38,38,.1);color:#dc2626}.kurs-webinar-card .card-content{padding:20px 24px}.kurs-webinar-card .card-content p{color:var(--text-gray);line-height:1.6;margin-bottom:20px}.card-details{display:flex;flex-direction:column;gap:12px}.detail-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text-light)}.detail-item i{color:var(--primary-teal);width:16px;text-align:center}.registration-deadline-notice{background:rgba(212,165,116,.1);padding:12px 24px;margin:0 24px 16px 24px;border-radius:8px;border-left:4px solid var(--warning-orange);font-weight:500;color:var(--text-dark);display:flex;align-items:center;gap:10px;font-size:.9rem}.registration-deadline-notice i{color:var(--warning-orange);font-size:1.1rem}.event-full-notice{background:rgba(220,38,38,.08);padding:12px 24px;margin:0 24px 16px 24px;border-radius:8px;border-left:4px solid #dc2626;font-weight:500;color:#991b1b;display:flex;align-items:center;gap:10px;font-size:.9rem}.event-full-notice i{color:#dc2626;font-size:1.1rem}.kurs-webinar-card .card-actions{padding:0 24px 24px;pointer-events:auto;position:relative;z-index:1}.kurs-webinar-card .card-actions .btn{width:100%;justify-content:center;pointer-events:auto;min-height:44px}.kurs-webinar-card .card-actions .btn:disabled{background:#e5e7eb;color:#6b7280;cursor:not-allowed;border:2px solid #d1d5db;opacity:.7}.kurs-webinar-card .card-actions .btn:disabled:hover{background:#e5e7eb;transform:none}.no-events-message{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid var(--border-light)}.no-events-message h3{font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin-bottom:15px}.no-events-message p{font-size:1.1rem;color:var(--text-gray);margin:0}.error-message-box{grid-column:1/-1;text-align:center;padding:60px 40px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid var(--border-light)}.error-icon{font-size:4rem;color:#dc2626;margin-bottom:20px}.error-message-box h3{font-size:1.8rem;font-weight:600;color:var(--primary-dark);margin-bottom:20px}.error-message-box p{font-size:1.1rem;color:var(--text-gray);margin-bottom:15px;line-height:1.6}.error-contact{margin-top:30px}.error-contact-link{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary-teal) 100%);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(34,57,70,.3)}.error-contact-link:hover{background:linear-gradient(135deg,var(--primary-teal) 0,var(--secondary-teal) 100%);box-shadow:0 6px 20px rgba(107,173,160,.4);transform:translateY(-2px)}.error-contact-link i{font-size:1.2rem}@media (max-width:768px){.kurs-webinar{padding:0}.kurs-webinar .section-header h2{font-size:2rem}.kurs-webinar .section-header p{font-size:1.1rem}.filter-tabs{gap:10px;margin-bottom:40px}.filter-tab{padding:10px 20px;font-size:.9rem;min-width:100px}.kurs-webinar-grid{grid-template-columns:1fr;gap:20px}.kurs-webinar-card .card-header{padding:20px 20px 16px}.kurs-webinar-card .card-header h3{font-size:1.2rem}.kurs-webinar-card .card-content{padding:16px 20px}.registration-deadline-notice{margin:0 20px 12px 20px;padding:10px 16px;font-size:.85rem}.event-full-notice{margin:0 20px 12px 20px;padding:10px 16px;font-size:.85rem}.kurs-webinar-card .card-actions{padding:0 20px 20px}.modal-overlay.show{padding:10px}.modal-container{max-height:95vh;border-radius:15px}.modal-header{padding:20px 20px 15px}.modal-header h2{font-size:1.5rem}.modal-content{padding:20px;max-height:calc(95vh - 100px)}.modal-description{font-size:1rem;margin-bottom:20px}.filter-tabs{gap:8px;margin-bottom:25px}.filter-tab{padding:8px 16px;font-size:.85rem;min-width:80px}.modal-footer{padding:15px 20px;flex-direction:column;gap:10px}.modal-footer .btn{width:100%;min-width:auto;min-height:48px;touch-action:manipulation}.error-message-box{padding:40px 20px}.error-icon{font-size:3rem}.error-message-box h3{font-size:1.5rem}.error-message-box p{font-size:1rem}.error-contact-link{padding:12px 24px;font-size:1rem}}.description-container{margin-bottom:15px}.description-text{line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;max-height:calc(1.6em * 2)}.full-description-content{line-height:1.6;margin-bottom:10px}.collapse-description-btn,.expand-description-btn{background:0 0;border:none;color:#007bff;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0;margin-top:5px;transition:color .2s ease}.collapse-description-btn:hover,.expand-description-btn:hover{color:#0056b3}.full-description{margin-top:10px}.full-description p{line-height:1.6;margin-bottom:10px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.header-left{flex:1}.header-date{text-align:right;margin-top:5px}.header-date .date-text{font-size:1.1rem;font-weight:600;color:#333;white-space:nowrap}.header-date .time-text{font-size:.9rem;font-weight:500;color:#666;white-space:nowrap;margin-top:2px}.signup-modal{max-width:500px;width:90%}.signup-form{padding:20px 0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:var(--primary-dark)}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid var(--border-light);border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary-teal)}.form-group textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px}.btn-secondary{background:var(--background-gray);color:var(--text-gray);border:2px solid var(--border-light)}.btn-secondary:hover{background:#e0e0e0;border-color:#ccc}.response-modal{max-width:600px;width:90%}.response-content{padding:20px;background:var(--background-light);border-radius:8px;line-height:1.8}.response-content h1,.response-content h2,.response-content h3,.response-content h4{color:var(--primary-dark);margin-top:1em;margin-bottom:.5em}.response-content h1:first-child,.response-content h2:first-child,.response-content h3:first-child,.response-content h4:first-child{margin-top:0}.response-content p{margin-bottom:1em}.response-content ol,.response-content ul{margin-left:1.5em;margin-bottom:1em}.modal-footer{padding:20px 40px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:15px}.modal-footer .btn{min-width:120px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative}