@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";.kb-page{--orange: #D4621A;--gray: #5C6460;--dark: #1e2120;--light-bg: #f7f5f2;--white: #ffffff;--text: #1e2120;--border: #e0dbd4;font-family:Lato,sans-serif;color:var(--text);background:var(--white);font-size:16px;line-height:1.6}.kb-page *,.kb-page *:before,.kb-page *:after{box-sizing:border-box}.kb-page h1,.kb-page h2,.kb-page h3,.kb-page h4,.kb-page p,.kb-page div,.kb-page section,.kb-page nav,.kb-page footer,.kb-page ul,.kb-page li{margin:0;padding:0}.kb-page nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#1e2120f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:14px 40px;display:flex;align-items:center;justify-content:space-between}.kb-page nav .logo{display:inline-flex;align-items:center;line-height:0}.kb-page nav .logo img{height:28px;width:auto;display:block;filter:brightness(0) invert(1)}.kb-page nav a.nav-cta{background:var(--orange);color:var(--white);text-decoration:none;font-weight:700;font-size:13px;padding:10px 22px;letter-spacing:.08em;text-transform:uppercase;transition:background .2s}.kb-page nav a.nav-cta:hover{background:#c0571a}.kb-page .hero{min-height:78vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.kb-page .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 40%;filter:brightness(.45)}.kb-page .hero-content{position:relative;z-index:2;max-width:1100px;width:100%;padding:60px;text-align:center;margin:0 auto}.kb-page .hero-label{display:inline-block;background:var(--orange);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:6px 14px;margin-bottom:28px}.kb-page .hero h1{font-size:clamp(28px,4.5vw,58px);font-weight:900;color:var(--white);line-height:1.15;letter-spacing:-.02em;margin-bottom:28px}.kb-page .hero h1 em{font-style:normal;color:var(--orange);font-size:.85em}.kb-page .hero h1 span:first-of-type{white-space:nowrap}.kb-page .hero-sub{font-size:21px;color:#ffffffd1;font-weight:300;margin:0 auto 40px;max-width:680px;line-height:1.5}.kb-page .hero-cta{display:inline-block;background:var(--orange);color:var(--white);text-decoration:none;font-weight:900;font-size:15px;padding:18px 40px;letter-spacing:.08em;text-transform:uppercase;transition:background .2s,transform .2s}.kb-page .hero-cta:hover{background:#c0571a;transform:translateY(-2px)}.kb-page .hero-trust{margin-top:24px;display:flex;gap:28px;flex-wrap:wrap;justify-content:center}.kb-page .hero-trust span{color:#ffffffa6;font-size:13px;font-weight:400;display:flex;align-items:center;gap:6px}.kb-page .hero-trust span:before{content:"✓";color:var(--orange);font-weight:700}.kb-page .diff{background:var(--dark);padding:80px 60px}.kb-page .diff-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.kb-page .diff-card{background:#ffffff0a;padding:40px 30px;border-top:3px solid var(--orange)}.kb-page .diff-card .icon{width:44px;height:44px;margin-bottom:20px}.kb-page .diff-card .icon svg{width:44px;height:44px}.kb-page .diff-card h3{font-size:16px;font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;line-height:1.3}.kb-page .diff-card p{font-size:14px;color:#ffffff8c;line-height:1.6}.kb-page .salary{background:var(--orange);padding:70px 60px;text-align:center}.kb-page .salary h2{font-size:clamp(40px,7vw,88px);font-weight:900;color:var(--white);letter-spacing:-.03em;line-height:1;margin-bottom:12px}.kb-page .salary p{font-size:17px;color:#ffffffd9;font-weight:300;max-width:480px;margin:0 auto}.kb-page .office-split{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.kb-page .office-img{background-size:cover;background-position:center}.kb-page .office-slideshow{position:relative;overflow:hidden;min-height:560px;background:#000}.kb-page .office-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.1s ease-in-out}.kb-page .office-slide.active{opacity:1}.kb-page .office-dots{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:2}.kb-page .office-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;background:#ffffff73;transition:background .2s,transform .2s}.kb-page .office-dot:hover{background:#ffffffbf}.kb-page .office-dot.active{background:var(--orange);transform:scale(1.25)}.kb-page .office-text{background:var(--light-bg);padding:70px 60px;display:flex;flex-direction:column;justify-content:center}.kb-page .section-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:20px}.kb-page .office-text h2{font-size:36px;font-weight:900;line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}.kb-page .office-text p{font-size:16px;color:var(--gray);line-height:1.7;margin-bottom:16px}.kb-page .benefits{padding:90px 60px;background:var(--white)}.kb-page .benefits-header{max-width:1100px;margin:0 auto 56px}.kb-page .benefits-header h2{font-size:42px;font-weight:900;letter-spacing:-.02em;line-height:1.1}.kb-page .benefits-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.kb-page .benefit-item{background:var(--white);padding:28px 30px;display:flex;align-items:flex-start;gap:16px}.kb-page .benefit-icon{font-size:22px;flex-shrink:0;margin-top:2px;width:28px;height:28px}.kb-page .benefit-icon svg{width:28px;height:28px}.kb-page .benefit-item h4{font-size:14px;font-weight:700;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.kb-page .benefit-item p{font-size:13px;color:var(--gray);line-height:1.5}.kb-page .about{display:grid;grid-template-columns:1fr}.kb-page .about-text{background:var(--dark);padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.kb-page .about-text .section-label{color:#ffffff73}.kb-page .about-text h2{font-size:36px;font-weight:900;color:var(--white);line-height:1.15;letter-spacing:-.02em;margin-bottom:24px}.kb-page .about-text p{font-size:15px;color:#ffffffa6;line-height:1.75;margin-bottom:14px}.kb-page .quote{margin-top:32px;border-left:3px solid var(--orange);padding-left:20px;font-size:18px;font-weight:700;color:var(--orange);font-style:italic;line-height:1.4}.kb-page .process{background:var(--light-bg);padding:90px 60px}.kb-page .process-inner{max-width:1000px;margin:0 auto}.kb-page .process h2{font-size:40px;font-weight:900;letter-spacing:-.02em;margin-bottom:60px;line-height:1.1}.kb-page .process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.kb-page .process-steps:before{content:"";position:absolute;top:24px;left:10%;right:10%;height:2px;background:var(--border);z-index:0}.kb-page .step{position:relative;z-index:1;padding:0 30px;text-align:center}.kb-page .step-num{width:48px;height:48px;background:var(--orange);color:var(--white);font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.kb-page .step h3{font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.kb-page .step p{font-size:14px;color:var(--gray);line-height:1.6}.kb-page .warnow{height:400px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.kb-page .warnow-bg{position:absolute;inset:0;background-size:cover;background-position:center 30%;filter:brightness(.35)}.kb-page .warnow-content{position:relative;z-index:2;text-align:center;color:var(--white)}.kb-page .warnow-content p{font-size:13px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.kb-page .warnow-content h2{font-size:clamp(28px,4vw,50px);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--white)}.kb-page .form-section{padding:90px 60px;background:var(--white)}.kb-page .form-inner{max-width:680px;margin:0 auto}.kb-page .form-inner h2{font-size:38px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px;line-height:1.1}.kb-page .form-inner .sub{font-size:16px;color:var(--gray);margin-bottom:40px}.kb-page .heyflow-embed{width:min(100%,1000px);min-height:560px;margin:0 auto}.kb-page .heyflow-embed heyflow-wrapper{display:block;width:100%;min-height:560px}.kb-page .form-placeholder{background:var(--light-bg);border:2px dashed var(--border);padding:60px 40px;text-align:center}.kb-page .form-placeholder p{color:var(--gray);font-size:14px;margin-bottom:8px}.kb-page .form-placeholder strong{display:block;font-size:16px;color:var(--text);margin-bottom:4px}.kb-page footer{background:var(--dark);padding:40px 60px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.kb-page footer .logo{line-height:0}.kb-page footer .logo img{height:24px;width:auto;display:block;filter:brightness(0) invert(1)}.kb-page footer p{font-size:13px;color:#fff6}.kb-page footer a{color:#fff6;text-decoration:none}.kb-page footer a:hover{color:var(--orange)}@keyframes kb-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes kb-kenburns{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.18) translate(-1.5%,-1%)}}@keyframes kb-pulse-ring{0%{box-shadow:0 0 #d4621a8c}to{box-shadow:0 0 0 14px #d4621a00}}@keyframes kb-shimmer{0%{transform:translate(-120%)}to{transform:translate(220%)}}.kb-page .hero-anim{opacity:0;animation:kb-fade-up .9s cubic-bezier(.2,.7,.2,1) forwards}.kb-page .hero-bg{transform-origin:center;animation:kb-kenburns 18s ease-out forwards}.kb-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.kb-page .reveal.in-view{opacity:1;transform:translateY(0)}.kb-page .diff-card{transition:transform .4s ease,background .3s ease,border-color .3s ease}.kb-page .diff-card:hover{transform:translateY(-6px);background:#ffffff0a}.kb-page .diff-card .icon{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.kb-page .diff-card:hover .icon{transform:translateY(-3px) scale(1.06)}.kb-page .benefit-item{transition:transform .3s ease,background .3s ease}.kb-page .benefit-item:hover{background:var(--light-bg);transform:translateY(-2px)}.kb-page .benefit-icon svg{transition:transform .4s cubic-bezier(.2,.7,.2,1)}.kb-page .benefit-item:hover .benefit-icon svg{transform:scale(1.12) rotate(-4deg)}.kb-page .office-img{transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.kb-page .office-split:hover .office-img{transform:scale(1.04)}.kb-page .step.in-view .step-num{animation:kb-pulse-ring 1.8s ease-out .2s 2}.kb-page .step-num{border-radius:999px;transition:transform .3s ease}.kb-page .step:hover .step-num{transform:scale(1.08)}.kb-page .hero-cta,.kb-page nav a.nav-cta{position:relative;overflow:hidden;transition:transform .25s ease,background .25s ease,box-shadow .3s ease}.kb-page .hero-cta:hover,.kb-page nav a.nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px -10px #d4621a99}.kb-page .hero-cta:after,.kb-page nav a.nav-cta:after{content:"";position:absolute;top:0;left:0;height:100%;width:40%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:translate(-120%);pointer-events:none}.kb-page .hero-cta:hover:after,.kb-page nav a.nav-cta:hover:after{animation:kb-shimmer .9s ease-out}.kb-page footer a{position:relative;transition:color .25s ease}.kb-page footer a:after{content:"";position:absolute;left:0;bottom:-2px;height:1px;width:100%;background:var(--orange);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.kb-page footer a:hover:after{transform:scaleX(1);transform-origin:left}.kb-page .about-text.in-view .quote{animation:kb-fade-up 1s .4s both cubic-bezier(.2,.7,.2,1)}@media(prefers-reduced-motion:reduce){.kb-page .hero-anim,.kb-page .reveal,.kb-page .hero-bg,.kb-page .step.in-view .step-num,.kb-page .about-text.in-view .quote{animation:none!important;transition:none!important}.kb-page .reveal{opacity:1;transform:none}.kb-page .hero-anim{opacity:1}}@media(max-width:768px){.kb-page nav{padding:14px 20px}.kb-page .hero{min-height:100vh}.kb-page .hero-content{padding:0 24px 70px}.kb-page .diff{padding:50px 24px}.kb-page .diff-grid{grid-template-columns:1fr 1fr}.kb-page .salary{padding:50px 24px}.kb-page .office-split,.kb-page .about{grid-template-columns:1fr}.kb-page .office-img,.kb-page .office-slideshow{min-height:260px}.kb-page .benefits{padding:60px 24px}.kb-page .benefits-grid{grid-template-columns:1fr}.kb-page .process{padding:60px 24px}.kb-page .process-steps{grid-template-columns:1fr;gap:40px}.kb-page .process-steps:before{display:none}.kb-page .form-section{padding:60px 24px}.kb-page footer{padding:30px 24px}.kb-page nav a.nav-cta{display:none}}.kb-page .mobile-cta{display:none}@media(max-width:768px){.kb-page .mobile-cta{display:inline-block;position:fixed;bottom:20px;right:20px;z-index:200;background:var(--orange);color:var(--white);text-decoration:none;font-weight:700;font-size:13px;padding:12px 22px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 24px #00000059}}
