body{font-family:Poppins,sans-serif;background-color:#f5f5f5}.navbar{position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(135deg,#ffc500,#ffa000);box-shadow:0 6px 20px rgba(0,0,0,.15);z-index:1000}.navbar-container{max-width:1280px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:80px}.navbar-brand{text-decoration:none}.navbar-logo{height:40px;width:auto;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger-icon{display:flex;flex-direction:column;gap:5px}.hamburger-icon span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.navbar-toggle.open .hamburger-icon span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.open .hamburger-icon span:nth-child(2){opacity:0}.navbar-toggle.open .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.navbar-links{display:flex;align-items:center;gap:28px}.nav-link{font-size:16px;font-weight:600;color:#fff;text-decoration:none;position:relative;transition:color .3s ease;padding:8px 12px;border-radius:5px}.nav-link:hover{background:hsla(0,0%,100%,.1);color:#fff}.nav-link:after{content:"";position:absolute;bottom:4px;left:12px;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:calc(100% - 24px)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:16px;font-weight:600;color:#fff;cursor:pointer;padding:8px 12px;border-radius:5px;transition:background .3s ease}.nav-dropdown-toggle:hover{background:hsla(0,0%,100%,.1)}.nav-dropdown-toggle i{font-size:12px;transition:transform .3s ease}.nav-dropdown.active .nav-dropdown-toggle i{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px rgba(0,0,0,.15);min-width:150px;z-index:1000;overflow:hidden}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-item{display:block;padding:12px 16px;font-size:14px;color:#333;text-decoration:none;transition:background .3s ease,color .3s ease}.nav-dropdown-item:hover{background:#ffc500;color:#fff}.hero-medium{position:relative;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;height:650px}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7)}.hero-content{position:relative;z-index:2;max-width:680px}.hero-bubble{display:inline-block;background:#ffc500;color:#111;font-weight:700;font-size:1.5rem;padding:8px 24px;border-radius:50px;margin-bottom:16px}.hero-title{display:inline-block;background:linear-gradient(135deg,#fff,#fff);color:#000;font-weight:800;font-size:2.5rem;padding:16px 32px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.hero-info-card{padding:20px 30px;margin-top:24px}.hero-glass{max-width:380px;margin-left:auto;margin-right:auto;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.2),0 0 20px rgba(255,197,0,.1);transition:transform .3s ease}.hero-glass:hover{transform:scale(1.02);box-shadow:0 10px 40px rgba(0,0,0,.3),0 0 30px rgba(255,197,0,.2)}.hero-text-main{font-size:22px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 6px rgba(0,0,0,.3)}.hero-text-sub{font-size:16px;font-weight:400;color:hsla(0,0%,100%,.9);line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.2)}.glow-highlight{font-weight:700;color:#ffc500;position:relative;padding:2px 6px;border-radius:4px;transition:all .3s ease;text-shadow:0 0 8px rgba(255,197,0,.5)}.glow-highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffc500;opacity:.2;border-radius:4px;z-index:-1;transition:opacity .3s ease}.glow-highlight:hover:before{opacity:.4}.glow-highlight:hover{text-shadow:0 0 12px rgba(255,197,0,.8)}.button-wrapper{text-align:center;margin-top:16px}.hero-button{background:linear-gradient(135deg,#ffc500,#ffa000);color:#111;font-weight:600;padding:10px 24px;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block;box-shadow:0 4px 15px rgba(255,197,0,.3)}.hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,197,0,.5)}.animate__fadeInUp{animation-duration:1.2s}.benefits-section{padding:60px 0;background:#f9f9f9}.section-title{text-align:center;font-size:32px;font-weight:700;margin-bottom:50px;color:#111}.modern-card{background:#fff;border-radius:15px;padding:25px 20px;box-shadow:0 10px 25px rgba(0,0,0,.07);text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:100%}.modern-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.icon-container{font-size:50px;color:#ffc500;margin-bottom:20px}.modern-card h4{font-size:20px;font-weight:600;color:#000;margin-bottom:10px}.subtitle{font-size:15px;color:#666;line-height:1.4}.pricing-modern{padding:80px 0;background:#f7f7f7}.pricing-title{text-align:center;font-size:32px;font-weight:700;color:#111;margin-bottom:50px}.pricing-box{background:#fff;border-radius:18px;box-shadow:0 10px 20px rgba(0,0,0,.08);overflow:hidden;position:relative;transition:transform .3s ease}.pricing-box.popular{overflow:visible}.pricing-box:hover{transform:translateY(-6px)}.pricing-header{padding:25px;text-align:center}.pricing-header h4{font-size:22px;font-weight:700;margin-bottom:5px}.pricing-header span{font-size:14px;font-weight:500}.dark{background:#2c2c2c;color:#fff}.yellow{background:#ffc500;color:#111}.popular-badge{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;font-size:14px;font-weight:700;padding:8px 45px;position:absolute;top:80px;right:-10px;z-index:20;text-transform:uppercase;letter-spacing:1.2px;transform:rotate(45deg);transform-origin:top right;box-shadow:0 4px 12px rgba(40,167,69,.4)}.popular-badge:before{right:0;border-left:4px solid #1e7e34}.popular-badge:after,.popular-badge:before{content:"";position:absolute;top:100%;border-bottom:4px solid transparent}.popular-badge:after{left:0;border-right:4px solid #1e7e34}.pricing-body{padding:30px 25px;text-align:center}.price{font-size:46px;font-weight:700;color:#222;margin-bottom:10px}.currency{font-size:22px;position:relative;top:-12px;margin-right:2px}.decimal{font-size:20px;font-weight:600;margin-left:2px}.one-time{font-size:15px;color:#666;margin-bottom:25px}.pricing-features{list-style:none;padding:0;margin-bottom:25px;text-align:left}.pricing-features li{font-size:15px;color:#444;margin-bottom:12px;display:flex;align-items:center}.pricing-features i{color:#28a745;margin-right:10px;font-size:18px}.pricing-button{display:inline-block;background:#ffc500;color:#111;font-weight:600;padding:12px 30px;border-radius:50px;text-decoration:none;transition:all .3s ease}.pricing-button:hover{background:#111;color:#fff;transform:translateY(-2px)}@media (max-width:991px){.pricing-box{margin-bottom:30px}.pricing-box.popular{overflow:visible}}@media (max-width:768px){.pricing-modern{padding:60px 0}.pricing-title{font-size:32px;margin-bottom:30px}.pricing-modern .row{display:flex;flex-direction:column}.pricing-modern .col-md-6:nth-child(2){order:-1}.pricing-box{max-width:400px;margin:0 auto 25px}.popular-badge{font-size:12px;padding:6px 35px;top:70px;right:-8px}.pricing-header h4{font-size:20px}.pricing-header span{font-size:13px}.price{font-size:40px}.pricing-features li{font-size:14px}}@media (max-width:480px){.pricing-modern{padding:50px 0}.pricing-title{font-size:28px}.pricing-box{max-width:100%;margin-bottom:20px}.popular-badge{font-size:10px;padding:4px 25px;top:60px;right:-7px}.pricing-header{padding:20px 15px}.pricing-header h4{font-size:18px}.pricing-body{padding:25px 20px}.price{font-size:36px}.currency,.decimal{font-size:18px}.pricing-features li{font-size:13px;margin-bottom:10px}.pricing-features i{font-size:16px;margin-right:8px}.pricing-button{padding:10px 25px;font-size:14px}}.welcheSec{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.welche-title{font-size:36px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:50px;line-height:1.2;font-family:Poppins,sans-serif;text-shadow:0 2px 5px rgba(0,0,0,.1)}.welche-card{background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.3);border-radius:15px;padding:30px;text-align:center;transition:all .3s ease;height:100%;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.1)}.welche-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px rgba(0,0,0,.15);border:1px solid rgba(0,188,212,.5)}.welche-icon{width:70px;height:70px;margin:0 auto 20px;background:rgba(0,188,212,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.welche-icon i{font-size:30px;color:#00bcd4;transition:all .3s ease}.welche-card:hover .welche-icon{background:rgba(0,188,212,.3);box-shadow:0 0 15px rgba(0,188,212,.5)}.welche-card:hover .welche-icon i{color:#00bcd4;transform:scale(1.1)}.welche-content h5{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:15px;font-family:Poppins,sans-serif}.welche-content p{font-size:16px;color:#333;line-height:1.6;margin:0;font-family:Poppins,sans-serif}.career-image{overflow:hidden;border-radius:8px}.career-image img{transition:transform .5s ease}.career-image:hover img{transform:scale(1.05)}.career-button-primary{background:#ffc500;color:#111;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;transition:all .3s ease}.career-button-primary:hover{background:#ffa000;transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.career-button-secondary{border:2px solid #ffc500;color:#ffc500;font-weight:600;padding:10px 22px;border-radius:8px;text-decoration:none;transition:all .3s ease}.career-button-secondary:hover{background:#ffc500;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.sel-compare-section{background:#fff;padding:100px 0}.sel-title{font-size:32px;font-weight:700;color:#111;text-align:center}.sel-subtitle{font-size:16px;color:#555;text-align:center;max-width:700px;margin:15px auto 60px}.sel-box{border:1px solid #e6e6e6;border-radius:16px;padding:40px 30px;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.04);transition:all .3s ease}.sel-box.highlight{border:2px solid #ffc500}.sel-box-title{font-size:20px;font-weight:600;color:#111;margin-bottom:25px;text-align:center}.sel-list{list-style:none;margin:0;padding:0;border-top:1px solid #ddd}.sel-list li{padding:16px 0;font-size:15px;color:#333;font-weight:500;border-bottom:1px solid #eee;display:flex;align-items:center}.sel-list i{font-size:20px;margin-right:12px}.red-icon{color:#dc3545}.green-icon{color:#28a745}.sel-cta-wrapper{margin-top:80px;display:flex;flex-direction:column;align-items:center;gap:25px}.sel-cta-headline{font-size:24px;font-weight:600;color:#111}.button{position:relative;box-shadow:0 10px 20px rgba(0,0,0,.15);padding:12px 28px;background:#ffc500;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;gap:10px;font-weight:600;font-size:15px;border:3px solid hsla(0,0%,100%,.3);outline:none;overflow:hidden;cursor:pointer}.button,.button .icon{transition:all .3s ease-in-out}.button .icon{width:22px;height:22px}.button:hover{transform:scale(1.05);border-color:hsla(0,0%,100%,.9)}.button:hover .icon{transform:translateX(4px)}.button:before{content:"";position:absolute;width:100px;height:100%;background:linear-gradient(120deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,100%,.8),hsla(0,0%,100%,0) 70%);top:0;left:-100px;opacity:.6}.button:hover:before{animation:shine 1.5s ease-out infinite}@keyframes shine{0%{left:-100px}60%{left:100%}to{left:100%}}.footer-divider{width:100%;height:2px;background:#000;margin-bottom:0}.footer{background:linear-gradient(135deg,#ffc500,#ffa000);color:#fff;padding:40px 0}.footer-links{display:flex;justify-content:center;gap:24px;margin-bottom:20px}.footer-link{color:#fff;font-size:15px;font-weight:500;text-decoration:none;position:relative;transition:color .3s ease}.footer-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.footer-link:hover:after{width:100%}.footer-link:hover{color:#fff}.footer-social{gap:20px;margin-bottom:20px}.footer-social,.social-icon{display:flex;justify-content:center}.social-icon{color:#fff;font-size:20px;width:40px;height:40px;align-items:center;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);transition:all .3s ease}.social-icon:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.8);transform:scale(1.1)}.footer-copyright{text-align:center}.footer-copyright p{font-size:14px;color:hsla(0,0%,100%,.8);margin:0}@media (max-width:768px){.navbar-toggle{display:block}.navbar-links{display:none;position:absolute;top:80px;left:0;right:0;background:linear-gradient(135deg,#ffc500,#ffa000);flex-direction:column;align-items:center;padding:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.navbar-links.active{display:flex}.nav-link{padding:10px 0;width:100%;text-align:center;border-radius:0}.nav-link:hover{background:none}.nav-link:after{left:50%;transform:translateX(-50%)}.nav-link:hover:after{width:50px}.nav-dropdown{width:100%;text-align:center}.nav-dropdown-toggle{width:100%;justify-content:center;border-radius:0}.nav-dropdown-menu{position:static;background:hsla(0,0%,100%,.1);border-radius:0;box-shadow:none;width:100%}.nav-dropdown:hover .nav-dropdown-menu{display:none}.nav-dropdown.active .nav-dropdown-menu{display:block}.nav-dropdown-item{color:#fff;padding:10px}.nav-dropdown-item:hover{background:hsla(0,0%,100%,.2)}.hero-medium{height:500px}.hero-title{font-size:1.5rem;padding:12px 24px}.hero-info-card{padding:16px}.pricing-title,.section-title,.sel-title{font-size:26px}.welche-img img{height:70px;width:70px}.welche-content h5{font-size:16px}.welche-content p{font-size:14px}.footer-links{flex-wrap:wrap;gap:16px}}