@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap");:root{--ukko-yellow:#ffcb3a;--ukko-dark:#202020;--ukko-gray-bg:#f8f8f8;--ukko-card-bg:#f2eeee;--ukko-border:#d5d5d5;--ukko-green:#183a13}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito Sans,sans-serif;color:#000;overflow-x:hidden}.ukko-navbar{padding:20px 0;position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .35s ease}.ukko-navbar.navbar-scrolled{padding:10px 0;background:rgba(255,255,255,.98);box-shadow:0 2px 20px rgba(0,0,0,.1)}.ukko-navbar .navbar-brand img{height:62px;width:auto;transition:height .35s ease}.ukko-navbar.navbar-scrolled .navbar-brand img{height:45px}.ukko-navbar .nav-link{font-size:16px;color:#000!important;font-weight:400;padding:8px 12px!important;transition:color .3s ease}.ukko-navbar .nav-link:hover{color:var(--ukko-yellow)!important}.btn-ukko{background-color:var(--ukko-yellow);color:#000;font-weight:600;font-size:18px;border-radius:8px;padding:8px 24px;border:none;display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}.btn-ukko:hover{background-color:#e6b830;color:#000}.btn-ukko-outline{background-color:#fff;color:var(--ukko-yellow);font-weight:600;font-size:18px;border-radius:8px;padding:8px 24px;border:1px solid var(--ukko-yellow);display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap}.btn-ukko-outline:hover{background-color:var(--ukko-yellow);color:#000}.btn-ukko .arrow-icon,.btn-ukko-outline .arrow-icon{width:14px;height:14px}.ukko-badge{background-color:var(--ukko-yellow);font-size:18px;font-weight:600;color:#000;padding:8px 16px;border-radius:8px;display:inline-block}.hero-section{position:relative;min-height:626px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3)}.hero-content{position:relative;z-index:1;padding:80px 0}.hero-content h1{font-size:52px;font-weight:800;color:#fff;max-width:681px;line-height:1.15}.hero-desc{background:#fff;padding:6px 8px;border-radius:8px;font-size:16px;color:#000;display:inline-block}.section-title{font-size:52px;font-weight:700;color:#000;line-height:1.15}.section-desc{font-size:16px;color:var(--ukko-dark);font-weight:400}.what-we-do-section{padding:80px 0;background:#fff}.what-we-do-img{border-radius:16px;width:100%;height:574px;object-fit:cover}.info-grid{display:flex;flex-wrap:wrap}.info-cell{background:var(--ukko-card-bg);border:1px solid var(--ukko-border);padding:24px 45px;flex:1 1 50%;min-width:0}.info-cell:first-child{border-right:none}.info-cell-full{background:var(--ukko-card-bg);border:1px solid var(--ukko-border);border-top:none;padding:24px 45px;width:100%}.info-cell h5,.info-cell-full h5{font-size:18px;font-weight:700;color:#000;margin-bottom:8px}.info-cell p,.info-cell-full p{font-size:16px;color:var(--ukko-dark);margin-bottom:0}.how-it-works-section{background:var(--ukko-gray-bg);padding:80px 0}.steps-desktop{display:block}.steps-mobile{display:none}.step-mobile-item{flex-direction:column;gap:12px}.step-circle,.step-mobile-item{display:flex;align-items:center}.step-circle{width:100px;height:100px;border:4px solid var(--ukko-yellow);border-radius:50%;justify-content:center;background:#fff}.step-mobile-item h5{font-size:20px;font-weight:700;color:var(--ukko-dark);text-align:center;margin:0}.step-arrow{font-size:28px;color:var(--ukko-yellow);font-weight:700;display:flex;align-items:center;padding-bottom:30px}.who-we-serve-section{padding:80px 0;position:relative}.who-we-serve-bg{position:absolute;inset:0;opacity:.15;overflow:hidden;pointer-events:none;z-index:0}.who-we-serve-bg img{width:100%!important;height:100%!important;object-fit:cover}.who-we-serve-section .container{position:relative;z-index:1}.industry-card{text-align:center}.industry-card img{width:100%;max-width:320px;height:250px;object-fit:cover;border-radius:30px}.industry-card h5{font-size:24px;font-weight:700;color:var(--ukko-dark);margin-top:24px;margin-bottom:8px}.industry-card p{font-size:16px;color:var(--ukko-dark)}.machines-section{padding:80px 0;background:#fff}.machines-yellow-card{background:var(--ukko-yellow);border-radius:20px;padding:47px 44px 47px 30px;display:flex;flex-direction:column;justify-content:flex-start;min-height:100%}.machines-yellow-card h3{font-size:42px;font-weight:700;color:#000;line-height:1.15}.machines-yellow-card p{font-size:18px;color:var(--ukko-dark);margin-top:8px}.machine-type-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:24px}.machine-type-item:last-child{margin-bottom:0}.machine-type-item img{width:28px;height:28px;flex-shrink:0}.machine-type-item h5{font-size:24px;font-weight:700;color:var(--ukko-dark);margin-bottom:8px}.machine-type-item p{font-size:16px;color:var(--ukko-dark);margin-bottom:0}.trust-section{padding:80px 0;background:#fff}.trust-card{background:var(--ukko-gray-bg);border-left:5px solid var(--ukko-yellow);border-radius:16px;padding:16px;height:139px;display:flex;flex-direction:column;justify-content:flex-start;gap:8px}.trust-card h5{font-size:24px;font-weight:700}.trust-card h5,.trust-card p{color:var(--ukko-dark);margin-bottom:0}.trust-card p{font-size:16px;max-width:306px}.start-section{background:var(--ukko-gray-bg);padding:80px 0}.start-card{background:#fff;border-radius:20px;padding:42px 52px}.start-card .divider-line{width:2px;height:21px;background:var(--ukko-yellow);display:inline-block;flex-shrink:0}.start-card .highlight-text{display:flex;align-items:center;gap:16px;font-size:16px;font-weight:600;color:var(--ukko-dark)}.footer-section{background:#000;padding:80px 0;color:#fff}.footer-section .section-desc,.footer-section .section-title{color:#fff}.get-in-touch-card{background:var(--ukko-yellow);border-radius:20px;padding:20px}.get-in-touch-card h4{font-size:24px;font-weight:700;color:#000;margin-bottom:28px}.contact-item{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.contact-item:last-child{margin-bottom:0}.contact-item img{width:24px;height:24px}.contact-item p{font-size:16px;color:var(--ukko-dark);margin-bottom:0}.contact-item strong{font-weight:700}.expect-section h4{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px}.expect-section ol,.expect-section p{font-size:16px;color:#fff}.expect-section ol{padding-left:24px;margin-bottom:16px}.expect-section ol li{margin-bottom:4px}.expect-box{background:var(--ukko-green);border-radius:16px;padding:20px;display:flex;gap:6px;align-items:flex-start}.expect-box img{width:24px;height:24px;flex-shrink:0}.expect-box p{font-size:16px;color:#fff;margin-bottom:0}@media (max-width:991.98px){.hero-content h1{font-size:38px}.section-title{font-size:36px}.what-we-do-img{height:400px;margin-bottom:32px}.info-cell{flex:1 1 100%}.info-cell:first-child{border-right:1px solid var(--ukko-border)}.machines-yellow-card{margin-bottom:32px}.machines-yellow-card h3{font-size:32px}.trust-card{height:auto;min-height:120px}.start-card{padding:30px 24px}.start-card .section-title{font-size:32px}}@media (max-width:767.98px){.ukko-navbar .navbar-brand img{height:42px}.hero-section{min-height:450px}.hero-content h1{font-size:30px}.hero-content{padding:50px 0}.section-title{font-size:28px}.ukko-badge{font-size:14px;padding:6px 12px}.what-we-do-img{height:280px}.steps-desktop{display:none}.steps-mobile{display:flex;justify-content:center;align-items:flex-start;gap:12px;flex-wrap:wrap}.industry-card img{height:200px}.machines-yellow-card h3{font-size:26px}.machine-type-item h5,.trust-card h5{font-size:18px}.start-card{padding:24px 16px}.start-card .section-title{font-size:26px}.get-in-touch-card{margin-bottom:24px}.footer-section{padding:50px 0}}@media (max-width:575.98px){.hero-content h1{font-size:26px}.section-title{font-size:24px}.hero-desc{font-size:14px}.step-circle{width:70px;height:70px;border-width:3px}.step-circle svg{width:28px;height:28px}.step-mobile-item h5{font-size:14px}.step-arrow{font-size:20px;padding-bottom:20px}}