:root{--color-primary:#4672EE;--color-primary-dark:#2554d7;--color-secondary:#011948;--color-secondary-dark:#000c24;--color-secondary-text:#ffffff;--color-accent:#4895ef;--color-text:#2b2d42;--color-text-muted:#8d99ae;--color-bg:#ffffff;--color-card:#ffffff;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--font-main:'DM Sans', sans-serif;--radius:12px;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:clamp(1.15rem, 3vw, 1.25rem);--text-xl:clamp(1.25rem, 4vw, 1.5rem);--text-2xl:clamp(1.5rem, 5vw, 2rem);--text-3xl:clamp(1.8rem, 6vw, 2.5rem);--text-4xl:clamp(2.2rem, 8vw, 3rem)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;overflow-y:scroll;width:100%}body{background-color:#FEFEFE!important;font-family:'DM Sans',sans-serif;color:var(--color-text);line-height:1.6;overflow-x:hidden;width:100%;position:relative}a{text-decoration:none;color:inherit;transition:all 0.2s}ul{list-style:none}input,textarea,select,button{font-family:'DM Sans',sans-serif!important;letter-spacing:-.01em;font-size:16px!important}select{font-family:'DM Sans',sans-serif!important;letter-spacing:-.01em;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%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 1rem center;background-size:1.25em;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;padding-right:2.5rem;font-size:.95rem;color:#1e293b;line-height:inherit;transition:all 0.2s ease;cursor:pointer}.choices{margin-bottom:0;font-size:1rem;overflow:visible;font-weight:500}.choices__inner{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:5.5px 12px;min-height:42px;display:flex;align-items:center;transition:all 0.2s ease;color:#0f172a;font-family:'DM Sans',sans-serif}.choices__inner:hover{border-color:#cbd5e1}.choices.is-focused .choices__inner,.choices.is-open .choices__inner{border-color:#4672EE;box-shadow:0 0 0 3px rgb(70 114 238 / .1)}.choices__list--single{padding:0;font-size:1rem;color:#0f172a}.choices__list--dropdown{border:1px solid rgb(226 232 240 / .6);border-radius:16px;box-shadow:0 20px 50px -10px rgb(15 23 42 / .15);margin-top:10px;padding:8px;z-index:100!important;background:#fff}.choices__list--dropdown .choices__item{padding:10px 16px;font-size:.95rem;border-radius:8px;color:#475569;font-weight:700;transition:all 0.1s ease;margin-bottom:2px;font-family:'DM Sans',sans-serif}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#eff6ff;color:#4672EE}.choices__input{background-color:#f8fafc;border-radius:8px;margin:10px;width:calc(100% - 20px)!important;border:1px solid #e2e8f0;padding:8px 12px;font-size:.95rem}.choices__placeholder{color:#64748b;opacity:1}select{display:none}.choices__list--single .choices__item{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1.25rem}@media (min-width:768px){.container{padding:0 2rem}}.dashboard-container{max-width:1600px!important}.site-header{background:rgb(255 255 255 / .95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.5rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 30px rgb(0 0 0 / .03);border-bottom:1px solid rgb(0 0 0 / .05);transition:all 0.3s ease}.header-inner{display:flex;justify-content:space-between;align-items:center}.header-left-group{display:flex;align-items:center;gap:1.5rem}.site-header .container{max-width:95%}.logo{font-size:var(--text-xl);font-weight:800;color:#1e293b;letter-spacing:-.03em;text-transform:capitalize;margin-right:0;flex-shrink:0}.logo:hover{transform:none}.main-nav ul{display:flex;gap:2rem;padding:0;margin:0}.main-nav a{font-weight:500;color:#000;font-size:var(--text-base);position:relative;padding:4px 0;display:flex;align-items:center;transition:color 0.3s ease;white-space:nowrap}.main-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:width 0.3s cubic-bezier(.16,1,.3,1);border-radius:2px}.main-nav a:hover{color:var(--color-primary)}.main-nav a:hover::after{width:100%}.main-nav a.active{color:var(--color-primary)}.main-nav a.active::after{width:100%}.header-actions{display:flex;gap:1.25rem;align-items:center;flex-shrink:0}.dropdown-wrapper{position:relative;padding-bottom:8px;margin-bottom:-8px}.btn-subscribe{background:linear-gradient(90deg,#ff5f2e 0%,#ff9033 100%);color:#fff;padding:.65rem 1.6rem;border-radius:5px;font-weight:500;border:none;cursor:pointer;transition:all 0.35s cubic-bezier(.4,0,.2,1);font-size:var(--text-sm);font-family:'DM Sans',sans-serif;position:relative;overflow:hidden;box-shadow:0 4px 15px rgb(255 95 46 / .35);display:inline-block;letter-spacing:.3px}.btn-subscribe:hover{background:#2554d7;box-shadow:none!important;transform:none!important}.bookmark-btn{position:absolute;top:1.25rem;right:1.25rem;background:#fff0;border:none;cursor:pointer;padding:4px;z-index:10;color:#94a3b8;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible}.bookmark-btn:hover{background:rgb(241 245 249 / .8);color:#4672EE}.job-tab-premium .bookmark-btn{position:static;width:44px;height:44px;background:#fff;border:1.5px solid #e2e8f0;color:#64748b;transition:all 0.25s cubic-bezier(.4,0,.2,1)}.job-tab-premium .bookmark-btn:hover{background:#eff6ff;border-color:rgb(70 114 238 / .3);color:#4672EE}.bookmark-btn.active,.job-tab-premium .bookmark-btn.active{background:#4672EE!important;border-color:#4672EE!important;color:#ffffff!important}.bookmark-btn.active svg,.job-tab-premium .bookmark-btn.active svg{fill:#ffffff!important}.tooltip-content{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(10px);background:#f8fafc;padding:8px 16px;border-radius:12px;font-size:var(--text-sm);font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none;box-shadow:0 10px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);margin-bottom:14px;color:#fff0;border:1px solid #f1f5f9;width:max-content;max-width:none}.tooltip-content::before{content:attr(data-tooltip);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:linear-gradient(90deg,#3b82f6 0%,#d946ef 100%);-webkit-background-clip:text;background-clip:text;color:#fff0;white-space:nowrap}.tooltip-content::after{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:#f8fafc #fff0 #fff0 #fff0}.bookmark-btn:hover .tooltip-content{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.bookmark-btn.active .tooltip-content::before{content:"Saved!";background:linear-gradient(90deg,#3b82f6 0%,#2563eb 100%);-webkit-background-clip:text;background-clip:text}.bookmark-btn svg{width:24px;height:24px}.bookmark-btn .bookmark-icon-filled{display:none}.bookmark-btn.active{color:#4672EE}.bookmark-btn.active .bookmark-icon-outline{display:none}.bookmark-btn.active .bookmark-icon-filled{display:block}a.btn-login-trigger,button.btn-login-trigger,.btn-login-trigger{background:#fff0;color:#4672EE;border:1px solid #4672EE!important;padding:.75rem 1.75rem;font-weight:600;border-radius:6px;font-size:var(--text-base);line-height:1.5;display:inline-block;transition:all 0.2s ease}.btn-login-trigger:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.dropdown-menu{position:absolute;top:100%;left:50%;right:auto;background:#fff;min-width:240px;box-shadow:0 20px 50px rgb(15 23 42 / .1);border-radius:12px;padding:.75rem;opacity:0;visibility:hidden;transform:translateX(-50%);transition:opacity 0.3s ease,visibility 0.3s ease;z-index:1001;border:1px solid rgb(15 23 42 / .05);text-align:center;margin-top:5px}.dropdown-menu::before{content:'';position:absolute;top:-20px;left:0;width:100%;height:20px;background:#fff0}.dropdown-wrapper:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%)}.logged-in-user-btn{background:linear-gradient(135deg,#4672EE 0%,#2554d7 100%)!important;color:white!important;border-radius:6px!important;position:relative;overflow:hidden;box-shadow:none!important;border:none!important}.dropdown-menu a{display:block;padding:.85rem 1rem;color:#1e293b;font-weight:600;font-size:var(--text-base);border-radius:8px;margin-bottom:2px}.dropdown-menu a:hover{background:#f8fafc;color:var(--color-primary)}.text-gradient-premium{background:linear-gradient(90deg,#3b82f6 0%,#d946ef 50%,#3b82f6 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;display:inline-block;animation:gradientFlow 3s linear infinite}.logo-dot{color:#4672EE;-webkit-text-fill-color:#4672EE!important;display:inline-block;transition:transform 0.3s cubic-bezier(.175,.885,.32,1.275)}@keyframes gradientFlow{0%{background-position:0% center}100%{background-position:200% center}}.visual-gradient-text{background:linear-gradient(135deg,#6366f1 0%,#0ea5e9 50%,#6366f1 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;animation:gradientMove 3s linear infinite}@keyframes gradientMove{0%{background-position:0% 50%}100%{background-position:200% 50%}}.btn{padding:.75rem 1.5rem;border-radius:10px;font-weight:700;font-size:var(--text-base);cursor:pointer;border:none;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.arrow{display:inline-flex;align-items:center;line-height:1;position:relative;top:1px}.btn-outline{background:#fff0;border:1px solid #e2e8f0;color:var(--color-primary)}.btn-outline:hover{border-color:var(--color-primary);background:#f0f4ff;box-shadow:0 2px 8px rgb(70 114 238 / .1)}.btn-primary{background:#4672EE;color:#fff;box-shadow:none!important}.btn-primary:hover{background:#2554d7;box-shadow:none!important}.btn-post-job{background:#011948;color:#fff;padding:.75rem 1.75rem;border-radius:6px;font-weight:600;font-size:var(--text-base);border:1px solid rgb(255 255 255 / .1);box-shadow:none!important;transition:all 0.2s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center}.btn-post-job:hover{background:#4672EE;box-shadow:none!important}.btn-glassy{position:relative;overflow:hidden;z-index:1}.hero-section{background-color:#fff;min-height:90vh;padding:0;margin-bottom:2rem;text-align:center;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-section::before{content:'';position:absolute;inset:0;background-size:60px 60px;background-image:linear-gradient(to right,rgb(0 0 0 / .04) 1px,transparent 1px),linear-gradient(to bottom,rgb(0 0 0 / .04) 1px,transparent 1px);z-index:1;pointer-events:none}.hero-content-full{position:relative;z-index:2}.hero-icon-top{margin-bottom:2rem;display:inline-flex;padding:12px;background:rgb(59 109 255 / .1);color:#4672EE;border-radius:12px;backdrop-filter:blur(10px);border:1px solid rgb(59 109 255 / .1)}.hero-section h1{color:#0F172A;font-size:3rem;font-weight:500;line-height:1.15;margin-bottom:1rem;letter-spacing:-.03em;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;display:block}.hero-section .text-gradient-premium{background:none;-webkit-text-fill-color:initial;color:#2563eb}.hero-subtitle{font-size:1.1rem;font-weight:500;color:#475569;margin-bottom:3.5rem;max-width:900px;margin-left:auto;margin-right:auto}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content-full{max-width:1200px!important;margin:0 auto;position:relative;z-index:2;padding:0 1rem}.hero-icons-left,.hero-icons-right{position:absolute;top:0;bottom:0;width:25%;display:none;z-index:1}.hero-icons-left{left:0}.hero-icons-right{right:0}@media (min-width:1024px){.hero-icons-left,.hero-icons-right{display:block}}.hero-people-visuals{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.visual-side{position:absolute;top:0;bottom:0;width:28%;display:none}@media (min-width:1024px){.visual-side{display:block}}.visual-left{left:0}.visual-right{right:0}.person-group{position:absolute;z-index:10;display:flex;align-items:center;gap:12px}.hero-people-visuals .person-avatar{width:70px;height:70px;border-radius:50%;border:3px solid #fff;box-shadow:0 8px 30px rgb(0 0 0 / .12);overflow:hidden;background:#f1f5f9;flex-shrink:0;box-sizing:border-box}.hero-people-visuals .person-avatar img{width:100%;height:100%;object-fit:cover;display:block}.hero-people-visuals .label-pill{background:#fff;padding:6px 16px;border-radius:99px;color:#011948;font-weight:600;font-size:.85rem;box-shadow:0 4px 20px rgb(0 0 0 / .08);display:inline-block;border:1px solid #e2e8f0;white-space:nowrap}.hero-people-visuals .label-pill-blue{background:#4672EE;padding:6px 16px;border-radius:99px;color:#fff;font-weight:500;font-size:.85rem;box-shadow:0 4px 20px rgb(70 114 238 / .25);display:inline-block;white-space:nowrap}.hero-people-visuals .label-pill-emerald{background:#10B981;padding:6px 16px;border-radius:99px;color:#fff;font-weight:600;font-size:.85rem;box-shadow:0 4px 20px rgb(16 185 129 / .25);display:inline-block;white-space:nowrap}.hero-people-visuals .label-pill-violet{background:#8B5CF6;padding:6px 16px;border-radius:99px;color:#fff;font-weight:600;font-size:.85rem;box-shadow:0 4px 20px rgb(139 92 246 / .25);display:inline-block;white-space:nowrap}.hero-people-visuals .label-pill-indigo{background:#6366F1;padding:6px 16px;border-radius:99px;color:#fff;font-weight:600;font-size:.85rem;box-shadow:0 4px 20px rgb(99 102 241 / .25);display:inline-block;white-space:nowrap}.hero-people-visuals .label-pill-orange{background:#FACC15;padding:6px 16px;border-radius:99px;color:#0F172A;font-weight:700;font-size:.85rem;box-shadow:0 4px 20px rgb(250 204 21 / .25);display:inline-block;white-space:nowrap}.recruiters-label{display:flex;align-items:center;gap:6px}.person-group-1{top:18%;right:20.3%;flex-direction:row}.person-group-1 .label-pill{margin-right:-25px}.person-group-2{top:60%;left:15.5%;flex-direction:column;align-items:flex-start}.person-group-3{top:18%;left:20.3%;flex-direction:row}.person-group-3 .recruiters-label{margin-left:-15px}.person-group-4{top:60%;right:15.5%;flex-direction:row}.connection-line{position:absolute;z-index:2;pointer-events:none;overflow:visible}.connection-line-left{top:calc(18% + 35px);left:calc(15.5% + 35px);width:calc(100% - 35.8% - 70px);height:calc(60% - 18%);border-top:2px dashed #cbd5e1;border-left:2px dashed #cbd5e1;border-top-left-radius:40px;border-right:none;border-bottom:none}.connection-line-right{top:calc(18% + 35px);right:calc(15.5% + 35px);width:calc(100% - 35.8% - 70px);height:calc(60% - 18%);border-top:2px dashed #cbd5e1;border-right:2px dashed #cbd5e1;border-top-right-radius:40px;border-left:none;border-bottom:none}@keyframes fadeScaleIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float-label{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1024px){.hero-people-visuals{display:none}}.connection-line-svg path,.connection-line-svg-right path{stroke:#e2e8f0;stroke-width:2;stroke-dasharray:6,6}@media (max-width:768px){.hero-orbit-icons{display:none}}.hero-inner{display:none}.hero-bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(rgb(255 255 255 / .15) 1.5px,transparent 1.5px);background-size:40px 40px;opacity:.3;mask-image:linear-gradient(to bottom,rgb(0 0 0) 20%,#fff0 90%);-webkit-mask-image:linear-gradient(to bottom,rgb(0 0 0) 20%,#fff0 90%)}.hero-shape{position:absolute;border-radius:50%;filter:blur(90px);opacity:.6;animation:floatHero 25s infinite alternate ease-in-out}.shape-1{top:-20%;left:-10%;width:800px;height:800px;background:radial-gradient(circle,#4f46e5 0%,#fff0 70%)}.shape-2{bottom:-20%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,#06b6d4 0%,#fff0 70%);animation-delay:-5s}.shape-3{top:30%;right:15%;width:400px;height:400px;background:radial-gradient(circle,#db2777 0%,#fff0 70%);opacity:.4;animation-duration:30s}.geo-shape{position:absolute;color:rgb(255 255 255 / .15);animation:floatGeo 20s infinite linear}.geo-1{top:15%;left:10%;animation-delay:2s}.geo-2{bottom:20%;right:20%;animation-direction:reverse;animation-duration:25s}@keyframes floatHero{0%{transform:translate(0,0)}100%{transform:translate(40px,40px)}}.hero-inner h1,.hero-inner p,.search-container,.popular-searches,.hero-talent-cta{position:relative;z-index:2}.hero-inner h1{font-size:var(--text-4xl);font-weight:400;margin-bottom:1.5rem;line-height:1.2;max-width:1200px;margin-left:auto;margin-right:auto;white-space:normal;letter-spacing:-.02em;text-shadow:0 4px 12px rgb(0 0 0 / .4),0 2px 5px rgb(0 0 0 / .2)}.hero-inner p{font-size:var(--text-base);margin-bottom:3.5rem;color:#fff;font-weight:500}.search-container{background:#fff;border-radius:12px;padding:.6rem;display:flex;align-items:center;max-width:780px;margin:0 auto;box-shadow:0 10px 25px rgb(0 0 0 / .1)}.search-input-group{flex:1;display:flex;align-items:center;padding:0 1.5rem;position:relative;height:100%}.search-input-group:first-child{border-right:1px solid #e2e8f0}.search-icon{font-size:1.25rem;color:#1e293b;margin-right:1rem;opacity:.8;display:flex;align-items:center;justify-content:center;height:100%}.search-container .search-field{width:100%;border:none!important;outline:none;font-family:inherit;font-size:1rem;color:#0f172a;padding:0;font-weight:500;line-height:normal;background:transparent!important;box-shadow:none!important;height:48px!important;display:flex;align-items:center}.search-field:focus{background-color:transparent!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset!important;box-shadow:0 0 0 30px #fff inset!important}.search-field::placeholder{color:#64748b;font-weight:500}.btn-search-hero{background:var(--color-secondary);color:var(--color-secondary-text);padding:0 2rem;border-radius:6px;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease;height:48px;margin-left:.5rem;font-size:1rem;letter-spacing:.01em;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;box-shadow:none}.btn-search-hero:hover{box-shadow:0 4px 12px rgb(70 114 238 / .3);background:#4672EE;color:#fff}.popular-searches{margin-top:2rem;font-size:.95rem;color:#475569;font-weight:500;opacity:0;animation:slideInUp 0.8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:0.8s;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}.popular-tag{background:rgb(59 109 255 / .04);border:1px solid rgb(59 109 255 / .1);border-radius:50px;padding:7px 18px;color:#475569;text-decoration:none;font-size:.88rem;font-weight:500;transition:all 0.3s ease}.popular-tag:hover{background:var(--color-secondary,#FFDC03);color:var(--color-secondary-text,#000000);box-shadow:none;border-color:var(--color-secondary,#FFDC03);transform:none}.popular-label{color:#64748b;font-weight:400}.search-input-group label{display:block;font-size:.75rem;color:#9ca3af;font-weight:600;margin-bottom:0}.search-input-wrapper{width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;margin-bottom:.5rem}.categories-section-header{display:block!important;text-align:center!important;justify-content:center!important}.categories-section-header>div{display:block;width:100%;text-align:center}.categories-section-header h2,.categories-section-header p{text-align:center!important}.jobs-grid{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:4rem}.job-card{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #f1f5f9;transition:all 0.3s ease;display:flex;flex-direction:column}.job-card:hover{transform:none;box-shadow:0 20px 40px -5px rgb(0 0 0 / .1),0 10px 20px -5px rgb(0 0 0 / .04);border-color:#4672EE}.job-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-right:2rem}.company-logo{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.job-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.company-name{font-size:.875rem;color:var(--color-text-muted)}.login-wrapper{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5 0%,#a855f7 100%);padding:2rem;position:relative;z-index:10}.login-card{background:#fff;width:100%;max-width:480px;border-radius:20px;padding:3.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);text-align:center}.login-icon{width:70px;height:70px;background:#eef2ff;color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.login-header h1{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text)}.login-header p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:2.5rem}.job-tags{display:flex;gap:.5rem;margin:1rem 0;flex-wrap:wrap}.tag{background:#f3f4f6;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;color:#4b5563;font-weight:700}.tag-blue{background:#eff6ff;color:var(--color-primary)}.tag-purple{background:#f3e8ff;color:#9333ea}.tag-teal{background:#f0fdfa;color:#14b8a6}.tag-orange{background:#ffedd5;color:#f97316}.job-meta{margin-top:auto;padding-top:1rem;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--color-text-muted)}.job-salary{font-weight:600;color:var(--color-text)}.site-footer{background:#0f172a;padding:4rem 0 2rem;border-top:1px solid #1e293b;color:#e2e8f0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-brand h3{font-size:1.8rem;color:#fff;text-align:center;margin:0;white-space:nowrap}.footer-brand h3 .text-gradient-premium{font-size:1.8rem;font-weight:500;display:inline-block}.footer-col h3{color:#fff;margin-bottom:1.5rem;font-weight:600}.footer-col ul li a{color:#94a3b8}.footer-col ul li a:hover{color:#fff}@media (max-width:768px){.hero-section h1,.hero-inner h1{font-size:2.1rem;line-height:1.25;white-space:normal;max-width:100%;padding:0 1rem}.hero-subtitle{font-size:1rem;padding:0 1.5rem}.search-container{flex-direction:column!important;gap:0!important;padding:0.75rem!important}.search-input-group{border-right:none!important;border-bottom:1px solid #f1f5f9;padding:1rem 0;width:100%!important}.header-actions .btn{padding:.65rem 1.25rem;font-size:.9rem}.hiring-section-premium{grid-template-columns:1fr;padding:2rem 1rem;text-align:center;gap:2rem}.hiring-content{padding-right:0}}.hiring-section{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;padding:6rem 0}.hiring-content small{display:block;margin-bottom:1rem;font-size:1rem;color:var(--color-text);font-weight:500}.hiring-content h2{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;max-width:600px;position:relative;padding-bottom:1.5rem}.hiring-content h2::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:4px;background:var(--color-primary)}.hiring-content p{font-size:1rem;color:var(--color-text-muted);margin-bottom:2rem;max-width:550px}.hiring-image{position:relative;display:flex;justify-content:center}.find-jobs-header{background:#f1f5f9;padding:1.5rem 0 1rem;margin-bottom:1.5rem;text-align:center}.find-jobs-header h1{font-size:2rem;color:var(--color-text)}.find-jobs-container{display:grid;grid-template-columns:340px 1fr;gap:1.5rem;align-items:start;margin-bottom:5rem}.login-wrapper{min-height:85vh;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem;position:relative;z-index:10}.login-card{background:#fff;width:100%;max-width:600px;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 10px 25px rgb(0 0 0 / .05);text-align:center;border:1px solid #e2e8f0}.login-icon-container{margin-bottom:1rem}.login-icon-svg{width:50px;height:50px;color:#0284c7}.login-header h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#0f172a}.login-header p{color:#64748b;font-size:.85rem;margin-bottom:1.5rem}.login-form .form-group{margin-bottom:1.5rem;text-align:left}.login-form label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:#334155}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon input{width:100%;padding:.9rem 1rem .9rem 2.8rem;border:1px solid #cbd5e1;border-radius:8px;font-family:inherit;font-size:1rem;outline:none;transition:all 0.2s;color:#334155}.input-with-icon input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgb(139 92 246 / .1)}.input-icon-svg{position:absolute;left:1rem;width:20px;height:20px;color:#94a3b8}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.9rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:#475569;cursor:pointer;font-weight:400}.remember-me input[type="checkbox"]{width:18px;height:18px;border:1px solid #cbd5e1;border-radius:4px;accent-color:#8b5cf6}.forgot-password{color:#2563eb;font-weight:600}.btn-login{width:100%;padding:.9rem;background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:opacity 0.2s}.btn-login:hover{opacity:.95}.login-footer{border-top:1px solid #f1f5f9;padding-top:1.5rem}.login-footer p{color:#475569;font-weight:500;margin-bottom:.5rem}.btn-outline-full{display:block;width:100%;padding:.85rem;border:1px solid #a855f7;border-radius:8px;color:#9333ea;font-weight:600;background:#fff;text-align:center;transition:all 0.2s}.btn-outline-full:hover{background:#faf5ff}.job-sidebar{background:#fff;padding:1.25rem;border-radius:16px;border:1px solid #e5e7eb;position:sticky;top:100px}.sidebar-widget{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.sidebar-widget:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.widget-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:var(--color-text)}.filter-group{display:flex;flex-direction:column;gap:.8rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--color-text-muted);cursor:pointer}.checkbox-label input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:14px;height:14px;min-height:14px!important;border:2px solid #cbd5e1;border-radius:6px;background-color:#fff;cursor:pointer;position:relative;transition:all 0.2s cubic-bezier(.4,0,.2,1)}.checkbox-label input[type="checkbox"]:checked{background-color:#4672EE;border-color:#4672EE;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:10px;background-repeat:no-repeat;background-position:center}.checkbox-label input[type="checkbox"]:hover{border-color:#4672EE;box-shadow:0 0 0 2px rgb(70 114 238 / .1)}.range-slider{width:100%;margin-top:.5rem}.file-upload-container{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem;display:flex;align-items:center;gap:1rem;background:#fff}.checkbox-helper-text{font-size:.85rem;color:#64748b;margin-top:4px;margin-left:26px;line-height:1.4}.file-upload-icon{width:48px;height:48px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b}.file-upload-content{flex:1}.file-upload-label{display:block;font-size:.85rem;color:#64748b;margin-bottom:.2rem}.upload-btn-wrapper{position:relative;overflow:hidden;display:inline-block}.btn-upload{border:1px solid #e2e8f0;color:#334155;background-color:#fff;padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer}.upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;cursor:pointer}.site-footer{background:#0B0B15;color:#fff;padding:0;margin-top:0;position:relative;overflow:hidden}.footer-top-cta{text-align:center;padding:2.5rem 1rem;position:relative;z-index:2;border-bottom:1px solid rgb(255 255 255 / .05)}.footer-rocket{position:absolute;left:5%;top:50%;transform:translateY(-50%);width:180px;opacity:1;animation:floatRocket 6s ease-in-out infinite;mix-blend-mode:screen;-webkit-mask-image:radial-gradient(circle,rgb(0 0 0) 40%,#fff0 100%);mask-image:radial-gradient(circle,rgb(0 0 0) 40%,#fff0 100%)}@keyframes floatRocket{0%,100%{transform:translateY(-50%) rotate(0deg)}50%{transform:translateY(-60%) rotate(2deg)}}.footer-top-cta h2{font-size:2rem;margin-bottom:.5rem;color:#fff}.footer-top-cta p{color:#94a3b8;font-size:1rem}.footer-content-wrapper{padding:2.5rem 0;width:90%;max-width:1280px;margin:0 auto}.footer-grid-new{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1.2fr;gap:2rem;gap:2rem}.footer-col.footer-brand{display:flex;align-items:center;height:100%}.footer-col.footer-brand h3{margin-bottom:0}.footer-col h3{color:#fff;font-size:1rem;margin-bottom:1rem;font-weight:600}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:#94a3b8;text-decoration:none;transition:color 0.2s;font-size:.95rem}.footer-col ul li a:hover{color:#fff}.foot.search-field{width:100%;border:none;outline:none;font-family:inherit;font-size:.95rem;color:#0f172a;padding:.5rem 0}.search-field::placeholder{color:#334155;font-weight:500}.footer-brand p{color:#94a3b8;font-size:1.2rem;display:flex;align-items:center;gap:.3rem}.btn-white{background:#fff;color:#0B0B15;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;width:100%;transition:transform 0.2s}.btn-white:hover{background:#f8fafc;box-shadow:0 4px 12px rgb(0 0 0 / .05)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .05);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.9rem}.back-to-top{width:40px;height:40px;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background 0.2s}.back-to-top:hover{background:rgb(255 255 255 / .2)}@media (max-width:1024px){.footer-grid-new{grid-template-columns:1fr 1fr}.footer-rocket{display:none}}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.results-count{font-weight:600;color:var(--color-text-muted)}.sort-select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);cursor:pointer}.forgot-password{color:var(--color-primary);font-weight:500}.btn-login{width:100%;padding:.75rem;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px rgb(59 109 255 / .3);margin-bottom:1rem}.btn-login:hover{background:var(--color-primary-dark)}.login-footer{border-top:1px solid #f1f5f9;padding-top:1.5rem}.btn-outline-full{display:block;width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;color:var(--color-text);font-weight:600;margin-top:1rem}.btn-outline-full:hover{border-color:var(--color-primary);background:#f8fafc;color:var(--color-primary)}@media (max-width:900px){.find-jobs-container{grid-template-columns:1fr}.job-sidebar{position:static;margin-bottom:2rem}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.category-card{background:#fff;padding:1.75rem;border-radius:12px;border:1px solid #e2e8f0;transition:all 0.2s ease;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;opacity:0;animation:slideInUp 0.8s cubic-bezier(.2,.8,.2,1) forwards}.category-card:hover{box-shadow:0 10px 30px rgb(0 0 0 / .08);border-color:#4672EE}.category-card:nth-child(1){animation-delay:0.2s}.category-card:nth-child(2){animation-delay:0.3s}.category-card:nth-child(3){animation-delay:0.4s}.category-card:nth-child(4){animation-delay:0.5s}.category-card:nth-child(5){animation-delay:0.6s}.category-card:nth-child(6){animation-delay:0.7s}.category-card:nth-child(7){animation-delay:0.8s}.category-card:nth-child(8){animation-delay:0.9s}.section-header{text-align:center;margin-bottom:3rem;opacity:0;animation:slideInUp 0.8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:0.1s}.category-card .icon{font-size:2rem;margin-bottom:1rem;background:#f1f5f9;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:10px}.category-card h3{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.category-card p{font-size:.9rem;color:#64748b}.job-apply-btn{font-size:.85rem;padding:.5rem 1.25rem;text-decoration:none;color:#4672EE;background:#fff0;border:1px solid #4672EE;border-radius:50px;font-weight:600;transition:all 0.2s ease-in-out;display:inline-block}.job-apply-btn:hover{color:#fff;background:#4672EE;box-shadow:none;transform:none}.login-wrapper{min-height:calc(100vh - 85px);display:flex;justify-content:center;align-items:center;padding:1rem;background-color:#f8fafc}.login-card{background:#fff;width:100%;max-width:450px;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 10px 15px -3px rgb(0 0 0 / .05);border:1px solid #e2e8f0}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.login-header p{color:#64748b;font-size:.95rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:.9rem;color:#334155}.input-wrapper,.input-with-icon{position:relative;display:flex;align-items:center}.input-icon,.input-icon-svg{position:absolute;left:12px;color:#94a3b8;display:flex;align-items:center}.input-icon svg,.input-icon-svg{width:20px;height:20px}.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"],.input-modern input,.input-wrapper input{width:100%;padding:12px 16px 12px 60px!important;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;color:#1e293b;background:#fff;transition:all 0.2s;outline:none;box-sizing:border-box}.tsg-dashboard-layout .input-wrapper input.form-input{padding:10px 12px!important;text-align:left!important}.fade-in-up{animation:fadeInUp 0.8s cubic-bezier(.2,.8,.2,1) forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.login-form input:focus{border-color:#4672EE;box-shadow:0 0 0 3px rgb(59 109 255 / .1)}.input-icon-svg{top:50%;transform:translateY(-50%)}.login-icon-container{text-align:center;margin-bottom:1rem}.login-footer{text-align:center;border-top:1px solid #f1f5f9;padding-top:1rem;margin-top:1rem;font-size:.95rem;color:#64748b}.login-footer a{color:#4672EE;font-weight:600;text-decoration:none;transition:color 0.2s}.login-footer a:hover{color:#2563eb;text-decoration:underline}body.page-template-page-find-jobs{background-color:#f8fafc}.find-jobs-header{background:#fff0;padding:1.5rem 0;margin-bottom:2rem;text-align:center}.find-jobs-header h1{font-size:1.7rem;color:#1e293b;margin-bottom:.5rem}.find-jobs-container{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start;margin-bottom:3rem}.sidebar-search{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;margin-bottom:.5rem;outline:none;transition:all 0.2s}.sidebar-search:focus{border-color:#4672EE;box-shadow:0 0 0 3px rgb(59 109 255 / .1)}.sidebar-widget{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.widget-title{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.job-sidebar{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}html{scroll-behavior:smooth}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.job-card.animate-in{animation:fadeInUp 0.8s cubic-bezier(.2,.8,.2,1) forwards}.job-sidebar{position:sticky;top:100px;z-index:5}@keyframes floatY{0%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-15px) rotate(-1deg)}100%{transform:translateY(0) rotate(-1deg)}}.main-illustration{animation:floatY 6s ease-in-out infinite;transition:transform 0.3s ease}.main-illustration:hover{transform:none!important}.auth-toggle-wrapper{position:relative;background:#f1f5f9;padding:6px;border-radius:99px;display:flex;margin-bottom:2rem;box-shadow:inset 0 2px 4px rgb(0 0 0 / .03);border:1px solid #e2e8f0}.auth-toggle-btn{flex:1;position:relative;z-index:2;text-align:center;padding:12px;font-size:.95rem;font-weight:600;color:#64748b;text-decoration:none;border-radius:99px;border:none;background:#fff0;cursor:pointer;transition:color 0.3s ease}.auth-toggle-btn:hover{color:#334155}.auth-toggle-btn.active{color:#0f172a;background:#fff;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06);animation:popIn 0.3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.95);opacity:.8}100%{transform:scale(1);opacity:1}}.input-modern input:focus{border-color:#4672EE;box-shadow:0 0 0 4px rgb(59 109 255 / .15);background:#fff}.sidebar-widget{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.sidebar-widget:last-child{padding-bottom:1rem;margin-bottom:1rem;border-bottom:none}.custom-select-wrapper{position:relative;width:100%}.custom-select{appearance:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-moz-appearance:none;width:100%;cursor:pointer;background:#fff;padding-right:2.5rem}.select-arrow{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:0;height:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #64748b;pointer-events:none}.auth-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:flex;align-items:center;justify-content:center}.auth-modal.hidden{display:none}.auth-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px)}.auth-modal-content{background:#fff;width:90%;max-width:480px;padding:2.5rem;border-radius:16px;position:relative;z-index:101;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 10px 10px -5px rgb(0 0 0 / .04)}.close-modal-btn{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b}.auth-header h2{font-size:1.5rem;color:#1e293b;margin-bottom:2rem;text-align:center}.auth-tabs{display:flex;gap:1rem;margin-bottom:2rem;padding:.25rem;background:#f1f5f9;border-radius:8px;background:#fff0;justify-content:center}.auth-tab{flex:1;padding:.75rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-weight:500;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center}.auth-tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.auth-label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.95rem}.auth-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;margin-bottom:1rem;background:#f8fafc;font-size:.95rem}.auth-input:focus{outline:none;border-color:#2563eb;background:#fff}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#94a3b8}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.95rem;color:#64748b}.auth-footer a{color:#2563eb;font-weight:600;text-decoration:none}.auth-page-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);background:#f8fafc;padding:2rem 1rem}.auth-card{background:#fff;width:100%;max-width:480px;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06)}.hidden-on-login-page{display:block}.pricing-section{padding:2rem 0 5rem;background:#f8fafc}.pricing-header h2{font-size:2.5rem;color:#1e293b;font-weight:700;margin-bottom:1rem;text-align:center}.pricing-header p{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.pricing-card{background:#fff;border-radius:16px;padding:2.5rem;border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;display:flex;flex-direction:column}.pricing-card.popular{border-color:#f97316;box-shadow:0 20px 25px -5px rgb(249 115 22 / .1),0 10px 10px -5px rgb(249 115 22 / .04)}.pricing-card:hover{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 10px 10px -5px rgb(0 0 0 / .04)}.plan-name{font-size:1.8rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.plan-price{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:2rem;line-height:1}.plan-currency{font-size:1.5rem;vertical-align:super;margin-right:4px}.plan-period{font-size:1rem;color:#64748b;font-weight:500}.plan-features{list-style:none;margin-bottom:2.5rem;flex-grow:1}.plan-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:1rem;color:#334155;font-size:1rem;line-height:1.5}.feature-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.pricing-btn{width:100%;padding:1rem;border-radius:8px;font-weight:700;font-size:1rem;text-align:center;transition:all 0.2s;cursor:pointer}.btn-orange{background:#f97316;color:#fff;border:none}.btn-orange:hover{background:#ea580c;box-shadow:0 4px 12px rgb(249 115 22 / .3)}.btn-white-outline{background:#fff0;border:2px solid #e2e8f0;color:#1e293b}.btn-white-outline:hover{border-color:#cbd5e1;background:#f8fafc}.popular-badge{position:absolute;top:-12px;right:20px;background:#f97316;color:#fff;font-size:.85rem;font-weight:700;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.status-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:capitalize}.status-badge.status-new{background:#e0f2fe;color:#0369a1}.status-badge.status-interviewing{background:#fef08a;color:#854d0e}.status-badge.status-offer{background:#f3e8ff;color:#6b21a8}.status-badge.status-hired{background:#dcfce7;color:#15803d}.status-badge.status-rejected{background:#f1f5f9;color:#64748b}.status-select{padding:4px 8px;border-radius:6px;border:1px solid #cbd5e1;font-size:.85rem;color:#334155;background-color:#fff;cursor:pointer}.profile-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05);max-width:900px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;font-size:.9rem;color:#334155;margin-left:2px}.form-group input[type="text"],.form-group input[type="email"],.form-group input[type="tel"],.form-group input[type="url"],.form-group textarea,.form-group select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1e293b;background:#f8fafc;transition:all 0.2s ease;width:100%;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;background:#fff;border-color:#4672EE;box-shadow:0 0 0 3px rgb(59 109 255 / .15)}.form-group textarea{resize:vertical;min-height:120px}.form-group input[type="file"]{padding:10px;background:#fff;border:1px dashed #cbd5e1}.btn-save{background:#4672EE;color:#fff;padding:12px 32px;border:none;border-radius:6px;font-weight:600;font-size:1rem;font-family:'DM Sans',sans-serif;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px rgb(59 109 255 / .15)}.btn-save:hover{background:#2554d7;box-shadow:0 4px 12px rgb(70 114 238 / .2)}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.profile-form{padding:1.5rem}}.btn-premium-green{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1.125rem;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px rgb(16 185 129 / .3),0 4px 6px -2px rgb(16 185 129 / .1);border:none;text-decoration:none}.btn-premium-green:hover{background:#047857;box-shadow:0 4px 12px rgb(16 185 129 / .2)}.btn-premium-green svg{width:20px;height:20px}.action-bar-right{display:flex;gap:12px;align-items:center}.db-search-input-wrapper{position:relative}.db-search-input{padding-left:40px!important;padding-right:15px!important;padding-top:10px!important;padding-bottom:10px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:0.9rem!important;width:250px!important;outline:none;transition:all 0.2s;background:#f8fafc;color:#334155}.db-search-input:focus{background:#fff;border-color:#3b82f6!important;box-shadow:0 0 0 3px rgb(59 130 246 / .15)}.db-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#94a3b8;transition:color 0.2s}.db-search-input:focus+.db-search-icon{color:#3b82f6}.marquee-wrapper{overflow:hidden;background:#fff;padding:3.5rem 0;position:relative;border-top:1px solid #f1f5f9;user-select:none;display:flex;flex-direction:column;gap:1.75rem}.marquee-content{display:flex;width:max-content;animation:marquee-scroll 70s linear infinite;gap:2rem}.marquee-content.reverse{animation-direction:reverse;animation-duration:75s}.marquee-content span{font-size:.9rem;font-weight:500;padding:.85rem 2rem;border-radius:100px;white-space:nowrap;transition:all 0.4s cubic-bezier(.23,1,.32,1);cursor:pointer;text-transform:none;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #fff0;box-shadow:0 4px 6px -1px rgb(0 0 0 / .04)}.marquee-row-1 span{color:#4672EE;border-color:rgb(59 109 255 / .15)}.marquee-row-1 span:hover{background:#4672EE;color:#fff;border-color:#4672EE;box-shadow:0 10px 15px -3px rgb(59 109 255 / .2)}.marquee-row-2 span{color:#f97316;border-color:rgb(249 115 22 / .15)}.marquee-row-2 span:hover{background:#f97316;color:#fff;border-color:#f97316;box-shadow:0 10px 15px -3px rgb(249 115 22 / .2)}.marquee-row-3 span{color:#0891b2;border-color:rgb(8 145 178 / .15)}.marquee-row-3 span:hover{background:#0891b2;color:#fff;border-color:#0891b2;box-shadow:0 10px 15px -3px rgb(8 145 178 / .2)}.marquee-content span:hover{border-color:#4672EE;color:#4672EE!important}.marquee-content:hover{animation-play-state:paused}.btn-glassy-primary{background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .2);color:#fff;padding:12px 28px;border-radius:50px;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all 0.3s ease;text-decoration:none;position:relative;overflow:hidden}.hero-talent-cta{margin-top:3.5rem;background:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .6);padding:1.25rem 2rem;border-radius:100px;display:inline-flex;align-items:center;gap:1.5rem;box-shadow:0 10px 40px -10px rgb(0 0 0 / .08);animation:fadeInUp 1s ease-out 0.6s backwards,float-y 6s ease-in-out infinite;max-width:90%}.talent-icon-box{width:42px;height:42px;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}.talent-text{text-align:left;display:flex;flex-direction:column}.talent-text strong{color:#1e293b;font-size:.95rem;letter-spacing:.02em}.talent-text span{color:#64748b;font-size:.8rem}.btn-shine-mini{background:#fff;color:#4672EE;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.8rem;text-decoration:none;transition:all 0.3s ease;border:1.5px solid #4672EE;box-shadow:none;white-space:nowrap}.btn-shine-mini:hover{box-shadow:none;background:#4672EE;color:#fff;transform:none}@media (max-width:768px){.hero-talent-cta{flex-direction:column;text-align:center;padding:1.25rem 1.5rem;border-radius:20px;gap:1rem;max-width:calc(100% - 2rem);margin-left:auto;margin-right:auto}.talent-icon-box{margin:0 auto}.talent-text{text-align:center;align-items:center}.talent-text strong{font-size:1rem}.talent-text span{font-size:.85rem}.btn-shine-mini{width:100%;text-align:center;padding:.75rem 1.5rem;font-size:.9rem}}@keyframes float-y{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.marquee-row-3 .marquee-content span:hover{background-image:linear-gradient(to right,#4cc9f0,#4895ef,#4cc9f0)}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes shine{to{background-position:200% center}}.category-slider-container{position:relative;padding:0 0 3rem 0;overflow:hidden}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;text-align:left}.header-actions{display:flex;gap:.75rem}.slider-nav-btn{position:static;transform:none;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 4px rgb(0 0 0 / .05);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4672EE;transition:all 0.2s ease}.slider-nav-btn:hover{background:#4672EE;color:#fff;border-color:#4672EE;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgb(59 109 255 / .3)}.slider-nav-btn[disabled],.slider-nav-btn.disabled{opacity:.5;pointer-events:none;background:#f1f5f9;color:#cbd5e1;border-color:#e2e8f0;box-shadow:none;transform:none}.category-slider-container::after{content:'';position:absolute;top:0;right:0;bottom:3rem;width:60px;background:linear-gradient(to right,#fff0,rgb(255 255 255));pointer-events:none;z-index:5}.slider-progress-track{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);width:200px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.slider-progress-bar{height:100%;background:#4672EE;width:20%;border-radius:2px;transition:width 0.1s linear}.category-slider-track{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:260px;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem .5rem 2rem .5rem;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;width:100%}@media (min-width:1024px){.category-slider-track{grid-template-rows:repeat(2,auto);grid-auto-columns:calc((100% - 3rem) / 3);grid-auto-flow:column;scroll-padding-left:.5rem}}.category-slider-track::-webkit-scrollbar{display:none}:root{--cat-1-bg:#eef2ff;--cat-1-text:#4672EE;--cat-2-bg:#fff7ed;--cat-2-text:#f97316;--cat-3-bg:#f0fdf4;--cat-3-text:#22c55e;--cat-4-bg:#fdf2f8;--cat-4-text:#ec4899;--cat-5-bg:#f5f3ff;--cat-5-text:#8b5cf6;--cat-6-bg:#ecfeff;--cat-6-text:#06b6d4}.categories-grid-premium{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.category-card-premium{background:#fff;padding:1.25rem;border-radius:20px;border:1px solid #f1f5f9;transition:all 0.4s cubic-bezier(.23,1,.32,1);text-decoration:none;color:inherit;display:flex;align-items:center;gap:1.25rem;position:relative;overflow:hidden;box-shadow:0 4px 10px rgb(15 23 42 / .04)}.category-card-premium:hover{transform:none;box-shadow:0 15px 30px -10px rgb(59 109 255 / .15);border-color:rgb(59 109 255 / .2);background:#fff}.category-card-premium .icon-wrapper{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.4s ease;flex-shrink:0}.category-card-premium:hover .icon-wrapper{transform:none}.category-card-premium .card-content{display:flex;flex-direction:column;gap:4px}.category-card-premium h3{font-size:1rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.category-card-premium .explore-text{font-size:.85rem;font-weight:600;color:#94a3b8;transition:color 0.3s ease}.category-card-premium:hover .explore-text{color:var(--color-primary)}.category-card-premium.cat-color-1 .icon-wrapper{background:#e0f2fe;color:#0284c7}.category-card-premium.cat-color-2 .icon-wrapper{background:#ffedd5;color:#ea580c}.category-card-premium.cat-color-3 .icon-wrapper{background:#dcfce7;color:#16a34a}.category-card-premium.cat-color-4 .icon-wrapper{background:#fce7f3;color:#db2777}.category-card-premium.cat-color-5 .icon-wrapper{background:#f3e8ff;color:#9333ea}.category-card-premium.cat-color-6 .icon-wrapper{background:#ecfeff;color:#0891b2}.category-card-premium:hover{border-color:#4672EE}@media (max-width:768px){.categories-grid-premium{grid-template-columns:1fr}}.category-card:hover h3{color:#2563eb!important}@media (max-width:768px){.slider-nav-btn{display:none}.category-card{min-width:220px}}.auth-page-wrapper{min-height:100vh;background:#f8fafc;background:radial-gradient(circle at 10% 20%,rgb(59 109 255 / .05) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgb(123 97 255 / .05) 0%,transparent 40%);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:'DM Sans',sans-serif}.auth-container{display:flex;background:#fff;width:100%;max-width:1100px;border-radius:24px;box-shadow:0 25px 50px -12px rgb(0 0 0 / .1);border:1px solid rgb(255 255 255 / .8);overflow:hidden;min-height:700px;position:relative}.auth-panel-form{flex:1;padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}@media (max-width:768px){.auth-panel-form{padding:2rem}}.auth-content-box{width:100%;max-width:440px;margin:0 auto}.auth-mode-switcher{display:flex;background:#f1f5f9;padding:5px;border-radius:12px;margin-bottom:2rem}.mode-btn{flex:1;border:none;background:#fff0;padding:10px;border-radius:10px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all 0.3s ease}.mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}.auth-header-group{margin-bottom:2rem;text-align:center;height:80px;position:relative}.auth-header{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(10px);transition:all 0.3s ease;pointer-events:none}.auth-header.active{opacity:1;transform:translateY(0);pointer-events:auto}.auth-main-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.5px}.auth-sub-title{font-size:1rem;color:#64748b}.auth-progress-stepper{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;cursor:default}.step-heading{margin-bottom:1.5rem;font-size:1.25rem;color:#1e293b;font-weight:700;text-align:center}.stepper-circle{width:38px;height:38px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;transition:all 0.3s ease;border:2px solid #fff0}.stepper-item.active .stepper-circle{background:#4672EE;color:#fff;box-shadow:0 4px 12px rgb(59 109 255 / .4);transform:scale(1.1)}.stepper-label{position:absolute;bottom:-25px;font-size:.75rem;font-weight:600;color:#94a3b8;white-space:nowrap;opacity:0;transform:translateY(-5px);transition:all 0.3s ease}.stepper-item.active .stepper-label{opacity:1;transform:translateY(0);color:#4672EE}.stepper-line{width:50px;height:3px;background:#e2e8f0;margin:0 10px;border-radius:2px}.auth-form-wrapper{display:none;animation:fadeIn 0.4s ease}.auth-form-wrapper.active{display:block}.form-step-content{display:none}.form-step-content.active{display:block;animation:slideUpFade 0.4s ease}.form-field-group{margin-bottom:1.5rem}.field-label{display:block;font-weight:600;color:#334155;margin-bottom:.5rem;font-size:.9rem}.input-control-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;width:20px;height:20px;color:#94a3b8;transition:color 0.2s}.form-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#f8fafc;color:#1e293b;outline:none;transition:all 0.2s ease;font-family:inherit}.form-input:focus{background:#fff;border-color:#4672EE;box-shadow:0 0 0 4px rgb(59 109 255 / .1)}.form-input:focus+.input-icon,.input-control-wrapper:focus-within .input-icon{color:#4672EE}.input-control-wrapper.radio-plz{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:4px;gap:0}.input-control-wrapper.radio-plz .input-inner{flex:1;position:relative}.input-control-wrapper.radio-plz .form-input{border:none;background:#fff0;padding-left:44px;box-shadow:none!important}.input-control-wrapper.radio-plz .input-icon{left:12px}.btn-verify-inline{padding:8px 16px;background:#fff;border:1px solid #4672EE;color:#4672EE;font-weight:600;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all 0.2s}.btn-verify-inline:hover{background:#4672EE;color:#fff}.experience-slider-box{background:#f8fafc;border-radius:16px;padding:1.5rem;text-align:center;border:1px solid #e2e8f0;margin-bottom:2rem}.exp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.exp-value{color:#4672EE;font-weight:800;font-size:1.1rem}.range-slider{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:8px;border-radius:5px;background:#e2e8f0;outline:none}.range-slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#4672EE;cursor:pointer;box-shadow:0 0 0 4px rgb(59 109 255 / .2);transition:all 0.2s}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8;margin-top:10px;font-weight:500}.exp-badge{margin-top:1rem;display:inline-block;background:#e0e7ff;color:#4672EE;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.job-pref-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pref-checkbox{display:none}.pref-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:2px solid #f1f5f9;border-radius:12px;cursor:pointer;transition:all 0.2s ease}.pref-checkbox:checked+.pref-card{border-color:#4672EE;background:#eff6ff}.pref-icon{font-size:1.25rem}.pref-name{font-size:.9rem;font-weight:600;color:#475569}.pref-checkbox:checked+.pref-card .pref-name{color:#1e293b}.privacy-agreement-box{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0;margin-bottom:2rem}.custom-checkbox{display:flex;gap:12px;cursor:pointer;align-items:flex-start}.custom-checkbox input{display:none}.checkmark{width:20px;height:20px;min-width:20px;border:2px solid #cbd5e1;border-radius:6px;position:relative;transition:all 0.2s;background:#fff}.custom-checkbox input:checked+.checkmark{background:#4672EE;border-color:#4672EE}.checkmark::after{content:'';position:absolute;top:45%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;opacity:0}.custom-checkbox input:checked+.checkmark::after{opacity:1}.agreement-text{font-size:.85rem;color:#64748b;line-height:1.5}.agreement-text a{color:#4672EE;text-decoration:underline}.completion-preview{text-align:center;margin-top:2rem}.rocket-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.form-actions-bar{display:flex;gap:1rem;margin-top:2rem}.btn-primary-action{flex:1;background:#4672EE;color:#fff;border:none;padding:0 24px;height:52px;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.2s;box-shadow:0 10px 20px -5px rgb(59 109 255 / .4)}.btn-primary-action:hover{background:#2554d7;box-shadow:0 4px 12px rgb(70 114 238 / .2)}.btn-back{background:#fff0;border:none;color:#64748b;font-weight:600;cursor:pointer;font-size:.95rem;padding:0 1rem}.btn-back:hover{color:#1e293b}.auth-panel-visual{flex:1;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-panel-visual::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H100V100H0V0Z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E");z-index:1}.visual-content-container{position:relative;z-index:2;width:100%;max-width:500px}.visual-text-area{margin-bottom:3rem;height:120px;position:relative}.visual-message{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(20px);transition:all 0.5s ease}.visual-message.active{opacity:1;transform:translateY(0)}.visual-headline{font-size:3rem;font-weight:800;line-height:1.1;color:#1e293b;margin-bottom:1rem}.text-highlight{color:#4672EE;background:linear-gradient(135deg,#4672EE 0%,#7209b7 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.visual-desc{font-size:1.1rem;color:#64748b;line-height:1.6}.visual-illustration-glass{background:rgb(255 255 255 / .6);backdrop-filter:blur(12px);padding:1.5rem;border-radius:20px;border:1px solid rgb(255 255 255 / .4);box-shadow:0 20px 40px rgb(0 0 0 / .05);transform:perspective(1000px) rotateY(-5deg);transition:transform 0.5s ease}.visual-illustration-glass:hover{transform:perspective(1000px) rotateY(0deg) scale(1.02)}.main-illustration{border-radius:12px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUpFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:slideUpFade 0.6s ease-out}.mt-large{margin-top:1.5rem}.mt-xl{margin-top:2rem}.label-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.forgot-link{font-size:.85rem;color:#4672EE;font-weight:600}.full-width{width:100%}.remember-me-box{margin-top:1.5rem;text-align:center}.custom-checkbox-simple{cursor:pointer;font-size:.9rem;color:#64748b}.auth-page-wrapper{min-height:100vh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:'DM Sans',sans-serif}.auth-container{display:flex;background:#fff;width:100%;max-width:1200px;border-radius:24px;overflow:hidden;min-height:700px}.auth-panel-form{flex:0 0 45%;padding:4rem;display:flex;flex-direction:column;justify-content:flex-start;background:#fff;position:relative;z-index:5;box-shadow:20px 0 60px rgb(0 0 0 / .02)}@media (max-width:900px){.auth-panel-form{flex:1;padding:2rem}}.auth-content-box{width:100%;max-width:380px;margin:0 auto}.auth-mode-switcher{display:flex;background:#eff6ff;padding:4px;border-radius:12px;margin-bottom:2rem}.mode-btn{flex:1;border:none;background:#fff0;padding:12px;border-radius:10px;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;transition:all 0.3s ease}.mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.auth-header-group{margin-bottom:2rem;text-align:center;position:relative}.auth-main-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.auth-sub-title{font-size:.95rem;color:#64748b;margin-bottom:1.5rem}.stepper-bars{display:flex;justify-content:center;gap:6px;margin-top:1rem}.bar{width:24px;height:4px;background:#e2e8f0;border-radius:2px;transition:all 0.3s}.bar.active{background:#4672EE;width:32px}.form-field-group{margin-bottom:1.25rem}.field-label{display:block;font-weight:600;color:#334155;margin-bottom:.6rem;font-size:.9rem;text-align:center;text-align:center}.input-control-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;width:20px;height:20px;color:#94a3b8;z-index:2}.form-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;color:#1e293b;outline:none;transition:all 0.2s ease;font-family:inherit}.form-input:focus{border-color:#4672EE;background:#eff6ff}.form-input::placeholder{color:#94a3b8}.btn-primary-action{width:100%;background:#4672EE;color:#fff;border:none;padding:14px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background 0.2s;margin-top:1rem;box-shadow:0 10px 20px -5px rgb(59 109 255 / .3)}.btn-primary-action:hover{background:#3a0ca3}.auth-panel-visual{flex:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:4rem;position:relative}.visual-content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:500px;height:100%;gap:2rem}.visual-text-area{width:100%}.visual-headline{font-size:3rem;font-weight:800;line-height:1.1;color:#7b61ff;margin:0}.text-highlight{color:#4672EE}.visual-desc{font-size:1.1rem;color:#64748b;line-height:1.6;margin-top:1rem}.arrow-graphic{font-size:3rem;color:#7b61ff;font-weight:300;margin-right:10px;display:inline-block}.visual-illustration-glass{width:100%;display:flex;justify-content:center}.main-illustration{max-width:90%;width:450px;height:auto;filter:drop-shadow(0 20px 40px rgb(0 0 0 / .1))}.mobile-hidden{display:flex}@media (max-width:900px){.mobile-hidden{display:none}}@media (max-width:991px){.container{padding-left:1.5rem;padding-right:1.5rem;max-width:100%;overflow-x:hidden}.hero-inner{max-width:100%;padding:4rem 1.5rem;border-radius:0}.hero-inner h1{white-space:normal!important;font-size:1.6rem!important;letter-spacing:-.01em;line-height:1.3}.hero-inner p{font-size:0.9rem!important;margin-bottom:2rem}.logo span.text-gradient-premium{font-size:1.4rem!important}.hero-section{min-height:auto;padding:2rem 0;height:auto!important}.section-header h2{font-size:1.5rem!important}.category-slider-track{grid-auto-columns:200px;gap:1rem;padding:1rem .5rem}.category-card{padding:1.25rem}.category-card h3{font-size:1.1rem}.latest-opps-header{flex-direction:column!important;text-align:center}.search-input-group{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem;padding-bottom:.5rem}.search-input-group:last-of-type{border-bottom:none;margin-bottom:1rem}.btn-search-hero{width:100%;height:50px}.popular-searches{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hiring-section{grid-template-columns:1fr;text-align:center;gap:2rem}.hiring-content{order:2}.hiring-image{order:1;justify-content:center}.hiring-image img{max-width:80%}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-col{text-align:center}.social-links{justify-content:center}.footer-rocket{display:none}}@media (max-width:768px){.logo span.text-gradient-premium{font-size:1.25rem!important}.jobs-grid{grid-template-columns:1fr!important;gap:1.25rem}.job-card{padding:1.25rem}.category-slider-track{grid-auto-columns:180px}.slider-nav-btn{display:none}}.auth-panel-form{z-index:10;background:#fff}.auth-form-wrapper{display:none;opacity:0;transition:opacity 0.3s ease}.auth-form-wrapper.active{display:block!important;opacity:1!important}.auth-main-title{font-size:1.75rem;color:#1e293b}.auth-sub-title{font-size:0.85rem!important;color:#94a3b8;font-weight:500}.visual-desc{font-size:0.95rem!important;color:#64748b;line-height:1.5}.text-gradient-flow{background:linear-gradient(to right,#4672EE,#bcabff,#4672EE);background-size:200% auto;color:#4672EE;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;animation:shineFlow 3s linear infinite;display:inline-block}@keyframes shineFlow{to{background-position:200% center}}.form-input{border-radius:10px}.field-label{text-transform:uppercase;letter-spacing:.5px;font-size:0.75rem!important;color:#64748b}@media (min-width:992px){.header-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{width:20%;flex:0 0 20%;max-width:20%;margin-right:0!important;display:flex;align-items:center;justify-content:flex-start}.main-nav{width:60%;flex:0 0 60%;max-width:60%;display:flex;align-items:center;justify-content:center}.main-nav ul{display:flex;justify-content:center;width:100%;margin:0;padding:0}.header-actions{width:20%;flex:0 0 20%;max-width:20%;display:flex;align-items:center;justify-content:flex-end;gap:12px}}@media (min-width:992px){.logo span{white-space:nowrap;font-size:1.4rem!important}.header-actions{flex-wrap:nowrap;overflow:visible}.header-actions .btn,.header-actions a{white-space:nowrap}.btn-login-trigger{padding:.5rem 0.8rem!important;font-size:0.8rem!important;height:40px!important;display:inline-flex!important;align-items:center}.btn-glassy-primary{padding:.5rem .8rem;font-size:.85rem;height:auto;margin-left:8px}.header-actions a[href*="role=employer"]{font-size:0.85rem!important;margin-right:12px!important;white-space:nowrap}.main-nav ul li a{padding:8px 12px;font-size:.9rem}}.btn-login-trigger{background:#ffffff!important;border:1.5px solid #4672EE!important;color:#4672EE!important;border-radius:8px!important;font-weight:700!important;padding:.6rem 1.5rem!important;font-size:0.95rem!important;letter-spacing:.2px;transition:all 0.3s ease!important;box-shadow:none!important}.btn-login-trigger:hover{background:#f0f5ff!important;transform:none;box-shadow:0 4px 12px rgb(59 109 255 / .15)!important}.btn-glassy-primary{background:#F97316;border:none;color:#fff;border-radius:6px;font-weight:600;padding:.6rem 1.5rem;font-size:.85rem;box-shadow:none!important;display:inline-flex!important;align-items:center;gap:8px;letter-spacing:.3px;position:relative;overflow:hidden;height:auto!important;margin-left:12px!important}.btn-glassy-primary:hover{transform:none;box-shadow:0 4px 15px rgb(249 115 22 / .35)}.btn-glassy-primary::after{content:'';position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0 0%,rgb(255 255 255 / .3) 50%,#fff0 100%);transform:skewX(-25deg);transition:left 0.5s}.btn-glassy-primary:hover::after{left:125%}.btn-glassy-primary svg{margin-left:4px;transition:transform 0.3s ease}.btn-glassy-primary:hover svg{transform:none}.logo span.text-gradient-premium{font-size:1.8rem!important;font-weight:500!important;letter-spacing:-.5px}.btn-login-trigger{border-radius:6px!important}.btn-glassy-primary{border-radius:6px;padding:.65rem 1.6rem;font-size:.85rem}@media (min-width:992px){.main-nav{width:55%;flex:0 0 55%;max-width:55%}.header-actions{width:25%;flex:0 0 25%;max-width:25%}.btn-glassy-primary,.btn-login-trigger{white-space:nowrap;flex-shrink:0;overflow:visible}.logo span{font-weight:400!important}}@media (min-width:992px){.header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto}.logo{flex:0 0 auto;width:auto;max-width:none;margin-right:4rem!important}.logo span{font-weight:500!important;white-space:nowrap}.main-nav{flex:1;width:auto;max-width:none;display:flex;justify-content:center;align-items:center}.main-nav ul{display:flex;gap:2.5rem;justify-content:center;width:auto;margin:0;padding:0}.header-actions{flex:0 0 auto;width:auto;max-width:none;display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-left:2rem}.btn-glassy-primary,.btn-login-trigger{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}}@media (min-width:992px){.logo span{font-weight:400!important;font-family:'DM Sans',sans-serif!important}}@media (min-width:992px){.logo span{font-weight:700!important}}@media (min-width:992px){.logo span{font-weight:400!important}.main-nav ul{gap:1.5rem!important}}@media (min-width:992px){.logo span{font-weight:600!important}}.reveal{opacity:0;transform:translateY(20px);transition:opacity 0.4s ease-out,transform 0.4s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.how-it-works{padding:4rem 0;background:#fff;position:relative;font-family:'DM Sans',sans-serif!important}.how-it-works h2,.how-it-works h3,.how-it-works p,.how-it-works span{font-family:'DM Sans',sans-serif!important}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:5rem}.step-card{text-align:left;padding:3rem 2rem;border-radius:24px;position:relative;background:#fff;box-shadow:0 4px 20px rgb(15 23 42 / .03);border:1.5px solid #F1F5F9;color:#475569;transition:all 0.4s cubic-bezier(.4,0,.2,1);cursor:default;overflow:hidden}.step-card:hover{box-shadow:0 20px 40px rgb(15 23 42 / .08);border-color:#E2E8F0}.step-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all 0.3s ease}.step-card h3{font-size:1.4rem;font-weight:500;margin-bottom:1rem;color:#0F172A;letter-spacing:-.3px}.step-card p{color:#64748B;line-height:1.7;font-size:1rem;font-weight:450;margin:0}.step-number{position:absolute;top:2rem;right:2.5rem;font-size:1.5rem;font-weight:900;opacity:.1;font-family:'DM Sans',sans-serif!important}.step-1 .step-icon{background:rgb(70 114 238 / .1);color:#4672EE}.step-1 .step-number{color:#4672EE}.step-1:hover{border-color:rgb(70 114 238 / .3)}.step-2 .step-icon{background:rgb(245 158 11 / .1);color:#F59E0B}.step-2 .step-number{color:#F59E0B}.step-2:hover{border-color:rgb(245 158 11 / .3)}.step-3 .step-icon{background:rgb(16 185 129 / .1);color:#10B981}.step-3 .step-number{color:#10B981}.step-3:hover{border-color:rgb(16 185 129 / .3)}.stats-section-container{padding:0 2rem;max-width:1420px;margin:4rem auto}.stats-section{padding:5rem 2rem;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:#fff;border-radius:40px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item h3{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:#94a3b8;font-size:1.1rem;font-weight:500}.testimonials-section{padding:6rem 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgb(0 0 0 / .03);border:1px solid #f1f5f9;position:relative;height:100%;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{color:#475569;font-size:1.05rem;font-style:italic;margin-bottom:2rem;position:relative;line-height:1.7}.testimonial-user{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);display:flex;align-items:center;justify-content:center;font-weight:700;color:#4672EE}.testimonial-info h4{font-size:1rem;margin-bottom:.2rem;color:#1e293b}.testimonial-info p{font-size:.85rem;color:var(--color-text-muted)}.newsletter-section{background:#fff;padding:8rem 0;position:relative;overflow:hidden}.newsletter-card{background:#0f172a;border-radius:32px;padding:5rem;position:relative;overflow:hidden;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:5rem;box-shadow:0 40px 100px -20px rgb(15 23 42 / .3);border:1px solid rgb(255 255 255 / .05)}.newsletter-card::after{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(135deg,transparent 0%,rgb(37 99 235 / .05) 100%);pointer-events:none}.newsletter-card h2{font-size:3rem;font-weight:800;line-height:1.1;margin:0;flex:1;color:#fff;letter-spacing:-.02em}.newsletter-right{flex:1.2;position:relative;z-index:2}.newsletter-right p{font-size:1.15rem;color:#94a3b8;line-height:1.7;margin-bottom:2.5rem;max-width:500px}.newsletter-form-wrap{background:rgb(255 255 255 / .03);padding:.5rem;border-radius:20px;display:flex;align-items:center;border:1px solid rgb(255 255 255 / .1);backdrop-filter:blur(10px);transition:all 0.3s ease}.newsletter-form-wrap:focus-within{border-color:#3b82f6;background:rgb(255 255 255 / .06);box-shadow:0 0 0 4px rgb(59 130 246 / .1)}.newsletter-form-wrap input{flex:1;border:none;padding:1.25rem 1.5rem;font-size:1.1rem;color:#fff;outline:none;background:#fff0}.newsletter-form-wrap input::placeholder{color:#64748b}.newsletter-form-wrap .btn-subscribe{background:#2563eb;color:#fff;border:none;padding:1.1rem 2.5rem;border-radius:14px;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.newsletter-form-wrap .btn-subscribe:hover{background:#1d4ed8;transform:scale(1.02)}.newsletter-social-proof{margin-top:1.5rem;font-size:.95rem;color:#475569;font-weight:500;display:flex;align-items:center;gap:.75rem}@media (max-width:1024px){.newsletter-card{padding:4rem 3rem;flex-direction:column;text-align:center;gap:3.5rem}.newsletter-card h2{font-size:2.5rem}.newsletter-right p{margin-inline:auto}}@media (max-width:640px){.newsletter-section{padding:5rem 0}.newsletter-card{padding:3.5rem 1.5rem;border-radius:24px}.newsletter-form-wrap{flex-direction:column;padding:1rem;gap:1rem;border:none;background:#fff0}.newsletter-form-wrap input{width:100%;text-align:center;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);border-radius:12px}.newsletter-form-wrap .btn-subscribe{width:100%}}.view-all-link{background:rgb(59 109 255 / .04);border:1px solid rgb(59 109 255 / .1);border-radius:50px;padding:7px 18px;color:#4672EE;text-decoration:none;font-weight:600;font-size:.88rem;display:inline-flex;align-items:center;gap:8px;transition:all 0.3s ease}.view-all-link svg{transition:transform 0.3s ease;width:16px;height:16px}.view-all-link:hover{background:#4672EE;color:#fff;border-color:#4672EE;gap:12px;box-shadow:0 4px 12px rgb(70 114 238 / .2)}.view-all-link:hover svg{transform:translateX(3px)}@media (max-width:768px){html{font-size:15px}.hero-section{padding:3rem 0 2rem;min-height:auto}.hero-section h1,.hero-inner h1{font-size:1.75rem!important;line-height:1.3;padding:0 .5rem}.hero-subtitle{font-size:1rem!important;padding:0 1rem;line-height:1.5;margin-bottom:2rem}.search-input-group{border-right:none!important;border-bottom:1px solid #e5e7eb;padding:.75rem 0;width:100%}.search-input-group:last-of-type{border-bottom:none}.btn-search-hero{width:100%;padding:1rem;font-size:1rem;min-height:48px}.popular-searches{flex-direction:column;gap:.75rem;padding:0 1rem}.popular-tag{padding:8px 16px;font-size:.85rem}.container{padding-left:1rem;padding-right:1rem}.section-header h2{font-size:1.5rem!important}.site-footer{padding:60px 0 40px!important;width:100%!important;max-width:100%!important;overflow-x:hidden}.footer-content-wrapper{padding:0 1.5rem!important;margin:0 auto!important;width:100%!important;max-width:100%!important}.footer-grid-premium{grid-template-columns:1fr!important;gap:2rem!important;text-align:center;width:100%!important;margin:0 auto 2rem auto!important;display:flex!important;flex-direction:column;align-items:center}.footer-brand{margin-bottom:1rem;align-items:center!important;text-align:center!important;width:100%;display:flex;flex-direction:column}.footer-brand h2{font-size:1.5rem!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;width:100%}.brand-desc{text-align:center!important;margin-left:auto!important;margin-right:auto!important;max-width:100%;padding:0 1rem!important}.footer-col{text-align:center!important;width:100%;display:flex;flex-direction:column;align-items:center}.footer-col h3{font-size:1.1rem!important;margin-bottom:1.25rem!important;text-align:center!important;width:100%}.footer-col ul{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;margin:0}.footer-col ul li{margin-bottom:.85rem;text-align:center;width:100%;display:flex;justify-content:center}.footer-col ul li a{font-size:0.95rem!important;text-align:center}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center;padding-top:1.5rem}.footer-bottom-links{flex-direction:column;gap:.75rem}.footer-bottom-links a,.copyright-text{font-size:.85rem}.back-to-top{width:48px;height:48px}.steps-grid{grid-template-columns:1fr!important;gap:1.5rem}.step-card{padding:1.5rem}.step-card h3{font-size:1.1rem}.step-card p{font-size:.9rem}.btn,button,a.btn-glassy-blue,a.btn-browse-jobs{min-height:44px;padding:12px 20px}.category-card-premium{padding:1.25rem}.category-card-premium h3{font-size:.95rem}.job-card{padding:1.25rem}.job-title{font-size:1rem}.company-name{font-size:.85rem}.job-meta{font-size:.8rem}}@media (max-width:375px){html{font-size:14px}.hero-section h1,.hero-inner h1{font-size:1.5rem!important}.footer-brand h2{font-size:1.35rem!important}.container{padding-left:.75rem;padding-right:.75rem}}*{max-width:100%}img,video,iframe{max-width:100%;height:auto}body{overflow-x:hidden}@media (max-width:991px){.site-header{padding-bottom:0.5rem!important}.hero-section,.gn-hero{padding-top:1rem!important;margin-top:-1px!important}}.drawer-profile{display:flex;flex-direction:column;gap:2rem}.drawer-header{display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid #f1f5f9;padding-bottom:2rem}.drawer-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #f8fafc;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);margin-bottom:1rem}.drawer-header h2{font-size:1.5rem;color:#1e293b;margin-bottom:.25rem}.drawer-header p{color:#64748b;font-weight:500}.drawer-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.info-item{display:flex;flex-direction:column;gap:.4rem}.info-item .label{font-size:.75rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.info-item .value{font-size:1rem;color:#0f172a;font-weight:600}.drawer-section h3{font-size:1.1rem;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.drawer-bio{line-height:1.6;color:#475569;font-size:.95rem}.gn-form-group label{display:block;font-size:.9rem;font-weight:600;color:#334155;margin-bottom:.5rem}.gn-form-input,.gn-form-select{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;color:#1e293b;background-color:#fff;transition:all 0.2s ease;outline:none}.gn-form-input:focus,.gn-form-select:focus{border-color:#4672EE;box-shadow:0 0 0 3px rgb(59 109 255 / .15)}.gn-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.gn-file-upload{border:2px dashed #cbd5e1;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all 0.2s ease;background:#f8fafc}.gn-file-upload:hover{border-color:#4672EE;background:#f0f4ff}.gn-file-upload.selected{border-color:#22c55e;background:#f0fdf4}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px);z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}.custom-modal-overlay.active{opacity:1}.custom-modal{background:#fff;width:90%;max-width:650px;border-radius:20px;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);transform:scale(.95);transition:transform 0.3s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto;position:relative}.custom-modal-overlay.active .custom-modal{transform:scale(1)}.modal-header-gn{padding:30px 40px;background:linear-gradient(135deg,#4672EE 0%,#3a0ca3 100%);color:#fff;position:relative;border-radius:20px 20px 0 0}.modal-close-gn{position:absolute;top:20px;right:20px;background:rgb(255 255 255 / .2);border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.modal-close-gn:hover{background:rgb(255 255 255 / .3)}.modal-body-gn{padding:30px 40px}.applicant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:30px}.applicant-metric{background:#f8fafc;border:1px solid #e2e8f0;padding:16px;border-radius:12px;display:flex;flex-direction:column;gap:6px}.applicant-metric label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:700;display:flex;align-items:center;gap:6px}.applicant-metric .metric-value{font-size:1.1rem;font-weight:600;color:#0f172a}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .related.products ul.products li.product,.woocommerce .cross-sells ul.products li.product{background:#ffffff!important;padding:2.5rem 1.5rem!important;border-radius:20px!important;border:1px solid #e2e8f0!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275)!important;box-shadow:none!important;margin-bottom:2rem!important}.woocommerce ul.products li.product:hover{box-shadow:0 10px 30px rgb(0 0 0 / .08)!important;border-color:#4672EE!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:800!important;color:#1e293b!important;margin-bottom:1rem!important;font-size:1.2rem!important;padding:0!important;line-height:1.3!important}.woocommerce ul.products li.product .price{font-size:2.2rem!important;font-weight:800!important;color:#4672EE!important;margin-bottom:1.5rem!important;display:block!important;letter-spacing:-0.5px!important}.woocommerce ul.products li.product .price ins{text-decoration:none!important}.woocommerce ul.products li.product .price del{font-size:0.95rem!important;color:#94a3b8!important;margin-right:8px!important;opacity:.7}.woocommerce ul.products li.product .button{background:#4672EE!important;color:white!important;padding:14px 28px!important;border-radius:12px!important;font-weight:700!important;border:none!important;transition:all 0.3s ease!important;width:100%!important;margin-top:auto!important;text-transform:none!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.woocommerce ul.products li.product .button:hover{background:#3046b5!important;box-shadow:0 10px 20px rgb(59 109 255 / .3)!important;transform:scale(1.02)}.woocommerce ul.products li.product a img{margin-bottom:2rem!important;border-radius:16px!important;background:#f8fafc!important;padding:20px!important;border:1px solid #f1f5f9!important}.woocommerce h1.page-title,.woocommerce-cart .cross-sells h2{font-size:2.5rem!important;font-weight:800!important;color:#0f172a!important;text-align:center!important;margin-bottom:2rem!important}.woocommerce-cart .cart-empty{font-size:1.5rem!important;font-weight:700!important;color:#1e293b!important;padding:100px 20px!important;text-align:center!important}.woocommerce-cart .return-to-shop .button{background:#4672EE!important;color:white!important;padding:16px 48px!important;border-radius:99px!important;font-weight:700!important;transition:all 0.3s ease!important;box-shadow:0 10px 25px rgb(59 109 255 / .4)!important}.woocommerce-cart .return-to-shop .button:hover{box-shadow:0 15px 30px rgb(59 109 255 / .5)!important;background:#3046b5!important}.hero-inner h1.reveal{transition-delay:0s}.hero-inner p.reveal{transition-delay:0.1s}.hero-inner .search-container.reveal{transition-delay:0.2s}.hero-talent-cta.reveal{transition-delay:0.3s}.category-card-premium.reveal{transition-delay:0.1s}.sriveo-clone-wrapper{background-color:#fcfcfc;overflow-x:hidden}.sriveo-clone-wrapper h1,.sriveo-clone-wrapper h2,.sriveo-clone-wrapper h3{font-family:'DM Sans',sans-serif;letter-spacing:-.02em}.svc-section{padding:100px 0}.bg-light{background-color:#f3f6f8}.svc-hero{padding:120px 0 80px;position:relative;background:radial-gradient(circle at 50% 0%,#edf2ff 0%,#ffffff 60%)}.svc-badge{display:inline-block;padding:8px 16px;background:#eef2ff;color:#4672EE;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:24px;border:1px solid #e0e7ff}.svc-title{font-size:4rem;line-height:1.1;font-weight:700;color:#1e293b;margin-bottom:24px}.svc-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto 40px}.svc-hero-actions{display:flex;gap:16px;justify-content:center;margin-bottom:60px}.btn-svc-primary{background:#1e293b;color:#fff;padding:16px 32px;border-radius:6px;font-weight:600;transition:all 0.2s ease;box-shadow:none!important}.btn-svc-primary:hover{box-shadow:none!important;opacity:.9;background:#0f172a;color:#fff}.btn-svc-secondary{background:var(--color-secondary);color:var(--color-secondary-text);padding:16px 32px;border-radius:6px;font-weight:700;border:1px solid var(--color-secondary);transition:all 0.2s ease;box-shadow:none!important;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-svc-secondary:hover{background:#4672EE;border-color:#4672EE;box-shadow:none!important;opacity:.9;color:#fff}.btn-secondary{background:var(--color-secondary);color:var(--color-secondary-text);border:1px solid var(--color-secondary);transition:all 0.3s ease}.btn-secondary:hover{background:#4672EE;border-color:#4672EE;color:#fff}.svc-img-placeholder{position:relative;height:500px;max-width:900px;margin:0 auto;border-radius:20px}.main-visual-glass{position:absolute;top:20px;left:50%;transform:translateX(-50%);width:600px;height:400px;background:rgb(255 255 255 / .9);backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / .8);border-radius:12px;box-shadow:0 20px 50px rgb(0 0 0 / .1);display:flex;flex-direction:column}.visual-header{padding:16px;border-bottom:1px solid #f1f5f9;display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.visual-content{padding:24px;flex-grow:1;display:flex;flex-direction:column;gap:16px}.candidate-row{background:#f8fafc;border-radius:8px;padding:12px;display:flex;align-items:center;gap:16px}.candidate-row .avatar{width:40px;height:40px;border-radius:50%;background:#e2e8f0}.candidate-row .lines{flex-grow:1;display:flex;flex-direction:column;gap:8px}.line{height:8px;background:#e2e8f0;border-radius:4px}.l1{width:60%}.l2{width:40%}.badge-pill{font-size:10px;background:#dcfce7;color:#166534;padding:4px 8px;border-radius:20px}.floating-card{position:absolute;background:#fff;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 35px rgb(0 0 0 / .1);z-index:10;animation:float-y 4s ease-in-out infinite}.card-1{top:100px;left:40px;animation-delay:0s}.card-2{bottom:120px;right:40px;animation-delay:1.5s}.icon-box{width:40px;height:40px;background:#e0e7ff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.svc-logo-strip{text-align:center;padding:40px 0;border-bottom:1px solid #f1f5f9}.svc-logo-strip p{font-size:.9rem;color:#94a3b8;margin-bottom:24px;text-transform:uppercase;letter-spacing:.05em}.logo-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;opacity:.6}.logo-item{font-weight:700;font-size:1.5rem;color:#cbd5e1}.svc-section-tag{color:#4672EE;font-weight:600;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em;display:block;margin-bottom:16px}.svc-section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:16px}.svc-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.svc-card{background:#fff;padding:40px;border-radius:20px;border:1px solid #f1f5f9;transition:all 0.3s ease}.svc-card:hover{border-color:#e2e8f0;box-shadow:0 20px 40px rgb(0 0 0 / .05);transform:translateY(-5px)}.svc-icon-box{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}.svc-icon-box.color-1{background:#4672EE}.svc-icon-box.color-2{background:#3f37c9}.svc-icon-box.color-3{background:#4895ef}.svc-card h3{font-size:1.5rem;margin-bottom:16px;color:#1e293b}.svc-card p{color:#64748b;margin-bottom:24px;line-height:1.7}.svc-link{color:#1e293b;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:gap 0.2s}.svc-link:hover{gap:12px;color:#4672EE}.svc-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.svc-split-visual{position:relative;height:400px;background:#eef2ff;border-radius:20px}.abstract-shape{position:absolute;inset:20px;border:2px dashed #cbd5e1;border-radius:16px;display:flex;align-items:center;justify-content:center}.stat-bubble{background:#fff;padding:24px 40px;border-radius:16px;box-shadow:0 10px 30px rgb(0 0 0 / .1);text-align:center}.stat-bubble .stat-num{display:block;font-size:3rem;font-weight:700;color:#4672EE;line-height:1}.stat-bubble .stat-label{color:#64748b;font-weight:500}.svc-check-list{margin-top:32px;display:flex;flex-direction:column;gap:16px}.svc-check-list li{display:flex;align-items:center;gap:12px;color:#334155;font-weight:500}.svc-check-list li::before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#dcfce7;color:#166534;border-radius:50%;font-size:.8rem;font-weight:900}.svc-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:40px;background:#1e293b;border-radius:20px;color:#fff}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:8px;color:#60a5fa}.stat-desc{color:#94a3b8;font-size:.9rem}.svc-cta-section{padding:120px 0;background:#fff}.svc-cta-section h2{font-size:3.5rem;margin-bottom:24px;color:#1e293b}.svc-cta-section p{font-size:1.25rem;color:#64748b;margin-bottom:40px}.btn-large{padding:20px 48px;font-size:1.1rem}@media (max-width:768px){.svc-title{font-size:2.5rem}.svc-split{grid-template-columns:1fr;gap:40px}.svc-stats-grid{grid-template-columns:1fr 1fr}.svc-hero-image{display:none}}.candidates-carousel-wrapper{position:relative;width:100%;margin:0 auto;overflow-x:hidden;padding:20px 0 40px 0}.candidates-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px;-ms-overflow-style:none;scrollbar-width:none}.candidates-track::-webkit-scrollbar{display:none}.candidate-card-premium{flex:0 0 320px;background:#fff;border-radius:20px;box-shadow:0 10px 30px -5px rgb(0 0 0 / .05);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgb(226 232 240 / .6);overflow:hidden;position:relative;display:flex;flex-direction:column}.candidate-card-premium:hover{box-shadow:0 15px 35px rgb(0 0 0 / .08);border-color:#4672EE}.card-header-gradient{height:80px;background:linear-gradient(135deg,#e0e7ff 0%,#f3e8ff 100%);width:100%}.card-header-gradient.gradient-2{background:linear-gradient(135deg,#dcfce7 0%,#ecfccb 100%)}.card-header-gradient.gradient-3{background:linear-gradient(135deg,#cffafe 0%,#e0f2fe 100%)}.card-header-gradient.gradient-4{background:linear-gradient(135deg,#ffedd5 0%,#ffe4e6 100%)}.card-body{padding:0 24px 24px 24px;margin-top:-40px;display:flex;flex-direction:column;flex-grow:1}.candidate-photo{width:80px;height:80px;border-radius:50%;border:4px solid #fff;object-fit:cover;box-shadow:0 4px 10px rgb(0 0 0 / .1);margin-bottom:16px;background:#fff}.candidate-name{font-size:1.25rem;font-weight:500;color:#1e293b;margin-bottom:4px}.candidate-role{font-size:.95rem;color:#4672EE;font-weight:600;margin-bottom:16px}.candidate-meta{display:flex;gap:12px;font-size:.85rem;color:#64748b;margin-bottom:16px;flex-wrap:wrap}.candidate-meta span{display:flex;align-items:center;gap:5px;background:#f8fafc;padding:4px 10px;border-radius:6px;font-weight:500}.candidate-bio{font-size:.9rem;color:#475569;line-height:1.5;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.card-footer{margin-top:auto;border-top:1px solid #f1f5f9;padding-top:16px}.btn-glassy-icon{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;background:#f8fafc;color:#0077b5;font-weight:600;font-size:.9rem;border-radius:10px;text-decoration:none;transition:all 0.2s ease;border:1px solid #e2e8f0}.btn-glassy-icon:hover{background:#0077b5;color:#fff;border-color:#0077b5;box-shadow:0 4px 12px rgb(0 119 181 / .3)}.carousel-controls{display:flex;gap:10px}.carousel-btn{width:48px;height:48px;min-width:48px;border-radius:50%;border:1.5px solid #e2e8f0;background:#fff;color:#4672EE;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgb(0 0 0 / .04);padding:0}.carousel-btn:hover{background:#4672EE;border-color:#4672EE;color:#fff;box-shadow:0 4px 15px rgb(70 114 238 / .3);transform:translateY(-2px)}.carousel-btn svg{stroke:currentColor;width:20px;height:20px;transition:transform 0.3s ease}@media (max-width:768px){.section-header{flex-direction:column!important;align-items:flex-start!important;gap:1.5rem!important;margin-bottom:2rem!important}.carousel-controls{width:100%!important;justify-content:flex-start!important;gap:12px!important}.search-container{flex-direction:column!important;height:auto!important;padding:1.25rem;gap:1rem;width:100%!important;max-width:100%!important;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .08);box-sizing:border-box!important}.search-input-group{width:100%!important;border-right:none!important;border-bottom:1px solid #e2e8f0;padding:.75rem 0;margin-bottom:0;flex:0 0 auto!important;box-sizing:border-box!important}.search-input-group:last-of-type{border-bottom:none}.btn-search-hero{width:100%;margin-top:.5rem;justify-content:center}.search-container .search-field,.search-container .custom-select-trigger{-webkit-appearance:none!important;appearance:none!important;margin:0!important;padding:0!important;border-radius:0!important;height:48px!important;background:transparent!important;font-size:1rem!important;color:#0f172a!important}.search-container .search-field::placeholder{color:#64748b!important;opacity:1!important}.search-icon{margin-right:12px!important}.candidate-card-premium{flex:0 0 85%!important;min-width:280px;max-width:320px;scroll-snap-align:center}.candidates-track{padding-left:1rem;padding-right:1rem;display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.container{padding-left:1.25rem;padding-right:1.25rem}.categories-grid-premium{grid-template-columns:1fr;gap:1rem}.custom-select-wrapper{width:100%}.custom-select-trigger{font-size:1rem}}.job-section{background:#fff;border-bottom:none;padding:2.5rem;margin-bottom:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 10px 15px -3px rgb(0 0 0 / .05);border:1px solid #e2e8f0}.job-section:last-child{margin-bottom:0}.step-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.step-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.step-header p{color:#64748b;font-size:1rem;margin:0}.job-card-wrapper{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;max-width:850px;width:100%;margin:0 auto!important}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155;font-size:.95rem}.input-group{margin-bottom:1.5rem}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="date"],.choices__inner{min-height:48px!important;height:48px!important;line-height:normal;padding:0 16px!important;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#fff;box-shadow:0 1px 2px rgb(0 0 0 / .05);width:100%;box-sizing:border-box;display:flex;align-items:center}textarea{min-height:120px!important;padding:12px 16px!important;line-height:1.5}.choices__inner{background-color:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-height:48px!important;text-align:left!important}.choices__list--single{padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;height:100%!important;width:100%!important;text-align:left!important}.choices__list--single .choices__item{width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:left!important;padding:0!important;color:#1e293b!important}.choices::after,.choices__inner::after,.choices__list--single::after{display:none!important;content:none!important}.choices[data-type*="select-one"]::after{content:''!important;display:block!important;height:8px!important;width:8px!important;border-style:solid!important;border-color:#4672EE!important;border-width:0 2px 2px 0!important;transform:translateY(-50%) rotate(45deg)!important;position:absolute!important;right:20px!important;top:50%!important;border-radius:1px!important;pointer-events:none!important;background-image:none!important;transition:transform 0.3s cubic-bezier(.4,0,.2,1),border-color 0.3s ease!important;z-index:2!important;margin-top:0!important}.choices.is-open[data-type*="select-one"]::after{transform:translateY(-50%) rotate(-135deg)!important}.choices__placeholder{opacity:1!important;color:#94a3b8!important}input[name="job_title"]{height:48px!important}.find-jobs-container .main-content-area,.find-jobs-container .jobs-list-content{margin-left:0!important}.container,.about-container,.contact-page-container,.pricing-grid,.find-jobs-container,.container-gn,.post-job-container,.auth-container-outer,.bookmarks-page-container,.legal-page-container,.emp-container,.split-container,.table-container,.main-content-area,.job-card-wrapper{margin-left:auto!important;margin-right:auto!important;display:block}.work-mode-options{display:flex;gap:15px;margin-top:5px}.mode-btn{flex:1;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-weight:500;color:#64748b;cursor:pointer;transition:all 0.2s ease;text-align:center}.mode-btn:hover{border-color:#cbd5e1;background:#f8fafc}.mode-btn.active{background:#4672EE;color:#fff;border-color:#4672EE;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06)}.input-group input:not([type="checkbox"]):not([type="radio"]),.input-group select,.input-group textarea,.choices__inner{line-height:normal!important;vertical-align:middle!important}.input-group input[type="text"],.input-group input[type="email"],.input-group input[type="number"],.input-group input[type="url"],.input-group input[type="password"],.input-group select{display:flex;align-items:center;padding-top:0!important;padding-bottom:0!important;height:48px!important}::-webkit-input-placeholder{line-height:normal!important;vertical-align:middle!important}:-moz-placeholder{line-height:normal!important;vertical-align:middle!important}::-moz-placeholder{line-height:normal!important;vertical-align:middle!important}:-ms-input-placeholder{line-height:normal!important;vertical-align:middle!important}.job-tab-premium{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 16px;margin-bottom:8px;display:flex;gap:16px;transition:transform 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;position:relative;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}.job-tab-premium:hover{border-color:#4672EE}.job-tab-main{flex:1}.job-tab-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.job-tab-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 6px 0;line-height:1.3}.job-tab-title a{color:inherit;text-decoration:none}.job-tab-title a:hover{color:#4672EE}.job-tab-meta{display:flex;align-items:center;gap:12px;font-size:1rem;color:#475569}.job-type-badge{background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.new-job-badge{background:#eff6ff;color:#4672EE;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border:1px solid #dbeafe}.company-name{font-weight:600;color:#4672EE;font-size:inherit}.posted-time{font-size:.8rem;color:#94a3b8;font-weight:400}.job-tab-actions-right{display:flex;align-items:center;gap:16px}.job-tab-logo-left{width:56px;height:56px;flex-shrink:0;border-radius:12px;margin-top:2px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease}.job-tab-logo-left img{width:100%;height:100%;object-fit:contain;border-radius:8px}.logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:700;font-size:1.2rem}.job-tab-details{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#475569;font-size:.9rem}.detail-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.detail-item svg{display:block;margin-top:-1px;flex-shrink:0}.detail-separator{color:#e2e8f0}.job-tab-snippet{display:flex;align-items:flex-start;gap:10px;color:#64748b;font-size:.9rem;margin-bottom:8px;line-height:1.4}.job-tab-snippet svg{flex-shrink:0;margin-top:2px}.job-tab-skills{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:0}.skill-pill-subtle{font-size:.8rem;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;font-weight:500;padding:3px 10px;border-radius:6px}.premium-tag-gradient{background:linear-gradient(135deg,#4672EE 0%,#011948 100%);color:white!important;padding:4px 14px;border-radius:20px;font-size:.85rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgb(70 114 238 / .2);border:none;letter-spacing:.3px;line-height:1}.cloud-tag-subtle{font-size:.75rem;color:#4672EE;background:#eff6ff;border:1px solid #dbeafe;font-weight:600;padding:4px 12px;border-radius:20px;white-space:nowrap;transition:all 0.2s ease}.cloud-tag-subtle:hover{background:#4672EE;color:#fff;border-color:#4672EE}.tab-actions{display:flex;gap:16px}.tab-action-btn{background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#64748b;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);border-radius:50%}.tab-action-btn.save-btn{background:#eff6ff;color:#4672EE;border:1px solid #dbeafe;position:relative!important;top:auto!important;right:auto!important}.tab-action-btn.save-btn:hover{background:#4672EE;color:#fff;border-color:#4672EE}.tab-action-btn.save-btn.active{background:#4672EE;color:#fff;border-color:#4672EE}.tab-action-btn.save-btn.active svg{fill:#fff;stroke:#fff}@media (max-width:768px){.job-tab-premium{flex-direction:column;gap:16px;padding:20px}.job-tab-main{display:flex;flex-direction:column}.job-tab-header{display:contents}.job-tab-info{order:1;margin-bottom:4px}.job-tab-details{order:2;flex-wrap:wrap;gap:8px 12px;margin-bottom:0}.job-card-divider{order:3}.job-tab-footer-row{order:4}.job-tab-snippet{order:1}.job-tab-actions-right{order:5;width:100%;margin-top:4px;padding-top:16px;border-top:1px solid #f1f5f9;display:flex!important;justify-content:space-between;gap:12px!important}.job-tab-actions-right .tab-action-btn.save-btn{width:38px!important;height:38px!important;min-height:0!important;flex-shrink:0}.job-tab-actions-right .btn-primary-apply{flex:1;justify-content:center;height:38px!important;min-height:0!important;padding:0 16px!important;font-size:0.85rem!important}.job-tab-logo-left{width:48px;height:48px;margin-bottom:4px}.detail-separator{display:none}}.homepage-cta-section{position:relative;z-index:10;margin-bottom:4rem;padding:0 1rem}.cta-blue-box{background-color:#4672EE;background-image:linear-gradient(rgb(255 255 255 / .1) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .1) 1px,transparent 1px);background-size:40px 40px;border-radius:16px;padding:80px 40px;position:relative;overflow:hidden;text-align:center;color:#fff;box-shadow:none}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.cta-eyebrow{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;opacity:.9;display:block;margin-bottom:1.5rem}.cta-content h2{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-1px}.cta-content p{font-size:1rem;line-height:1.6;opacity:.9;margin-bottom:2.5rem;color:#e2e8f0}.cta-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-cta-white{background:#fff;color:#4672EE;padding:14px 30px;border-radius:10px;font-weight:700;text-decoration:none;transition:all 0.3s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-cta-white:hover{background:#f1f5f9;transform:none}.btn-cta-outline{background:rgb(255 255 255 / .1);color:#fff;padding:14px 30px;border-radius:10px;font-weight:700;text-decoration:none;border:1.5px solid rgb(255 255 255 / .3);backdrop-filter:blur(10px);transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-cta-outline:hover{background:rgb(255 255 255 / .2);border-color:#fff;transform:none}@keyframes floatAnimation{0%{transform:translateY(0) rotate(var(--tag-rotate))}50%{transform:translateY(-8px) rotate(calc(var(--tag-rotate) + 2deg))}100%{transform:translateY(0) rotate(var(--tag-rotate))}}.cta-floating-tag{position:absolute;background:#fff;color:#1e293b;padding:10px 20px;border-radius:12px;font-weight:700;font-size:.9rem;box-shadow:0 10px 25px rgb(0 0 0 / .1);z-index:1;pointer-events:none;animation:floatAnimation 6s ease-in-out infinite}.tag-top-left{top:15%;left:8%;--tag-rotate:-12deg;transform:rotate(var(--tag-rotate))}.tag-top-right{top:12%;right:10%;--tag-rotate:8deg;transform:rotate(var(--tag-rotate));background:#dcfce7;color:#166534;animation-delay:-1.5s}.tag-bottom-left{bottom:15%;left:12%;--tag-rotate:10deg;transform:rotate(var(--tag-rotate));background:#ffedd5;color:#9a3412;animation-delay:-3s}.tag-bottom-right{bottom:18%;right:7%;--tag-rotate:-8deg;transform:rotate(var(--tag-rotate));background:#f3f4f6;animation-delay:-4.5s}@media (max-width:768px){.homepage-cta-section{margin-bottom:3rem}.cta-blue-box{padding:60px 20px;border-radius:24px}.cta-floating-tag{display:none}.cta-actions{flex-direction:column;gap:1rem}.btn-cta-white,.btn-cta-outline{width:100%;text-align:center}}.elite-action-btn{transition:all 0.2s ease!important;text-decoration:none!important}.elite-action-btn:hover{background-color:#F1F5F9!important;border-color:#CBD5E1!important;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -1px rgb(0 0 0 / .03)}.glass-filter-bar .custom-select-wrapper{position:relative;width:100%;background:#fff;border:1px solid #E2E8F0;border-radius:12px;height:100%}.glass-filter-bar .custom-select-trigger{display:flex;align-items:center;width:100%;height:48px;padding:0 16px;font-size:.95rem;font-weight:500;color:#0F172A;cursor:pointer;background:#fff0}.glass-filter-bar .custom-select-value{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-weight:600;color:#0F172A}.glass-filter-bar .custom-options{position:absolute;top:calc(100% + 8px);left:0;width:100%;min-width:220px;background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 10px 10px -5px rgb(0 0 0 / .04);padding:8px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s cubic-bezier(.16,1,.3,1);border:1px solid rgb(226 232 240 / .8);max-height:280px;overflow-y:auto}.country-select-wrapper.open .custom-options,#countrySelectWrapper.open .custom-options,#roleSelectWrapper.open .custom-options,#experienceSelectWrapper.open .custom-options{opacity:1;visibility:visible;transform:translateY(0)}.glass-filter-bar .custom-option{padding:10px 14px;border-radius:10px;cursor:pointer;transition:all 0.15s;color:#475569;font-weight:500;font-size:.9rem;text-align:left}.glass-filter-bar .custom-option:hover{background:#F1F5F9;color:#4672EE}.glass-filter-bar .custom-option.selected{background:#EFF6FF;color:#4672EE;font-weight:600}.glass-filter-bar .custom-options::-webkit-scrollbar{width:6px}.glass-filter-bar .custom-options::-webkit-scrollbar-track{background:#fff0}.glass-filter-bar .custom-options::-webkit-scrollbar-thumb{background:#E2E8F0;border-radius:10px}.glass-filter-bar .custom-options::-webkit-scrollbar-thumb:hover{background:#CBD5E1}.elite-toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px}.elite-toast{background:#111827;color:#F8FAFC;padding:16px 24px;border-radius:12px;font-size:.95rem;font-weight:500;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -2px rgb(0 0 0 / .05);display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(20px);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.elite-toast.show{opacity:1;transform:translateY(0)}.elite-toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgb(255 255 255 / .1);border-radius:50%}