*{box-sizing:border-box;margin:0;padding:0}.hero-section{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);align-items:center;height:100vh;max-height:100vh;padding:80px 20px 20px;display:flex;position:relative;overflow:hidden}.particle-container{z-index:0;opacity:0;width:100%;height:100%;animation:.8s ease-out .2s forwards fadeInParticles;position:absolute;top:0;left:0}@keyframes fadeInParticles{0%{opacity:0}to{opacity:.7}}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{z-index:2;padding-right:40px}.hero-title{margin-bottom:24px;font-size:2.75rem;font-weight:700;line-height:1.15}.title-blue{color:#7f56d9}.title-dark{color:#1a2b4a}.typing-text{color:#7f56d9}.typing-cursor{color:#7f56d9;margin-left:2px;font-weight:400;animation:.8s infinite blink;display:inline-block}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.animate-line{opacity:0;animation:.6s forwards revealText;display:inline-block;transform:translateY(20px)}.line-1{animation-delay:.1s}.line-2{animation-delay:.3s}.line-3{animation-delay:.5s}.line-4{animation-delay:.7s}.line-5{animation-delay:.9s}.line-6{animation-delay:1.1s}@keyframes revealText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{color:#666;margin-bottom:32px;font-size:.875rem;line-height:1.6}.hero-cta{color:#fff;cursor:pointer;background:#7f56d9;border:none;border-radius:8px;padding:14px 28px;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #7f56d94d}.hero-cta:hover{background:#6941b0;transform:translateY(-2px);box-shadow:0 6px 20px #7f56d966}.hero-visual{justify-content:center;align-items:center;height:clamp(300px,50vh,450px);display:flex;position:relative}.plus-decoration{opacity:.6;font-size:1.25rem;font-weight:300;position:absolute}.plus-1{color:#b794f4;top:5%;left:50%}.plus-2{color:#b794f4;top:20%;right:10%}.plus-3{color:#b794f4;top:60%;right:5%}.plus-4{color:#b794f4;bottom:20%;left:20%}.plus-5{color:#b794f4;top:40%;left:5%}.hero-image-wrapper{width:100%;height:100%;position:relative}.hero-frame{z-index:0;background:#ffffff4d;border:1px solid #c8c8c880;border-radius:16px;width:85%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000000d}.badge{z-index:3;color:#333;background:#fff;border-radius:8px;padding:10px 20px;font-size:.8rem;font-weight:500;position:absolute;box-shadow:0 4px 16px #0000001a}.badge-remote{top:10%;left:10%}.badge-celebrating{color:#b794f4;top:15%;right:5%}.badge-benefits{bottom:15%;right:0%}.circle-decoration{z-index:1;border-radius:50%;position:absolute}.circle-gray{opacity:.5;background:linear-gradient(135deg,#d0d5dd 0%,#b8bfc9 100%);width:350px;height:350px;animation:6s ease-in-out infinite floatGray;top:50%;left:40%;transform:translate(-50%,-50%)}.circle-blue{opacity:.5;background:linear-gradient(135deg,#a78bdb 0%,#9478c8 100%);width:280px;height:280px;animation:8s ease-in-out infinite floatBlue;top:55%;right:0%;transform:translateY(-50%)}.circle-accent{opacity:.5;background:linear-gradient(135deg,#7f56d9 0%,#6941b0 100%);width:220px;height:220px;animation:7s ease-in-out infinite floatAccent;bottom:10%;left:15%}@keyframes floatGray{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}}@keyframes floatBlue{0%,to{transform:translateY(-50%)scale(1)}50%{transform:translateY(-55%)scale(1.02)}}@keyframes floatAccent{0%,to{transform:translate(0)}50%{transform:translate(5px,-10px)}}@media (max-width:1200px){.hero-title{font-size:2.5rem}.hero-visual{height:clamp(280px,45vh,400px)}.circle-gray{width:280px;height:280px}.circle-blue{width:220px;height:220px}.circle-accent{width:160px;height:160px}}@media (max-width:968px){.hero-section{height:auto;min-height:100vh;padding:90px 20px 30px}.hero-container{grid-template-columns:1fr;gap:30px}.hero-content{text-align:center;padding-right:0}.hero-title{font-size:2rem}.hero-visual{height:clamp(250px,40vh,350px)}.hero-cta{margin:0 auto}.particle-container{animation:.8s ease-out .2s forwards fadeInParticlesMobile}}@keyframes fadeInParticlesMobile{0%{opacity:0}to{opacity:.5}}@media (max-width:640px){.hero-section{padding:80px 16px 20px}.hero-title{font-size:1.7rem}.hero-subtitle{margin-bottom:20px;font-size:.825rem}.hero-cta{padding:12px 24px;font-size:.825rem}.hero-visual{height:clamp(200px,35vh,280px)}.circle-gray,.circle-blue,.circle-accent{width:130px;height:130px}.badge{padding:8px 14px;font-size:.7rem}.particle-container{animation:.8s ease-out .2s forwards fadeInParticlesSmall}}@keyframes fadeInParticlesSmall{0%{opacity:0}to{opacity:.4}}@media (max-width:480px){.hero-section{padding:75px 16px 15px}.hero-container{gap:20px}.hero-title{margin-bottom:16px;font-size:1.5rem}.hero-subtitle{margin-bottom:16px;font-size:.8rem}.hero-cta{width:100%;max-width:280px;padding:12px 24px;font-size:.8rem}.hero-visual{height:clamp(180px,30vh,240px)}.circle-gray,.circle-blue,.circle-accent{width:100px;height:100px}.badge{padding:6px 12px;font-size:.65rem}.plus-decoration{opacity:.4;font-size:.85rem}.particle-container{animation:.8s ease-out .2s forwards fadeInParticlesTiny}}@keyframes fadeInParticlesTiny{0%{opacity:0}to{opacity:.3}}@media (max-width:360px){.hero-section{padding:70px 12px 10px}.hero-container{gap:15px}.hero-title{margin-bottom:12px;font-size:1.25rem}.hero-subtitle{margin-bottom:12px;font-size:.7rem}.hero-cta{padding:10px 20px;font-size:.75rem}.hero-visual{height:clamp(150px,28vh,200px)}.circle-gray,.circle-blue,.circle-accent{width:80px;height:80px}.badge{padding:4px 8px;font-size:.55rem}.badge-remote{top:5%;left:5%}.badge-celebrating{top:10%;right:0%}.badge-benefits{bottom:10%;right:-5%}.plus-decoration{display:none}.particle-container{animation:.8s ease-out .2s forwards fadeInParticlesXS}.hero-frame{border-radius:12px;width:90%;height:85%}}@keyframes fadeInParticlesXS{0%{opacity:0}to{opacity:.25}}
.search-container{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;min-height:400px;padding:80px 20px;display:flex;position:relative}.search-overlay{z-index:1;background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.search-content{z-index:2;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.search-title{color:#fff;text-align:center;margin-bottom:12px;font-size:32px;font-weight:600}.search-subtitle{color:#ffffffe6;text-align:center;margin-bottom:40px;font-size:15px}.search-box{background-color:#fff;border:1px solid #e0e0e0;border-radius:40px;align-items:center;width:100%;max-width:900px;padding:8px 10px 8px 25px;display:flex;box-shadow:0 4px 20px #00000026}.search-box input[type=text]{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23999999\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>");background-position:0;background-repeat:no-repeat;flex-grow:1;padding-left:25px}.search-box input{color:#333;background-color:#0000;border:none;outline:none;padding:10px 20px 10px 15px;font-size:14px}.search-btn{color:#fff;cursor:pointer;background-color:#7f56d9;border:none;border-radius:30px;flex-shrink:0;padding:12px 30px;font-size:14px;font-weight:500;transition:background-color .2s}.search-btn:hover{background-color:#6941b0}.search-box input:focus,.search-box select:focus,.search-btn:focus{outline:none}@media (max-width:968px){.search-container{padding:60px 20px}.search-title{font-size:26px}.search-subtitle{font-size:14px}.search-box{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border-radius:20px;flex-wrap:wrap;gap:10px;padding:15px}.search-box input[type=text]{border-bottom:1px solid #ddd;width:100%;margin-bottom:5px;padding-bottom:15px}.search-btn{width:100%;margin-top:10px}}@media (max-width:640px){.search-container{padding:50px 16px}.search-title{font-size:22px}.search-subtitle{margin-bottom:30px;font-size:12px}.search-box{padding:12px}.search-box input{font-size:13px}.search-btn{padding:12px 20px;font-size:13px}}@media (max-width:480px){.search-title{font-size:18px}.search-subtitle{font-size:11px}}
.custom-select{border-left:1px solid #ddd;min-width:150px;position:relative}.custom-select-trigger{cursor:pointer;color:#7f56d9;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:10px 15px;font-size:14px;transition:all .2s;display:flex}.custom-select-trigger .placeholder,.custom-select-trigger .has-value{color:#7f56d9}.custom-select-arrow{flex-shrink:0;transition:transform .2s}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-options{z-index:100;background:#fff;border:1px solid #e0e0e0;border-radius:8px;max-height:200px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px #00000026}.custom-select-option{cursor:pointer;color:#333;padding:12px 15px;font-size:14px;transition:all .15s}.custom-select-option:first-child{border-radius:8px 8px 0 0}.custom-select-option:last-child{border-radius:0 0 8px 8px}.custom-select-option:hover,.custom-select-option.selected{color:#fff;background-color:#7f56d9}@media (max-width:968px){.custom-select{border-left:none;flex:1;min-width:140px}.custom-select-trigger{font-size:13px}.custom-select-options{-webkit-backdrop-filter:blur(10px);background:#ffffffe6}.custom-select-option{background:0 0;font-size:13px}.custom-select-option:hover,.custom-select-option.selected{background-color:#7f56d9e6}}@media (max-width:640px){.custom-select-trigger{padding:8px 12px;font-size:13px}.custom-select-option{padding:10px 12px;font-size:13px}}
.companies-section{background:#fff;max-width:1400px;margin:0 auto;padding:60px 20px}.companies-title{text-align:center;color:#1a1a1a;margin-bottom:10px;font-size:1.85rem;font-weight:600}.companies-subtitle{text-align:center;color:#666;margin-bottom:30px;font-size:.95rem}.companies-carousel{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#7f56d9 #f0f0f0;gap:16px;padding:10px 0 20px;display:flex;overflow-x:auto}.companies-carousel::-webkit-scrollbar{height:6px}.companies-carousel::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.companies-carousel::-webkit-scrollbar-thumb{background:#7f56d9;border-radius:3px}.company-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-shrink:0;align-items:center;gap:14px;min-width:280px;padding:16px;transition:all .3s;display:flex;box-shadow:0 2px 12px #0000000f}.company-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.company-logo{background:#f8f9fa;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.company-logo img{object-fit:contain;width:70%;height:70%}.logo-placeholder{color:#fff;background:linear-gradient(135deg,#7f56d9 0%,#6941b0 100%);border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-weight:700;display:flex}.company-info{flex:1;min-width:0}.company-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.9rem;font-weight:600;overflow:hidden}.company-type{color:#666;font-size:.7rem;font-weight:400}.company-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.rating-badge{color:#fff;background:#7f56d9;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;display:flex}.rating-score{font-size:.85rem;font-weight:700}.rating-star{color:#ffb800;font-size:.7rem}.stats-row{color:#666;gap:10px;font-size:.65rem;display:flex}.reviews-count,.hired-count{white-space:nowrap}.hired-count{color:#7f56d9;font-weight:600}@media (max-width:768px){.companies-section{padding:50px 16px}.companies-title{margin-bottom:8px;font-size:1.5rem}.companies-subtitle{margin-bottom:24px;font-size:.85rem}.company-card{gap:12px;min-width:260px;padding:14px}.company-logo{width:45px;height:45px}.company-name{font-size:.85rem}}@media (max-width:480px){.companies-section{padding:40px 14px}.companies-title{margin-bottom:6px;font-size:1.25rem}.companies-subtitle{margin-bottom:20px;font-size:.75rem}.company-card{border-radius:10px;gap:10px;min-width:240px;padding:12px}.company-logo{border-radius:8px;width:40px;height:40px}.logo-placeholder{font-size:1rem}.company-name{font-size:.8rem}.company-type{font-size:.65rem}.rating-badge{padding:3px 8px}.rating-score{font-size:.75rem}.stats-row{font-size:.6rem}}@media (max-width:360px){.companies-section{padding:35px 12px}.companies-title{font-size:1.1rem}.companies-subtitle{font-size:.7rem}.company-card{min-width:220px;padding:10px}.company-logo{width:36px;height:36px}.company-name{font-size:.75rem}}
.explore-pros-section{background:#fff;max-width:1200px;margin:0 auto;padding:60px 20px}.explore-title{text-align:left;color:#1a1a1a;margin-bottom:40px;font-size:1.85rem;font-weight:700}.categories-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.category-card{cursor:pointer;background:#f8f9fa;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 16px;transition:all .3s;display:flex}.category-card:hover{background:#f0f0f0;transform:translateY(-2px)}.category-icon{color:#7f56d9}.category-icon svg{width:32px;height:32px}.category-name{color:#1a1a1a;font-size:.9rem;font-weight:500;line-height:1.3}.workers-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#000000b3;animation:.3s fadeIn;position:fixed;inset:0}.workers-modal{z-index:1001;background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:900px;max-height:85vh;animation:.3s slideUp;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.workers-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.workers-modal-header h3{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:700}.workers-modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.workers-modal-close:hover{color:#1a1a1a;background:#f0f0f0}.workers-modal-content{padding:28px;overflow-y:auto}.workers-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.worker-card{cursor:pointer;flex-direction:column;transition:transform .3s;display:flex}.worker-card:hover{transform:translateY(-4px)}.worker-image{aspect-ratio:1;background:#f0f0f0;border-radius:16px;width:100%;margin-bottom:12px;overflow:hidden}.worker-image img{object-fit:cover;width:100%;height:100%}.worker-name{color:#1a1a1a;margin:0 0 4px;font-size:1rem;font-weight:700}.worker-title{color:#666;margin:0 0 8px;font-size:.85rem;font-weight:500}.worker-rating{color:#666;align-items:center;gap:4px;margin-bottom:4px;font-size:.8rem;display:flex}.worker-rating .star{color:#1a1a1a;font-size:.75rem}.worker-rate{color:#666;align-items:center;gap:4px;font-size:.8rem;display:flex}.worker-rate .dollar{color:#1a1a1a;font-weight:500}.view-profile-btn{color:#fff;cursor:pointer;background:#7f56d9;border:none;border-radius:8px;width:100%;margin-top:12px;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .3s}.view-profile-btn:hover{background:#6941b0;transform:translateY(-1px)}.profile-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:1100;background:#000000bf;animation:.3s fadeIn;position:fixed;inset:0}.profile-modal{-webkit-backdrop-filter:blur(10px);z-index:1101;background:#fffffff2;border-radius:24px;width:90%;max-width:600px;max-height:90vh;animation:.3s slideUp;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px #00000040}.profile-modal-close{cursor:pointer;color:#666;z-index:10;background:#ffffffe6;border:none;border-radius:50%;padding:10px;transition:all .2s;position:absolute;top:20px;right:20px;box-shadow:0 2px 8px #0000001a}.profile-modal-close:hover{color:#1a1a1a;background:#fff;transform:scale(1.05)}.profile-modal-content{max-height:90vh;padding:32px;overflow-y:auto}.profile-header{align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.profile-image-large{border-radius:20px;flex-shrink:0;width:140px;height:140px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.profile-image-large img{object-fit:cover;width:100%;height:100%}.profile-info{flex:1}.profile-name{color:#1a1a1a;margin:0 0 4px;font-size:1.5rem;font-weight:700}.profile-title{color:#7f56d9;margin:0 0 12px;font-size:1rem;font-weight:500}.profile-location{color:#666;align-items:center;gap:6px;margin-bottom:16px;font-size:.9rem;display:flex}.profile-location svg{color:#7f56d9}.profile-stats{gap:20px;display:flex}.stat{flex-direction:column;gap:4px;display:flex}.stat-value{color:#1a1a1a;font-size:1rem;font-weight:700}.stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.profile-section{margin-bottom:24px}.profile-section h3{color:#1a1a1a;margin:0 0 12px;font-size:1rem;font-weight:600}.profile-section p{color:#555;margin:0;font-size:.9rem;line-height:1.6}.skills-list{flex-wrap:wrap;gap:8px;display:flex}.skill-tag{color:#7f56d9;background:#7f56d91a;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:500}.profile-actions{gap:12px;margin-top:28px;display:flex}.hire-btn{color:#fff;cursor:pointer;background:#7f56d9;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.hire-btn:hover{background:#6941b0;transform:translateY(-2px);box-shadow:0 4px 12px #7f56d94d}.message-btn{color:#7f56d9;cursor:pointer;background:0 0;border:2px solid #7f56d9;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.message-btn:hover{background:#7f56d91a;transform:translateY(-2px)}.action-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1200;background:#000c;animation:.3s fadeIn;position:fixed;inset:0}.action-modal{z-index:1201;background:#fff;border-radius:24px;width:90%;max-width:450px;max-height:90vh;animation:.3s slideUp;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px #0000004d}.interview-modal{max-width:480px}.action-modal-close{cursor:pointer;color:#666;z-index:10;background:#f5f5f5;border:none;border-radius:50%;padding:8px;transition:all .2s;position:absolute;top:16px;right:16px}.action-modal-close:hover{color:#1a1a1a;background:#e0e0e0}.action-modal-content{text-align:center;-webkit-overflow-scrolling:touch;max-height:calc(90vh - 20px);padding:24px;overflow-y:auto}.action-modal-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 14px;display:flex}.action-modal-icon svg{width:28px;height:28px}.hire-icon,.interview-icon{color:#7f56d9;background:#7f56d91a}.action-modal-title{color:#1a1a1a;margin:0 0 6px;font-size:1.2rem;font-weight:700}.action-modal-subtitle{color:#666;margin:0 0 16px;font-size:.875rem}.hire-details{background:#f8f9fa;border-radius:10px;margin-bottom:14px;padding:12px}.hire-detail-row{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.hire-detail-row:not(:last-child){border-bottom:1px solid #e5e7eb}.hire-detail-label{color:#666;font-size:.8rem}.hire-detail-value{color:#1a1a1a;font-size:.85rem;font-weight:600}.action-modal-note{color:#888;margin-bottom:16px;font-size:.75rem;line-height:1.5}.interview-form{text-align:left;margin-bottom:16px}.form-row{gap:12px;display:flex}.form-group{flex:1;margin-bottom:12px}.form-group label{color:#1a1a1a;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group textarea{color:#1a1a1a;accent-color:#7f56d9;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:all .2s}.form-group input[type=date],.form-group input[type=time]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;accent-color:#7f56d9}.form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(35%)sepia(60%)saturate(1000%)hue-rotate(230deg)brightness(90%)}.form-group input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(35%)sepia(60%)saturate(1000%)hue-rotate(230deg)brightness(90%)}.form-group input:focus,.form-group textarea:focus{border-color:#7f56d9;outline:none;box-shadow:0 0 0 3px #7f56d91a}.form-group textarea{resize:vertical;min-height:60px}.action-modal-buttons{gap:10px;display:flex}.action-cancel-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;flex:1;padding:11px 16px;font-size:.875rem;font-weight:600;transition:all .3s}.action-cancel-btn:hover{color:#1a1a1a;background:#e5e5e5}.action-confirm-btn{color:#fff;cursor:pointer;background:#7f56d9;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 16px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.action-confirm-btn:hover:not(:disabled){background:#6941b0;transform:translateY(-2px);box-shadow:0 4px 12px #7f56d94d}.action-confirm-btn:disabled{cursor:not-allowed;background:#ccc}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:14px}.category-card{padding:20px 14px}}@media (max-width:768px){.explore-pros-section{padding:50px 16px}.explore-title{margin-bottom:32px;font-size:1.5rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:12px}.category-card{gap:12px;padding:18px 12px}.category-icon svg{width:28px;height:28px}.category-name{font-size:.8rem}.workers-modal{border-radius:16px;width:95%;max-height:80vh}.workers-modal-header{padding:20px 24px}.workers-modal-header h3{font-size:1.25rem}.workers-modal-content{padding:24px}.workers-grid{grid-template-columns:repeat(2,1fr);gap:16px}.worker-name{font-size:.9rem}.worker-title{font-size:.8rem}.worker-rating,.worker-rate{font-size:.75rem}.view-profile-btn{padding:8px 14px;font-size:.8rem}.profile-modal{border-radius:20px;max-width:500px}.profile-modal-content{padding:28px}.profile-image-large{width:120px;height:120px}.profile-name{font-size:1.35rem}.profile-title{font-size:.9rem}.action-modal{max-width:380px}.action-modal-content{padding:22px}.action-modal-icon{width:54px;height:54px}.action-modal-icon svg{width:26px;height:26px}.action-modal-title{font-size:1.1rem}.action-modal-subtitle{font-size:.8rem}}@media (max-width:640px){.explore-pros-section{padding:40px 14px}.explore-title{margin-bottom:28px;font-size:1.35rem}.categories-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{border-radius:10px;gap:10px;padding:16px 12px}.category-icon svg{width:26px;height:26px}.category-name{font-size:.75rem}.workers-modal{border-radius:14px;width:95%;max-height:85vh}.workers-modal-header{padding:18px 20px}.workers-modal-header h3{font-size:1.1rem}.workers-modal-content{padding:20px}.workers-grid{gap:14px}.worker-image{border-radius:12px;margin-bottom:10px}.worker-name{font-size:.85rem}.worker-title{margin-bottom:6px;font-size:.75rem}.worker-rating,.worker-rate{font-size:.7rem}.view-profile-btn{margin-top:10px;padding:8px 12px;font-size:.75rem}.profile-modal{border-radius:18px;width:95%}.profile-modal-content{padding:24px}.profile-modal-close{padding:8px;top:16px;right:16px}.profile-header{text-align:center;flex-direction:column;align-items:center;gap:16px}.profile-image-large{border-radius:16px;width:100px;height:100px}.profile-name{font-size:1.2rem}.profile-title{font-size:.85rem}.profile-location{justify-content:center;font-size:.85rem}.profile-stats{justify-content:center;gap:16px}.stat-value{font-size:.9rem}.stat-label{font-size:.7rem}.profile-section h3{font-size:.95rem}.profile-section p{font-size:.85rem}.skill-tag{padding:5px 12px;font-size:.75rem}.profile-actions{flex-direction:column;gap:10px}.hire-btn,.message-btn{border-radius:10px;padding:12px 20px;font-size:.9rem}.action-modal{border-radius:18px;width:95%;max-height:85vh}.action-modal-content{max-height:calc(85vh - 10px);padding:20px}.action-modal-icon{width:50px;height:50px;margin-bottom:12px}.action-modal-icon svg{width:24px;height:24px}.action-modal-title{font-size:1.05rem}.action-modal-subtitle{margin-bottom:14px;font-size:.8rem}.hire-details{padding:10px}.hire-detail-label,.hire-detail-value{font-size:.75rem}.form-row{flex-direction:column;gap:0}.form-group label{font-size:.75rem}.form-group input,.form-group textarea{min-height:44px;padding:10px;font-size:16px}.form-group textarea{min-height:60px}.action-modal-buttons{flex-direction:column;gap:8px}.action-cancel-btn,.action-confirm-btn{border-radius:8px;min-height:44px;padding:12px 14px;font-size:.85rem}}@media (max-width:480px){.explore-pros-section{padding:35px 12px}.explore-title{margin-bottom:24px;font-size:1.2rem}.categories-grid{gap:8px}.category-card{gap:8px;padding:14px 10px}.category-icon svg{width:24px;height:24px}.category-name{font-size:.7rem}.workers-modal-header{padding:16px 18px}.workers-modal-header h3{font-size:1rem}.workers-modal-content{padding:18px}.workers-grid{gap:12px}.worker-image{border-radius:10px;margin-bottom:8px}.worker-name{font-size:.8rem}.worker-title{margin-bottom:4px;font-size:.7rem}.worker-rating,.worker-rate{font-size:.65rem}.view-profile-btn{border-radius:6px;margin-top:8px;padding:7px 10px;font-size:.7rem}.profile-modal-content{padding:20px}.profile-image-large{width:90px;height:90px}.profile-name{font-size:1.1rem}.profile-title{font-size:.8rem}.profile-stats{gap:12px}.stat-value{font-size:.85rem}.hire-btn,.message-btn{padding:11px 18px;font-size:.85rem}.action-modal{max-height:88vh}.action-modal-content{max-height:calc(88vh - 10px);padding:18px}.action-modal-icon{width:46px;height:46px;margin-bottom:10px}.action-modal-icon svg{width:22px;height:22px}.action-modal-title{font-size:1rem}.action-modal-subtitle{font-size:.75rem}.action-modal-note{font-size:.7rem}.hire-details{padding:9px}.hire-detail-label,.hire-detail-value{font-size:.7rem}.form-group input,.form-group textarea{min-height:44px;font-size:16px}.action-cancel-btn,.action-confirm-btn{min-height:44px;padding:12px;font-size:.8rem}}@media (max-width:360px){.explore-pros-section{padding:30px 10px}.explore-title{margin-bottom:20px;font-size:1.1rem}.categories-grid{gap:6px}.category-card{border-radius:8px;gap:6px;padding:12px 8px}.category-icon svg{width:22px;height:22px}.category-name{font-size:.65rem}.workers-modal{border-radius:12px}.workers-modal-header{padding:14px 16px}.workers-modal-header h3{font-size:.95rem}.workers-modal-content{padding:16px}.workers-grid{gap:10px}.worker-image{border-radius:8px;margin-bottom:6px}.worker-name{font-size:.75rem}.worker-title{font-size:.65rem}.worker-rating,.worker-rate{font-size:.6rem}.view-profile-btn{margin-top:6px;padding:6px 8px;font-size:.65rem}.profile-modal{border-radius:14px}.profile-modal-content{padding:18px}.profile-modal-close{padding:6px;top:14px;right:14px}.profile-image-large{border-radius:14px;width:80px;height:80px}.profile-name{font-size:1rem}.profile-title{font-size:.75rem}.profile-location{font-size:.8rem}.profile-stats{gap:10px}.stat-value{font-size:.8rem}.stat-label{font-size:.65rem}.profile-section h3{margin-bottom:10px;font-size:.9rem}.profile-section p{font-size:.8rem}.skill-tag{padding:4px 10px;font-size:.7rem}.profile-actions{margin-top:24px}.hire-btn,.message-btn{padding:10px 16px;font-size:.8rem}.action-modal{border-radius:14px;max-height:90vh}.action-modal-content{max-height:calc(90vh - 10px);padding:16px}.action-modal-close{min-width:32px;min-height:32px;padding:6px;top:10px;right:10px}.action-modal-icon{width:42px;height:42px;margin-bottom:8px}.action-modal-icon svg{width:20px;height:20px}.action-modal-title{font-size:.95rem}.action-modal-subtitle{margin-bottom:12px;font-size:.7rem}.hire-details{border-radius:8px;padding:8px}.hire-detail-row{padding:5px 0}.hire-detail-label,.hire-detail-value{font-size:.7rem}.action-modal-note{margin-bottom:12px;font-size:.65rem}.form-group{margin-bottom:10px}.form-group label{margin-bottom:4px;font-size:.7rem}.form-group input,.form-group textarea{border-radius:6px;min-height:44px;padding:10px;font-size:16px}.form-group textarea{min-height:55px}.action-modal-buttons{gap:8px}.action-cancel-btn,.action-confirm-btn{border-radius:6px;min-height:44px;padding:11px;font-size:.75rem}}
.job-types-section{background:#fff;padding:80px 20px;overflow:hidden}.job-types-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1400px;margin:0 auto;display:grid}.job-types-content{padding-right:40px}.section-title{color:#1a1a1a;margin-bottom:50px;font-size:2.25rem;font-weight:600;line-height:1.2}.job-types-list{flex-direction:column;gap:32px;margin-bottom:48px;display:flex}.job-type-item{align-items:flex-start;gap:16px;display:flex}.check-icon{flex-shrink:0;margin-top:2px}.job-type-text{flex:1}.job-type-title{color:#1a1a1a;margin:0 0 10px;font-size:1.25rem;font-weight:600}.job-type-description{color:#666;margin:0;font-size:.875rem;line-height:1.6}.get-started-btn{color:#fff;cursor:pointer;background:#7f56d9;border:none;border-radius:12px;padding:18px 60px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #7f56d94d}.get-started-btn:hover{background:#6941b0;transform:translateY(-2px);box-shadow:0 6px 20px #7f56d966}.job-types-visual{justify-content:center;align-items:center;display:flex}.circles-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex}.circle{border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex}.circle span{color:#fff;text-shadow:0 2px 10px #0003;font-size:4.5rem;font-weight:700}.circle-purple{z-index:1;background:linear-gradient(135deg,#a78bdb 0%,#9478c8 100%)}.circle-gray{z-index:2;background:linear-gradient(135deg,#d0d5dd 0%,#b8bfc9 100%)}.circle-accent{z-index:3;background:linear-gradient(135deg,#7f56d9 0%,#6941b0 100%)}@media (max-width:1200px){.section-title{font-size:1.9rem}.circle{width:160px;height:160px}.circle span{font-size:4rem}}@media (max-width:968px){.job-types-container{grid-template-columns:1fr;gap:50px}.job-types-content{padding-right:0}.section-title{text-align:center;font-size:1.7rem}.get-started-btn{margin:0 auto;display:block}.circle{width:140px;height:140px}.circle span{font-size:3.5rem}}@media (max-width:640px){.job-types-section{padding:50px 16px}.job-types-container{gap:40px}.section-title{margin-bottom:30px;font-size:1.35rem}.job-types-list{gap:20px;margin-bottom:30px}.job-type-item{gap:12px}.check-icon svg{width:20px;height:20px}.job-type-title{margin-bottom:6px;font-size:.95rem}.job-type-description{font-size:.8rem;line-height:1.5}.get-started-btn{border-radius:10px;padding:14px 40px;font-size:.85rem}.circle{width:100px;height:100px}.circle span{font-size:2.5rem}}@media (max-width:480px){.job-types-section{padding:40px 14px}.job-types-container{gap:30px}.section-title{margin-bottom:25px;font-size:1.2rem}.job-types-list{gap:18px;margin-bottom:25px}.job-type-item{gap:10px}.check-icon svg{width:18px;height:18px}.job-type-title{margin-bottom:4px;font-size:.875rem}.job-type-description{font-size:.75rem}.get-started-btn{width:100%;max-width:280px;padding:12px 32px;font-size:.8rem}.circle{width:80px;height:80px}.circle span{font-size:2rem}}@media (max-width:360px){.job-types-section{padding:35px 12px}.job-types-container{gap:25px}.section-title{margin-bottom:20px;font-size:1.05rem}.job-types-list{gap:14px;margin-bottom:20px}.job-type-item{gap:8px}.check-icon svg{width:16px;height:16px}.job-type-title{font-size:.825rem}.job-type-description{font-size:.7rem}.get-started-btn{border-radius:8px;padding:10px 24px;font-size:.75rem}.circle{width:65px;height:65px}.circle span{font-size:1.5rem}}
.how-it-works{background:#fff;max-width:1200px;margin:0 auto;padding:70px 20px}.how-it-works-header{justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 20px;display:flex}.how-it-works-header h2{color:#1a2b4a;margin:0;font-size:28px;font-weight:600}.tab-buttons{background:#fff;border:1px solid #e0e5f0;border-radius:50px;display:flex;overflow:hidden}.tab-btn{color:#1a2b4a;cursor:pointer;background:0 0;border:none;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s}.tab-btn:hover{background:#f8f9ff}.tab-btn.active{color:#fff;background:#7f56d9}.steps-container{grid-template-columns:repeat(3,1fr);gap:24px;padding:0 20px;display:grid}.step-card{flex-direction:column;gap:16px;display:flex}.step-image{background:linear-gradient(135deg,#f0e6ff 0%,#e8dff5 100%);border-radius:16px;width:100%;height:240px;position:relative;overflow:hidden}.step-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.step-card:hover .step-image img{transform:scale(1.05)}.step-image.with-gradient:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#7f56d94d 0%,#5b3ba533 100%);position:absolute;inset:0}.step-card h3{color:#1a2b4a;margin:0;padding-left:4px;font-size:18px;font-weight:600}@media (max-width:968px){.how-it-works{padding:60px 16px}.how-it-works-header{flex-direction:column;align-items:flex-start;gap:20px;padding:0}.how-it-works-header h2{font-size:24px}.tab-buttons{width:auto}.tab-btn{text-align:center;padding:10px 16px;font-size:13px}.steps-container{gap:20px;padding:0}.step-image{height:200px}.step-card h3{font-size:16px}}@media (max-width:768px){.how-it-works{padding:50px 16px}.how-it-works-header{margin-bottom:32px}.steps-container{grid-template-columns:1fr;gap:24px;max-width:400px;margin:0 auto}.step-image{border-radius:14px;height:220px}.step-card h3{text-align:center;padding:0;font-size:17px}}@media (max-width:640px){.how-it-works{padding:40px 14px}.how-it-works-header h2{font-size:22px}.tab-btn{white-space:nowrap;padding:10px 14px;font-size:12px}.steps-container{gap:20px}.step-image{height:200px}.step-card h3{font-size:16px}}@media (max-width:480px){.how-it-works{padding:35px 12px}.how-it-works-header{gap:16px;margin-bottom:28px}.how-it-works-header h2{font-size:20px}.tab-btn{padding:9px 12px;font-size:11px}.steps-container{gap:18px;max-width:100%}.step-image{border-radius:12px;height:180px}.step-card h3{font-size:15px}}@media (max-width:360px){.how-it-works{padding:30px 10px}.how-it-works-header h2{font-size:18px}.tab-btn{padding:8px 10px;font-size:10px}.steps-container{gap:16px}.step-image{border-radius:10px;height:160px}.step-card h3{font-size:14px}}
.faq-section{text-align:center;background:#faf8ff;flex-direction:column;align-items:center;padding:60px 20px;display:flex}.faq-title{color:#7f56d9;margin-bottom:8px;font-size:26px;font-weight:600}.faq-subtitle{color:#6b7280;margin-bottom:40px;font-size:16px;font-weight:400}.faq-container{background-color:#fff;border-radius:16px;width:100%;max-width:800px;overflow:hidden;box-shadow:0 4px 20px #00000014}.faq-item{border-bottom:1px solid #f0edf5}.faq-item:last-child{border-bottom:none}.faq-question{cursor:pointer;text-align:left;color:#1a2b4a;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.faq-question:hover{background:#faf8ff}.faq-question span{flex:1;padding-right:16px}.faq-chevron{color:#7f56d9;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{color:#6b7280;text-align:left;margin:0;padding:0 24px 20px;font-size:14px;line-height:1.7}@media (max-width:768px){.faq-section{padding:50px 16px}.faq-title{font-size:22px}.faq-subtitle{margin-bottom:30px;font-size:14px}.faq-question{padding:16px 20px;font-size:14px}.faq-answer p{padding:0 20px 16px;font-size:13px}}@media (max-width:480px){.faq-section{padding:40px 12px}.faq-title{font-size:20px}.faq-question{padding:14px 16px}.faq-answer p{padding:0 16px 14px}}
