@keyframes shimmer{0%,to{opacity:.7;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Plus Jakarta Sans","Inter",sans-serif;line-height:1.6;color:#333;background-color:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}#header-privat{background:linear-gradient(135deg,#1a6de5 0,#1557b8 100%);position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(26,109,229,.3)}#header-privat .header-container{max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;align-items:center;justify-content:space-between}#header-privat .header-logo img{height:50px;width:auto}#header-privat .header-nav{display:block}#header-privat .nav-menu{display:flex;list-style:none;gap:30px;align-items:center}#header-privat .nav-menu li a{display:flex;align-items:center;gap:6px;padding:10px 16px;color:#fff;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease;border-radius:8px}#header-privat .nav-menu li a:hover{color:#fbbf24;background:rgba(255,255,255,.1)}#header-privat .has-submenu{position:relative}#header-privat .submenu{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:220px;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;list-style:none}#header-privat .has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}#header-privat .submenu li a{color:#333;padding:12px 20px;display:block;font-size:14px}#header-privat .submenu li a:hover{background:#f3f4f6;color:#1a6de5}#header-privat .submenu li a::after{display:none}#header-privat .mobile-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer;padding:5px}#header-privat .mobile-toggle .bar{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}#header-privat .mobile-toggle.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,6px)}#header-privat .mobile-toggle.active .bar:nth-child(2){opacity:0}#header-privat .mobile-toggle.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}#header-privat .mobile-nav{display:none;background:#1557b8;padding:0;max-height:0;overflow:hidden;transition:max-height .4s ease}#header-privat .mobile-nav.active{max-height:500px;padding:20px}#header-privat .mobile-menu{list-style:none}#header-privat .mobile-menu li{border-bottom:1px solid rgba(255,255,255,.1)}#header-privat .mobile-menu li:last-child{border-bottom:none}#header-privat .mobile-menu li a{color:#fff;padding:15px 0;display:flex;align-items:center;gap:12px;font-size:15px}#header-privat .mobile-menu .menu-icon{width:20px;text-align:center;color:#fbbf24}#header-privat .mobile-menu .arrow{margin-left:auto;transition:transform .3s ease}#header-privat .mobile-menu .has-submenu.active .arrow{transform:rotate(180deg)}#header-privat .mobile-submenu{list-style:none;max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:32px}#header-privat .mobile-menu .has-submenu.active .mobile-submenu{max-height:300px}#header-privat .mobile-submenu li a{padding:10px 0;font-size:14px;color:rgba(255,255,255,.9)}@media (max-width:768px){#header-privat .header-nav{display:none}#header-privat .mobile-toggle{display:flex}#header-privat .mobile-nav{display:block}#header-privat .header-logo img{height:40px}}#footer-privat{background:linear-gradient(135deg,#1a6de5 0,#1557b8 100%);color:#fff;padding:60px 0 0}#footer-privat .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}#footer-privat .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;padding-bottom:40px}#footer-privat .footer-logo img{height:50px;margin-bottom:20px}#footer-privat .footer-desc{font-size:14px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:25px}#footer-privat .footer-social{display:flex;gap:12px}#footer-privat .social-icon{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;transition:all .3s ease}#footer-privat .social-icon:hover{background:#fbbf24;color:#1a6de5;transform:translateY(-3px)}#footer-privat .footer-title{font-size:18px;font-weight:700;margin-bottom:25px;position:relative;padding-bottom:10px}#footer-privat .footer-title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#fbbf24;border-radius:3px}#footer-privat .contact-list,#footer-privat .footer-menu{list-style:none}#footer-privat .footer-menu li{margin-bottom:12px}#footer-privat .contact-list li a,#footer-privat .footer-menu li a{color:rgba(255,255,255,.9);font-size:14px;display:flex;align-items:center;gap:8px;transition:all .3s ease}#footer-privat .footer-menu li a:hover{color:#fbbf24;padding-left:5px}#footer-privat .footer-menu li a i{font-size:10px;color:#fbbf24}#footer-privat .contact-list li{margin-bottom:15px}#footer-privat .contact-list li a{gap:12px}#footer-privat .contact-list li a:hover{color:#fbbf24}#footer-privat .contact-icon{width:36px;height:36px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}#footer-privat .footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:20px 0;text-align:center}#footer-privat .footer-bottom p{font-size:14px;color:rgba(255,255,255,.8)}@media (max-width:768px){#footer-privat .footer-grid{grid-template-columns:1fr;gap:40px;text-align:center}#footer-privat .footer-title::after{left:50%;transform:translateX(-50%)}#footer-privat .contact-list li a,#footer-privat .footer-menu li a,#footer-privat .footer-social{justify-content:center}}.hero-section-v1{position:relative;background:linear-gradient(135deg,#186ee5 0,#60a5fa 50%,#fff 100%);overflow:hidden;padding:4rem 0 2rem}.hero-section-v1 a{text-decoration:none!important}.bg-effects,.bg-grid{position:absolute;inset:0}.bg-effects{overflow:hidden}.bg-grid{background-image:linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:40px 40px;opacity:.3}.hero-section-v1 .container{max-width:1200px;margin:0 auto;padding:1rem;position:relative;z-index:10}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text{text-align:center}@media (min-width:1024px){.hero-text{text-align:left}}.badge{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.3);margin-bottom:1.5rem}.badge-dot{width:8px;height:8px;border-radius:50%;background-color:#fff;margin-right:.5rem;animation:pulse 2s infinite}.badge-text{font-size:.875rem;font-weight:600;color:#fff}.hero-title{font-size:44px;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.3}.highlight-pp{background:linear-gradient(45deg,#f97316,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:inherit!important}.hero-description-we{color:rgba(255,255,255,.95);font-size:1.2rem;font-weight:400;margin-bottom:2rem;line-height:1.7;max-width:600px}@media (min-width:1024px){.hero-description-we{margin:0 0 2rem}}.native-highlight{color:#fbbf24;font-weight:600;position:relative;text-decoration:none}.native-highlight::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#f97316,#fbbf24,#f59e0b);border-radius:2px;animation:shimmer 2s ease-in-out infinite}.buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width:640px){.buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.buttons{justify-content:flex-start}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#186ee5,#1d4ed8);color:#fff;box-shadow:0 8px 25px rgba(24,110,229,.4)}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px);color:#fff!important}.btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a);box-shadow:0 12px 35px rgba(24,110,229,.5)}.btn-secondary{border:2px solid rgba(255,255,255,.6);background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px);color:#fff}.btn-secondary:hover{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.8)}.btn-icon{margin-right:.5rem;font-size:1.1rem}.hero-video-container{position:relative;width:100%}.video-wrapper{position:relative;background:linear-gradient(145deg,#186ee5,#60a5fa,#93c5fd);border-radius:24px;padding:1.5rem;box-shadow:0 25px 50px rgba(24,110,229,.4),0 10px 30px rgba(59,130,246,.3),inset 0 1px 0 rgba(255,255,255,.2);transition:all .4s ease;border:2px solid rgba(255,255,255,.1)}.video-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.1),transparent,rgba(255,255,255,.1));border-radius:24px;pointer-events:none}.video-wrapper:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 35px 70px rgba(24,110,229,.5),0 15px 40px rgba(59,130,246,.4),inset 0 1px 0 rgba(255,255,255,.3)}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 15px 35px rgba(0,0,0,.3),inset 0 0 0 2px rgba(255,255,255,.1)}.video-container iframe,.video-lazy iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:16px}@media (max-width:768px){.hero-section-v1{padding:3rem 0 1rem}.hero-title{font-size:32px!important}.hero-description-we{font-size:15px!important;font-weight:400!important;color:#fff}.buttons{flex-direction:column}.btn{padding:.875rem 1.5rem;font-size:.95rem}.video-wrapper{padding:1rem;border-radius:20px}.video-container{border-radius:12px}}#testimonial-section-1 .testimonial-section{background:#fff;padding:clamp(5px,2vw,40px) 20px 30px;max-width:1400px;margin:0 auto;position:relative}@media (min-width:768px){#testimonial-section-1 .testimonial-section{padding:20px 20px 40px}}#testimonial-section-1 .section-header{text-align:center;margin-bottom:60px}#testimonial-section-1 .section-header h2{font-family:"Montserrat",sans-serif;font-size:2.2rem;font-weight:700;color:#000;margin-bottom:16px}#testimonial-section-1 .section-header p{font-family:"Montserrat",sans-serif;font-size:1.1rem;font-weight:400;color:#4a5568;max-width:600px;margin:0 auto}@media (max-width:768px){#testimonial-section-1 .section-header p{font-size:1.1rem!important;font-weight:400!important}}#testimonial-section-1 .testimonial-swiper,.stats-section{padding:20px 0 0;overflow:hidden}#testimonial-section-1 .testimonial-card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 8px 20px rgba(0,123,255,.08);height:auto;min-height:320px;display:flex;flex-direction:column;position:relative;transition:all .3s ease;border:2px solid transparent}#testimonial-section-1 .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,123,255,.15);border-color:#007bff}#testimonial-section-1 .quote-icon{position:absolute;top:-10px;right:20px;width:40px;height:40px;background:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}#testimonial-section-1 .testimonial-text{font-family:"Montserrat",sans-serif;font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:30px;flex-grow:1;font-style:italic;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.7em*6)}#testimonial-section-1 .user-info{display:flex;align-items:center;gap:15px}#testimonial-section-1 .user-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #007bff;flex-shrink:0}#testimonial-section-1 .user-avatar img{width:100%;height:100%;object-fit:cover}#testimonial-section-1 .user-details{flex-grow:1}#testimonial-section-1 .user-name{font-family:"Montserrat",sans-serif;font-size:1.1rem;font-weight:700;color:#000;margin-bottom:4px}#testimonial-section-1 .user-occupation,.section-header-ach h2{font-family:"Montserrat",sans-serif;font-size:.9rem;color:#007bff;font-weight:500}#testimonial-section-1 .rating{display:flex;gap:3px;margin-top:8px}#testimonial-section-1 .rating i{color:#fbbf24;font-size:14px}#testimonial-section-1 .testimonial-controls{display:flex;align-items:center;justify-content:flex-end;margin-top:40px;padding:0 10px}#testimonial-section-1 .swiper-navigation-buttons{display:flex;gap:10px}#testimonial-section-1 .swiper-button-next,#testimonial-section-1 .swiper-button-prev{position:static!important;margin:0!important;width:40px!important;height:40px!important;background-color:#007bff!important;color:#fff!important;border-radius:50%!important;transition:background-color .3s ease!important;flex-shrink:0;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer}#testimonial-section-1 .swiper-button-next:hover,#testimonial-section-1 .swiper-button-prev:hover{background-color:#0056b3!important}#keunggulan .swiper-button-next::after,#keunggulan .swiper-button-prev::after,#testimonial-section-1 .swiper-button-next::after,#testimonial-section-1 .swiper-button-prev::after{content:""!important;display:none!important}#testimonial-section-1 .nav-arrow-icon{width:16px;height:16px;color:#fff;transition:all .3s ease}#testimonial-section-1 .swiper-pagination{position:static!important;width:fit-content!important;margin-right:auto!important;display:flex!important;gap:8px;align-items:center}#testimonial-section-1 .swiper-pagination-bullet{width:10px!important;height:10px!important;background-color:#d1d5db!important;opacity:1!important;transition:background-color .3s ease!important;margin:0!important}#testimonial-section-1 .swiper-pagination-bullet-active{background-color:#007bff!important}@media (max-width:768px){#testimonial-section-1 .testimonial-section{padding:60px 15px}#testimonial-section-1 .section-header h2{font-size:2rem}#testimonial-section-1 .section-header p{font-size:1rem}#testimonial-section-1 .testimonial-card{padding:30px 20px;min-height:420px}#testimonial-section-1 .testimonial-text{font-size:.95rem;min-height:calc(1.7em*8);-webkit-line-clamp:8}#testimonial-section-1 .user-avatar{width:50px;height:50px}#testimonial-section-1 .user-name{font-size:1rem}#testimonial-section-1 .user-occupation{font-size:.85rem}#testimonial-section-1 .testimonial-controls{margin-top:30px;justify-content:space-between;padding:0}#testimonial-section-1 .swiper-pagination{margin-right:0!important;width:auto!important;justify-content:center;flex-grow:1}#testimonial-section-1 .swiper-navigation-buttons{display:flex;gap:10px}#testimonial-section-1 .swiper-button-next,#testimonial-section-1 .swiper-button-prev{width:40px!important;height:40px!important}#testimonial-section-1 .nav-arrow-icon{width:18px;height:18px;color:#fff;transition:all .3s ease}}.stats-section{background-color:#1e3a8a;position:relative;padding:20px 20px 60px}.stats-section::before{border-radius:50%}.stats-section::after,.stats-section::before{content:"";position:absolute;background:rgba(255,255,255,.03);z-index:0}.stats-section::before{top:-50px;left:-50px;width:200px;height:200px}.stats-section::after{bottom:-80px;right:-80px;width:300px;height:300px;border-radius:45%;transform:rotate(45deg)}.stats-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-header-ach{text-align:center;margin-bottom:60px}.section-header-ach h2{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:16px}.section-header-ach p,.section-header-why p{font-weight:400;max-width:600px;margin:0 auto}.section-header-ach p{font-family:"Inter",sans-serif;font-size:1.1rem;color:#fff;opacity:.9}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.stat-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:30px;text-align:center;transition:transform .3s ease,background-color .3s ease}.stat-item:hover{transform:translateY(-10px);background:rgba(255,255,255,.1)}.stat-icon,.stat-number{font-size:2.5rem;color:#fbbf24;margin-bottom:20px}.stat-number{font-family:"Montserrat",sans-serif;font-size:3rem;font-weight:800;margin-bottom:8px}.stat-label{font-family:"Inter",sans-serif;font-size:1rem;font-weight:500;color:#fff;line-height:1.5}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:25px}.section-header-ach h2{font-size:2.2rem}}@media (max-width:576px){.stats-section{padding:60px 15px}.stats-grid{grid-template-columns:1fr;gap:20px}.section-header-ach h2{font-size:2rem}.stat-number{font-size:2.5rem}}.container-why{max-width:1200px;margin:0 auto;padding:20px 20px 40px}.why-us-section{background-color:#1e40af;padding:10px 0}.section-header-why{text-align:center;margin-bottom:60px}.program-section .section-header h2,.section-header-why h2{font-family:"Montserrat",sans-serif;font-size:2.2rem;font-weight:700;margin-bottom:16px;color:#fff}.section-header-why p{font-family:"Montserrat",sans-serif;font-size:1.1rem!important;color:#dbeafe}.features-grid-desktop{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.features-swiper{display:none;padding-bottom:40px;padding-top:20px}.features-swiper .swiper-wrapper{padding-top:10px}.features-swiper .swiper-slide{padding:10px 5px}.feature-card,.feature-icon-container{position:relative;overflow:hidden;transition:all .3s ease}.feature-card{background:#1e40af;padding:30px;border-radius:12px;border:2px solid #60a5fa;text-align:center}.feature-card:hover{transform:translateY(-8px) scale(1.02);border-color:#93c5fd;box-shadow:0 0 20px rgba(147,197,253,.5),0 0 40px rgba(147,197,253,.3)}.feature-icon-container{width:80px;height:80px;background-color:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:2px solid transparent}.feature-card:hover .feature-icon-container{transform:scale(1.1);background-color:#93c5fd;border-color:#fff}.feature-icon{font-size:2.2rem;color:#1e40af;transition:color .3s ease}.card:hover .card-icon i,.feature-card:hover .feature-icon{color:#fff}.feature-title{font-family:"Montserrat",sans-serif;font-size:1.25rem;font-weight:700!important;color:#fff;margin-bottom:10px}.feature-description,.program-section .section-header p{font-family:"Montserrat",sans-serif;font-size:1.1rem!important}.feature-description{font-weight:400;color:#dbeafe;line-height:1.6}.swiper-controls-mobile{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding:0 10px}.features-swiper .swiper-pagination{position:static!important;width:auto!important;justify-content:center;flex-grow:1;display:flex!important;gap:8px;align-items:center}.features-swiper .swiper-pagination-bullet{width:12px!important;height:12px!important;background-color:#a1a9c7!important;opacity:.7!important;border-radius:50%!important;transition:all .3s ease!important;margin:0!important}.features-swiper .swiper-pagination-bullet-active{background-color:#60a5fa!important;opacity:1!important;transform:scale(1.2);box-shadow:0 0 5px #60a5fa,0 0 10px #60a5fa}#keunggulan .swiper-navigation-buttons{display:flex;gap:10px;flex-shrink:0}#keunggulan .swiper-button-next,#keunggulan .swiper-button-prev{position:static!important;margin:0!important;width:40px!important;height:40px!important;background-color:#60a5fa!important;color:#fff!important;border-radius:50%!important;transition:all .3s ease!important;box-shadow:0 0 5px rgba(96,165,250,.7)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer}#keunggulan .swiper-button-next:hover,#keunggulan .swiper-button-prev:hover{background-color:#4c97eb!important;box-shadow:0 0 10px #60a5fa,0 0 10px #60a5fa!important}#keunggulan .nav-arrow-icon{width:18px;height:18px;color:#fff;transition:all .3s ease}@media (max-width:768px){.features-grid-desktop{display:none}.features-swiper{display:block}.section-header-why h2{font-size:2rem}.section-header-why p{font-size:1rem}.why-us-section{padding:60px 0}.feature-card{padding:25px 20px;max-width:320px;margin:0 auto}.feature-icon-container{width:70px;height:70px;margin-bottom:18px}.feature-icon{font-size:2rem}.feature-title{font-size:1.2rem;margin-bottom:8px}.feature-description{font-size:.95rem;line-height:1.5}#keunggulan .nav-arrow-icon{width:14px;height:14px}}@media (max-width:480px){.feature-card{padding:18px 14px;max-width:360px;margin:0 auto}.feature-icon-container{width:55px;height:55px;margin-bottom:12px}.feature-icon{font-size:1.6rem}.feature-title{font-size:1rem;margin-bottom:6px}.feature-description{font-size:1rem!important;line-height:1.4}.section-header-why{margin-bottom:40px}.section-header-why h2{font-size:1.8rem}.section-header-why p{font-size:.95rem}.why-us-section{padding:50px 0}#keunggulan .nav-arrow-icon{width:14px;height:14px}}.program-section{padding:20px 20px 30px;max-width:1400px;margin:0 auto;position:relative}.program-section .section-header{text-align:center;margin-bottom:60px}.program-section .section-header h2{color:#000;position:relative}.program-section .section-header p{font-weight:400!important;color:#4a5568;max-width:600px;margin:0 auto}.slider-container{position:relative;overflow:hidden;border-radius:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:40px 20px}.slider-wrapper{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94);cursor:grab;user-select:none}.slider-wrapper:active{cursor:grabbing}.program-card{flex:0 0 30%;padding:0 15px;display:flex;justify-content:center}.card{background:linear-gradient(145deg,#fff 0,#f8fafc 100%);border-radius:24px;padding:40px 30px;box-shadow:0 20px 40px rgba(24,110,229,.1),0 8px 30px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.25,.46,.45,.94);border:2px solid transparent;position:relative;overflow:hidden;max-width:400px;width:100%;height:auto;min-height:500px;display:flex;flex-direction:column}.card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#186ee5 0,#4299e1 100%);transform:scaleX(0);transition:transform .4s ease}.card:hover::before{transform:scaleX(1)}.card:hover{transform:translateY(-8px);box-shadow:0 32px 64px rgba(24,110,229,.15);border-color:#186ee5;background:linear-gradient(145deg,#186ee5 0,#4299e1 100%)}.card-icon{width:80px;height:80px;background:linear-gradient(135deg,#186ee5 0,#4299e1 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 24px;transition:all .4s ease}.card-icon i{font-size:2rem;color:#fff}.card:hover .card-icon{transform:scale(1.1) rotate(5deg);background:rgba(255,255,255,.2)}.card-content{text-align:left;flex-grow:1;display:flex;flex-direction:column}.card-description,.card-title{font-family:"Montserrat",sans-serif}.card-title{font-size:1.6rem!important;font-weight:700!important;color:#000;margin-bottom:16px;transition:color .3s ease}.card:hover .card-description,.card:hover .card-title,.card:hover .feature-item,.card:hover .feature-item i{color:#fff!important}.card-description{font-size:1rem!important;font-weight:400;color:#4a5568;margin-bottom:24px;line-height:1.6;flex-grow:1}.card-features{margin-bottom:32px}.cta-button-pp,.feature-item{font-family:"Montserrat",sans-serif}.feature-item{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px;font-size:.9rem;font-weight:500;color:#2d3748}.feature-item i{color:#186ee5;margin-right:8px;width:16px}.cta-button-pp{background:linear-gradient(135deg,#186ee5 0,#4299e1 100%);color:#fff;border:0;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;position:relative;overflow:hidden}.cta-button-pp::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button-pp:hover::before{left:100%}.card:hover .cta-button-pp:hover,.cta-button-pp:hover{border:2px solid #fff!important;transform:translateY(-2px)}.cta-button-pp:hover{box-shadow:0 8px 25px rgba(24,110,229,.3);background:rgba(255,255,255,.2)!important;color:#fff!important}.card:hover .cta-button-pp,.cta-button-pp:active{background:#fff!important;color:#186ee5!important;border:2px solid #fff!important}.card:hover .cta-button-pp:hover{background:rgba(255,255,255,.8)!important;color:#186ee5!important;box-shadow:0 8px 25px rgba(255,255,255,.3)}.cta-button-pp:active{border:2px solid #186ee5!important;transform:translateY(0);box-shadow:0 4px 15px rgba(24,110,229,.2)}.cta-button-pp:focus{outline:0;background:#fff!important;color:#186ee5!important;border:2px solid #186ee5!important;box-shadow:0 0 0 3px rgba(24,110,229,.3)}.nav-arrow,.slider-nav{display:flex;align-items:center;justify-content:center}.slider-nav{margin-top:40px;gap:20px}.nav-arrow{background:#186ee5;color:#fff;border:0;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;font-size:1.2rem}.nav-arrow:hover{background:#1557b8;transform:scale(1.1)}.nav-arrow:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.slider-dots{display:flex;gap:12px}.dot,.faq-toggle i{transition:all .3s ease}.dot{width:12px;height:12px;border-radius:50%;background:#cbd5e0;cursor:pointer}.dot.active{background:#186ee5;transform:scale(1.2)}@media (max-width:768px){.program-section{padding:60px 15px}.program-section .section-header h2{font-size:2rem}.program-section .section-header p{font-size:1rem}.slider-container{padding:30px 5px!important}.program-card{flex:0 0 85%!important;padding:0 5px!important}.card{padding:30px 20px;min-height:450px;max-width:95%!important;width:100%!important;margin:0 auto;cursor:pointer;position:relative}.card-title{font-size:1.6rem!important;font-weight:900!important}.card-description{font-size:.9rem;font-weight:400;color:#4a5568;margin-bottom:20px;line-height:1.6;flex-grow:1}.card-features{display:none;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.card.expanded .card-features{display:block;opacity:1;max-height:200px;margin-bottom:24px}.card::after{content:"▼";position:absolute;top:20px;right:20px;font-size:1.2rem;color:#186ee5;transition:transform .3s ease}.card.expanded::after{transform:rotate(180deg)}.card:hover::after{color:#fff}.program-section .feature-item{font-size:.85rem;margin-bottom:10px}.cta-button-pp{padding:14px 28px;font-size:.95rem}.nav-arrow{width:45px;height:45px;font-size:1.1rem}}.learning-path-section{background-color:#fafbfc;padding:0 20px}.container-learning-path{max-width:1200px;margin:0 auto;padding:clamp(20px,4vw,40px)}.section-header-learning-path{text-align:center;margin-bottom:70px}.section-header-learning-path h2{font-family:"Montserrat",sans-serif;font-size:2.2rem;font-weight:800;color:#1f2937;line-height:1.3}#faq-section .section-header p,.section-header-learning-path p{font-family:"Montserrat",sans-serif;font-weight:400;color:#6b7280;max-width:700px;margin:15px auto 0}.section-header-learning-path p{font-size:1.1rem!important}.learning-path-timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0 50px}.learning-path-timeline::before{content:"";position:absolute;top:70px;left:0;right:0;height:4px;background-color:#e5e7eb;z-index:1}@media (min-width:768px){.learning-path-timeline::before{max-width:80%;margin:0 auto;left:0;right:0}}.timeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex-basis:20%;position:relative;z-index:2;padding:10px;transition:all .3s ease}.step-icon-wrapper,.step-icon-wrapper::before{border-radius:50%;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.step-icon-wrapper{width:130px;height:130px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:4px solid #3b82f6;box-shadow:0 8px 25px rgba(0,0,0,.1);position:relative;z-index:2;margin-bottom:25px}.step-icon-wrapper::before{content:"";position:absolute;width:calc(100% - 8px);height:calc(100% - 8px);background-color:transparent;box-shadow:0 0 0 0 rgba(59,130,246,.5);z-index:1}.timeline-step:hover .step-icon-wrapper{background-color:#3b82f6;border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 12px 30px rgba(59,130,246,.4)}.timeline-step:hover .step-icon-wrapper::before{box-shadow:0 0 0 10px rgba(59,130,246,.3),0 0 0 20px rgba(59,130,246,.1)}.step-icon{color:#3b82f6;font-size:3rem;transition:color .4s ease;position:relative;z-index:3}.timeline-step:hover .step-icon{color:#fff}.step-content{padding:0 15px}#faq-section .section-header h2,.step-title{font-family:"Montserrat",sans-serif;color:#1f2937}.step-title{font-size:1.2rem!important;font-weight:700!important;margin-bottom:10px}@media (max-width:768px){.step-title{margin-top:0!important}}.step-description{font-family:"Montserrat",sans-serif;font-size:1.05rem!important;font-weight:400!important;color:#6b7280;line-height:1.6}@media (max-width:1024px){.learning-path-timeline,.timeline-step{flex-direction:column;align-items:flex-start;padding:0 20px}.learning-path-timeline::before{left:78px;top:0;bottom:0;height:auto;width:4px}.timeline-step{flex-direction:row;text-align:left;margin-bottom:40px;flex-basis:auto;padding:0}.step-icon-wrapper{width:100px;height:100px;margin-bottom:0;margin-right:25px;flex-shrink:0;border-width:3px}.timeline-step:hover .step-icon-wrapper{transform:translateX(5px)}.step-icon{font-size:2.2rem}.step-content{padding:0}.step-title{font-size:1.25rem}.step-description{font-size:.95rem}}@media (max-width:768px){.section-header-learning-path h2{font-size:2.2rem}.section-header-learning-path p{font-size:1rem}.learning-path-section{padding:80px 15px}.learning-path-timeline::before{left:68px}.step-icon-wrapper{width:85px;height:85px;margin-right:20px}.step-icon{font-size:1.8rem}.step-title{font-size:1.15rem}.step-description{font-size:.9rem}}@media (max-width:480px){.learning-path-timeline::before{left:58px}.step-icon-wrapper{width:70px;height:70px;margin-right:15px;border-width:2px}.step-icon{font-size:1.5rem}.step-title{font-size:1.05rem}.step-description{font-size:.85rem}.section-header-learning-path h2{font-size:1.8rem}.section-header-learning-path p{font-size:1rem}}.logo-company-goc{font-family:"Inter",sans-serif;padding:20px 0;background-color:#fff;overflow:hidden}.logo-company-goc .section-header{text-align:center;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:60px;padding:0 20px}.logo-company-goc .section-header h2{font-family:"Montserrat",sans-serif;font-size:2.2rem;font-weight:700;color:#222;margin-bottom:16px;position:relative;display:inline-block}.logo-company-goc .section-header p{font-family:"Inter",sans-serif;font-size:1.1rem;font-weight:400;color:#555;line-height:1.6;margin:20px auto 0;max-width:600px}@media (max-width:768px){.logo-company-goc{padding:60px 0}.logo-company-goc .section-header h2{font-size:2rem}.logo-company-goc .section-header p{font-size:1rem}}.logo-company-goc .trusted-carousel-container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.logo-company-goc .swiper{width:100%;padding-bottom:40px}.logo-company-goc .swiper-slide{box-shadow:none;height:296px}.logo-company-goc .grid-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,130px);grid-auto-flow:column;gap:20px;height:100%;width:100%}.logo-company-goc .trusted-carousel-item{width:100%;display:flex;align-items:center;justify-content:center;padding:16px;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);background-color:#fff;box-sizing:border-box;transition:all .3s ease}.logo-company-goc .trusted-carousel-item:hover{border-color:#4590f2;box-shadow:0 6px 20px rgba(69,144,242,.12)}.logo-company-goc .trusted-carousel-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.logo-company-goc .trusted-carousel-item:hover img{transform:scale(1.05)}.logo-company-goc .swiper-pagination-bullet{width:10px;height:10px;background-color:#ddd;opacity:1}.logo-company-goc .swiper-pagination-bullet-active{background-color:#4590f2;width:30px;height:10px;border-radius:5px}#faq-section{padding:20px 20px 60px;background:#fff}#faq-section .container{max-width:900px;margin:0 auto}#faq-section .section-header{text-align:center;margin-bottom:50px}#faq-section .section-header h2{font-size:2.2rem;font-weight:800;line-height:1.3;margin-bottom:0}#faq-section .section-header p{font-size:1.1rem}.faq-container{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item.active,.faq-item:hover{border-color:#1c76f7;box-shadow:0 4px 20px rgba(28,118,247,.1)}.faq-item.active{box-shadow:0 4px 20px rgba(28,118,247,.15)}.faq-question{display:flex;align-items:center;gap:16px;padding:20px 24px;cursor:pointer;transition:all .3s ease}.faq-item.active .faq-question,.faq-number{background:linear-gradient(135deg,#1c76f7 0,#0d5bce 100%)}.faq-number{width:36px;height:36px;min-width:36px;color:#fff;font-size:14px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.faq-item.active .faq-number{background:#fff;color:#1c76f7}.faq-question-text{flex:1;font-size:16px;font-weight:600;color:#1f2937;line-height:1.5}.faq-item.active .faq-question-text,.faq-item.active .faq-toggle i{color:#fff}.faq-toggle{width:28px;height:28px;min-width:28px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.faq-item.active .faq-toggle{background:rgba(255,255,255,.2);transform:rotate(180deg)}.faq-toggle i{font-size:12px;color:#6b7280}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer-content{padding:0 24px 24px 76px;font-size:15px;color:#4b5563;line-height:1.7}.faq-answer-content a{color:#1c76f7;font-weight:600;text-decoration:none}.faq-answer-content a:hover{text-decoration:underline}@media (max-width:768px){#faq-section{padding:50px 15px}#faq-section .section-header{margin-bottom:40px}#faq-section .section-header h2{font-size:2.2rem}#faq-section .section-header p{font-size:1rem}.faq-question{padding:16px 20px;gap:12px}.faq-number{width:32px;height:32px;min-width:32px;font-size:13px}.faq-question-text{font-size:15px}.faq-answer-content{padding:0 20px 20px 64px;font-size:14px}}@media (max-width:480px){#faq-section .section-header h2{font-size:1.8rem}#faq-section .section-header p{font-size:1rem}.faq-question{padding:14px 16px}.faq-number{width:28px;height:28px;min-width:28px;font-size:12px}.faq-question-text{font-size:14px}.faq-answer-content{padding:0 16px 16px 56px;font-size:14px}}#cta-trial-section{padding:60px 20px;background:linear-gradient(160deg,#0d5bce 0,#1c76f7 40%,#3b8ef9 70%,#60a5fa 100%);position:relative;overflow:hidden}#cta-trial-section .container{max-width:1000px;margin:0 auto;position:relative;z-index:10}#cta-trial-section .bg-decoration{position:absolute;z-index:0}#cta-trial-section .bg-circle-1{width:400px;height:400px;border:60px solid rgba(255,255,255,.05);border-radius:50%;top:-150px;right:-100px}#cta-trial-section .bg-circle-2{width:300px;height:300px;border:40px solid rgba(255,255,255,.04);border-radius:50%;bottom:-100px;left:-80px}#cta-trial-section .bg-dots{width:200px;height:200px;background-image:radial-gradient(circle,rgba(255,255,255,.15) 2px,transparent 2px);background-size:20px 20px;top:50%;left:5%;transform:translateY(-50%)}#cta-trial-section .bg-line-1{width:150px;height:3px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);top:30%;right:10%;transform:rotate(-30deg)}#cta-trial-section .bg-line-2{width:100px;height:3px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);bottom:25%;right:5%;transform:rotate(20deg)}#cta-trial-section .bg-square{width:80px;height:80px;border:3px solid rgba(255,255,255,.1);border-radius:15px;bottom:20%;left:15%;transform:rotate(45deg)}#cta-trial-section .bg-triangle{width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:70px solid rgba(255,255,255,.05);top:20%;left:10%}#cta-trial-section .cta-card{display:grid;grid-template-columns:1fr 1.2fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.25)}#cta-trial-section .cta-illustration{background:linear-gradient(150deg,#1c76f7 0,#0d5bce 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 35px;position:relative;overflow:hidden}#cta-trial-section .cta-illustration::before{content:"";position:absolute;width:250px;height:250px;background:rgba(255,255,255,.08);border-radius:50%;top:-80px;right:-80px}#cta-trial-section .cta-illustration::after{content:"";position:absolute;width:180px;height:180px;background:rgba(255,255,255,.05);border-radius:50%;bottom:-60px;left:-60px}#cta-trial-section .promo-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e3a8a;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;position:relative;z-index:2}#cta-trial-section .illustration-icon{width:100px;height:100px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:2}#cta-trial-section .illustration-icon i{font-size:45px;color:#fff}#cta-trial-section .illustration-title{font-size:22px;font-weight:700;color:#fff;text-align:center;margin-bottom:10px;position:relative;z-index:2}#cta-trial-section .illustration-subtitle{font-size:14px;color:rgba(255,255,255,.9);text-align:center;line-height:1.5;margin-bottom:25px;position:relative;z-index:2}#cta-trial-section .countdown-wrapper{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:20px 25px;position:relative;z-index:2;width:100%}#cta-trial-section .countdown-label{font-size:12px;color:rgba(255,255,255,.8);text-align:center;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}#cta-trial-section .countdown-timer{display:flex;justify-content:center;gap:10px}#cta-trial-section .countdown-item{display:flex;flex-direction:column;align-items:center;min-width:55px}#cta-trial-section .countdown-number{background:#fff;color:#1c76f7;font-size:24px;font-weight:800;padding:10px 12px;border-radius:10px;min-width:50px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.1)}#cta-trial-section .countdown-unit{font-size:10px;color:rgba(255,255,255,.8);margin-top:6px;text-transform:uppercase;letter-spacing:.5px}#cta-trial-section .countdown-separator{font-size:24px;font-weight:700;color:#fff;align-self:center;padding-bottom:20px}#cta-trial-section .cta-form-content{padding:50px 40px;position:relative}#cta-trial-section .form-header{margin-bottom:30px}#cta-trial-section .form-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.3}#cta-trial-section .form-title span{color:#1c76f7}#cta-trial-section .form-subtitle{font-size:15px;color:#666;line-height:1.6}#cta-trial-section .form-group{margin-bottom:20px;position:relative}#cta-trial-section .form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}#cta-trial-section .form-group label i{color:#1c76f7;margin-right:8px;width:16px}#cta-trial-section .form-group input,#cta-trial-section .form-group select{width:100%;padding:8px 16px 8px 45px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;color:#333;background:#fafafa;transition:all .3s ease;box-sizing:border-box}#cta-trial-section .form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C76F7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:18px}#cta-trial-section .form-group input:focus,#cta-trial-section .form-group select:focus{outline:0;border-color:#1c76f7;background:#fff;box-shadow:0 0 0 4px rgba(28,118,247,.1)}#cta-trial-section .form-group .input-icon{position:absolute;left:16px;top:38px;color:#1c76f7;font-size:16px}#cta-trial-section .form-group.error input,#cta-trial-section .form-group.error select{border-color:#ef4444;background:#fef2f2}#cta-trial-section .form-group.error .input-icon{color:#ef4444}#cta-trial-section .error-message{display:none;font-size:12px;color:#ef4444;margin-top:6px}#cta-trial-section .form-group.error .error-message{display:block}#cta-trial-section .submit-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#1e3a8a;border:0;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;transition:all .3s ease;margin-top:10px}#cta-trial-section .submit-btn:hover{background:linear-gradient(135deg,#fcd34d 0,#fbbf24 100%);transform:translateY(-2px);box-shadow:0 10px 30px rgba(251,191,36,.4);color:#1e3a8a}#cta-trial-section .submit-btn i{font-size:20px}@media (max-width:768px){#cta-trial-section{padding-top:50px;padding-bottom:50px}#cta-trial-section .cta-card{grid-template-columns:1fr}#cta-trial-section .cta-illustration{padding:40px 30px}#cta-trial-section .illustration-icon{width:90px;height:90px}#cta-trial-section .illustration-icon i{font-size:40px}#cta-trial-section .illustration-title{font-size:20px}#cta-trial-section .countdown-number{font-size:20px;padding:8px 10px;min-width:45px}#cta-trial-section .cta-form-content{padding:40px 30px}#cta-trial-section .form-title{font-size:28px}#cta-trial-section .form-group input,#cta-trial-section .form-group select{padding:8px 16px 8px 42px}#cta-trial-section .submit-btn{width:100%;text-align:center;justify-content:center;align-items:center;display:flex}}@media (max-width:480px){#cta-trial-section .cta-form-content,#cta-trial-section .cta-illustration{padding:35px 25px}#cta-trial-section .form-title{font-size:24px}#cta-trial-section .countdown-timer{gap:6px}#cta-trial-section .countdown-item{min-width:48px}#cta-trial-section .countdown-number{font-size:18px;padding:8px;min-width:40px}#cta-trial-section .countdown-separator{font-size:20px}#cta-trial-section .form-group input,#cta-trial-section .form-group select{padding:8px 16px 8px 40px}#cta-trial-section .submit-btn{width:100%;text-align:center;justify-content:center;align-items:center;display:flex;padding:14px 20px}}#placement-test-pto{padding:0 20px;max-width:1200px;margin:0 auto}.goc-pto-banner,.goc-pto-content{display:flex;align-items:center;position:relative}.goc-pto-banner{background:linear-gradient(135deg,#3886ee 0,#1a5cb8 50%,#0d4a9e 100%);padding:28px 40px;border-radius:12px;justify-content:space-between;gap:24px;flex-wrap:wrap;box-shadow:0 4px 20px rgba(56,134,238,.3);overflow:hidden}.goc-pto-banner::after,.goc-pto-banner::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.goc-pto-banner::before{top:-50%;right:-10%;width:300px;height:300px;background:rgba(255,255,255,.05)}.goc-pto-banner::after{bottom:-60%;left:10%;width:200px;height:200px;background:rgba(255,255,255,.03)}.goc-pto-content{gap:20px;z-index:1}.goc-pto-icon,.goc-pto-text h3{color:#fff;display:flex;align-items:center}.goc-pto-icon{font-size:36px;background:rgba(255,255,255,.15);width:64px;height:64px;justify-content:center;border-radius:12px;flex-shrink:0}.goc-pto-text h3{font-size:20px;font-weight:700;margin:0 0 6px;gap:10px}.goc-pto-badge{background:gold;color:#1a1a1a;font-size:11px;font-weight:800;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.goc-pto-text p{color:rgba(255,255,255,.9);font-size:15px;margin:0;font-weight:400}.goc-pto-cta{position:relative;z-index:1}#header-privat .nav-btn-pto,.goc-pto-btn{border-radius:8px;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.goc-pto-btn{gap:10px;background:#fff;color:#3886ee;padding:14px 28px;text-decoration:none;font-size:15px;box-shadow:0 4px 15px rgba(0,0,0,.15);white-space:nowrap}.goc-pto-btn:hover{background:#f0f7ff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#2a6fcc}.goc-pto-btn i{font-size:14px;transition:transform .3s ease}.goc-pto-btn:hover i{transform:translateX(3px)}@media (max-width:768px){#placement-test-pto{padding:0 15px}.goc-pto-banner{padding:24px;text-align:center}.goc-pto-banner,.goc-pto-content{flex-direction:column}.goc-pto-text h3{justify-content:center;flex-wrap:wrap}.goc-pto-btn{width:100%;justify-content:center}}#header-privat .nav-btn-pto{background:gold;color:#1a1a1a!important;padding:10px 20px;font-size:14px;gap:8px}#header-privat .nav-btn-pto:hover{background:#e6c200;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.4)}#header-privat .nav-btn-pto::after{display:none!important}#header-privat .mobile-btn-pto{background:gold;color:#1a1a1a!important;border-radius:8px;margin-top:10px}#header-privat .mobile-btn-pto .menu-icon,#header-privat .mobile-btn-pto span{color:#1a1a1a}.video-lazy{cursor:pointer;position:relative}.video-lazy .video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:16px}.video-lazy .video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;border:0;cursor:pointer;padding:0;z-index:10;transition:transform .2s ease,filter .2s ease}.video-lazy .video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1);filter:brightness(1.1)}.video-lazy .video-play-bg{transition:fill .2s ease}.video-lazy .video-play-btn:hover .video-play-bg{fill:#c00}