:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-200: #bfdbfe;--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--purple-50: #faf5ff;--purple-100: #f3e8ff;--purple-200: #e9d5ff;--red-50: #fef2f2;--red-100: #fee2e2;--red-600: #dc2626;--green-50: #f0fdf4;--green-100: #dcfce7;--green-200: #bbf7d0;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}.layout-container{min-height:100vh;display:flex;flex-direction:column;background-color:var(--gray-50)}.layout-main{padding-top:64px;flex-grow:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:var(--white);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--gray-200)}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}@media(min-width:640px){.navbar-container{padding:0 1.5rem}}@media(min-width:1024px){.navbar-container{padding:0 2rem}}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:opacity var(--transition-fast)}.navbar-logo:hover{opacity:.8}.navbar-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-500),var(--primary-700));border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.navbar-logo-icon svg{width:24px;height:24px;color:var(--white)}.navbar-logo-text{font-size:1.25rem;font-weight:700;color:var(--gray-900)}@media(max-width:767px){.navbar-logo-text{display:none}}.navbar-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.navbar-desktop{display:flex}}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-link{color:var(--gray-600);font-weight:500;text-decoration:none;transition:color var(--transition-fast)}.navbar-link:hover{color:var(--primary-600)}.navbar-get-started{background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:var(--white);font-weight:600;padding:.625rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-md)}.navbar-get-started:hover{background:linear-gradient(135deg,var(--primary-600),var(--primary-700));box-shadow:var(--shadow-lg);transform:translateY(-1px)}.navbar-user{position:relative}.navbar-user-button{display:flex;align-items:center;gap:.5rem;padding:.25rem;border-radius:9999px;transition:background-color var(--transition-fast)}.navbar-user-button:hover{background-color:var(--gray-100)}.navbar-user-avatar{width:36px;height:36px;background-color:var(--primary-100);border-radius:9999px;display:flex;align-items:center;justify-content:center}.navbar-user-avatar svg{width:20px;height:20px;color:var(--primary-600)}.navbar-user-name{color:var(--gray-700);font-weight:500}.navbar-user-dropdown{position:absolute;right:0;top:100%;margin-top:.5rem;width:224px;background-color:var(--white);border-radius:.75rem;box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);padding:.5rem 0;display:none;z-index:50}.navbar-user:hover .navbar-user-dropdown{display:block}.navbar-user-dropdown-header{padding:.75rem 1rem;border-bottom:1px solid var(--gray-200)}.navbar-user-dropdown-name{font-weight:500;color:var(--gray-900);font-size:.875rem}.navbar-user-dropdown-email{color:var(--gray-500);font-size:.75rem}.navbar-user-dropdown-item{display:block;width:100%;padding:.625rem 1rem;text-align:left;color:var(--gray-700);text-decoration:none;transition:background-color var(--transition-fast)}.navbar-user-dropdown-item:hover{background-color:var(--gray-50)}.navbar-user-dropdown-logout{color:var(--red-600);font-weight:500;border:none;background:none;cursor:pointer;width:100%}.navbar-user-dropdown-logout:hover{background-color:#fef2f2}.navbar-mobile-toggle{display:block;padding:.5rem;border-radius:.5rem;background:none;border:none;cursor:pointer;transition:background-color var(--transition-fast)}.navbar-mobile-toggle:hover{background-color:var(--gray-100)}.navbar-mobile-toggle svg{width:24px;height:24px;color:var(--gray-600)}@media(min-width:768px){.navbar-mobile-toggle{display:none}}.navbar-mobile{display:none;background-color:var(--white);border-top:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}.navbar-mobile.active{display:block}.navbar-mobile-content{padding:1rem}.navbar-mobile-links{display:flex;flex-direction:column;gap:.5rem}.navbar-mobile-link{display:block;padding:.625rem .75rem;border-radius:.5rem;color:var(--gray-700);font-weight:500;text-decoration:none;transition:all var(--transition-fast)}.navbar-mobile-link:hover{color:var(--primary-600);background-color:var(--gray-50)}.navbar-mobile-divider{border-top:1px solid var(--gray-200);margin:1rem 0}.navbar-mobile-user{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem}.navbar-mobile-user-avatar{width:40px;height:40px;background-color:var(--primary-100);border-radius:9999px;display:flex;align-items:center;justify-content:center}.navbar-mobile-user-avatar svg{width:20px;height:20px;color:var(--primary-600)}.navbar-mobile-user-info-name{font-weight:500;color:var(--gray-900);font-size:.875rem}.navbar-mobile-user-info-email{color:var(--gray-500);font-size:.75rem}.navbar-mobile-get-started{width:100%;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:var(--white);font-weight:600;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:all var(--transition-normal)}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:var(--white);border-radius:1rem;box-shadow:var(--shadow-2xl);width:100%;max-width:28rem;padding:1.5rem}.modal-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-icon svg{width:32px;height:32px;color:var(--white)}.modal-title{text-align:center;font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.modal-subtitle{text-align:center;color:var(--gray-500);margin-bottom:1.5rem}.modal-options{display:flex;flex-direction:column;gap:1rem}.modal-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid var(--gray-100);border-radius:.75rem;background:none;cursor:pointer;transition:all var(--transition-fast);text-align:left;width:100%}.modal-option:hover{border-color:var(--primary-500);background-color:#eff6ff}.modal-option-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-option-icon.blue{background-color:#dbeafe}.modal-option-icon.blue svg{color:#2563eb}.modal-option-icon.purple{background-color:#f3e8ff}.modal-option-icon.purple svg{color:#9333ea}.modal-option-icon svg{width:24px;height:24px}.modal-option-content{text-align:left}.modal-option-title{font-weight:600;color:var(--gray-900)}.modal-option-desc{font-size:.875rem;color:var(--gray-500)}.modal-close{width:100%;padding:.5rem;color:var(--gray-500);background:none;border:none;cursor:pointer;transition:color var(--transition-fast)}.modal-close:hover{color:var(--gray-700)}.footer{background-color:var(--gray-900);color:var(--white);margin-top:auto}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}@media(min-width:640px){.footer-container{padding:3rem 1.5rem}}@media(min-width:1024px){.footer-container{padding:3rem 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand{grid-column:1 / -1}@media(min-width:768px){.footer-brand{grid-column:span 2}}@media(min-width:1024px){.footer-brand{grid-column:span 1}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-logo-icon svg{width:24px;height:24px;color:var(--white)}.footer-logo-text{font-size:1.5rem;font-weight:700}.footer-desc{color:var(--gray-400);max-width:28rem;line-height:1.6}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--gray-400);text-decoration:none;transition:color var(--transition-fast)}.footer-link:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);margin-top:2rem;padding-top:2rem;text-align:center;color:var(--gray-400)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{animation:fadeIn .2s ease-out}.modal-content{animation:slideDown .3s ease-out}.navbar-mobile.active{animation:slideDown .2s ease-out}:root{--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000;--green-100: #dcfce7;--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--blue-100: #dbeafe;--blue-600: #2563eb;--purple-100: #f3e8ff;--purple-600: #9333ea;--orange-100: #ffedd5;--orange-600: #ea580c;--red-100: #fee2e2;--red-600: #dc2626;--yellow-100: #fef3c7;--yellow-600: #ca8a04;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}.hero-section{position:relative;height:500px;overflow:hidden}@media(min-width:768px){.hero-section{height:600px}}@media(min-width:1024px){.hero-section{height:700px}}.hero-slide{position:absolute;inset:0;transition:opacity .7s ease-in-out}.hero-slide.active{opacity:1}.hero-slide.inactive{opacity:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#1e3a8ae6,#2563ebcc)}.hero-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none}@media(min-width:768px){.hero-arrows{padding:0 2rem}}.hero-arrow{width:48px;height:48px;border-radius:9999px;background-color:#fff3;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color var(--transition-fast);pointer-events:auto}.hero-arrow:hover{background-color:#ffffff4d}.hero-arrow svg{width:24px;height:24px;color:var(--white)}.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.hero-dot{width:12px;height:12px;border-radius:9999px;background-color:#ffffff80;border:none;cursor:pointer;transition:all var(--transition-fast);padding:0}.hero-dot.active{width:32px;background-color:var(--white)}.hero-dot:hover:not(.active){background-color:#ffffffb3}.hero-content{position:relative;z-index:10;height:100%;display:flex;align-items:center}.hero-content-inner{max-width:48rem;margin:0 auto;text-align:center;padding:0 1rem}@media(min-width:640px){.hero-content-inner{padding:0 1.5rem}}@media(min-width:1024px){.hero-content-inner{padding:0 2rem}}.hero-title{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2}@media(min-width:768px){.hero-title{font-size:3rem}}@media(min-width:1024px){.hero-title{font-size:3.75rem}}.hero-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}@media(min-width:768px){.hero-description{font-size:1.25rem}}.hero-search{background-color:var(--white);border-radius:1rem;padding:1rem;box-shadow:var(--shadow-2xl)}@media(min-width:768px){.hero-search{padding:1.5rem}}.hero-search-form{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.hero-search-form{flex-direction:row;align-items:center}}.hero-search-input-group{flex:1;display:flex;align-items:center;gap:.75rem;background-color:var(--gray-50);border-radius:.5rem;padding:.75rem 1rem}.hero-search-input-group svg{width:20px;height:20px;color:var(--gray-400);flex-shrink:0}.hero-search-input{flex:1;border:none;background:transparent;font-size:1rem;color:var(--gray-700);outline:none}.hero-search-input::placeholder{color:var(--gray-400)}.hero-search-button{width:100%;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:var(--white);font-weight:600;padding:.6rem;border-radius:.5rem;border:none;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-lg)}.hero-search-button:hover{background:linear-gradient(135deg,var(--primary-600),var(--primary-700));box-shadow:var(--shadow-xl);transform:translateY(-1px)}@media(min-width:768px){.hero-search-button{width:auto}}.categories-section{padding:4rem 0;background-color:var(--white)}.categories-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.categories-container{padding:0 1.5rem}}@media(min-width:1024px){.categories-container{padding:0 2rem}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:42rem;margin:0 auto}.categories-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{background-color:var(--white);border:1px solid var(--gray-100);border-radius:1rem;overflow:hidden;cursor:pointer;transition:all var(--transition-slow)}.category-card:hover{box-shadow:var(--shadow-2xl);transform:translateY(-4px)}.category-image-container{position:relative;height:160px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.category-card:hover .category-image{transform:scale(1.1)}.category-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.category-icon{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg)}.category-icon svg{width:24px;height:24px}.category-icon.blue{background-color:var(--blue-100);color:var(--blue-600)}.category-icon.green{background-color:var(--green-100);color:var(--green-600)}.category-icon.purple{background-color:var(--purple-100);color:var(--purple-600)}.category-icon.orange{background-color:var(--orange-100);color:var(--orange-600)}.category-icon.red{background-color:var(--red-100);color:var(--red-600)}.category-icon.yellow{background-color:var(--yellow-100);color:var(--yellow-600)}.category-content{padding:1.25rem}.category-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.category-footer{display:flex;align-items:center;justify-content:space-between}.category-count{color:var(--gray-600)}.category-arrow{width:20px;height:20px;color:var(--primary-600);transition:transform var(--transition-fast)}.category-card:hover .category-arrow{transform:translate(4px)}.jobs-section{padding:4rem 0;background-color:var(--gray-50)}.jobs-container{max-width:1080px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.jobs-container{padding:0 1.5rem}}@media(min-width:1024px){.jobs-container{padding:0 2rem}}.jobs-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:768px){.jobs-header{flex-direction:row;justify-content:space-between;align-items:center}}.jobs-header-title h2{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}@media(min-width:768px){.jobs-header-title h2{font-size:2.25rem}}.jobs-header-title p{color:var(--gray-600)}.jobs-view-all{display:flex;align-items:center;gap:.5rem;background-color:var(--primary-600);color:var(--white);font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all var(--transition-normal);box-shadow:var(--shadow-md)}.jobs-view-all:hover{background-color:var(--primary-700);box-shadow:var(--shadow-lg)}.jobs-view-all svg{width:16px;height:16px}.jobs-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.jobs-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.jobs-grid{grid-template-columns:repeat(3,1fr)}}.job-card{background-color:var(--white);border-radius:1rem;padding:1.5rem;border:1px solid var(--gray-100);transition:all var(--transition-slow)}.job-card:hover{box-shadow:var(--shadow-2xl)}.job-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.job-card-company{display:flex;align-items:center;gap:1rem}.job-card-logo{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.job-card-logo span{font-weight:700;color:var(--white);font-size:1.125rem}.job-card-info h3{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.job-card-info p{color:var(--gray-600)}.job-card-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.job-card-badge.full-time{background-color:var(--green-100);color:var(--green-700)}.job-card-description{color:var(--gray-600);font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-card-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.job-card-detail{display:flex;align-items:center;color:var(--gray-600)}.job-card-detail svg{width:16px;height:16px;color:var(--gray-400);margin-right:.5rem}.job-card-apply{width:100%;text-align:center;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:var(--white);font-weight:600;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:all var(--transition-normal)}.job-card-apply:hover{background:linear-gradient(135deg,var(--primary-600),var(--primary-700))}.why-section{padding:4rem 0;background-color:var(--white)}.why-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.why-container{padding:0 1.5rem}}@media(min-width:1024px){.why-container{padding:0 2rem}}.why-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{text-align:center;padding:2rem;border-radius:1rem;background-color:var(--gray-50);transition:background-color var(--transition-slow)}.why-card:hover{background-color:#eff6ff}.why-card-icon{width:80px;height:80px;border-radius:1.5rem;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:var(--shadow-lg)}.why-card-icon svg{width:40px;height:40px;color:var(--white)}.why-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.why-card p{color:var(--gray-600);line-height:1.6}.cta-section{padding:4rem 0;background:linear-gradient(135deg,var(--primary-600),var(--primary-800))}.cta-container{max-width:48rem;margin:0 auto;padding:0 1rem;text-align:center}@media(min-width:640px){.cta-container{padding:0 1.5rem}}.cta-title{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}@media(min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.cta-buttons{flex-direction:row}}.cta-button-primary{background-color:var(--white);color:var(--primary-600);font-weight:600;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;transition:all var(--transition-normal);box-shadow:var(--shadow-lg)}.cta-button-primary:hover{background-color:var(--gray-100)}.cta-button-secondary{background-color:transparent;color:var(--white);font-weight:600;padding:1rem 2rem;border-radius:.5rem;border:2px solid var(--white);text-decoration:none;transition:all var(--transition-normal)}.cta-button-secondary:hover{background-color:var(--white);color:var(--primary-600)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-card,.job-card,.why-card{animation:fadeInUp .5s ease-out;animation-fill-mode:both}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}.job-card:nth-child(1){animation-delay:.1s}.job-card:nth-child(2){animation-delay:.2s}.job-card:nth-child(3){animation-delay:.3s}.why-card:nth-child(1){animation-delay:.1s}.why-card:nth-child(2){animation-delay:.2s}.why-card:nth-child(3){animation-delay:.3s}*,*:before,*:after{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:inherit;line-height:inherit;color:#111827;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.w-full{width:100%}.w-auto{width:auto}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-primary-100{color:#dbeafe}.text-primary-600{color:#2563eb}.text-primary-700{color:#1d4ed8}.text-primary-800{color:#1e40af}.text-green-600{color:#16a34a}.text-green-800{color:#166534}.text-blue-600{color:#2563eb}.text-purple-600{color:#9333ea}.text-pink-600{color:#db2777}.text-red-600{color:#dc2626}.text-yellow-600{color:#ca8a04}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-primary-50{background-color:#eff6ff}.bg-primary-100{background-color:#dbeafe}.bg-primary-600{background-color:#2563eb}.bg-primary-700{background-color:#1d4ed8}.bg-primary-800{background-color:#1e40af}.bg-green-100{background-color:#dcfce7}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.bg-pink-100{background-color:#fce7f3}.bg-red-100{background-color:#fee2e2}.bg-yellow-100{background-color:#fef3c7}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-gray-300{border-color:#d1d5db}.border-white{border-color:#fff}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.focus\\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-empty, )}@media(min-width:640px){.sm\\:flex-row{flex-direction:row}.sm\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\\:text-center{text-align:center}}@media(min-width:768px){.md\\:flex{display:flex}.md\\:py-24{padding-top:6rem;padding-bottom:6rem}.md\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\\:px-8{padding-left:2rem;padding-right:2rem}.md\\:text-2xl{font-size:1.5rem;line-height:2rem}.md\\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\\:text-5xl{font-size:3rem;line-height:1}.md\\:space-x-4>*+*{margin-left:1rem}.md\\:space-y-0>*+*{margin-top:0}.md\\:w-auto{width:auto}}@media(min-width:1024px){.lg\\:px-8{padding-left:2rem;padding-right:2rem}.lg\\:text-6xl{font-size:3.75rem;line-height:1}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s;cursor:pointer;border:none}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb}.input-field{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem}.input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.card{background-color:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem}.carousel{position:relative;overflow:hidden;border-radius:.75rem}.carousel-container{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;flex-shrink:0}.carousel-dots{display:flex;justify-content:center;margin-top:1rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;margin:0 5px;cursor:pointer;transition:background-color .3s}.carousel-dot.active{background-color:#fff}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.carousel-arrow:hover{background-color:#000c}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}@media(max-width:768px){.carousel-arrow{display:none}}.job-card{background-color:var(--white);border-radius:1rem;border:1px solid var(--gray-200);padding:1.5rem;transition:all var(--transition-normal);position:relative;overflow:hidden}.job-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-500),var(--primary-700));opacity:0;transition:opacity var(--transition-normal)}.job-card:hover{border-color:var(--primary-200);box-shadow:0 10px 40px -10px #3b82f633;transform:translateY(-2px)}.job-card:hover:before{opacity:1}.job-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.job-card-company-logo{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-50),var(--primary-100));border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--primary-200)}.job-card-company-logo svg{width:28px;height:28px;color:var(--primary-600)}.job-card-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.375rem;transition:color var(--transition-fast)}.job-card-title:hover{color:var(--primary-600)}.job-card-description{color:var(--gray-600);font-size:.875rem;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-card-company{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.875rem}.job-card-type{display:inline-flex;align-items:center;padding:.25rem .75rem;background:linear-gradient(135deg,var(--primary-100),var(--primary-200));color:var(--primary-700);font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}.job-card-salary{font-size:1.25rem;font-weight:700;color:var(--gray-900);display:flex;align-items:center;gap:.25rem}.job-card-salary span{font-size:.875rem;font-weight:400;color:var(--gray-500)}.job-card-details{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);margin-bottom:1rem}@media(max-width:640px){.job-card-details{grid-template-columns:1fr;gap:.75rem}}.job-card-detail{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.875rem}.job-card-detail svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.job-card-remote{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;font-size:.75rem;font-weight:600;border-radius:.375rem;margin-left:.5rem}.job-card-actions{display:flex;gap:.75rem}.job-card-actions .btn-primary{flex:1;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));border-radius:.625rem;font-weight:600;box-shadow:0 2px 8px -2px #2563eb66}.job-card-actions .btn-primary:hover{background:linear-gradient(135deg,var(--primary-600),var(--primary-700));box-shadow:0 4px 12px -2px #2563eb80;transform:translateY(-1px)}.job-card-actions .btn-secondary{padding:.75rem 1rem;border-radius:.625rem;font-weight:500;border:2px solid var(--gray-200);color:var(--gray-600)}.job-card-actions .btn-secondary:hover{border-color:var(--primary-300);color:var(--primary-600);background:var(--primary-50)}.job-listings-header{background:linear-gradient(135deg,var(--primary-600),var(--primary-800));padding:3rem 0;margin-bottom:2rem;position:relative;overflow:hidden}.job-listings-header:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.job-listings-header h1{color:var(--white);font-size:2.5rem;font-weight:800;margin-bottom:.5rem;position:relative}.job-listings-header p{color:#ffffffe6;font-size:1.125rem;position:relative}.filters-sidebar{background:var(--white);border-radius:1rem;border:1px solid var(--gray-200);padding:1.5rem;position:sticky;top:80px;box-shadow:var(--shadow-sm)}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.filters-header h2{font-size:1.25rem;font-weight:600;color:var(--gray-900);display:flex;align-items:center;gap:.5rem}.filters-header h2 svg{width:20px;height:20px;color:var(--primary-600)}.filter-group{margin-bottom:1.5rem}.filter-group:last-of-type{margin-bottom:1rem}.filter-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.filter-input{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.625rem;font-size:.875rem;transition:all var(--transition-fast);background:var(--gray-50)}.filter-input:focus{outline:none;border-color:var(--primary-500);background:var(--white);box-shadow:0 0 0 3px #2563eb1a}.filter-input::placeholder{color:var(--gray-400)}.filter-select{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.625rem;font-size:.875rem;transition:all var(--transition-fast);background:var(--gray-50);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.filter-select:focus{outline:none;border-color:var(--primary-500);background-color:var(--white)}.filter-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:background-color var(--transition-fast)}.filter-checkbox:hover{background:var(--gray-50)}.filter-checkbox input{width:18px;height:18px;border:2px solid var(--gray-300);border-radius:.375rem;cursor:pointer;accent-color:var(--primary-600)}.filter-checkbox span{font-size:.875rem;color:var(--gray-700)}.clear-filters-btn{width:auto;padding:.875rem;background:var(--white);border:2px solid var(--gray-200);border-radius:.625rem;color:var(--gray-600);font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.clear-filters-btn:hover{border-color:var(--primary-300);color:var(--primary-600);background:var(--primary-50)}.jobs-grid{display:flex;flex-direction:column;gap:1rem}.empty-state{background:var(--white);border-radius:1rem;border:2px dashed var(--gray-200);padding:4rem 2rem;text-align:center}.empty-state svg{width:64px;height:64px;color:var(--gray-300);margin-bottom:1.5rem}.empty-state h3{font-size:1.25rem;color:var(--gray-900);margin-bottom:.5rem}.empty-state p{color:var(--gray-500)}.blogs-hero{background:linear-gradient(135deg,#1e3a8a,#1e40af,#1d4ed8);padding:4rem 0;position:relative;overflow:hidden}.blogs-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E")}.blogs-hero h1{color:var(--white);font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative}.blogs-hero p{color:#ffffffe6;font-size:1.25rem;max-width:600px;position:relative}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:3rem 0}.blog-card{background:var(--white);border-radius:1rem;overflow:hidden;border:1px solid var(--gray-200);transition:all var(--transition-normal)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #00000026;border-color:var(--primary-200)}.blog-card-image{height:200px;background:linear-gradient(135deg,var(--primary-100),var(--primary-200));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.blog-card-image:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.3) 50%,transparent 60%);transform:translate(-100%);transition:transform .6s}.blog-card:hover .blog-card-image:before{transform:translate(100%)}.blog-card-image svg{width:48px;height:48px;color:var(--primary-600)}.blog-card-category{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background:var(--white);color:var(--primary-600);font-size:.75rem;font-weight:700;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.blog-card-content{padding:1.5rem}.blog-card-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem;line-height:1.4;transition:color var(--transition-fast)}.blog-card:hover .blog-card-title{color:var(--primary-600)}.blog-card-excerpt{color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--gray-100)}.blog-card-author{display:flex;align-items:center;gap:.5rem}.blog-card-author-avatar{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.75rem;font-weight:600}.blog-card-author-name{font-size:.875rem;font-weight:500;color:var(--gray-700)}.blog-card-date{font-size:.75rem;color:var(--gray-500)}.about-hero{background:linear-gradient(135deg,#0f172a,#1e293b);padding:5rem 0;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(139,92,246,.1) 0%,transparent 40%)}.about-hero h1{color:var(--white);font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;position:relative}.about-hero p{color:#fffc;font-size:1.25rem;max-width:700px;line-height:1.7;position:relative}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0;margin-top:3rem}@media(max-width:768px){.about-stats{grid-template-columns:repeat(2,1fr)}}.about-stat{text-align:center;padding:2rem;background:var(--white);border-radius:1rem;border:1px solid var(--gray-200);transition:all var(--transition-normal)}.about-stat:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001a}.about-stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary-600),var(--primary-800));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.about-stat-label{font-size:1rem;color:var(--gray-600);font-weight:500}.about-section{padding:4rem 0}.about-section-title{font-size:2.25rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:1rem}.about-section-subtitle{font-size:1.125rem;color:var(--gray-600);text-align:center;max-width:600px;margin:0 auto 3rem}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.about-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-features{grid-template-columns:1fr}}.about-feature{background:var(--white);border-radius:1rem;padding:2rem;border:1px solid var(--gray-200);text-align:center;transition:all var(--transition-normal)}.about-feature:hover{border-color:var(--primary-300);box-shadow:0 8px 24px -8px #2563eb33}.about-feature-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--primary-100),var(--primary-200));border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.about-feature-icon svg{width:32px;height:32px;color:var(--primary-600)}.about-feature h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.about-feature p{color:var(--gray-600);line-height:1.6}.about-team{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.about-team{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about-team{grid-template-columns:1fr}}.about-team-member{text-align:center}.about-team-avatar{width:120px;height:120px;background:linear-gradient(135deg,var(--primary-100),var(--purple-100));border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border:4px solid var(--white);box-shadow:0 4px 12px #0000001a;transition:all var(--transition-normal)}.about-team-member:hover .about-team-avatar{transform:scale(1.05);box-shadow:0 8px 24px #00000026}.about-team-avatar svg{width:48px;height:48px;color:var(--primary-600)}.about-team-name{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.about-team-role{color:var(--primary-600);font-size:.875rem;font-weight:500}@media(max-width:768px){.blogs-hero h1,.about-hero h1{font-size:2rem}.blogs-hero p,.about-hero p{font-size:1rem}.blogs-grid{grid-template-columns:1fr;padding:2rem 0}.blog-card{margin-bottom:1rem}}@media(max-width:640px){.job-listings-header{padding:2rem 0}.job-listings-header h1{font-size:1.75rem}.filters-sidebar{position:static;margin-bottom:2rem}.job-card{padding:1rem}.job-card-actions{flex-direction:column}.job-card-actions .btn-primary,.job-card-actions .btn-secondary{width:100%;text-align:center}}.video-carousel-section{padding:3rem 0;background:#f9fafb}.video-carousel{max-width:900px;margin:0 auto}.video-carousel-slide{display:none}.video-carousel-slide.active{display:block}.video-thumbnail{position:relative}.video-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center}.play-button{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center}.play-button svg{width:32px;height:32px;color:#2563eb;margin-left:4px}.video-duration{position:absolute;bottom:1rem;right:1rem;background:#000c;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem}.video-info{margin-top:1rem;text-align:center}.video-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a}.video-carousel-arrow svg{width:24px;height:24px;color:#4b5563}.video-carousel-prev{left:-24px}.video-carousel-next{right:-24px}.video-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.video-carousel-dot{width:12px;height:12px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0}.video-carousel-dot.active{background:#2563eb;width:32px;border-radius:6px}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-btn{padding:.625rem 1.25rem;font-size:.875rem}@media(max-width:640px){.newsletter-btn{width:100%}}.about-hero-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-hero-content{grid-template-columns:1fr 1fr}}.about-hero-image{border-radius:1rem;overflow:hidden}.about-hero-image img{width:100%;height:auto}.about-team-avatar{overflow:hidden;background:linear-gradient(135deg,#dbeafe,#f3e8ff)}.about-team-avatar img{width:100%;height:100%;object-fit:cover}.about-cta-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media(min-width:640px){.about-cta-buttons{flex-direction:row}}.about-cta-btn{padding:.625rem 1.5rem;font-size:.875rem;border-radius:.5rem;text-decoration:none;font-weight:600}.about-cta-btn-primary{background:#fff;color:#2563eb}.about-cta-btn-secondary{background:#1d4ed8;color:#fff}@media(max-width:640px){.about-cta-btn{width:100%;text-align:center}}.blogs-hero{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.video-background-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.video-background-slide.active{opacity:1}.video-background-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.video-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172aeb,#1e3a8ae0,#2563ebd9)}.blogs-hero .container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:300px}.blogs-hero h1{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-align:center;letter-spacing:-.02em;line-height:1.2}.blogs-hero p{color:#ffffffe6;font-size:1.25rem;max-width:600px;text-align:center;line-height:1.7;margin:0 auto}.blogs-hero-arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 2rem;z-index:10;pointer-events:none}.blog-hero-arrow{width:56px;height:56px;border-radius:50%;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;pointer-events:auto}.blog-hero-arrow:hover{background:#ffffff38;border-color:#ffffff59;transform:scale(1.08)}.blog-hero-arrow svg{width:28px;height:28px;color:#fff}.blogs-hero-dots{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.blog-hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff40;border:none;cursor:pointer;transition:all .3s ease;padding:0}.blog-hero-dot.active{background:#fff;width:32px;border-radius:10px;box-shadow:0 2px 10px #00000040}.blog-hero-dot:hover:not(.active){background:#ffffff8c;transform:scale(1.2)}@media(max-width:768px){.blogs-hero-arrows{display:none}.blogs-hero-dots{bottom:1.5rem}.blog-hero-dot{width:8px;height:8px}.blog-hero-dot.active{width:24px}.blogs-hero h1{font-size:2.25rem}.blogs-hero p{font-size:1rem;padding:0 1rem}.blogs-hero{min-height:420px}}.job-listings-hero{position:relative;padding:4rem 0;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.job-listings-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.1) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(59,130,246,.1) 0%,transparent 30%)}.job-listings-hero-bg:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.job-listings-hero-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:9999px;color:#60a5fa;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-badge svg{width:16px;height:16px}.job-listings-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.025em;line-height:1.2}.title-highlight{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.job-listings-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:500px;margin-bottom:2rem;line-height:1.6}.jobs-count-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:9999px}.jobs-count-number{font-size:1.5rem;font-weight:700;color:#fff}.jobs-count-label{font-size:.875rem;color:#ffffffb3}.filters-sidebar-professional{background:#fff;border-radius:1rem;border:1px solid #e5e7eb;padding:1.5rem;position:sticky;top:100px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.filters-header-professional{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.filters-header-professional h2{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827}.filters-header-professional h2 svg{color:#3b82f6}.filters-body{display:flex;flex-direction:column;gap:1.25rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:#374151}.filter-label svg{color:#6b7280}.filter-input-professional{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.625rem;font-size:.875rem;transition:all .2s ease;background:#f9fafb}.filter-input-professional:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.filter-input-professional::placeholder{color:#9ca3af}.filter-select-professional{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.625rem;font-size:.875rem;transition:all .2s ease;background:#f9fafb;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.filter-select-professional:focus{outline:none;border-color:#3b82f6;background-color:#fff}.filter-checkbox-professional{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.filter-checkbox-professional:hover{background:#f9fafb}.filter-checkbox-professional input{width:18px;height:18px;border:2px solid #d1d5db;border-radius:.375rem;cursor:pointer;accent-color:#3b82f6}.filter-checkbox-professional label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}.clear-filters-btn-professional{width:100%;padding:.875rem;background:#fff;border:2px solid #e5e7eb;border-radius:.625rem;color:#6b7280;font-weight:600;cursor:pointer;transition:all .2s ease}.clear-filters-btn-professional:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.empty-state-professional{background:#fff;border-radius:1rem;border:2px dashed #e5e7eb;padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.empty-state-icon{width:80px;height:80px;background:linear-gradient(135deg,#dbeafe,#ede9fe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.empty-state-icon svg{width:40px;height:40px;color:#6366f1}.empty-state-professional h3{font-size:1.25rem;color:#111827;margin-bottom:.5rem;font-weight:600}.empty-state-professional p{color:#6b7280;font-size:.875rem}.jobs-grid-professional{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:1024px){.job-listings-title{font-size:2.5rem}}@media(max-width:768px){.job-listings-hero{padding:3rem 0}.job-listings-title{font-size:2rem}.job-listings-subtitle{font-size:1rem}.jobs-count-badge{padding:.5rem 1rem}.jobs-count-number{font-size:1.25rem}.filters-sidebar-professional{position:static;margin-bottom:1.5rem}}@media(max-width:640px){.hero-badge{font-size:.75rem;padding:.375rem .75rem}.job-listings-title{font-size:1.75rem}}
