      :root {
        --ais-yellow: #f2c11c;
        --ais-dark: #0f172a;
        --ais-text: #000000;
        --ais-bg: #ffffff;
        --radius: 36px;
        --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      }

      /* Reset específico para WordPress */
      .hero-section-als * {
        box-sizing: border-box !important;
      }

      /* Override de estilos de WordPress/Elementor */
      .elementor-section .hero-section-als,
      .hero-section-als {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
      }

      .hero-section-als .container {
        width: 90% !important;
        max-width: 1400px !important;
        margin-inline: auto !important;
        padding: 0 !important;
      }

      /* ===== HERO SECTION ===== */
      .hero-section-als .hero {
        background: #ffffff !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
      }

      .hero-section-als .hero h1 {
        font-size: clamp(1.8rem, 4vw, 4rem) !important;
        font-weight: 700 !important;
        margin-bottom: 2.5rem !important;
        margin-top: 3rem !important;
        line-height: 1.2 !important;
        color: #000 !important;
        font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto,
          Arial, sans-serif !important;
      }

      /* ===== SEARCH BAR ===== */
      .hero-section-als .search-bar {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
        background: #fff !important;
        border: 2px solid #d1d5db !important;
        border-radius: 60px !important;
        padding: 0.75rem 0.75rem 0.75rem 2rem !important;
        max-width: 950px !important;
        width: 100% !important;
        margin: 0 auto 3rem !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
      }

      .hero-section-als .search-bar svg {
        flex-shrink: 0 !important;
      }

      .hero-section-als .search-bar svg:first-child {
        margin-right: 1rem !important;
      }

      .hero-section-als .search-bar svg:nth-of-type(2) {
        color: #000 !important;
        margin-right: 0.5rem !important;
      }

      .hero-section-als .search-input {
        flex: 1 !important;
        border: none !important;
        outline: none !important;
        font-size: 1.05rem !important;
        font-family: "Outfit", sans-serif !important;
        padding: 0.5rem 1.5rem 0.5rem 0 !important;
        color: #000 !important;
      }

      .hero-section-als .search-input::placeholder {
        color: #9ca3af !important;
        font-weight: 400 !important;
      }

      /* Separador vertical */
      .hero-section-als .separator {
        width: 2px !important;
        height: 35px !important;
        background: #d1d5db !important;
        margin: 0 1.5rem !important;
        flex-shrink: 0 !important;
      }

      .hero-section-als .location-wrapper {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        flex: 0.8 !important;
        margin-left: 0.5rem !important;
      }

      .hero-section-als .location-select {
        border: none !important;
        outline: none !important;
        font-size: 1.05rem !important;
        font-family: "Outfit", sans-serif !important;
        padding: 0.5rem 1rem 0.5rem 0.5rem !important;
        background: transparent !important;
        cursor: text !important;
        color: #000 !important;
        width: 100% !important;
      }

      .hero-section-als .location-select::placeholder {
        color: #9ca3af !important;
        font-weight: 400 !important;
      }

      /* Dropdown personalizado */
      .hero-section-als .location-dropdown {
        position: absolute !important;
        top: calc(100% + 20px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: #000 !important;
        color: #fff !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
        width: 250px !important;
        max-height: 400px !important;
        overflow-y: auto !important;
        z-index: 1000 !important;
        display: none !important;
      }

      .hero-section-als .location-dropdown.active {
        display: block !important;
      }

      .hero-section-als .location-dropdown-item {
        padding: 0.85rem 1.25rem !important;
        cursor: pointer !important;
        transition: background 0.2s !important;
        font-size: 0.95rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
      }

      .hero-section-als .location-dropdown-item:last-child {
        border-bottom: none !important;
      }

      .hero-section-als .location-dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
      }

      .hero-section-als .location-dropdown-item .location-icon {
        display: inline-block !important;
        width: 20px !important;
        margin-right: 10px !important;
      }

      /* Scrollbar personalizado para el dropdown */
      .hero-section-als .location-dropdown::-webkit-scrollbar {
        width: 6px !important;
      }

      .hero-section-als .location-dropdown::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 10px !important;
      }

      .hero-section-als .location-dropdown::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 10px !important;
      }

      .hero-section-als .location-dropdown::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5) !important;
      }

      /* Wrapper para el campo de búsqueda de trabajos */
      .hero-section-als .job-search-wrapper {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        flex: 1 !important;
      }

      .hero-section-als .job-search-wrapper svg {
        margin-right: 0.75rem !important;
      }

      /* Dropdown de trabajos */
      .hero-section-als .job-dropdown {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        background: #000 !important;
        color: #fff !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
        width: 100% !important;
        max-height: 300px !important;
        overflow-y: auto !important;
        z-index: 1000 !important;
        display: none !important;
      }

      .hero-section-als .job-dropdown.active {
        display: block !important;
      }

      .hero-section-als .job-dropdown-item {
        padding: 0.85rem 1.25rem !important;
        cursor: pointer !important;
        transition: background 0.2s !important;
        font-size: 0.95rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
      }

      .hero-section-als .job-dropdown-item:last-child {
        border-bottom: none !important;
      }

      .hero-section-als .job-dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
      }

      .hero-section-als .job-dropdown-item .job-icon {
        display: inline-block !important;
        width: 20px !important;
        margin-right: 10px !important;
      }

      /* Scrollbar para job dropdown */
      .hero-section-als .job-dropdown::-webkit-scrollbar {
        width: 6px !important;
      }

      .hero-section-als .job-dropdown::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 10px !important;
      }

      .hero-section-als .job-dropdown::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3) !important;
        border-radius: 10px !important;
      }

      .hero-section-als .job-dropdown::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5) !important;
      }

      .hero-section-als .search-btn {
        background: #000 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 1rem 2.5rem !important;
        font-size: 1.05rem !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: transform 0.2s, box-shadow 0.2s !important;
        font-family: "Outfit", sans-serif !important;
        margin-left: 1rem !important;
        white-space: nowrap !important;
      }

      .hero-section-als .search-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2) !important;
      }

      /* ===== CATEGORIES TITLE ===== */
      .hero-section-als .categories-title {
        font-size: 1.3rem !important;
        font-weight: 400 !important;
        color: #020202 !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
        font-family: "Outfit", sans-serif !important;
      }

      /* ===== CATEGORY ICONS ===== */
      .hero-section-als .categories {
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 2rem !important;
        margin-bottom: 2rem !important;
        flex-wrap: wrap !important;
        padding: 0 2rem !important;
      }

      .hero-section-als .category-item {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
        transition: transform 0.2s !important;
        cursor: pointer !important;
        z-index: 1 !important;
        min-height: 245px !important;
        width: 200px !important; /* Fixed width for symmetry */
        flex-shrink: 0 !important;
      }

      .hero-section-als .category-item::before {
        content: "" !important;
        position: absolute !important;
        top: 66px !important; /* Starts from middle of the 132px icon */
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #fff !important;
        border-radius: 22px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
        z-index: -1 !important;
        transition: box-shadow 0.2s !important;
      }

      .hero-section-als .category-item:hover {
        transform: translateY(-5px) !important;
      }

      .hero-section-als .category-item:hover::before {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
      }

      .hero-section-als .category-icon {
        width: 132px !important;
        height: 132px !important;
        border-radius: 50% !important;
        border: 6px solid #ffc700 !important;
        padding: 0px !important;
        margin-bottom: 1.2rem !important;
        overflow: hidden !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
      }

      .hero-section-als .category-item:hover .category-icon {
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
      }

      .hero-section-als .category-icon img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
      }

      .hero-section-als .category-label {
        font-size: 1.25rem !important;
        font-weight: 500 !important;
        color: #000 !important;
        text-align: center !important;
        font-family: "Outfit", sans-serif !important;
      }

      /* ===== CATEGORIES DESCRIPTION ===== */
      .hero-section-als .categories-description {
        font-size: 1.2rem !important;
        font-weight: 700 !important; /* Bold as requested */
        color: #000000 !important;
        text-align: center !important;
        margin-bottom: 2rem !important;
        font-family: "Outfit", sans-serif !important;
        line-height: 1.5 !important;
        max-width: 800px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }

      .hero-section-als .need-help-link {
        color: #d4a017 !important; /* Golden color */
        text-decoration: underline !important;
        font-weight: 700 !important;
        transition: color 0.2s !important;
        margin-left: 5px !important;
      }

      .hero-section-als .need-help-link:hover {
        color: #b8860b !important;
      }

      /* ===== GET STARTED BUTTON ===== */
      .hero-section-als .get-started-btn {
        background: #000 !important;
        color: #fff !important;
        border: none !important;
        padding: 0.9rem 2.5rem !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        border-radius: 12px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        font-family: "Outfit", sans-serif !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem !important;
        margin: 0 auto !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
        text-decoration: none !important;
        width: fit-content !important;
      }

      .hero-section-als .get-started-btn:hover {
        background: #1a1a1a !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
      }

      .hero-section-als .get-started-btn .arrow-svg {
        width: 18px !important;
        height: 18px !important;
        transition: transform 0.3s !important;
      }

      .hero-section-als .get-started-btn:hover .arrow-svg {
        transform: translateX(4px) !important;
      }

      /* ===== HERO IMAGE WITH WAVE ===== */
      .hero-section-als .hero-image-wrapper {
        position: relative !important;
        width: 100vw !important;
        max-width: 100% !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-top: 0rem !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
      }

      .hero-section-als .wave-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 80px !important;
        z-index: 2 !important;
        pointer-events: none !important;
      }

      .hero-section-als .hero-image {
        width: 100% !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0 !important;
      }

      .hero-section-als .hero-image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: -50px 0px 0px 0px !important;
        padding: 0 !important;
        vertical-align: bottom !important;
      }

      .hero-section-als .title-svg-container img {
        margin-bottom: 2rem !important;
      }
      /* ===== RESPONSIVE ===== */

      /* Tablet */
      @media (max-width: 1024px) {
        .hero-section-als .container {
          width: 95% !important;
        }

        .hero-section-als .hero h1 {
          font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
          margin-top: 2rem !important;
          margin-bottom: 2rem !important;
        }

        .hero-section-als .search-bar {
          max-width: 100% !important;
          padding: 0.6rem 0.6rem 0.6rem 1.5rem !important;
        }

        .hero-section-als .categories {
          gap: 1.5rem !important;
          padding: 0 1rem !important;
        }

        .hero-section-als .category-item {
          width: 170px !important;
          min-height: 220px !important;
          padding-bottom: 1.5rem !important;
        }

        .hero-section-als .category-item::before {
          top: 55px !important;
          border-radius: 18px !important;
        }

        .hero-section-als .category-icon {
          width: 110px !important;
          height: 110px !important;
          border-width: 5px !important;
        }

        .hero-section-als .category-label {
          font-size: 1.1rem !important;
        }

        .hero-section-als .categories-title {
          font-size: 1.1rem !important;
          margin-bottom: 1.5rem !important;
        }

        .hero-section-als .categories-description {
          font-size: 0.95rem !important;
          padding: 0 1rem !important;
        }

        .hero-section-als .get-started-btn {
          padding: 0.85rem 2.2rem !important;
          font-size: 0.95rem !important;
        }
      }

      /* Mobile */
      @media (max-width: 768px) {
        .hero-section-als .hero h1 {
          font-size: clamp(1.3rem, 5vw, 1.8rem) !important;
          margin-top: 1.5rem !important;
          margin-bottom: 1.5rem !important;
          padding: 0 1rem !important;
        }

        .hero-section-als .title-svg-container img {
          max-width: 85% !important;
        }

        .language-section {
          background-color: transparent !important;
        }

        .lang-btn {
          font-size: 0.9rem !important;
        }

        .hero-section-als .search-bar {
          flex-direction: column !important;
          padding: 1.5rem 1.25rem !important;
          border-radius: 28px !important;
          gap: 0 !important;
          margin: 0 auto 2rem !important;
          width: 90% !important;
          align-items: flex-start !important;
        }

        .hero-section-als .search-bar svg:first-child {
          margin-right: 0.75rem !important;
          margin-top: 0.2rem !important;
        }

        .hero-section-als .search-bar svg:nth-of-type(2) {
          margin-right: 0.75rem !important;
          margin-top: 0.2rem !important;
        }

        .hero-section-als .search-input {
          width: 100% !important;
          font-size: 0.95rem !important;
          padding: 0.5rem 0 0.75rem 0 !important;
          border-bottom: 1px solid #e5e7eb !important;
          margin-bottom: 0 !important;
        }

        .hero-section-als .separator {
          display: none !important;
        }

        .hero-section-als .location-wrapper {
          width: 100% !important;
          margin-left: 0 !important;
          flex: 1 !important;
          margin-top: 0.5rem !important;
        }

        .hero-section-als .location-select {
          width: 100% !important;
          font-size: 0.95rem !important;
          padding: 0.75rem 0 0.5rem 0 !important;
        }

        .hero-section-als .search-btn {
          width: 100% !important;
          margin-left: 0 !important;
          margin-top: 1.25rem !important;
          padding: 0.95rem 2rem !important;
          font-size: 1rem !important;
          font-weight: 700 !important;
        }

        .hero-section-als .job-dropdown {
          width: 100% !important;
          max-height: 250px !important;
        }

        .hero-section-als .location-dropdown {
          width: 90% !important;
          left: 5% !important;
          transform: none !important;
          top: calc(100% + 10px) !important;
        }

        .hero-section-als .categories {
          display: grid !important;
          grid-template-columns: repeat(3, 1fr) !important;
          gap: 1.5rem 1rem !important;
          padding: 0 1rem !important;
          margin-bottom: 2rem !important;
          max-width: 480px !important;
          margin-left: auto !important;
          margin-right: auto !important;
        }

        .hero-section-als .category-item {
          width: auto !important;
          min-height: 180px !important;
          padding-left: 0.5rem !important;
          padding-right: 0.5rem !important;
          padding-bottom: 1rem !important;
        }

        .hero-section-als .category-item::before {
          top: 45px !important;
          border-radius: 12px !important;
        }

        .hero-section-als .category-icon {
          width: 90px !important;
          height: 90px !important;
          border-width: 4px !important;
        }

        .hero-section-als .category-label {
          font-size: 0.75rem !important;
        }

        .hero-section-als .categories-title {
          font-size: 1.1rem !important;
          margin-bottom: 1.25rem !important;
        }

        .hero-section-als .categories-description {
          font-size: 0.9rem !important;
          padding: 0 1.5rem !important;
        }

        .hero-section-als .get-started-btn {
          padding: 0.8rem 2rem !important;
          font-size: 0.9rem !important;
        }

        .hero-section-als .hero-image-wrapper {
          margin-top: -4rem !important;
        }

        .hero-section-als .wave-overlay {
          height: 50px !important;
        }
      }

      /* Small Mobile */
      @media (max-width: 480px) {
        .hero-section-als .hero h1 {
          font-size: 1.35rem !important;
          margin-top: 1.25rem !important;
          margin-bottom: 1.25rem !important;
          line-height: 1.3 !important;
        }

        .hero-section-als .title-svg-container img {
          max-width: 95% !important;
        }

        .lang-btn {
          font-size: 0.8rem !important;
        }

        .hero-section-als .search-bar {
          width: 92% !important;
          padding: 1.25rem 1rem !important;
          border-radius: 24px !important;
        }

        .hero-section-als .search-input,
        .hero-section-als .location-select {
          font-size: 0.9rem !important;
        }

        .hero-section-als .categories {
          gap: 1.25rem 0.75rem !important;
          padding: 0 1rem !important;
          max-width: 380px !important;
        }

        .hero-section-als .category-item {
          min-height: 160px !important;
        }

        .hero-section-als .category-item::before {
          top: 37.5px !important;
          border-radius: 10px !important;
        }

        .hero-section-als .category-icon {
          width: 75px !important;
          height: 75px !important;
          border-width: 3px !important;
        }

        .hero-section-als .category-label {
          font-size: 0.7rem !important;
        }

        .hero-section-als .categories-title {
          font-size: 1rem !important;
          margin-bottom: 1rem !important;
          padding: 0 1rem !important;
        }

        .hero-section-als .categories-description {
          font-size: 0.85rem !important;
          padding: 0 1rem !important;
          margin-bottom: 1.5rem !important;
        }

        .hero-section-als .get-started-btn {
          padding: 0.75rem 1.75rem !important;
          font-size: 0.85rem !important;
        }

        .hero-section-als .wave-overlay {
          height: 40px !important;
        }
      }
      /* ===== LANGUAGE SECTION ===== */
      .language-section {
        padding: 4rem 0rem 0rem 0rem;
        text-align: center;
        background: #fff;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
      }

      .language-section .eoe-logo {
        display: block;
        width: 120px;
        margin: 3rem auto 0;
      }

      .language-section h2 {
        font-family: "Poppins", sans-serif !important;
        font-size: clamp(2rem, 5vw, 2.4rem) !important;
        font-weight: 700 !important;
        color: #1e3a8a !important; /* Dark blue from logo */
        margin-bottom: 1.5rem !important;
        line-height: 1.1 !important;
      }

      .language-section p {
        font-family: "Outfit", sans-serif !important;
        font-size: 1.1rem !important;
        color: #333 !important;
        max-width: 800px !important;
        margin: 0 auto 2.5rem !important;
        line-height: 1.5 !important;
      }

      .language-section .lang-btn {
        background: #f2c11c !important;
        color: #fff !important;
        padding: 0.8rem 2rem !important;
        border-radius: 50px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        display: inline-block !important;
        font-family: "Outfit", sans-serif !important;
        transition: transform 0.2s, box-shadow 0.2s !important;
        font-size: 0.95rem !important;
        box-shadow: 0 4px 15px rgba(242, 193, 28, 0.3) !important;
      }

      .language-section .lang-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(242, 193, 28, 0.4) !important;
      }

      @media (max-width: 768px) {
        .language-section {
          padding: 3rem 1.5rem;
        }
        .language-section h2 {
          font-size: 1.3rem !important;
        }
        .language-section p {
          font-size: 1rem !important;
        }
      }
 

