:root{--ejobs-orange:#ff6b00;--ejobs-black-light:#4b5563;--shadow-2xl:0 25px 50px -12px rgba(0,0,0,0.25)}.hero{position:relative;padding:2rem 1rem;overflow:hidden;min-height:100vh;display:flex;align-items:center;background:linear-gradient(180deg,#f8fafc 0,#f1f5f9)}@media (min-width:768px){.hero{padding:4rem 2rem}}.hero-shape{position:absolute;top:0;right:0;width:50%;height:100%;background-color:var(--ejobs-orange);opacity:.1;transform:rotate(-6deg) translateX(40%) translateY(-20%);z-index:-1;transition:transform .8s ease-in-out}.hero:hover .hero-shape{transform:rotate(-4deg) translateX(35%) translateY(-15%)}.container{max-width:1200px;margin:0 auto;width:100%}.hero-grid{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width:992px){.hero-grid{flex-direction:row;justify-content:space-between;align-items:center}}.hero-content{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:1.5rem;font-weight:700;line-height:1.3;color:#1f2937}@media (min-width:768px){.hero-title{font-size:2.25rem}}@media (min-width:992px){.hero-title{font-size:3rem}}.hero-title span{color:var(--ejobs-orange);position:relative;display:inline-block}.hero-title span:after{content:"";position:absolute;left:0;bottom:-.2rem;width:100%;height:.15rem;background-color:var(--ejobs-orange);opacity:.3;transform:scaleX(0);transform-origin:center left;transition:transform .5s ease}.hero-content:hover .hero-title span:after{transform:scaleX(1)}.hero-description{font-size:1rem;color:var(--ejobs-black-light);line-height:1.5}@media (min-width:768px){.hero-description{font-size:1.25rem}}.hero-cta{padding-top:1rem}.btn-primary{background-color:var(--ejobs-orange);color:white;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;display:flex;align-items:center;transition:background-color .3s ease,transform .2s ease}.btn-primary:hover{background-color:#e55b00;transform:translateY(-2px)}.play-error{color:#dc2626;font-size:.875rem;margin-top:.5rem}.hero-social{padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-top:1.5rem}.social-label,.trusted-label{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.75rem;margin-top:.75rem}.social-logos,.trusted-logos{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.social-logos-row,.trusted-logos-row{display:flex;flex-direction:column;gap:.5rem}@media (min-width:600px){.social-logos-row,.trusted-logos-row{flex-direction:row;gap:1.5rem}}.social-logo,.trusted-logo{height:40px;opacity:.7;transition:all .3s ease}.trusted-logo{height:50px}@media (max-width:480px){.social-logo,.trusted-logo{height:30px}.trusted-logo{height:40px}}.social-logo:hover,.trusted-logo:hover{opacity:1;transform:scale(1.1)}.logo-divider{color:#d1d5db;font-size:1.5rem}.hero-video{width:100%;max-width:600px}@media (min-width:992px){.hero-video{width:50%}}.hero-video video{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:16px}@media (min-width:768px){.hero-video video{max-height:500px}}@media (max-width:768px){.hero-video{display:block}}@media (max-width:600px){.hero-video{display:none!important}}.popup-overlay{background-color:rgba(0,0,0,.5);z-index:999}.popup-overlay,.popup-wrapper{position:fixed;top:0;left:0;right:0;bottom:0}.popup-wrapper{display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.popup-container{background-color:#fff;border-radius:8px;padding:1.5rem;width:100%;max-width:500px;box-shadow:0 4px 10px rgba(0,0,0,.1);position:relative}@media (max-width:480px){.popup-container{padding:1rem;max-width:90%}}.popup-close{display:flex;justify-content:flex-end}.close-button{background:none;border:none;color:#555;cursor:pointer;transition:color .2s ease}.close-button:hover{color:#222}.popup-title{font-size:1.25rem;font-weight:600;color:#222;margin-bottom:1rem}@media (min-width:768px){.popup-title{font-size:1.5rem}}.popup-content{align-items:center}.popup-content,.trusted-logos-row{display:flex;flex-direction:column}.trusted-logos-row{gap:.5rem}.trusted-logos{display:flex;align-items:center;justify-content:flex-start;gap:1rem}@media (min-width:600px){.trusted-logos-row{flex-direction:row;gap:2rem;justify-content:flex-start}.trusted-logos{gap:1.5rem}}