.career-background{object-fit:cover;z-index:-1}.search-bar-container{display:flex;flex-direction:row;gap:12px;width:100%;max-width:780px;padding:0 45px}.search-bar{background:#63656a;width:100%;font-size:20px}.search-bar,.search-button{border-radius:50px;padding:10px 20px}.search-button{background:#ff6a00;color:#ffffff;margin-left:10px}.white-section-title{margin-bottom:36px;font-size:56px;line-height:56px;background:linear-gradient(180deg,#4130FF,#FF6D1B);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase}.feature-cards-container{background-color:transparent;margin-top:70px}.hero-section{min-height:calc(100vh - 144px);display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content{margin-top:145px}.hero-title{font-size:70px;line-height:75px;color:white}.hero-subtitle{font-size:24px;color:white;max-width:830px}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;width:100%;max-width:1450px;margin-top:60px;margin-bottom:260px}.introduce-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:1430px;margin-bottom:200px;padding:20px}@media (max-width:768px){.introduce-container{flex-direction:column;justify-content:start;margin-bottom:70px;margin-top:60px;padding:20px;gap:50px}.jobs-grid{grid-template-columns:repeat(1,1fr);gap:30px;margin-top:60px;margin-bottom:160px}}.categories-section{margin-top:60px;width:100%}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:30px}.category-card{display:flex;align-items:center;padding:40px;background:rgba(184,184,184,.2);border-radius:20px;transition:transform .3s ease;overflow:hidden;border:1px solid #b4b4b4}.category-card:after{content:"";position:absolute;top:-500px;left:-150px;width:700px;height:700px;background:radial-gradient(circle,rgba(188,102,3,.8) 0,rgba(255,165,0,0) 70%);border-radius:80%;opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:3}.category-card:hover:after{opacity:.6}.category-card:before{content:none}.category-card:hover{transform:translateY(-5px)}.qa-card{background:linear-gradient(90deg,#ecd4c6,#f5e3d7)}.category-icon{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background-color:white;margin-right:16px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.icon-image{width:24px;height:24px}.category-info h3{font-size:24px;font-weight:600;margin:0;color:white}.open-roles{font-size:14px;color:#666;margin:4px 0 0}.categories-error,.categories-loading{text-align:center;color:white;padding:20px;font-size:16px}@media (max-width:992px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.category-card{padding:20px}}@media (max-width:576px){.categories-grid{grid-template-columns:1fr}}