.cr-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 24px 48px;position:relative;overflow:hidden}.cr-hero:before{content:"";position:absolute;top:-60%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(34,197,94,.08) 0%,transparent 70%);pointer-events:none}.cr-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;letter-spacing:-1.5px;line-height:1.1;color:var(--text-primary);margin:0 0 16px}.cr-hero-desc{font-size:1.05rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.cr-why{max-width:1060px;margin:0 auto 80px;padding:0 24px}.cr-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cr-why-card{padding:32px 24px;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);transition:border-color .25s ease,transform .25s ease}.cr-why-card:hover{border-color:#22c55e4d;transform:translateY(-3px)}.cr-why-icon{width:48px;height:48px;border-radius:12px;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.cr-why-icon i{font-size:20px;color:#22c55e}.cr-why-card h4{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin:0 0 10px;letter-spacing:-.3px}.cr-why-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65;margin:0}.cr-section-header{text-align:center;margin-bottom:40px}.cr-section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--text-primary);letter-spacing:-1px;margin:0 0 14px}.cr-section-header p{font-size:.95rem;color:var(--text-secondary);max-width:560px;margin:0 auto;line-height:1.6}.cr-positions{max-width:1060px;margin:0 auto 80px;padding:0 24px}.cr-positions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cr-pos-card{padding:28px 22px;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);text-align:center;transition:border-color .25s ease,transform .25s ease}.cr-pos-card:hover{border-color:#22c55e4d;transform:translateY(-3px)}.cr-pos-icon{width:48px;height:48px;border-radius:12px;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.cr-pos-icon i{font-size:20px;color:#22c55e}.cr-pos-card h4{font-size:.95rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.cr-pos-card p{font-size:.82rem;color:var(--text-secondary);line-height:1.5;margin:0}.cr-apply{max-width:720px;margin:0 auto 80px;padding:0 24px}.cr-form-card{padding:36px;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border)}.cr-form{display:flex;flex-direction:column;gap:16px}.cr-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cr-field{display:flex;flex-direction:column;gap:6px}.cr-field label{font-size:.78rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.cr-field input,.cr-field select,.cr-field textarea{width:100%;padding:11px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);font-family:inherit;font-size:.9rem;transition:border-color .2s ease;outline:none}.cr-field input:focus,.cr-field select:focus,.cr-field textarea:focus{border-color:#22c55e80}.cr-field input::placeholder,.cr-field textarea::placeholder{color:var(--text-tertiary)}.cr-field select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.cr-field select option{background:var(--bg-primary);color:var(--text-primary)}.cr-field textarea{resize:vertical;min-height:110px}.cr-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border:none;border-radius:var(--radius-sm);background:var(--gradient-btn);color:#000;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .25s ease;font-family:inherit;width:100%}.cr-submit:hover{background:var(--gradient-btn-hover);box-shadow:var(--shadow-glow)}.cr-submit i{font-size:14px}.cr-email-note{text-align:center;margin-top:20px;font-size:.88rem;color:var(--text-secondary)}.cr-email-note a{color:#22c55e;text-decoration:none;font-weight:600;transition:color .2s}.cr-email-note a:hover{color:#4ade80}.cr-success{display:none;text-align:center;padding:40px 20px}.cr-success.show{display:block}.cr-success-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-alpha);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.cr-success-icon i{font-size:24px;color:#22c55e}.cr-success h4{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.cr-success p{font-size:.88rem;color:var(--text-secondary);margin:0}@media(max-width:768px){.cr-hero{padding:120px 24px 40px;min-height:auto}.cr-why-grid{grid-template-columns:1fr}.cr-positions-grid{grid-template-columns:1fr 1fr}.cr-row{grid-template-columns:1fr}.cr-form-card{padding:24px}}@media(max-width:480px){.cr-positions-grid{grid-template-columns:1fr}}@media(max-width:600px){.cr-hero h1{font-size:1.95rem}.cr-hero p{font-size:.92rem}.cr-positions-grid{grid-template-columns:1fr}.cr-form-card{padding:18px}.cr-form input,.cr-form textarea,.cr-form select{font-size:16px}.cr-pills{gap:5px}.cr-pill{padding:5px 9px;font-size:.7rem}.cr-position-card{padding:16px}}@media(max-width:480px){.cr-hero h1{font-size:1.65rem}.cr-form-card{padding:14px}.cr-why-card{padding:16px}.cr-why-card i{font-size:1.4rem}}
