@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--mainhomescreen-primary:#2563eb;--mainhomescreen-primary-dark:#1e40af;--mainhomescreen-primary-light:#3b82f6;--mainhomescreen-secondary:#8b5cf6;--mainhomescreen-success:#10b981;--mainhomescreen-warning:#f59e0b;--mainhomescreen-danger:#ef4444;--mainhomescreen-text:#0f172a;--mainhomescreen-text-muted:#64748b;--mainhomescreen-text-light:#94a3b8;--mainhomescreen-bg:#fff;--mainhomescreen-bg-light:#f8fafc;--mainhomescreen-bg-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--mainhomescreen-shadow-sm:0 2px 8px #0000000a;--mainhomescreen-shadow-md:0 4px 16px #00000014;--mainhomescreen-shadow-lg:0 10px 40px #0000001f;--mainhomescreen-shadow-xl:0 20px 60px #00000029;--mainhomescreen-radius:16px;--mainhomescreen-radius-lg:24px;--mainhomescreen-transition:all .3s cubic-bezier(.4,0,.2,1)}.mainhomescreen-wrapper{color:var(--mainhomescreen-text);background:linear-gradient(#fff 0%,#f8fafc 100%);font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;overflow-x:hidden}.mainhomescreen-bg-pattern{opacity:1;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 20%,#2563eb08 0%,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf608 0%,#0000 50%),radial-gradient(circle at 40% 20%,#10b98105 0%,#0000 50%);background-size:100% 100%;position:absolute;inset:0}.mainhomescreen-container{z-index:1;max-width:1400px;margin:0 auto;padding:0 32px;position:relative}.mainhomescreen-hero{padding:120px 0 100px;position:relative;overflow:hidden}.mainhomescreen-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.mainhomescreen-hero-left{flex-direction:column;gap:24px;display:flex}.mainhomescreen-badge{color:var(--mainhomescreen-primary);letter-spacing:.3px;width:fit-content;box-shadow:var(--mainhomescreen-shadow-sm);background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);border:1px solid #2563eb33;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.mainhomescreen-badge-icon{font-size:16px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mainhomescreen-hero-title{color:var(--mainhomescreen-text);letter-spacing:-.02em;margin:0;font-size:64px;font-weight:900;line-height:1.1}.mainhomescreen-highlight{background:linear-gradient(135deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.mainhomescreen-hero-description{color:var(--mainhomescreen-text-muted);max-width:600px;margin:0;font-size:20px;line-height:1.7}.mainhomescreen-hero-cta{align-items:center;gap:16px;margin-top:8px;display:flex}.mainhomescreen-btn{cursor:pointer;transition:var(--mainhomescreen-transition);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.mainhomescreen-btn:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mainhomescreen-btn:hover:before{width:300px;height:300px}.mainhomescreen-btn-primary{background:linear-gradient(135deg,var(--mainhomescreen-primary),var(--mainhomescreen-primary-dark));color:#fff;box-shadow:0 8px 24px #2563eb4d}.mainhomescreen-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2563eb66}.mainhomescreen-btn-secondary{color:var(--mainhomescreen-primary);border:2px solid var(--mainhomescreen-primary);box-shadow:var(--mainhomescreen-shadow-sm);background:#fff}.mainhomescreen-btn-secondary:hover{background:var(--mainhomescreen-primary);color:#fff;transform:translateY(-2px)}.mainhomescreen-btn-outline{color:var(--mainhomescreen-primary);border:2px solid var(--mainhomescreen-primary);background:0 0}.mainhomescreen-btn-outline:hover{background:var(--mainhomescreen-primary);color:#fff}.mainhomescreen-btn-large{padding:18px 40px;font-size:18px}.mainhomescreen-btn-icon{transition:transform .3s}.mainhomescreen-btn:hover .mainhomescreen-btn-icon{transform:translate(4px)}.mainhomescreen-hero-stats{border-top:1px solid #2563eb1a;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;padding-top:40px;display:grid}.mainhomescreen-stat-card{box-shadow:var(--mainhomescreen-shadow-sm);transition:var(--mainhomescreen-transition);cursor:default;background:#fff;border:1px solid #2563eb1a;border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.mainhomescreen-stat-icon-wrapper{width:48px;height:48px;color:var(--mainhomescreen-primary);background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mainhomescreen-stat-icon{width:24px;height:24px}.mainhomescreen-stat-content{flex-direction:column;gap:2px;display:flex}.mainhomescreen-stat-value{color:var(--mainhomescreen-text);font-size:24px;font-weight:800;line-height:1}.mainhomescreen-stat-label{color:var(--mainhomescreen-text-muted);font-size:12px;font-weight:600}.mainhomescreen-hero-right{position:relative}.mainhomescreen-hero-image-wrapper{border-radius:var(--mainhomescreen-radius-lg);box-shadow:var(--mainhomescreen-shadow-xl);transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)}.mainhomescreen-hero-image-wrapper:hover{transform:perspective(1000px)rotateY(0)rotateX(0)scale(1.02)}.mainhomescreen-hero-image{object-fit:cover;width:100%;height:600px;display:block}.mainhomescreen-hero-overlay{pointer-events:none;background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);position:absolute;inset:0}.mainhomescreen-section{padding:100px 0;position:relative}.mainhomescreen-section-header{text-align:center;max-width:800px;margin-bottom:60px;margin-left:auto;margin-right:auto}.mainhomescreen-section-badge{color:var(--mainhomescreen-primary);letter-spacing:.5px;background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);border:1px solid #2563eb33;border-radius:50px;margin-bottom:20px;padding:10px 24px;font-size:14px;font-weight:700;display:inline-block}.mainhomescreen-section-badge-employer{color:var(--mainhomescreen-secondary);background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border-color:#8b5cf633}.mainhomescreen-section-title{color:var(--mainhomescreen-text);letter-spacing:-.02em;margin:0 0 20px;font-size:48px;font-weight:900;line-height:1.2}.mainhomescreen-section-description{color:var(--mainhomescreen-text-muted);margin:0;font-size:18px;line-height:1.7}.mainhomescreen-section-jobseeker{background:linear-gradient(#fff 0%,#f8fafc 50%,#fff 100%)}.mainhomescreen-section-employer{background:linear-gradient(#fff 0%,#f0f9ff 50%,#fff 100%)}.mainhomescreen-features-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:80px;display:grid}.mainhomescreen-feature-card{border-radius:var(--mainhomescreen-radius);box-shadow:var(--mainhomescreen-shadow-md);transition:var(--mainhomescreen-transition);background:#fff;border:1px solid #2563eb1a;padding:32px;position:relative;overflow:hidden}.mainhomescreen-feature-card:before{content:"";background:linear-gradient(90deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.mainhomescreen-feature-card:hover:before{transform:scaleX(1)}.mainhomescreen-feature-card:hover{box-shadow:var(--mainhomescreen-shadow-lg);border-color:#2563eb4d}.mainhomescreen-feature-icon-wrapper{width:64px;height:64px;transition:var(--mainhomescreen-transition);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.mainhomescreen-feature-blue .mainhomescreen-feature-icon-wrapper{color:var(--mainhomescreen-primary);background:linear-gradient(135deg,#2563eb1a,#3b82f61a)}.mainhomescreen-feature-purple .mainhomescreen-feature-icon-wrapper{color:var(--mainhomescreen-secondary);background:linear-gradient(135deg,#8b5cf61a,#a78bfa1a)}.mainhomescreen-feature-green .mainhomescreen-feature-icon-wrapper{color:var(--mainhomescreen-success);background:linear-gradient(135deg,#10b9811a,#34d3991a)}.mainhomescreen-feature-orange .mainhomescreen-feature-icon-wrapper{color:var(--mainhomescreen-warning);background:linear-gradient(135deg,#f59e0b1a,#fbbf241a)}.mainhomescreen-feature-pink .mainhomescreen-feature-icon-wrapper{color:#ec4899;background:linear-gradient(135deg,#ec48991a,#f472b61a)}.mainhomescreen-feature-indigo .mainhomescreen-feature-icon-wrapper{color:#6366f1;background:linear-gradient(135deg,#6366f11a,#818cf81a)}.mainhomescreen-feature-icon{width:32px;height:32px}.mainhomescreen-feature-title{color:var(--mainhomescreen-text);margin:0 0 12px;font-size:22px;font-weight:800;line-height:1.3}.mainhomescreen-feature-description{color:var(--mainhomescreen-text-muted);margin:0;font-size:15px;line-height:1.7}.mainhomescreen-feature-stats{border-top:1px solid #2563eb1a;gap:20px;margin-top:20px;padding-top:20px;display:flex}.mainhomescreen-feature-stat{flex-direction:column;gap:4px;display:flex}.mainhomescreen-feature-stat-value{background:linear-gradient(135deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:900;line-height:1}.mainhomescreen-feature-stat-label{color:var(--mainhomescreen-text-muted);font-size:12px;font-weight:600}.mainhomescreen-image-showcase{margin-top:60px}.mainhomescreen-showcase-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.mainhomescreen-showcase-text{flex-direction:column;gap:24px;display:flex}.mainhomescreen-showcase-title{color:var(--mainhomescreen-text);letter-spacing:-.01em;margin:0;font-size:36px;font-weight:900;line-height:1.2}.mainhomescreen-showcase-description{color:var(--mainhomescreen-text-muted);margin:0;font-size:18px;line-height:1.7}.mainhomescreen-showcase-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.mainhomescreen-showcase-list li{color:var(--mainhomescreen-text);align-items:center;gap:12px;font-size:16px;font-weight:600;display:flex}.mainhomescreen-list-icon{width:20px;height:20px;color:var(--mainhomescreen-success);flex-shrink:0}.mainhomescreen-showcase-image-wrapper{border-radius:var(--mainhomescreen-radius-lg);box-shadow:var(--mainhomescreen-shadow-xl);position:relative;overflow:hidden}.mainhomescreen-showcase-image{object-fit:cover;width:100%;height:500px;transition:transform .5s;display:block}.mainhomescreen-showcase-image-wrapper:hover .mainhomescreen-showcase-image{transform:scale(1.05)}.mainhomescreen-image-showcase-reverse .mainhomescreen-showcase-content{direction:rtl}.mainhomescreen-image-showcase-reverse .mainhomescreen-showcase-content>*{direction:ltr}.mainhomescreen-section-how{background:linear-gradient(#fff 0%,#f8fafc 100%)}.mainhomescreen-steps-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid;position:relative}.mainhomescreen-step-card{border-radius:var(--mainhomescreen-radius-lg);text-align:center;box-shadow:var(--mainhomescreen-shadow-md);transition:var(--mainhomescreen-transition);background:#fff;border:1px solid #2563eb1a;padding:40px;position:relative}.mainhomescreen-step-card:hover{box-shadow:var(--mainhomescreen-shadow-lg);border-color:#2563eb4d}.mainhomescreen-step-number{background:linear-gradient(135deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:900;display:flex;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #2563eb4d}.mainhomescreen-step-icon-wrapper{border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:40px auto 24px;display:flex;position:relative}.mainhomescreen-step-1 .mainhomescreen-step-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb)}.mainhomescreen-step-2 .mainhomescreen-step-icon-wrapper{background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.mainhomescreen-step-3 .mainhomescreen-step-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.mainhomescreen-step-icon{color:#fff;width:48px;height:48px}.mainhomescreen-step-title{color:var(--mainhomescreen-text);margin:0 0 12px;font-size:24px;font-weight:800}.mainhomescreen-step-description{color:var(--mainhomescreen-text-muted);margin:0;font-size:16px;line-height:1.6}.mainhomescreen-step-connector{background:linear-gradient(90deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));justify-content:center;align-items:center;width:40px;height:2px;display:flex;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.mainhomescreen-connector-icon{width:24px;height:24px;color:var(--mainhomescreen-primary);box-shadow:var(--mainhomescreen-shadow-sm);background:#fff;border-radius:50%;padding:4px}.mainhomescreen-section-benefits{background:linear-gradient(135deg,#2563eb08,#8b5cf608)}.mainhomescreen-benefits-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.mainhomescreen-benefit-card{border-radius:var(--mainhomescreen-radius);text-align:center;box-shadow:var(--mainhomescreen-shadow-sm);transition:var(--mainhomescreen-transition);background:#fff;border:1px solid #2563eb1a;padding:32px}.mainhomescreen-benefit-card:hover{box-shadow:var(--mainhomescreen-shadow-md);transform:translateY(-5px)}.mainhomescreen-benefit-icon-wrapper{width:80px;height:80px;color:var(--mainhomescreen-primary);background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.mainhomescreen-benefit-icon{width:36px;height:36px}.mainhomescreen-benefit-title{color:var(--mainhomescreen-text);margin:0 0 12px;font-size:20px;font-weight:800}.mainhomescreen-benefit-description{color:var(--mainhomescreen-text-muted);margin:0;font-size:15px;line-height:1.6}.mainhomescreen-section-cta{background:linear-gradient(135deg,var(--mainhomescreen-primary),var(--mainhomescreen-secondary));color:#fff;padding:120px 0;position:relative;overflow:hidden}.mainhomescreen-section-cta:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.mainhomescreen-cta-wrapper{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.mainhomescreen-cta-content{flex-direction:column;gap:24px;display:flex}.mainhomescreen-cta-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:48px;font-weight:900;line-height:1.2}.mainhomescreen-cta-description{color:#ffffffe6;margin:0;font-size:20px;line-height:1.7}.mainhomescreen-cta-buttons{gap:16px;margin-top:8px;display:flex}.mainhomescreen-cta-image-wrapper{border-radius:var(--mainhomescreen-radius-lg);position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.mainhomescreen-cta-image{object-fit:cover;width:100%;height:500px;display:block}@media (max-width:1280px){.mainhomescreen-container{padding:0 24px}.mainhomescreen-hero-title{font-size:56px}.mainhomescreen-section-title{font-size:42px}.mainhomescreen-hero-content,.mainhomescreen-showcase-content,.mainhomescreen-cta-wrapper{gap:60px}}@media (max-width:992px){.mainhomescreen-hero{padding:80px 0 60px}.mainhomescreen-hero-content{grid-template-columns:1fr;gap:40px}.mainhomescreen-hero-title{font-size:48px}.mainhomescreen-hero-description{font-size:18px}.mainhomescreen-hero-stats{grid-template-columns:repeat(2,1fr)}.mainhomescreen-features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.mainhomescreen-showcase-content{grid-template-columns:1fr;gap:40px}.mainhomescreen-image-showcase-reverse .mainhomescreen-showcase-content{direction:ltr}.mainhomescreen-steps-grid{grid-template-columns:1fr;gap:60px}.mainhomescreen-step-connector{display:none}.mainhomescreen-benefits-grid{grid-template-columns:repeat(2,1fr)}.mainhomescreen-cta-wrapper{grid-template-columns:1fr;gap:40px}.mainhomescreen-cta-title{font-size:40px}.mainhomescreen-section{padding:80px 0}}@media (max-width:768px){.mainhomescreen-hero{padding:60px 0 40px}.mainhomescreen-hero-title{font-size:36px}.mainhomescreen-hero-description{font-size:16px}.mainhomescreen-hero-cta{flex-direction:column;align-items:stretch}.mainhomescreen-btn{justify-content:center;width:100%}.mainhomescreen-hero-stats{grid-template-columns:1fr;gap:16px}.mainhomescreen-section-title{font-size:32px}.mainhomescreen-section-description{font-size:16px}.mainhomescreen-features-grid{grid-template-columns:1fr;gap:20px}.mainhomescreen-feature-card{padding:24px}.mainhomescreen-showcase-title{font-size:28px}.mainhomescreen-showcase-description{font-size:16px}.mainhomescreen-showcase-image{height:400px}.mainhomescreen-step-card{padding:32px 24px}.mainhomescreen-step-icon-wrapper{width:80px;height:80px;margin:30px auto 20px}.mainhomescreen-step-icon{width:40px;height:40px}.mainhomescreen-benefits-grid{grid-template-columns:1fr;gap:20px}.mainhomescreen-cta-title{font-size:32px}.mainhomescreen-cta-description{font-size:18px}.mainhomescreen-cta-buttons{flex-direction:column}.mainhomescreen-cta-image{height:400px}.mainhomescreen-section{padding:60px 0}.mainhomescreen-section-header{margin-bottom:40px}}@media (max-width:480px){.mainhomescreen-container{padding:0 16px}.mainhomescreen-hero-title,.mainhomescreen-section-title{font-size:28px}.mainhomescreen-showcase-title{font-size:24px}.mainhomescreen-cta-title{font-size:28px}.mainhomescreen-hero-image,.mainhomescreen-showcase-image,.mainhomescreen-cta-image{height:300px}}
